CN113869875A - Dynamic business document generation method - Google Patents

Dynamic business document generation method Download PDF

Info

Publication number
CN113869875A
CN113869875A CN202111189061.3A CN202111189061A CN113869875A CN 113869875 A CN113869875 A CN 113869875A CN 202111189061 A CN202111189061 A CN 202111189061A CN 113869875 A CN113869875 A CN 113869875A
Authority
CN
China
Prior art keywords
document
model
information
business
configuration information
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
CN202111189061.3A
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.)
Beijing Research Institute of Auotomation for Machinery Industry Co Ltd
Original Assignee
Beijing Research Institute of Auotomation for Machinery Industry 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 Beijing Research Institute of Auotomation for Machinery Industry Co Ltd filed Critical Beijing Research Institute of Auotomation for Machinery Industry Co Ltd
Priority to CN202111189061.3A priority Critical patent/CN113869875A/en
Publication of CN113869875A publication Critical patent/CN113869875A/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
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • 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/186Templates

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • Economics (AREA)
  • Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Data Mining & Analysis (AREA)
  • Artificial Intelligence (AREA)
  • General Engineering & Computer Science (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a dynamic business document generation method, which comprises the following steps: receiving business document configuration information sent by a user and generating a document request; calling a dynamic business model according to the configuration information, and positioning a document model corresponding to the configuration information in the dynamic business model; and receiving the business document generated by the document model, and sending the business document to the user. The method can realize low-coding development and program standardization of the function page, improves the maintainability of the program and has high adaptability.

Description

Dynamic business document generation method
Technical Field
The invention relates to the technical field of business document generation, in particular to a dynamic business document generation method.
Background
Business documents are required to be used in office processes of many enterprises, and various data in the office process can be recorded through filling of the business documents so as to assist enterprise management. A large amount of codes need to be written for generating documents, and corresponding business processing codes need to be written with pertinence in the face of different requirements of different enterprises, so that the workload is large, and the adaptability is insufficient.
Disclosure of Invention
In view of the above-mentioned defects or shortcomings in the prior art, it is desirable to provide a method for generating a dynamic business document, which can implement low-code development and program standardization of a function page, improve maintainability of a program, and have high adaptability.
The invention provides a dynamic business document generation method, which comprises the following steps:
receiving business document configuration information sent by a user and generating a document request;
after receiving a bill generation request, calling a dynamic service model according to the configuration information, and positioning a bill model corresponding to the configuration information in the dynamic service model;
and receiving the business document generated by the document model, and sending the business document to a user.
Further, the configuration information includes document distinguishing item information, document header information and document detail information.
Further, the dynamic business model is composed of various types of the document models; the document model includes:
the model head part comprises model head information, and the model head information corresponds to the document distinguishing item information;
the model processing part comprises a new adding item and a modification item and is used for modifying the bill model;
and the model detail part comprises a document detail field and a data source link, and the data source link comprises a link between the configuration information and the computer system and is used for extracting the configuration information and the computer system information.
Further, the generation of the business document comprises:
1) searching model head information matched with the bill distinguishing item information so as to locate a bill model matched with the configuration information;
2) and extracting the configuration information and the computer system information through the data source link, and forming the business bill with the bill detail field.
Compared with the prior art, the invention has the beneficial effects that:
(1) the dynamic business document generation method generates the business document through the dynamic business model, and the related content in the business document is composed of the configuration information input by a user, the document detail field in the document model and the computer system information, so that the code compiling amount is greatly reduced, the low-coding development of the functional page is realized, the development efficiency is improved, the development difficulty is reduced, and the development accuracy is improved; the program standardization is realized, and the maintainability of the program is improved.
(2) The dynamic business document generation method can perform new addition and modification operations on the dynamic business model according to the requirements of enterprises, and greatly improves the applicability of the business document.
It should be understood that the statements herein reciting aspects are not intended to limit the critical or essential features of any embodiment of the invention, nor are they intended to limit the scope of the invention. Other features of the present invention will become apparent from the following description.
Drawings
Other features, objects and advantages of the invention will become more apparent upon reading of the detailed description of non-limiting embodiments made with reference to the following drawings:
FIG. 1 is a flow chart of a dynamic business document generation method;
FIG. 2 is a flow chart of business document generation.
Detailed Description
The present invention will be described in further detail with reference to examples. It is to be understood that the specific embodiments described herein are merely illustrative of the relevant invention and not restrictive of the invention. It should be noted that the embodiments and features of the embodiments may be combined with each other without conflict. The present invention will be described in detail with reference to examples.
The embodiment of the invention provides a dynamic business document generation method, which comprises the following steps:
receiving business document configuration information and a document generation request sent by a user, wherein the configuration information comprises document distinguishing item information, document header information and document detail information;
after receiving a receipt generation request, calling a dynamic business model according to configuration information, and positioning a receipt model corresponding to the configuration information in the dynamic business model;
the dynamic business model consists of various bill models; the document model includes:
the model head part comprises model head information, and the model head information corresponds to the document distinguishing item information;
the model processing part comprises a new adding item and a modification item and is used for modifying the document model;
and the model detail part comprises a document detail field and a data source link, and the data source link comprises a link between the configuration information and the computer system and is used for extracting the configuration information and the computer system information.
The document model extracts configuration information and computer system information and generates a business document;
the business document generation comprises the following steps:
1) searching model header information matched with the bill distinguishing item information so as to locate a bill model matched with the configuration information;
2) extracting configuration information and computer system information through data source link, and forming a business receipt with a receipt detail field;
and receiving the business document generated by the document model, and sending the business document to the user.
In this embodiment, the user fills out the travel expense invoice and generates the expense receipt as an example. The user retrieves the travel invoice from the system and then enters the configuration information. Firstly, inputting a reimbursement affair course, such as 'travel expense', as document distinguishing item information; then, inputting header information of the bill, such as a traveler, a business trip date and the like, and detail information of the bill, such as a departure place, an arrival place, various generated fees and the like; and then clicking to submit, receiving the configuration information of the travel expense reimbursement bill by the server, verifying and passing through the leader, generating a user clicking certificate, and sending a bill generation request.
After receiving a document generation request sent by a user, the server calls a dynamic business model, and positions a corresponding document model, namely a document model with model header information being a travel expense reimbursement model, through document distinguishing item information, namely travel expense. The document model extracts information such as business trip date and generated cost in the configuration information, information such as voucher number configured by the computer system and date and time in the computer system through linking, combines the information with document detail fields preset in the document model, and generates an accounting voucher, namely a business document required by a user. The document detail field is a part of the business document, such as characters of 'certificate type', 'certificate number', 'certificate date', 'subject name', and the like. The server receives the accounting voucher and sends the accounting voucher to the user.
The dynamic business document generation method greatly reduces the code compiling amount, realizes the low-coding development of the functional page, improves the development efficiency, reduces the development difficulty and improves the development accuracy; the program standardization is realized, and the maintainability of the program is improved.
Aiming at the requirements of different enterprises, the dynamic business model can be newly added and modified through the background server so as to adapt to the requirements of the enterprises, and the applicability of the business documents generated by the method is greatly improved.
In the description of the present specification, the description of the terms "one embodiment," "some embodiments," and the like, means that a particular feature or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present application. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (4)

