CN115688715A - Report generation method and device and computer readable medium - Google Patents

Report generation method and device and computer readable medium Download PDF

Info

Publication number
CN115688715A
CN115688715A CN202211300819.0A CN202211300819A CN115688715A CN 115688715 A CN115688715 A CN 115688715A CN 202211300819 A CN202211300819 A CN 202211300819A CN 115688715 A CN115688715 A CN 115688715A
Authority
CN
China
Prior art keywords
report
report template
target
generated
template
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
CN202211300819.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.)
Hunan Happly Sunshine Interactive Entertainment Media Co Ltd
Original Assignee
Hunan Happly Sunshine Interactive Entertainment Media 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 Hunan Happly Sunshine Interactive Entertainment Media Co Ltd filed Critical Hunan Happly Sunshine Interactive Entertainment Media Co Ltd
Priority to CN202211300819.0A priority Critical patent/CN115688715A/en
Publication of CN115688715A publication Critical patent/CN115688715A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application discloses a report generation method, a report generation device and a computer readable medium, which receive and respond to a report generation instruction, determine the type of a report to be generated corresponding to the report generation instruction, acquire a target report template matched with the type of the report to be generated from a pre-configured report template library, determine a data request parameter in the target report template, acquire original data corresponding to the data request parameter through an SQL query interface, and determine data information corresponding to a configuration item in the target report template from the original data. And filling the data information corresponding to the configuration items in the target report template into the configuration items to generate and output the report to be generated. Due to the fact that the report template library is configured in advance, when a report is generated each time, only the report template corresponding to the required report needs to be selected, and then the data corresponding to all parts in the report template are obtained from the SQL query interface according to the data request parameters, so that the workload of generating the report is reduced, and the time is saved.

Description

