CN113590057A - User-defined receipt printing method, engine, equipment and storage medium - Google Patents

User-defined receipt printing method, engine, equipment and storage medium Download PDF

Info

Publication number
CN113590057A
CN113590057A CN202110881116.0A CN202110881116A CN113590057A CN 113590057 A CN113590057 A CN 113590057A CN 202110881116 A CN202110881116 A CN 202110881116A CN 113590057 A CN113590057 A CN 113590057A
Authority
CN
China
Prior art keywords
printing
receipt
style
template
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110881116.0A
Other languages
Chinese (zh)
Inventor
杨光
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Weimeng Enterprise Development Co ltd
Original Assignee
Shanghai Weimeng Enterprise Development Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Weimeng Enterprise Development Co ltd filed Critical Shanghai Weimeng Enterprise Development Co ltd
Priority to CN202110881116.0A priority Critical patent/CN113590057A/en
Publication of CN113590057A publication Critical patent/CN113590057A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1202Dedicated interfaces to print systems specifically adapted to achieve a particular effect
    • G06F3/1203Improving or facilitating administration, e.g. print management
    • G06F3/1204Improving or facilitating administration, e.g. print management resulting in reduced user or operator actions, e.g. presetting, automatic actions, using hardware token storing data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1223Dedicated interfaces to print systems specifically adapted to use a particular technique
    • G06F3/1237Print job management
    • G06F3/1253Configuration of print job parameters, e.g. using UI at the client
    • G06F3/1257Configuration of print job parameters, e.g. using UI at the client by using pre-stored settings, e.g. job templates, presets, print styles
    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07GREGISTERING THE RECEIPT OF CASH, VALUABLES, OR TOKENS
    • G07G5/00Receipt-giving machines

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • General Engineering & Computer Science (AREA)
  • Record Information Processing For Printing (AREA)
  • Cash Registers Or Receiving Machines (AREA)

Abstract

The application discloses a custom receipt printing method, an engine, equipment and a storage medium, wherein the method comprises the following steps: constructing a receipt style abstract model; defining a printing template according to the format definition file; integrating the printing template and the input content to be printed into data of a specific format required by a receipt style abstract model; and generating a corresponding printing command line according to the data in the specific format so as to print the receipt. The method can realize customized printing of the receipt style according to the will of a demand side, only needs to dynamically add a printing template into the system in the whole realization process, does not need additional development and upgrading, realizes the decoupling of receipt definition and printer printing, and is suitable for the printing business requirements of the complex internet service ecosystem with frequent expansion and upgrading.

Description