1. A dynamic business document generation method is characterized by comprising the following steps:
receiving business document configuration information sent by a user and generating a document request;
after receiving a bill generation request, calling a dynamic service model according to the configuration information, and positioning a bill model corresponding to the configuration information in the dynamic service model;
and receiving the business document generated by the document model, and sending the business document to a user.
2. The dynamic business document generation method of claim 1, wherein the configuration information includes document distinguishing item information, document header information, and document detail information.
3. The dynamic business document generation method of claim 2, wherein the dynamic business model is comprised of a plurality of types of the document models; the document model includes:
the model head part comprises model head information, and the model head information corresponds to the document distinguishing item information;
the model processing part comprises a new adding item and a modification item and is used for modifying the bill model;
and the model detail part comprises a document detail field and a data source link, and the data source link comprises a link between the configuration information and the computer system and is used for extracting the configuration information and the computer system information.
4. The dynamic business document generation method of claim 3, wherein the document model generating a business document comprises:
1) searching model header information matched with the bill distinguishing item information so as to locate a bill model matched with the configuration information;
2) and extracting the configuration information and the computer system information through the data source link, and forming the business bill with the bill detail field.
CN202111189061.3A 2021-10-12 2021-10-12 Dynamic business document generation method Pending CN113869875A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111189061.3A CN113869875A (en) 2021-10-12 2021-10-12 Dynamic business document generation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111189061.3A CN113869875A (en) 2021-10-12 2021-10-12 Dynamic business document generation method

Publications (1)

Publication Number Publication Date
CN113869875A true CN113869875A (en) 2021-12-31

Family

ID=78999254

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111189061.3A Pending CN113869875A (en) 2021-10-12 2021-10-12 Dynamic business document generation method

Country Status (1)

Country Link
CN (1) CN113869875A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019184123A1 (en) * 2018-03-30 2019-10-03 平安科技(深圳)有限公司 Method for automatically generating financial document, device, computer apparatus, and storage medium
WO2021017694A1 (en) * 2019-07-31 2021-02-04 苏宁云计算有限公司 Method and device for generating accounting document based on sap system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019184123A1 (en) * 2018-03-30 2019-10-03 平安科技(深圳)有限公司 Method for automatically generating financial document, device, computer apparatus, and storage medium
WO2021017694A1 (en) * 2019-07-31 2021-02-04 苏宁云计算有限公司 Method and device for generating accounting document based on sap system

Similar Documents

Publication Publication Date Title
CN104036420A (en) Method for batch checking, downloading and utilizing invoices based on national network invoice platform
US20180285394A1 (en) System and Method for Data Integration
CN102968282A (en) Method for achieving electronization of any bill and receipt by intercepting print data
CN112650533A (en) Interface document generation method and device and terminal equipment
CN113128978B (en) Data settlement method, device, system and storage medium
CN111061696B (en) Method and device for analyzing transaction message log
CN111078260A (en) WeChat applet third-party platform management method and system
US8049921B2 (en) System and method for transferring invoice data output of a print job source to an automated data processing system
CN115098047A (en) Printing platform based on Word template and functional plug-in
CN114386853A (en) Data auditing processing method, device and equipment based on universal auditing model
CN111711512B (en) Message sending method and device
CN113050928A (en) Method, system, equipment and medium for event extension in workflow
CN113869875A (en) Dynamic business document generation method
CN111353833A (en) Method and equipment for generating report
CN112800127B (en) Data mining analysis method and device based on transaction bill
CN105068978A (en) Method and system for automatically auditing daily statement and monthly statement based on database
CN111381984B (en) Method for automatically generating accounting document without billing code by SAP system interface
CN107463690B (en) Method and system for realizing quick link
CN111625455A (en) Program testing method, device, equipment and medium
CN117076546B (en) Data processing method, terminal device and computer readable storage medium
CN115484560B (en) Intelligent short message processing method and device, electronic equipment and storage medium
JP2004110454A (en) International accounting system, program for executing function of system and recording medium
CN111292051B (en) Foreign exchange business processing method, device, equipment and medium
Lou et al. Electronic Credential Full Life Cycle State Management Mechanism
CN113919646A (en) Invoice automatic prefabricating and posting method and device, storage medium and electronic equipment

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