Report generation method and device and computer readable medium
Technical Field
The present application belongs to the technical field of data processing, and in particular, to a report generation method, apparatus and computer readable medium.
Background
In the field of data processing, reports are commonly used, different reports are generated according to different business scenes, but an interface and a report page need to be developed again when the report is generated every time, for example, an attendance report and a financial report are generated, corresponding report business logic needs to be written according to respective requirements of two reports, corresponding API interfaces are developed according to business logic and different required data, and the attendance report and the financial report are generated respectively after corresponding data are acquired from the API interfaces. In the known technology, the steps are repeated when the report is generated in different business scenes, so that the workload of the process of generating the report is increased, and the time is wasted.
Disclosure of Invention
In view of this, the present application provides a report generating method, a report generating device, and a computer readable medium, so as to solve the problem in the prior art that generating a report in different service scenarios requires re-developing an interface and a report page, which wastes time. .
In order to solve the above problems, the present application provides the following report generation scheme:
a report generation method comprises the following steps:
receiving a report generation instruction;
responding to the report generation instruction, and determining the type of the report to be generated corresponding to the report generation instruction;
acquiring a target report template matched with the type of the report to be generated from a pre-configured report template library, wherein the target report template comprises at least one configuration item;
determining data request parameters in the target report template, and acquiring original data corresponding to the data request parameters through an SQL query interface;
determining data information corresponding to configuration items in the target report template from the original data;
and filling data information corresponding to the configuration items in the target report template into the configuration items to generate and output the report to be generated.
Optionally, the obtaining a target report template matched with the type of the report to be generated from a preconfigured report template library, where the target report template includes at least one configuration item, includes:
performing at least one operation of adding, editing and deleting configuration items on a report template acquired from a pre-configured report template library to obtain a target report template matched with the type of the report to be generated;
or the like, or, alternatively,
acquiring a target report template matched with the type of the report to be generated in a pre-configured report template library;
or the like, or, alternatively,
and assembling the configuration items according to the type of the report to be generated to obtain a target report template matched with the type of the report to be generated.
Optionally, the determining the data request parameter in the report template, and acquiring the original data corresponding to the data request parameter through an SQL query interface include:
determining data query sql corresponding to each configuration item in the target report template;
and executing data query SQL through an SQL interface to obtain the original data corresponding to each configuration item.
Optionally, the determining, from the original data, data information corresponding to the configuration item in the target report template includes:
and processing the original data by combining the report display field in the configuration item to obtain the data information corresponding to the configuration item in the target report template.
Optionally, the filling the data information corresponding to the configuration item in the target report template into the configuration item to generate and output the report to be generated includes:
and returning data information corresponding to the configuration item in the target report template to the configuration item through an SQL query interface, and generating and outputting the report to be generated.
Optionally, the method further includes:
and storing a target report template obtained by performing at least one operation of adding, editing and deleting the configuration items or a target report template obtained by assembling the configuration items according to the type of the report to be generated into a report template library to complete the updating of the report template library.
A report generation apparatus comprising:
the instruction receiving unit is used for receiving a report generation instruction;
the first determining unit is used for responding to the report generating instruction and determining the type of the report to be generated corresponding to the report generating instruction;
a target report template obtaining unit, configured to obtain a target report template matching the type of the report to be generated from a pre-configured report template library, where the target report template includes at least one configuration item;
the second determining unit is used for determining the data request parameters in the target report template and acquiring the original data corresponding to the data request parameters through an SQL query interface;
a third determining unit, configured to determine, from the original data, data information corresponding to the configuration items in the target report template;
and the report generation unit is used for filling the data information corresponding to the configuration items in the target report template into the configuration items so as to generate and output the report to be generated.
A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, is able to carry out a report generating method according to any of the above.
According to the scheme, the report generation method, the report generation device and the report generation system receive a report generation instruction, respond to the report generation instruction, obtain a report template matched with a report to be generated from a report template library configured in advance, obtain original data corresponding to data request parameters in the report template from an SQL query interface according to the data request parameters in the report template, determine data information corresponding to all parts of the report template of the report to be generated according to the original data corresponding to the data request parameters, and determine and display the report to be generated according to the data information corresponding to all parts of the report template of the report to be generated. Due to the fact that the report template base is configured in advance, when a report is generated each time, only the report template corresponding to the required report needs to be selected, and then the data corresponding to all parts in the report template are obtained from the SQL query interface according to the data request parameters, the workload of generating the report is reduced, and time is saved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a schematic flow chart of a report generation method provided in the present application;
FIG. 2 is a schematic diagram of a statistical form example management interface provided by the present application;
FIG. 3 is a schematic diagram of an example editing interface of a statistical form according to the present application;
FIG. 4 is a schematic diagram of a new menu interface provided in the present application;
FIG. 5 is a schematic diagram of a menu list management interface provided by the present application;
FIG. 6 is a schematic flow chart diagram illustrating another report generation method provided by the present application;
fig. 7 is a configuration diagram of the report generation device according to the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, 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 application.
The term "include" and variations thereof as used herein are open-ended, i.e., "including but not limited to". The term "based on" is "based, at least in part, on". The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments". Relevant definitions for other terms will be given in the following description.
It should be noted that the terms "first", "second", and the like in the present disclosure are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence relationship of the functions performed by the devices, modules or units.
It is noted that references to "a", "an", and "the" modifications in this disclosure are intended to be illustrative rather than limiting, and that those skilled in the art will recognize that "one or more" may be used unless the context clearly dictates otherwise.
The application discloses a report generation method, a report generation device and a computer readable medium, which are used for providing a universal statistical report generation method, supporting any database table, only needing simple configuration, reducing the workload of report generation and saving time.
Referring to a flow diagram of a report generation method shown in fig. 1, the report generation method provided by the present application includes the following flows:
step 101, receiving a report generation instruction.
The report generation process in the application occurs in the user terminal, and the user terminal is operated by the user. It can be understood that when the user has a demand for generating the report, the user terminal is operated to initiate a report generating instruction. Here, the user terminal receives a report generation instruction transmitted by the user.
And 102, responding to the report generation instruction, and determining the type of the report to be generated corresponding to the report generation instruction.
Specifically, the report to be generated may be various report types in a statistical report, the report type of the statistical report corresponds to a statistical example, and the statistical example may be, but is not limited to, a customer service attendance log-in and log-out, a customer service attendance status, a queuing time duration conversation efficiency, a grouping conversation time duration conversation efficiency, a time period statistics conversation number, a group statistics conversation amount, a customer service statistics conversation number, and the like.
Step 103, obtaining a target report template matched with the type of the report to be generated from a pre-configured report template library, wherein the target report template comprises at least one configuration item.
Here, the configuration items may be, but are not limited to, statistics instances, key fields, selection of various functions, etc. required in configuring the target report template.
The report template library is a configured report template set which can meet the requirements of the statistical examples and even meet the requirements of more statistical examples. And when the type of the report to be generated corresponding to the report generation instruction is determined, acquiring a target report template matched with the type of the report to be generated from the report template library.
Specifically, there are three implementation manners in the process of obtaining the target report template matched with the type of the report to be generated in the report template library.
In one embodiment, at least one of adding, editing and deleting configuration items is performed on a report template acquired from a pre-configured report template library to obtain a target report template matched with the type of the report to be generated.
In this embodiment, there is no report template that completely meets the report generation requirement in the report template, but there is a report template that partially meets the report generation requirement, so that operations such as adding, editing, or deleting configuration items need to be performed on the selected report template that partially meets the report generation requirement in combination with the actual report generation requirement, so as to obtain the target report template that matches the report generation requirement.
In another embodiment, a target report template matched with the type of the report to be generated in a pre-configured report template library can be directly obtained.
In this embodiment, the report template library has a target report template that is completely matched with the type of the report to be generated, and operations such as adding, editing, or deleting the configuration items described in the previous embodiment are not required.
In another embodiment, if there is no target report template matching the type of the report to be generated in the report template library, the target report template matching the type of the report to be generated needs to be obtained according to the type assembly configuration item of the report to be generated.
As shown in fig. 2, the present application provides a statistical report instance management interface. The interface can realize the addition, deletion, modification and check of the statistical examples, and management modification can be carried out in each statistical example. Therefore, the management of the query field of the report page and the management of the report display field can be realized. As shown in the figure, the display name represents the statistical function currently displayed on the statistical page, the query SQL is the data query SQL details of the statistical instance, and the total query SQL represents the query SQL of the summary data of each item of the statistical instance. The figure also has an edit button which can modify the values of the fields related to the function instance, and a delete button can delete the statistic instance contained on the current page.
And step 104, determining data request parameters in the target report template, and acquiring original data corresponding to the data request parameters through an SQL query interface.
The SQL query interface is the only interface for data transmission in the present application, and SQL does not require a user to specify a data storage method, nor does the user know a specific data storage method, so that even though different database systems with completely different underlying structures may use the same structured query language as an interface for data transmission and management, in the known technology, an API interface needs to be redeveloped according to different business logics, and different business types need to redevelop different interfaces to perform data transmission.
In this embodiment, the data query SQL corresponding to each configuration item in the target report template is determined first, and then the data query SQL is executed through an SQL interface to obtain the original data corresponding to each configuration item.
Each configuration item has corresponding data query SQL, after the target report template is determined, the target report template initiates a request to the SQL interface and transmits example parameters of the report, the example parameters may include, but are not limited to, id and paging parameters of a statistical example, after the SQL interface receives the parameters, the SQL interface executes query statements such as query SQL and total query SQL to obtain original data corresponding to each configuration item.
Referring to fig. 3, the schematic diagram of an edit interface of a statistical report example provided by the present application includes a query field list, where a parameter field is an attribute name used for transferring a parameter and storing an attribute name of a query condition value entered by a user, and a parameter display name is a title displayed in front of a query condition entry component on a background interface. The sorting is used for controlling the display position of the query field, wherein the selection result of whether the query condition selected by the user is displayed or not and the selection result of whether the query field must be filled or not are selected. The parameter set description is used to query the parameter description field. Meanwhile, the interface can edit and modify the query field.
And 105, determining data information corresponding to the configuration items in the target report template from the original data.
Specifically, the original data is processed by combining the report display field in the configuration item to obtain the data information corresponding to the configuration item in the target report template.
And processing the original data corresponding to each configuration item through the configured report display field.
Referring to fig. 3, a schematic diagram of an edit interface of a statistical report example provided by the present application is shown, where the names of the display fields in the diagram are the column names in the corresponding table. The name is the name of the associated data attribute, the sequence represents the display sequence of the control column in the table, the format function represents the function for performing secondary formatting on the data returned by the server, and the display type is used for defining the type of data display in the column, such as: numbers, characters, time, etc. The figure also has the selection result whether the user selects to support the sorting or not and whether the derived user selection result is supported or not. And the interface may perform the relevant configuration of the display fields.
And 106, filling data information corresponding to the configuration items in the target report template into the configuration items to generate and output the report to be generated.
Understandably, data information corresponding to the configuration items in the target report template is transmitted back to the configuration items through an SQL query interface, and the report to be generated is generated and output after the report is rendered.
Optionally, in another embodiment, the method further includes obtaining a target report template matched with the type of the report to be generated from a report template library configured in advance, and storing the target report template obtained by performing at least one of adding, editing, and deleting of configuration items or the target report template obtained by assembling the configuration items according to the type of the report to be generated in the report template library, so as to complete updating of the report template library.
With the increase of the report generation quantity, the corresponding report templates are different, so that it is necessary to enrich the report template library, after the target report template is obtained according to the business requirement, the target report template selected from the report template library and subjected to the addition, edition or deletion of the configuration items and the target report template which does not meet the actual requirement in the report template library are saved in the report template library according to the target report template obtained by assembling the configuration items according to the type of the report to be generated, thereby completing the update of the report template library.
A statistical example is associated with a menu, the menu management function is used for managing the routing and display of a report page, it is understood that if the report page is to be displayed normally, a route for opening the page needs to be set, as shown in fig. 4, the method is a newly added menu interface schematic diagram provided by the application, wherein a father node is an upper node of the menu, the statistical example is obtained by selecting an ID of the upper node for association, the coding/routing is a skip path of the page, the name represents a display name of the menu, and the icon is a display icon on the left of the menu name. Referring to fig. 5, a schematic diagram of a menu list management interface provided by the present application shows that several fields in a menu list may be reconfigured, and any menu therein may be deleted. After the user configures the statistical examples and the menu, the user can jump to a target report template page by clicking the menu, and then the target report template page can send a data request to the SQL interface.
Optionally, in an embodiment, referring to fig. 6, a flowchart of another report generation method provided in the present application is shown. Firstly, configuring a target statistical template on a configuration page, adding a statistical example, configuring key fields such as sql, configuring query fields and display fields, configuring a menu, clicking the menu to access the target report template after all the configurations are finished, then initiating an AJAX request to a back end, wherein the request can quickly update and present the added statistical example on a user interface without reloading the whole page, the parameter corresponding to the statistical example is sent while the request is sent, the configured sql key fields including the query fields and the display fields are also sent, the back end responds to the request after receiving the request, analyzes the parameter corresponding to the statistical example to obtain a report example id so as to query the report example, obtains original data corresponding to the report example by executing sql key words, then performs data assembling, sends the assembled data to the target report template page, and generates and outputs a report after page rendering.
For the report generation method, the present application further provides a report generation apparatus, and the apparatus is shown in fig. 7.
And the instruction receiving unit 10 is used for receiving a report generation instruction.
And the first determining unit 20 is configured to determine, in response to the report generating instruction, a type of the report to be generated corresponding to the report generating instruction.
And the target report template obtaining unit 30 is configured to obtain a target report template matched with the type of the report to be generated from a report template library configured in advance, where the target report template includes at least one configuration item.
And the second determining unit 40 is configured to determine a data request parameter in the target report template, and obtain original data corresponding to the data request parameter through an SQL query interface.
And a third determining unit 50, configured to determine, from the original data, data information corresponding to the configuration items in the target report template.
And a report generating unit 60, configured to fill the configuration item with data information corresponding to the configuration item in the target report template, so as to generate and output the report to be generated.
In an embodiment, the target report template obtaining unit 30 is specifically configured to:
and performing at least one operation of adding, editing and deleting configuration items on the report template acquired from the report template library configured in advance to obtain a target report template matched with the type of the report to be generated.
Or the like, or a combination thereof,
and acquiring a target report template matched with the type of the report to be generated in a preset report template library.
Or the like, or a combination thereof,
and assembling the configuration items according to the type of the report to be generated to obtain a target report template matched with the type of the report to be generated.
In an embodiment, the second determining unit 40 is specifically configured to:
and determining the data query sql corresponding to each configuration item in the target report template.
And executing data query SQL through an SQL interface to obtain the original data corresponding to each configuration item.
In an embodiment, the third determining unit 50 is specifically configured to:
and processing the original data by combining report display fields in the configuration items to obtain data information corresponding to the configuration items in the target report template.
In an embodiment, the report generating unit 60 is specifically configured to:
and returning data information corresponding to the configuration item in the target report template to the configuration item through an SQL query interface, and generating and outputting the report to be generated.
In one embodiment, the apparatus further comprises:
and the report template library updating unit is used for storing a target report template obtained by at least one of adding, editing and deleting the configuration items or a target report template obtained by assembling the configuration items according to the type of the report to be generated into the report template library to complete the updating of the report template library.
In addition, the embodiment of the present application further provides a computer readable medium, on which a computer program is stored, and when the computer program is executed, the computer program can be used to implement each processing flow of report generation.
It should be noted that, in the present specification, the embodiments are all described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other.
It should be noted that the computer readable medium in the present disclosure can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
For convenience of description, the above system or apparatus is described as being divided into various modules or units by function, respectively. Of course, the functionality of the various elements may be implemented in the same one or more pieces of software and/or hardware in the practice of the present application.
From the above description of the embodiments, it is clear to those skilled in the art that the present application can be implemented by software plus a necessary general hardware platform. Based on such understanding, the technical solutions of the present application may be essentially or partially implemented in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments or some parts of the embodiments of the present application.
Finally, it is further noted that, herein, relational terms such as first, second, third, fourth, 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 a … …" does not exclude the presence of another identical element in a process, method, article, or apparatus that comprises the element.
The foregoing is only a preferred embodiment of the present application and it should be noted that those skilled in the art can make several improvements and modifications without departing from the principle of the present application, and these improvements and modifications should also be considered as the protection scope of the present application.