User-defined receipt printing method, engine, equipment and storage medium
Technical Field
The invention relates to the field of receipt printing, in particular to a user-defined receipt printing method, an engine, equipment and a storage medium.
Background
The service of the receipt printing system needs to continuously increase the types of the receipts and the brands/models of the printers, each type of the receipts needs to be printed and supported by each model, and similarly, each type of the printers needs to be supported by all the receipts one by one.
The traditional receipt printing system needs to invest a large amount of developers to perform a large amount of complex development according to the printing specification of a specific machine type, and has strong business coupling. Once the style of the receipt is adjusted, or the printing platform is connected to a new printer model, the workload and difficulty of upgrading the printing system are very high, and the printing system needs to be adjusted for different models one by one. And the ticket style definition of the same service is difficult to unify.
Disclosure of Invention
In view of the above, the present invention provides a method, an engine, a device and a storage medium for printing a customized receipt, which can realize customized printing of a receipt style without additional development and upgrade. The specific scheme is as follows:
a custom ticket printing method comprises the following steps:
constructing a receipt style abstract model;
defining a printing template according to the format definition file;
integrating the printing template and the input content to be printed into data of a specific format required by the receipt style abstract model;
and generating a corresponding printing command line according to the data with the specific format so as to print the receipt.
Preferably, in the method for printing a customized slip according to an embodiment of the present invention, the constructing an abstract model of a slip style includes:
abstracting the lines of the receipt into three forms, namely, the lines of a table with a corresponding format, the lines of characters with a corresponding alignment mode and the lines of a form full of single characters;
and respectively controlling the attribute values of the font styles corresponding to the lines of the tickets within the range of the specified style set.
Preferably, in the method for printing a customized slip according to an embodiment of the present invention, after the constructing the slip style abstract model, the method further includes:
and analyzing the ticket template with the service in the printer equipment into the ticket style abstract model.
Preferably, in the method for printing a customized receipt according to an embodiment of the present invention, the defining a printing template according to the format definition file includes:
describing the printing requirement through the semantic specification of the printing format in the format definition file;
and defining a printing template according to the described printing requirement and the set semantics.
Preferably, in the method for printing a custom ticket according to an embodiment of the present invention, after the defining a printing template, the method further includes:
updating the printing template to a template library of a printing platform; the printing platform comprises a printer equipment management module, a printing template management module, a printing service configuration management module and a printing interface.
Preferably, in the method for printing a customized receipt provided by the embodiment of the present invention, the data in the specific format is uniform line data with a style definition.
Preferably, in the method for printing a custom ticket according to an embodiment of the present invention, the generating a corresponding print command line according to the data in the specific format to print the ticket includes:
acquiring uniform line data with style definition by using a printing adapter;
generating a corresponding printing command line according to the acquired line data and different printer equipment information;
and printing the receipt by the third-party printing system according to the generated printing command line.
The embodiment of the invention also provides a custom ticket printing engine, which comprises:
the style model building module is used for building a receipt style abstract model;
the printing template definition module is used for defining a printing template according to the format definition file;
the template data integration module is used for integrating the printing template and the input content to be printed into data in a specific format required by the receipt style abstract model;
and the printing adapter is used for generating a corresponding printing command line according to the data with the specific format so as to print the receipt.
The embodiment of the invention also provides electronic equipment which comprises a processor and a memory, wherein the processor executes the computer program stored in the memory to realize the self-defined receipt printing method provided by the embodiment of the invention.
The embodiment of the invention also provides a computer readable storage medium for storing a computer program, wherein the computer program is used for realizing the self-defined receipt printing method provided by the embodiment of the invention when being executed by a processor.
According to the technical scheme, the printing method of the custom tickets provided by the invention comprises the following steps: constructing a receipt style abstract model; defining a printing template according to the format definition file; integrating the printing template and the input content to be printed into data of a specific format required by a receipt style abstract model; and generating a corresponding printing command line according to the data in the specific format so as to print the receipt.
The customized receipt printing method provided by the invention can realize customized printing of the receipt style according to the desire of a demand side, only needs to dynamically add a printing template into the system in the whole realization process, does not need additional development and upgrading, realizes the decoupling of receipt definition and printer printing, and is suitable for the printing business requirements of a complex internet service ecosystem with frequent expansion and upgrading. In addition, the invention also provides a corresponding engine, equipment and a computer readable storage medium aiming at the user-defined receipt printing method, so that the method has higher practicability, and the engine, the equipment and the computer readable storage medium have corresponding advantages.
Drawings
In order to more clearly illustrate the embodiments of the present invention or technical solutions in related arts, the drawings used in the description of the embodiments or related arts will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flow chart of a method for printing a custom ticket according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a printing platform according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a custom ticket print engine according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The invention provides a printing method of a custom receipt, which comprises the following steps as shown in figure 1:
s101, constructing a receipt style abstract model;
it should be noted that, in order to describe the content of the ticket, the invention performs modeling abstraction on the content of the ticket, and the ticket style abstraction model abstracts the content of the ticket into a computer model, for example: the first store name of the checkout ticket can be abstracted into text, style: thickening and amplifying in the middle; the sixth line of order numbers can be abstracted into a form; the intermediate dish list may be abstracted into a table. The process of processing is to model the content style in the receipt, namely a receipt style abstract model.
S102, defining a printing template according to the format definition file;
it should be noted that the printing template is a template written by a business side based on printing requirements, and the printing definition file is similar to a template in actual work of people, and the printing template can repeatedly piece together a receipt style abstract model.
S103, integrating the printing template and the input content to be printed into data in a specific format required by a receipt style abstract model;
and S104, generating a corresponding printing command line according to the data in the specific format so as to print the receipt.
It should be noted that, in the method for printing a custom receipt provided by the embodiment of the present invention, the existing hard coding method is abandoned, and a mode of dynamically adding a printing format definition is adopted to expand the system.
In the customized receipt printing method provided by the embodiment of the invention, a receipt style abstract model is firstly established, then a printing template is defined according to a format definition file, then the printing template and the input content to be printed are integrated into the data of the specific format required by the receipt style abstract model, and finally the printing template and the input content to be printed are integrated into the data of the specific format required by the receipt style abstract model, so that the customized printing of the receipt style can be realized according to the will of a demand side, the printing template only needs to be dynamically added into the system in the whole realization process, the additional development and upgrading are not needed, the decoupling of receipt definition and printer printing is realized, and the method is suitable for the printing service requirements of a complex internet service ecosystem with frequent expansion and upgrading.
Further, in a concrete implementation, in the method for printing a customized slip provided by the embodiment of the present invention, the step S101 of constructing a slip style abstract model may specifically include: abstracting the lines of the receipt into three forms, namely, the lines of a table with a corresponding format, the lines of characters with a corresponding alignment mode and the lines of a form full of single characters; and respectively controlling the attribute values of the font styles corresponding to the lines of the tickets within the range of the specified style set. That is, the ticket style abstraction model abstracts each line of the ticket into a tabulated line, an aligned line, or a single-character filled form, and performs various specified attribute style set controls on its abstraction. Specifically, the tabulation rows refer to the same format of each row, the alignment row refers to a character row with left, middle and right alignment, and the single character full-spread refers to repeated output of one character, so that the data of the whole row is composed of the character.
Taking a bill-making receipt as an example, the first line is the name of a store, the pattern abstract model adopts an alignment line which has three attributes, and the alignment mode is left, middle or right; the character weight is conventional or thickened; the font size is single, double or quadruple. These style property values are each within a style set, i.e., enumerated.
In specific implementation, in the method for printing a custom ticket according to the embodiment of the present invention, after the step S101 is executed to construct the ticket style abstract model, the method may further include: a ticket template with a service in a printer device (i.e., a printer hardware facility) is parsed into a ticket style abstract model. Therefore, new receipt types can be easily defined and accessed, the printing platform can be put into service, the service of a demand side does not need to be concerned, and only the printing is concerned. In practical application, the type of the receipt refers to the business type of the printed receipt, for example, a meal order, an oversell order, a bill settlement, a kitchen order and the like can be printed in a restaurant; each type of ticket represents a specific business scenario.
In specific implementation, in the method for printing a custom receipt provided by the embodiment of the present invention, step S102 defines a printing template according to the format definition file, and specifically may include: firstly, describing a printing requirement through a printing format semantic specification in a format definition file; and then defining a printing template according to the set semantics according to the described printing requirement. Specifically, the demander may describe its own printing requirement according to the semantic specification of the printing format in the definition file provided by the system, for example, a service party needs to print a lower menu, and then the demander needs to define a file (i.e., a template definition file) of the printing format according to the printing requirement and according to a certain semantic, where the file is a printing template. Such an approach can easily enable existing ticket content style modifications.
In specific implementation, in the method for printing a custom ticket according to the embodiment of the present invention, after the step S102 is executed to define the printing template, the method may further include: updating the printing template into a template library of the printing platform; as shown in fig. 2, the printing platform is a functional system for independently fulfilling printing requirements, and may include a printer device management module 1, a printing template management module 2, a printing service configuration management module 3, and a printing interface 4.
In specific implementation, in the method for printing a customized receipt provided by the embodiment of the present invention, the data in the specific format in step S103 may be a uniform line of data with a style definition. Specifically, when the demander requests printing, the template data integration module can encapsulate data corresponding to the content to be printed into uniform line data with style definition. The style definition here can be understood as a style description, for example, the first line of a receipt is a store name, and the style definition is centered, bolded, twice as large.
In specific implementation, in the method for printing a custom ticket according to the embodiment of the present invention, step S104 generates a corresponding print command line according to data in a specific format, so as to print a ticket, which may specifically include: acquiring uniform line data with style definition by using a printing adapter; generating a corresponding printing command line according to the acquired line data and different printer equipment information; and printing the receipt by the third-party printing system according to the generated printing command line. When the printer equipment is newly added, the printing of the specific receipt type is not required to be considered, and the printing is realized only by facing the receipt style model according to the interface specification. It can be understood that the invention separates the printing requirement from the printing realization, namely, separates the printing specification of the equipment from the printing service, adopts the uniform definition specification and simplifies the printing adaptation work.
Based on the same inventive concept, the embodiment of the invention also provides a custom ticket printing engine, and as the problem solving principle of the engine is similar to that of the aforementioned custom ticket printing method, the implementation of the engine can refer to the implementation of the custom ticket printing method, and repeated parts are not described again.
In specific implementation, the custom ticket print engine provided in the embodiment of the present invention, as shown in fig. 3, specifically includes:
the style model building module 11 is used for building a receipt style abstract model;
a printing template definition module 12, configured to define a printing template according to the format definition file;
the template data integration module 13 is used for integrating the printing template and the input content to be printed into data of a specific format required by a receipt style abstract model;
and the printing adapter 14 is used for generating a corresponding printing command line according to the data in the specific format so as to print the receipt.
In the custom receipt printing engine provided by the embodiment of the invention, customized printing of a receipt style can be realized according to the desire of a demand party through the interaction of the three modules and the printing adapter, the whole realization process only needs to dynamically add a printing template into the system, extra development and upgrading are not needed, the receipt definition and printer printing decoupling are realized, and the custom receipt printing engine is suitable for the printing service requirements of a complex internet service ecosystem with frequent expansion and upgrading.
For more specific working processes of the modules and the printing adapter, reference may be made to corresponding contents disclosed in the foregoing embodiments, and details are not repeated here.
Correspondingly, the embodiment of the invention also discloses an electronic device, which comprises a processor and a memory; the custom ticket printing method disclosed in the foregoing embodiment is implemented when the processor executes the computer program stored in the memory.
For more specific processes of the above method, reference may be made to corresponding contents disclosed in the foregoing embodiments, and details are not repeated here.
Further, the present invention also discloses a computer readable storage medium for storing a computer program; the computer program when executed by a processor implements the method of printing a custom ticket as disclosed above.
For more specific processes of the above method, reference may be made to corresponding contents disclosed in the foregoing embodiments, and details are not repeated here.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The engine, the device and the storage medium disclosed by the embodiment correspond to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
To sum up, the method for printing the custom tickets provided by the embodiment of the invention comprises the following steps: constructing a receipt style abstract model; defining a printing template according to the format definition file; integrating the printing template and the input content to be printed into data of a specific format required by a receipt style abstract model; and generating a corresponding printing command line according to the data in the specific format so as to print the receipt. The method can realize customized printing of the receipt style according to the will of a demand side, only needs to dynamically add the printing template into the system in the whole realization process, does not need additional development and upgrading, realizes the decoupling of receipt definition and printer printing, and is suitable for the printing business requirements of a complex internet service ecosystem with frequent expansion and upgrading. In addition, the invention also provides a corresponding engine, equipment and a computer readable storage medium aiming at the user-defined receipt printing method, so that the method has higher practicability, and the engine, the equipment and the computer readable storage medium have corresponding advantages.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The method, the engine, the equipment and the storage medium for printing the custom tickets provided by the invention are described in detail, a specific example is applied in the text to explain the principle and the implementation mode of the invention, and the description of the embodiment is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A method for printing a custom ticket is characterized by comprising the following steps:
constructing a receipt style abstract model;
defining a printing template according to the format definition file;
integrating the printing template and the input content to be printed into data of a specific format required by the receipt style abstract model;
and generating a corresponding printing command line according to the data with the specific format so as to print the receipt.
2. The method of printing a custom ticket according to claim 1, wherein the constructing a ticket style abstract model comprises:
abstracting the lines of the receipt into three forms, namely, the lines of a table with a corresponding format, the lines of characters with a corresponding alignment mode and the lines of a form full of single characters;
and respectively controlling the attribute values of the font styles corresponding to the lines of the tickets within the range of the specified style set.
3. The method of printing a custom ticket according to claim 2, further comprising, after said building a ticket style abstraction model:
and analyzing the ticket template with the service in the printer equipment into the ticket style abstract model.
4. The method of claim 3, wherein defining a print template according to the format definition file comprises:
describing the printing requirement through the semantic specification of the printing format in the format definition file;
and defining a printing template according to the described printing requirement and the set semantics.
5. The method of printing a custom ticket according to claim 4, further comprising, after said defining a print template:
updating the printing template to a template library of a printing platform; the printing platform comprises a printer equipment management module, a printing template management module, a printing service configuration management module and a printing interface.
6. The method of claim 5, wherein the data in the particular format is a uniform line of data with a style definition.
7. The method for printing the custom tickets according to claim 6, wherein the generating corresponding printing command lines according to the data in the specific format for printing the tickets comprises:
acquiring uniform line data with style definition by using a printing adapter;
generating a corresponding printing command line according to the acquired line data and different printer equipment information;
and printing the receipt by the third-party printing system according to the generated printing command line.
8. A custom ticket print engine, comprising:
the style model building module is used for building a receipt style abstract model;
the printing template definition module is used for defining a printing template according to the format definition file;
the template data integration module is used for integrating the printing template and the input content to be printed into data in a specific format required by the receipt style abstract model;
and the printing adapter is used for generating a corresponding printing command line according to the data with the specific format so as to print the receipt.
9. An electronic device comprising a processor and a memory, wherein the processor, when executing a computer program stored in the memory, implements the custom ticket printing method of any of claims 1 to 7.
10. A computer-readable storage medium storing a computer program, wherein the computer program when executed by a processor implements the method of printing a custom ticket of any of claims 1 to 7.
CN202110881116.0A 2021-08-02 2021-08-02 User-defined receipt printing method, engine, equipment and storage medium Pending CN113590057A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110881116.0A CN113590057A (en) 2021-08-02 2021-08-02 User-defined receipt printing method, engine, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110881116.0A CN113590057A (en) 2021-08-02 2021-08-02 User-defined receipt printing method, engine, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113590057A true CN113590057A (en) 2021-11-02

