CN113744001A - Non-tax electronic bill generation method and system - Google Patents

Non-tax electronic bill generation method and system Download PDF

Info

Publication number
CN113744001A
CN113744001A CN202110902321.0A CN202110902321A CN113744001A CN 113744001 A CN113744001 A CN 113744001A CN 202110902321 A CN202110902321 A CN 202110902321A CN 113744001 A CN113744001 A CN 113744001A
Authority
CN
China
Prior art keywords
bill
parameter
file
format
preset
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
CN202110902321.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.)
Aisino Corp
Original Assignee
Aisino Corp
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 Aisino Corp filed Critical Aisino Corp
Priority to CN202110902321.0A priority Critical patent/CN113744001A/en
Publication of CN113744001A publication Critical patent/CN113744001A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/04Billing or invoicing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Business, Economics & Management (AREA)
  • General Health & Medical Sciences (AREA)
  • Development Economics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computational Linguistics (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computer Hardware Design (AREA)
  • Bioethics (AREA)
  • Software Systems (AREA)
  • Accounting & Taxation (AREA)
  • Economics (AREA)
  • Finance (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The invention discloses a method and a system for generating non-tax electronic bills, comprising the following steps: acquiring invoice data to be issued, and converting the acquired invoice data into a data object of a preset type; analyzing a data object with a preset format to obtain the bill parameter type and the parameter value corresponding to each bill parameter, and determining a bill layout file according to the bill parameter information; filling a parameter value corresponding to each bill parameter into the bill layout file to obtain a first electronic invoice file with a preset format; and signing the first electronic invoice file to obtain a second electronic invoice file with a preset format. The invention can quickly and accurately produce electronic bills in batches according to the received JSON information, and can generate PDF plate type electronic bills in batches; different system interfaces are called to realize the required operation process, the electronic bill requirements of different users can be met, and the use experience of the users is improved.

Description

Non-tax electronic bill generation method and system
Technical Field
The invention relates to the technical field of electronic invoice issuing, in particular to a non-tax electronic bill generation method and system.
Background
The bill is the business certificate issued and collected by all units and individuals in purchasing and selling goods, providing or receiving services and doing other business activities, is the original basis for accounting, and is also the important basis for law enforcement inspection of auditing and tax authorities.
With the development of science and technology and the enhancement of environmental awareness of people, paperless offices have been gradually applied to a plurality of industry fields by concepts, so electronic bills play an increasingly important role in the finance and tax field. The electronic bill solves the problem that the prior paper bill is inconvenient to send, sell and store, and is a very key link in the whole paperless office process of an enterprise. After the electronic bill service platform calls the relevant tax control equipment to complete the electronic bill making, the electronic bill which needs to generate the format file format is issued to the user for the user to check, use as a reimbursement voucher and the like.
The bill billing amount in the non-tax field is very large, if paper bills are issued, information such as amount of money and quantity needs to be manually input in a tax system, and related functional departments need to stamp the bills.
Disclosure of Invention
The invention provides a non-tax electronic bill generation method and a non-tax electronic bill generation system, which aim to solve the problem of how to acquire non-tax electronic bills.
In order to solve the above-mentioned problems, according to an aspect of the present invention, there is provided a non-tax electronic ticket generating method including:
acquiring invoice data to be issued, and converting the acquired invoice data into a data object of a preset type;
analyzing a data object with a preset format to obtain the bill parameter type and the parameter value corresponding to each bill parameter, and determining a bill layout file according to the bill parameter information;
filling a parameter value corresponding to each bill parameter into the bill layout file to obtain a first electronic invoice file with a preset format;
and signing the first electronic invoice file to obtain a second electronic invoice file with a preset format.
Preferably, before parsing the data object in the preset format, the method further includes:
and determining key fields in the data object with the preset format, and checking the length and the type of the determined key fields.
Preferably, the filling the parameter value corresponding to each bill parameter into the bill layout file to obtain a first electronic invoice file in a preset format includes:
for any bill parameter, determining the format of the parameter value corresponding to the any bill parameter according to the parameter type of the any bill parameter, and setting the format of the parameter value of the any bill parameter according to the format of the parameter value corresponding to the any bill parameter;
and filling the parameter value of each bill parameter with the set format to a corresponding position according to the preset coordinate set information so as to obtain a first electronic invoice file with the preset format.
Preferably, the signing the first electronic invoice file to obtain a second electronic invoice file in a preset format includes:
verifying the integrity of the first electronic invoice file, calling a signature and a preset signature position after the first invoice file passes the integrity verification, and signing the first electronic invoice file according to the preset signature position to obtain a second electronic invoice file in a preset format.
Preferably, the preset type data object is a bean data object; the preset format is a PDF format.
According to another aspect of the present invention, there is provided a non-tax electronic ticket generating system, the system comprising:
the data acquisition unit is used for acquiring invoice data to be issued and converting the acquired invoice data into a data object of a preset type;
the bill layout file acquisition unit is used for analyzing a data object with a preset format to acquire the bill parameter types and the parameter values corresponding to each bill parameter and determining the bill layout file according to the bill parameter information;
the first electronic invoice file acquisition unit is used for filling the parameter value corresponding to each bill parameter into the bill format file so as to acquire a first electronic invoice file with a preset format;
and the signature unit is used for signing the first electronic invoice file to acquire a second electronic invoice file with a preset format.
Preferably, wherein the system further comprises:
and the checking unit is used for determining the key fields in the data objects in the preset format before analyzing the data objects in the preset format and checking the length and the type of the determined key fields.
Preferably, the first electronic invoice file obtaining unit fills the parameter value corresponding to each bill parameter into the bill layout file to obtain the first electronic invoice file with the preset format, and includes:
for any bill parameter, determining the format of the parameter value corresponding to the any bill parameter according to the parameter type of the any bill parameter, and setting the format of the parameter value of the any bill parameter according to the format of the parameter value corresponding to the any bill parameter;
and filling the parameter value of each bill parameter with the set format to a corresponding position according to the preset coordinate set information so as to obtain a first electronic invoice file with the preset format.
Preferably, the signing unit signs the first electronic invoice file to obtain a second electronic invoice file with a preset format, and includes:
verifying the integrity of the first electronic invoice file, calling a signature and a preset signature position after the first invoice file passes the integrity verification, and signing the first electronic invoice file according to the preset signature position to obtain a second electronic invoice file in a preset format.
Preferably, the preset type data object is a bean data object; the preset format is a PDF format.
The invention provides a method and a system for generating non-tax electronic bills, which can quickly and accurately produce electronic bills in batches according to received JSON information and can generate PDF plate type electronic bills in batches, thereby realizing paperless invoicing; electronic signature information is added to a PDF file, and a built-in interface is called to verify the electronic signature on the bill, so that whether the source of the electronic bill is credible or not and whether the file is tampered or not are identified in real time; different system interfaces are called to realize the required operation process, the electronic bill requirements of different users can be met, and the use experience of the users is improved.
Drawings
A more complete understanding of exemplary embodiments of the present invention may be had by reference to the following drawings in which:
FIG. 1 is a flow chart of a method 100 for generating a non-tax electronic ticket according to an embodiment of the present invention;
FIG. 2 is a flowchart of generating a PDF file according to input information and signing unit badges and stamp badges according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating only signing a unit chapter after generating a PDF file according to input information according to an embodiment of the present invention;
FIG. 4 is a flow chart of signing a supervision seal on a ticket after reading byte stream information of invoice data according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a non-tax electronic ticket generating system 500 according to an embodiment of the present invention.
Detailed Description
The exemplary embodiments of the present invention will now be described with reference to the accompanying drawings, however, the present invention may be embodied in many different forms and is not limited to the embodiments described herein, which are provided for complete and complete disclosure of the present invention and to fully convey the scope of the present invention to those skilled in the art. The terminology used in the exemplary embodiments illustrated in the accompanying drawings is not intended to be limiting of the invention. In the drawings, the same units/elements are denoted by the same reference numerals.
Unless otherwise defined, terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. Further, it will be understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the relevant art and will not be interpreted in an idealized or overly formal sense.
FIG. 1 is a flow chart of a method 100 for generating a non-tax electronic ticket according to an embodiment of the invention. As shown in fig. 1, the method for generating non-tax electronic bills according to the embodiment of the present invention can quickly and accurately produce electronic bills in batches according to received JSON information, and can generate PDF-based electronic bills in batches, thereby realizing paperless invoicing; electronic signature information is added to a PDF file, and a built-in interface is called to verify the electronic signature on the bill, so that whether the source of the electronic bill is credible or not and whether the file is tampered or not are identified in real time; different system interfaces are called to realize the required operation process, the electronic bill requirements of different users can be met, and the use experience of the users is improved. The non-tax electronic bill generation method 100 provided by the embodiment of the invention starts from step 101, and obtains invoice data to be issued in step 101, and converts the obtained invoice data into a data object of a preset type.
Preferably, the preset type data object is a bean data object.
In the invention, after receiving the data information of the invoice to be issued in the JSON format, the corresponding entity class is selected according to the parameters in the data information, and the entity class is converted into the BEAN data object.
In step 102, the data object with the preset format is analyzed to obtain the bill parameter type and the parameter value corresponding to each bill parameter, and the bill layout file is determined according to the bill parameter information.
Preferably, before parsing the data object in the preset format, the method further includes:
and determining key fields in the data object with the preset format, and checking the length and the type of the determined key fields.
In the invention, after type conversion, the data object with the preset format is analyzed to obtain the bill parameter type and the parameter value corresponding to each bill parameter. And then, checking the dimensions such as length, type and the like of the key fields in the related entity classes, and selecting corresponding bill layout files and a generating method according to specific parameters after the checking is passed.
In step 103, filling the parameter value corresponding to each bill parameter into the bill layout file to obtain a first electronic invoice file in a preset format.
Preferably, the filling the parameter value corresponding to each bill parameter into the bill layout file to obtain a first electronic invoice file in a preset format includes:
for any bill parameter, determining the format of the parameter value corresponding to the any bill parameter according to the parameter type of the any bill parameter, and setting the format of the parameter value of the any bill parameter according to the format of the parameter value corresponding to the any bill parameter;
and filling the parameter value of each bill parameter with the set format to a corresponding position according to the preset coordinate set information so as to obtain a first electronic invoice file with the preset format.
Preferably, the preset format is a PDF format.
In step 104, the first electronic invoice file is signed to obtain a second electronic invoice file with a preset format.
Preferably, the signing the first electronic invoice file to obtain a second electronic invoice file in a preset format includes:
verifying the integrity of the first electronic invoice file, calling a signature and a preset signature position after the first invoice file passes the integrity verification, and signing the first electronic invoice file according to the preset signature position to obtain a second electronic invoice file in a preset format.
In the invention, after the bill format file is determined, the text formats such as fonts, word sizes and the like are set for the parameter values of the parameters according to the parameter types, and then the text contents (parameter values) are filled to corresponding positions according to the preset coordinate set information, so that the initial bill file in the PDF format, namely the first electronic invoice file, is generated. Subsequently, a signature operation is performed on the face of the first electronic invoice file.
After the text information filling operation is completed, only unit badges are signed and received (if the user needs to define the signature position by self, coordinate set information needs to be filled according to the requirement of the user).
The caller signs the incoming pdf file byte stream in the form of parameter, and usually the receipt corresponding to the pdf byte stream is covered with the electronic seal of the receipt unit. After the system completes the integrity check of the PDF stream, the system signs a signature (the system determines a template corresponding to the PDF stream according to a parameter (template identifier) specified by a user so as to achieve the purpose of signing a signature at a preset position of the template, or the user can self-define the signature position).
The corresponding relation between the interface and the application scene of the method of the invention is as follows:
the interface generates PDF and signs unit seal and stamp for generating a scene that a bill PDF covers two seals continuously, such as Taizhou non-tax receipt seal.
And the interface II generates PDF and signs unit seal for the department of health and accountability to generate PDF bill file and signs unit seal. Such as Wenzhou Wei Jie, Huzhou Wei Jie, etc.
The interface III reads in the bill byte stream information and signs the supervision seal for the financial department to add the supervision seal on the incoming pdf stream, and the incoming bill pdf byte stream is covered with the unit seal of receipt, so that whether the pdf stream is tampered or not needs to be checked at first, namely the integrity of the document is checked.
As shown in fig. 2, the process of generating a PDF file according to input information and signing unit badges and monitoring badges includes: converting the Json character string into a bean object; checking a key field; loading a preset invoice template according to the corresponding adoption number; setting a text format; filling the text content at the corresponding position according to the preset coordinate information; and adding a receipt unit and a supervision unit chapter at the corresponding position of the PDF file according to the preset coordinate or the appointed coordinate.
As shown in fig. 3, the flow of signing only unit badges after generating a PDF file from input information is similar to that of fig. 2, except that there is no need to monitor unit badges.
As shown in fig. 4, the process of signing and monitoring the stamp on the ticket surface after reading the byte stream information of the invoice data is as follows: loading a byte stream file according to the specified path, checking the PDF file, and adding a supervision unit chapter at the corresponding position of the PDF file according to the preset coordinate or the specified coordinate.
The method stores a plurality of templates in a PDF template library in advance to meet the requirements of different scenes; acquiring JSON data and converting the JSON data into a Bean object; acquiring a needed PDF plate type file template from the template library according to corresponding parameters; generating a PDF file according to the analyzed Bean object information and by combining a corresponding method; and adding electronic signature information to the PDF stream file. And analyzing and processing the received JSON information to generate a PDF file, and signing a unit seal and a supervision seal on the bill. And after reading the byte stream information of the specific bill, signing a supervision seal on the bill. The invention can realize the fast and accurate batch production of the electronic bills according to the received JSON information.
Fig. 5 is a schematic structural diagram of a non-tax electronic ticket generating system 500 according to an embodiment of the present invention. As shown in fig. 5, the non-tax electronic ticket generating system 500 according to the embodiment of the present invention includes: a data acquisition unit 501, a bill layout file acquisition unit 502, a first electronic invoice file acquisition unit 503, and a signature unit 504.
Preferably, the data obtaining unit 501 is configured to obtain invoice data to be issued, and convert the obtained invoice data into a data object of a preset type.
Preferably, the bill layout file obtaining unit 502 is configured to analyze a data object in a preset format to obtain a bill parameter type and a parameter value corresponding to each bill parameter, and determine a bill layout file according to the bill parameter information.
Preferably, wherein the system further comprises:
and the checking unit is used for determining the key fields in the data objects in the preset format before analyzing the data objects in the preset format and checking the length and the type of the determined key fields.
Preferably, the first electronic invoice file obtaining unit 503 is configured to fill the parameter value corresponding to each bill parameter into the bill layout file to obtain a first electronic invoice file in a preset format.
Preferably, the first electronic invoice file obtaining unit 503 fills the parameter value corresponding to each bill parameter into the bill layout file to obtain the first electronic invoice file with a preset format, including:
for any bill parameter, determining the format of the parameter value corresponding to the any bill parameter according to the parameter type of the any bill parameter, and setting the format of the parameter value of the any bill parameter according to the format of the parameter value corresponding to the any bill parameter;
and filling the parameter value of each bill parameter with the set format to a corresponding position according to the preset coordinate set information so as to obtain a first electronic invoice file with the preset format.
Preferably, the signature unit 504 is configured to sign the first electronic invoice file to obtain a second electronic invoice file in a preset format.
Preferably, the signing unit 504, signing the first electronic invoice file to obtain a second electronic invoice file with a preset format, includes:
verifying the integrity of the first electronic invoice file, calling a signature and a preset signature position after the first invoice file passes the integrity verification, and signing the first electronic invoice file according to the preset signature position to obtain a second electronic invoice file in a preset format.
Preferably, the preset type data object is a bean data object; the preset format is a PDF format.
The non-tax electronic ticket generating system 500 according to the embodiment of the present invention corresponds to the non-tax electronic ticket generating method 100 according to another embodiment of the present invention, and will not be described herein again.
The invention has been described with reference to a few embodiments. However, other embodiments of the invention than the one disclosed above are equally possible within the scope of the invention, as would be apparent to a person skilled in the art from the appended patent claims.
Generally, all terms used in the claims are to be interpreted according to their ordinary meaning in the technical field, unless explicitly defined otherwise herein. All references to "a/an/the [ device, component, etc ]" are to be interpreted openly as referring to at least one instance of said device, component, etc., unless explicitly stated otherwise. The steps of any method disclosed herein do not have to be performed in the exact order disclosed, unless explicitly stated.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting the same, and although the present invention is described in detail with reference to the above embodiments, those of ordinary skill in the art should understand that: modifications and equivalents may be made to the embodiments of the invention without departing from the spirit and scope of the invention, which is to be covered by the claims.

Claims (10)

1. A method of generating a non-tax electronic ticket, the method comprising:
acquiring invoice data to be issued, and converting the acquired invoice data into a data object of a preset type;
analyzing a data object with a preset format to obtain the bill parameter type and the parameter value corresponding to each bill parameter, and determining a bill layout file according to the bill parameter information;
filling a parameter value corresponding to each bill parameter into the bill layout file to obtain a first electronic invoice file with a preset format;
and signing the first electronic invoice file to obtain a second electronic invoice file with a preset format.
2. The method of claim 1, prior to parsing the data object in the preset format, further comprising:
and determining key fields in the data object with the preset format, and checking the length and the type of the determined key fields.
3. The method according to claim 1, wherein the populating the ticket layout file with the parameter value corresponding to each ticket parameter to obtain a first electronic invoice file in a preset format comprises:
for any bill parameter, determining the format of the parameter value corresponding to the any bill parameter according to the parameter type of the any bill parameter, and setting the format of the parameter value of the any bill parameter according to the format of the parameter value corresponding to the any bill parameter;
and filling the parameter value of each bill parameter with the set format to a corresponding position according to the preset coordinate set information so as to obtain a first electronic invoice file with the preset format.
4. The method according to claim 1, wherein the signing the first electronic invoice file to obtain a second electronic invoice file in a preset format comprises:
verifying the integrity of the first electronic invoice file, calling a signature and a preset signature position after the first invoice file passes the integrity verification, and signing the first electronic invoice file according to the preset signature position to obtain a second electronic invoice file in a preset format.
5. The method of claim 1, wherein the preset type of data object is a bean data object; the preset format is a PDF format.
6. A system for generating non-tax electronic tickets, said system comprising:
the data acquisition unit is used for acquiring invoice data to be issued and converting the acquired invoice data into a data object of a preset type;
the bill layout file acquisition unit is used for analyzing a data object with a preset format to acquire the bill parameter types and the parameter values corresponding to each bill parameter and determining the bill layout file according to the bill parameter information;
the first electronic invoice file acquisition unit is used for filling the parameter value corresponding to each bill parameter into the bill format file so as to acquire a first electronic invoice file with a preset format;
and the signature unit is used for signing the first electronic invoice file to acquire a second electronic invoice file with a preset format.
7. The system of claim 6, further comprising:
and the checking unit is used for determining the key fields in the data objects in the preset format before analyzing the data objects in the preset format and checking the length and the type of the determined key fields.
8. The system according to claim 6, wherein the first electronic invoice file obtaining unit fills the parameter value corresponding to each bill parameter into the bill layout file to obtain the first electronic invoice file with a preset format, and includes:
for any bill parameter, determining the format of the parameter value corresponding to the any bill parameter according to the parameter type of the any bill parameter, and setting the format of the parameter value of the any bill parameter according to the format of the parameter value corresponding to the any bill parameter;
and filling the parameter value of each bill parameter with the set format to a corresponding position according to the preset coordinate set information so as to obtain a first electronic invoice file with the preset format.
9. The system according to claim 6, wherein the signature unit is configured to sign the first electronic invoice file to obtain a second electronic invoice file with a preset format, and comprises:
verifying the integrity of the first electronic invoice file, calling a signature and a preset signature position after the first invoice file passes the integrity verification, and signing the first electronic invoice file according to the preset signature position to obtain a second electronic invoice file in a preset format.
10. The system of claim 6, wherein the preset type of data object is a bean data object; the preset format is a PDF format.
CN202110902321.0A 2021-08-06 2021-08-06 Non-tax electronic bill generation method and system Pending CN113744001A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110902321.0A CN113744001A (en) 2021-08-06 2021-08-06 Non-tax electronic bill generation method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110902321.0A CN113744001A (en) 2021-08-06 2021-08-06 Non-tax electronic bill generation method and system

Publications (1)

Publication Number Publication Date
CN113744001A true CN113744001A (en) 2021-12-03

Family

ID=78730355

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110902321.0A Pending CN113744001A (en) 2021-08-06 2021-08-06 Non-tax electronic bill generation method and system

Country Status (1)

Country Link
CN (1) CN113744001A (en)

Similar Documents

Publication Publication Date Title
CN106598930B (en) electronic license processing method based on layout file
CN110008458B (en) Structured compiling method for electric power bidding and bidding document
CN110264288A (en) Data processing method and relevant apparatus based on information discriminating technology
CN111475513A (en) Form generation method and device, electronic equipment and medium
CN109523685A (en) A kind of electronic invoice checking method and system based on OFD formatted file
CN111562965B (en) Page data verification method and device based on decision tree
CN109815039A (en) Test method and device, storage medium, the computer equipment of business software
CN111679975A (en) Document generation method and device, electronic equipment and medium
CN106056418A (en) Invoice submission method, device and system
CN109885290B (en) Application program service description information generation and release method, device and storage medium
CN111145054A (en) Signing method, device and storage medium for electronic contracts of same type
CN114004714A (en) Data processing and identification report issuing method and system based on block chain
CN113744001A (en) Non-tax electronic bill generation method and system
CN112085611A (en) Asynchronous data verification method and device, electronic equipment and storage medium
CN112307101A (en) Project pricing auditing method, device, computer equipment and system
CN114580369B (en) Signing method and system based on contract template
CN111651500A (en) User identity recognition method, electronic device and storage medium
CN111353833A (en) Method and equipment for generating report
CN111914132B (en) Method and system for real-time correlation of metrological verification calibration data information
CN114841579A (en) Index data generation method, device, equipment and storage medium
CN113537964A (en) Application form processing method, device, storage medium and device
CN112001784A (en) Automatic invoice sealing method and self-service tax handling terminal
CN113469758B (en) Billing method, device, equipment and storage medium of blockchain and tax system
CN114970496A (en) OFD-based electronic invoice file conversion method, system and related device
CN114037999A (en) Method for verifying and analyzing OFD format invoice file

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