Claims (8)

1. A report generation method is characterized by comprising the following steps:
receiving a report generation instruction;
responding to the report generation instruction, and determining the type of the report to be generated corresponding to the report generation instruction;
acquiring a target report template matched with the type of the report to be generated from a pre-configured report template library, wherein the target report template comprises at least one configuration item;
determining data request parameters in the target report template, and acquiring original data corresponding to the data request parameters through an SQL query interface;
determining data information corresponding to configuration items in the target report template from the original data;
and filling data information corresponding to the configuration items in the target report template into the configuration items to generate and output the report to be generated.
2. The method according to claim 1, wherein the obtaining a target report template matching the type of the report to be generated from a pre-configured report template library, the target report template including at least one configuration item, comprises:
performing at least one operation of adding, editing and deleting configuration items on a report template acquired from a pre-configured report template library to obtain a target report template matched with the type of the report to be generated;
or the like, or, alternatively,
acquiring a target report template matched with the type of the report to be generated in a pre-configured report template library;
or the like, or, alternatively,
and assembling the configuration items according to the type of the report to be generated to obtain a target report template matched with the type of the report to be generated.
3. The method according to claim 1, wherein the determining the data request parameter in the report template and obtaining the original data corresponding to the data request parameter through an SQL query interface comprises:
determining data query sql corresponding to each configuration item in the target report template;
and executing data query SQL through an SQL interface to obtain the original data corresponding to each configuration item.
4. The method according to claim 1, wherein the determining data information corresponding to configuration items in the target report template from the original data comprises:
and processing the original data by combining report display fields in the configuration items to obtain data information corresponding to the configuration items in the target report template.
5. The method according to claim 1, wherein the step of filling the configuration item with data information corresponding to the configuration item in the target report template to generate and output the report to be generated comprises:
and returning data information corresponding to the configuration item in the target report template to the configuration item through an SQL query interface, and generating and outputting the report to be generated.
6. The method of claim 2, further comprising;
and storing a target report template obtained by performing at least one operation of adding, editing and deleting the configuration items or a target report template obtained by assembling the configuration items according to the type of the report to be generated into a report template library to complete the updating of the report template library.
7. A report generation apparatus, comprising:
the instruction receiving unit is used for receiving a report generation instruction;
the first determining unit is used for responding to the report generating instruction and determining the type of the report to be generated corresponding to the report generating instruction;
a target report template obtaining unit, configured to obtain a target report template matching the type of the report to be generated from a pre-configured report template library, where the target report template includes at least one configuration item;
the second determining unit is used for determining the data request parameters in the target report template and acquiring the original data corresponding to the data request parameters through an SQL query interface;
a third determining unit, configured to determine, from the original data, data information corresponding to the configuration items in the target report template;
and the report generation unit is used for filling the data information corresponding to the configuration items in the target report template into the configuration items so as to generate and output the report to be generated.
8. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, is able to carry out a report generating method according to any one of claims 1-6.
CN202211300819.0A 2022-10-24 2022-10-24 Report generation method and device and computer readable medium Pending CN115688715A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211300819.0A CN115688715A (en) 2022-10-24 2022-10-24 Report generation method and device and computer readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211300819.0A CN115688715A (en) 2022-10-24 2022-10-24 Report generation method and device and computer readable medium

Publications (1)

Publication Number Publication Date
CN115688715A true CN115688715A (en) 2023-02-03

Family

ID=85066977

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211300819.0A Pending CN115688715A (en) 2022-10-24 2022-10-24 Report generation method and device and computer readable medium

Country Status (1)

Country Link
CN (1) CN115688715A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116595963A (en) * 2023-04-12 2023-08-15 广东企企通科技有限公司 Document generation method, device, equipment and medium based on template configuration
CN116757169A (en) * 2023-08-11 2023-09-15 山东高速信息集团有限公司 Method, equipment and medium for generating highway maintenance metering payment report

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116595963A (en) * 2023-04-12 2023-08-15 广东企企通科技有限公司 Document generation method, device, equipment and medium based on template configuration
CN116595963B (en) * 2023-04-12 2024-02-09 广东企企通科技有限公司 Document generation method, device, equipment and medium based on template configuration
CN116757169A (en) * 2023-08-11 2023-09-15 山东高速信息集团有限公司 Method, equipment and medium for generating highway maintenance metering payment report
CN116757169B (en) * 2023-08-11 2023-12-01 山东高速信息集团有限公司 Method, equipment and medium for generating highway maintenance metering payment report

Similar Documents

Publication Publication Date Title
CN110310034B (en) Service arrangement and business flow processing method and device applied to SaaS
CN109710236B (en) Service development and implementation method, device, platform and medium based on shared service
CN115688715A (en) Report generation method and device and computer readable medium
CN111814089B (en) Page rendering method and device, rendering server and storage medium
KR101283019B1 (en) Method of generating saas appication and server performing the same
CN112650766A (en) Database data operation method, system and server
KR102221863B1 (en) Server and system for it service management, and method thereof
CN112732232A (en) Method for online creating and customizing business module by low code
CN111970192B (en) Information editing method and device based on session group
CN111159207B (en) Information processing method and device
CN115660591A (en) Process configuration method, system, electronic device and medium for business approval
CN115185434A (en) Vehicle application scene processing method, device, equipment and storage medium
CN113377682A (en) Service testing method and device
CN113407598A (en) Method and device for generating demand document, storage medium and electronic equipment
CN112418796A (en) Sub-process node activation method and device, electronic equipment and storage medium
CN113537954B (en) Project milestone processing method and device, storage medium and electronic equipment
CN108875070B (en) Method, equipment and system for setting message-leaving type web page
CN113806596B (en) Operation data management method and related device
US20170193385A1 (en) Configurable Dialog System
CN112632113B (en) Operator management method and operator management system
KR20000033961A (en) Apparatus for open architecture service component integration for intelligent network service and control method
CN113888056A (en) Report generation method and device
CN117035664A (en) Template-based trust approval standardized processing method, device, equipment and medium
CN116976845A (en) Schedule information processing method, schedule information processing device, computer equipment and readable storage medium
CN116151531A (en) Method and device for processing return visit information

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