Family

ID=78253720

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110881116.0A Pending CN113590057A (en) 2021-08-02 2021-08-02 User-defined receipt printing method, engine, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113590057A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114299675A (en) * 2021-12-31 2022-04-08 成都若溪科技有限公司 Intelligent voice control printer

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101174350A (en) * 2007-11-15 2008-05-07 北大方正集团有限公司 Bill processing equipment and method
CN102074080A (en) * 2009-11-25 2011-05-25 航天信息股份有限公司 Customization and management method of visual management invoice template
CN106934958A (en) * 2017-03-10 2017-07-07 东软集团股份有限公司 The method to set up and device of POS printing
CN110459022A (en) * 2019-08-13 2019-11-15 杭州有赞科技有限公司 A kind of Small Ticket Printing System and method
CN111522515A (en) * 2020-03-25 2020-08-11 北京致远互联软件股份有限公司 Printing method and device
CN111625208A (en) * 2020-05-29 2020-09-04 浙江百世技术有限公司 Template receipt custom printing method
CN112882665A (en) * 2021-02-20 2021-06-01 厦门熵基科技有限公司 Method and device for generating printing template, electronic equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101174350A (en) * 2007-11-15 2008-05-07 北大方正集团有限公司 Bill processing equipment and method
CN102074080A (en) * 2009-11-25 2011-05-25 航天信息股份有限公司 Customization and management method of visual management invoice template
CN106934958A (en) * 2017-03-10 2017-07-07 东软集团股份有限公司 The method to set up and device of POS printing
CN110459022A (en) * 2019-08-13 2019-11-15 杭州有赞科技有限公司 A kind of Small Ticket Printing System and method
CN111522515A (en) * 2020-03-25 2020-08-11 北京致远互联软件股份有限公司 Printing method and device
CN111625208A (en) * 2020-05-29 2020-09-04 浙江百世技术有限公司 Template receipt custom printing method
CN112882665A (en) * 2021-02-20 2021-06-01 厦门熵基科技有限公司 Method and device for generating printing template, electronic equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114299675A (en) * 2021-12-31 2022-04-08 成都若溪科技有限公司 Intelligent voice control printer

Similar Documents

Publication Publication Date Title
US10558434B2 (en) Rule-based automatic class generation from a JSON message
US6782536B2 (en) System and method for discovering host-based application assets for the development of business-centric software components
US7168077B2 (en) System and method of executing and controlling workflow processes
CN106814982A (en) Label print processing device, system and method
CN105389184B (en) The configuration method and device of Product Interface information
CN109766529B (en) Report generation method and equipment
JP2005521159A (en) Dynamic generation of schema information for data description languages
EP2380089B1 (en) Extensibility for web based diagram visualization
JP2009527852A (en) XML payload specification for modeling EDI schemas
CN113505580A (en) Method and device for analyzing table file
CN113590057A (en) User-defined receipt printing method, engine, equipment and storage medium
US10984184B2 (en) Maintenance of a metafile using spreadsheet software
US20180121441A1 (en) Accessing application services from forms
CN110955839B (en) Tax declaration method, system and storage medium
CN110851173B (en) Report generation method and device
CN111796808A (en) Implementation method based on DAOTable universal list component
CN110175917A (en) The device and method of parameterized graphicsization processing
JP2001125855A (en) Dynamic web page generation program
US20220229975A1 (en) Copy-paste triggered formula generation
US9304983B2 (en) Method and system for Xform generation and processing application integration framework
CN112748915A (en) Stimusoft-based method and device for dynamically extending business function
CN111651362A (en) Test case generation method and device, storage medium and computer equipment
CN110908659A (en) Method and system for automatically generating user operation interface according to interface definition
CN110532526A (en) Data method for transformation, electronic device and computer readable storage medium
KR20050004960A (en) Method and apparatus for standardizing study contents based on XML

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination