CN117076528A - Visual configuration type data filling method and system - Google Patents

Visual configuration type data filling method and system Download PDF

Info

Publication number
CN117076528A
CN117076528A CN202310837232.1A CN202310837232A CN117076528A CN 117076528 A CN117076528 A CN 117076528A CN 202310837232 A CN202310837232 A CN 202310837232A CN 117076528 A CN117076528 A CN 117076528A
Authority
CN
China
Prior art keywords
data
filling
database
setting
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
CN202310837232.1A
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.)
Fujian Ecan Information Technology Co ltd
Original Assignee
Fujian Ecan Information Technology 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 Fujian Ecan Information Technology Co ltd filed Critical Fujian Ecan Information Technology Co ltd
Priority to CN202310837232.1A priority Critical patent/CN117076528A/en
Publication of CN117076528A publication Critical patent/CN117076528A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application provides a visual configuration type data filling method and a visual configuration type data filling system in the technical field of data management, wherein the method comprises the following steps: step S10, creating a filling template, configuring layout, style and interaction control of the filling template, and setting association relation of each cell in the filling template; step S20, creating a database, and setting a database rule for writing the data recorded by the filling template into a data table stored in the database; step S30, setting verification attributes of the interaction controls; and S40, releasing the filling template, accessing the filling template through a browser to carry out data filling, automatically writing the filled data into a database through the database rule, and recording the filling id. The application has the advantages that: the efficiency of data filling is greatly improved.

Description

Visual configuration type data filling method and system
Technical Field
The application relates to the technical field of data management, in particular to a visual configuration type data reporting method and system.
Background
During the operation process, a large amount of business data can be generated by each enterprise, and in order to better manage the business data and trace the source later, data filling operation is needed to be carried out for recording the business data in a database. However, the conventional data filling needs to write a front-end code to generate a form page, and the form page is in a plain text format, so that a certain technical threshold exists for data filling, interaction is not friendly enough, the efficiency and user experience of data filling are seriously affected, and in order to store the data filled by the form page into a database, an additional writing interface is required to receive the filled data, and corresponding sql, transaction control and the like are written, which is extremely tedious.
Therefore, how to provide a method and a system for visually configuring data filling, so as to improve the efficiency of data filling, is a technical problem to be solved urgently.
Disclosure of Invention
The application aims to solve the technical problem of providing a visual configuration type data filling method and a visual configuration type data filling system, so that the efficiency of data filling is improved.
In a first aspect, the present application provides a visual configuration data reporting method, including the steps of:
step S10, creating a filling template, configuring layout, style and interaction control of the filling template, and setting association relation of each cell in the filling template;
step S20, creating a database, and setting a database rule for writing the data recorded by the filling template into a data table stored in the database;
step S30, setting verification attributes of the interaction controls;
and S40, releasing the filling template, accessing the filling template through a browser to carry out data filling, automatically writing the filled data into a database through the database rule, and recording the filling id.
Further, in the step S10, the layout is a cell layout; the style is a table style; the interactive control at least comprises a date selection control, a data selection drop-down box, a temporary storage button and a submit button; and when the association relation is used for filling in the data of one cell, the data of other associated cells are automatically filled in.
Further, the step S20 specifically includes:
creating a database for storing a data table, and setting database parameters of the database, which at least comprise url, user name, password and database type;
setting a database rule for writing the data recorded by the filling template into a data table stored in a database;
the database rule is specifically as follows: binding the unit cells in the filling template with the table fields in the data table, and setting the main key field identification and the unit cell expansion identification of the data table.
Further, in the step S30, the verification attribute is a data type, a value range, a content length, a retention accuracy, or a time range.
Further, the step S40 specifically includes:
the filling template is issued as a network address, the network address is input through a browser to access the filling template for data filling, and in the process of data filling, data are temporarily stored based on a trigger signal of a temporary storage button or a preset time interval;
after the data is filled, based on a trigger signal of a submit button, the filled data is automatically written into a data table of a database through the database rule, and the associated filled data, the filling time and the filling id of the table name of the data table are recorded.
In a second aspect, the present application provides a visual configuration data reporting system, including:
the system comprises a filling template configuration module, a display module and a display module, wherein the filling template configuration module is used for creating a filling template, configuring the layout, the style and the interaction control of the filling template and setting the association relation of each cell in the filling template;
the database rule setting module is used for creating a database and setting a database rule for writing the data input by the filling template into a data table stored in the database;
the verification attribute setting module is used for setting the verification attribute of each interaction control;
and the data filling module is used for releasing the filling template, accessing the filling template through a browser to carry out data filling, automatically writing the filled data into a database through the database rule, and recording the filling id.
Further, in the filling template configuration module, the layout is a cell layout; the style is a table style; the interactive control at least comprises a date selection control, a data selection drop-down box, a temporary storage button and a submit button; and when the association relation is used for filling in the data of one cell, the data of other associated cells are automatically filled in.
Further, the database rule setting module is specifically configured to:
creating a database for storing a data table, and setting database parameters of the database, which at least comprise url, user name, password and database type;
setting a database rule for writing the data recorded by the filling template into a data table stored in a database;
the database rule is specifically as follows: binding the unit cells in the filling template with the table fields in the data table, and setting the main key field identification and the unit cell expansion identification of the data table.
Further, in the verification attribute setting module, the verification attribute is data type, value range, content length, retention accuracy or time range.
Further, the data reporting module is specifically configured to:
the filling template is issued as a network address, the network address is input through a browser to access the filling template for data filling, and in the process of data filling, data are temporarily stored based on a trigger signal of a temporary storage button or a preset time interval;
after the data is filled, based on a trigger signal of a submit button, the filled data is automatically written into a data table of a database through the database rule, and the associated filled data, the filling time and the filling id of the table name of the data table are recorded.
The application has the advantages that:
1. setting association relation of each cell in the filling template by configuring layout, style and interaction control of the created filling template, setting a database dropping rule for writing data input by the filling template into a data table stored in a database, releasing the filling template after setting verification attribute of each interaction control, accessing the filling template by a browser to perform data filling, and automatically writing the filled data into the database by the database dropping rule; the method is characterized in that a traditional writing front-end code generation form page is simplified into a filling template design, filled data is automatically written into a database through a set database falling rule, coding, sql, transaction control and the like are not needed, when the association relation of each cell in the filling template is set, data of other associated cells is automatically filled when one cell data is filled, and the quick selection and verification attribute of an interaction control are combined, so that the data is recorded quickly and accurately, and the efficiency and convenience of data filling are improved greatly finally.
2. After the filled data is written into the database, the associated filling data, filling time and filling id of the table name of the data table are recorded, and the source tracing can be carried out through the filling id later, so that the service scene requiring data back display is met, and meanwhile, a data basis can be provided for subsequent data mining, namely, the source tracing performance of the data filling is greatly improved.
3. By setting the temporary storage button, temporary storage is carried out on data based on a trigger signal of the temporary storage button or a preset time interval in the data filling process, so that the problem that editing cannot be completed due to midway leaving in the data filling process or data loss in editing is caused by reasons such as misoperation of refreshing a webpage and abnormal closing of a browser is avoided, and the safety of data filling is greatly improved.
Drawings
The application will be further described with reference to examples of embodiments with reference to the accompanying drawings.
FIG. 1 is a flow chart of a visual configuration data reporting method of the present application.
Fig. 2 is a schematic structural diagram of a visual configuration data filling system according to the present application.
FIG. 3 is a schematic diagram of a packing form of the present application.
FIG. 4 is a schematic diagram of a data selection drop-down box of the present application.
FIG. 5 is a schematic diagram of the binding of cells to a table field of the present application.
FIG. 6 is a schematic diagram of a verification attribute setup of the present application.
FIG. 7 is a schematic diagram of the present application's publication of a packing template.
Detailed Description
The technical scheme in the embodiment of the application has the following overall thought: the traditional writing front-end code generation form page is simplified into a filling template design, filled data is automatically written into a database through a set database falling rule, writing of codes, sql, transaction control and the like is not needed, when the association relation of each cell in the filling template is set, data of other associated cells is automatically filled when one cell data is filled, and the quick selection and verification attribute of an interaction control are combined, so that the data is quickly and accurately recorded, and the efficiency of data filling is improved.
Referring to fig. 1 to 7, a preferred embodiment of a visual configuration data reporting method of the present application includes the following steps:
step S10, creating a filling template, configuring layout, style and interaction control of the filling template, and setting association relation of each cell in the filling template; namely, a method of matching an interactive control by adopting an online form design is adopted to conveniently design a basic filling template; the interaction control can well make up for the deficiency of the form interaction capability; in practice, the filling template may involve a plurality of different physical tables, and there are a plurality of record rows;
step S20, creating a database, and setting a database rule for writing the data recorded by the filling template into a data table stored in the database;
step S30, setting verification attributes of the interaction controls;
and S40, releasing the filling template, accessing the filling template through a browser to carry out data filling, automatically writing the filled data into a database through the database rule, and recording the filling id.
In the step S10, the layout is a cell layout; the style is a table style; the interactive control at least comprises a date selection control, a text box control, a data selection drop-down box, a temporary storage button and a submit button; and when the association relation is used for filling in the data of one cell, the data of other associated cells are automatically filled in.
When the date is input, the manual input can be replaced in a selection mode through the date selection control, so that the user can fill in conveniently, and meanwhile, the accuracy of filling data is ensured; similarly, a drop-down frame is selected for the data of the database query result through a data source to standardize the input of a user, and after the corresponding product id is selected, the corresponding product name, unit and unit price information can be brought out in a cascading manner to decompress the reporting process of the user, namely, the automatic reporting is performed based on the association relation; in addition, the defect that the original form cannot process file data can be well solved by introducing the interaction control.
The step S20 specifically includes:
creating a database for storing a data table, and setting database parameters of the database, which at least comprise url, user name, password and database type, so that the database can be normally accessed;
setting a database rule for writing the data recorded by the filling template into a data table stored in a database;
the database rule is specifically as follows: binding the unit cells in the filling template with the table fields in the data table, and setting the main key field identification and the unit cell expansion identification of the data table.
And setting the main key field identification of the data table (without influencing the actual main key of the table) to realize the updating strategy when the main key value exists. It should be noted that, for the configuration of the line form, in the actual filling process, multiple records may be expanded based on the initial line (cell), and the corresponding cell may be marked with a cell expansion identifier, for example, a colon is set as the cell expansion identifier, while the cells are bound. By means of configuration, a user only needs to know the flow direction of data, the step of writing an interface to execute sql is omitted, and the method is friendly to non-technical personnel.
In the step S30, the verification attribute is a data type, a value range, a content length, a retention accuracy, or a time range.
The verification attribute is used for ensuring the specification and accuracy of the data; such as the filling of an amount, the data that the user is required to fill can be parsed into values; for one textbox control, whether the type that the textbox control can fill is a common character string or only a numerical value can be restrained, and if the common character string is filled, the length of filling content can be restrained; if a value is filled, the range of values may be constrained, as well as the accuracy retained, etc. For the date selection control, its selectable time range may be constrained, such as in the example the start time of the arrival date is no earlier than the delivery date. By setting the verification attribute on the interaction control, the user can trigger in real time (out of focus) when filling in, and give out corresponding prompts, so that user-friendly interaction experience is brought while the accuracy of data specification is ensured.
The step S40 specifically includes:
the filling template is issued as a network address, the network address is input through a browser to access the filling template for data filling, in the process of data filling, the filled data is verified through the verification attribute, and temporary storage is carried out on the data based on a trigger signal of a temporary storage button or a preset time interval;
after the data is filled, based on a trigger signal of a submit button, the filled data is automatically written into a data table of a database through the database rule, and the associated filled data, the filling time and the filling id of the table name of the data table are recorded.
The preferred embodiment of the visual configuration data filling system comprises the following modules:
the system comprises a filling template configuration module, a display module and a display module, wherein the filling template configuration module is used for creating a filling template, configuring the layout, the style and the interaction control of the filling template and setting the association relation of each cell in the filling template; namely, a method of matching an interactive control by adopting an online form design is adopted to conveniently design a basic filling template; the interaction control can well make up for the deficiency of the form interaction capability; in practice, the filling template may involve a plurality of different physical tables, and there are a plurality of record rows;
the database rule setting module is used for creating a database and setting a database rule for writing the data input by the filling template into a data table stored in the database;
the verification attribute setting module is used for setting the verification attribute of each interaction control;
and the data filling module is used for releasing the filling template, accessing the filling template through a browser to carry out data filling, automatically writing the filled data into a database through the database rule, and recording the filling id.
In the filling template configuration module, the layout is a cell layout; the style is a table style; the interactive control at least comprises a date selection control, a text box control, a data selection drop-down box, a temporary storage button and a submit button; and when the association relation is used for filling in the data of one cell, the data of other associated cells are automatically filled in.
When the date is input, the manual input can be replaced in a selection mode through the date selection control, so that the user can fill in conveniently, and meanwhile, the accuracy of filling data is ensured; similarly, a drop-down frame is selected for the data of the database query result through a data source to standardize the input of a user, and after the corresponding product id is selected, the corresponding product name, unit and unit price information can be brought out in a cascading manner to decompress the reporting process of the user, namely, the automatic reporting is performed based on the association relation; in addition, the defect that the original form cannot process file data can be well solved by introducing the interaction control.
The database rule setting module is specifically configured to:
creating a database for storing a data table, and setting database parameters of the database, which at least comprise url, user name, password and database type, so that the database can be normally accessed;
setting a database rule for writing the data recorded by the filling template into a data table stored in a database;
the database rule is specifically as follows: binding the unit cells in the filling template with the table fields in the data table, and setting the main key field identification and the unit cell expansion identification of the data table.
And setting the main key field identification of the data table (without influencing the actual main key of the table) to realize the updating strategy when the main key value exists. It should be noted that, for the configuration of the line form, in the actual filling process, multiple records may be expanded based on the initial line (cell), and the corresponding cell may be marked with a cell expansion identifier, for example, a colon is set as the cell expansion identifier, while the cells are bound. By means of configuration, a user only needs to know the flow direction of data, the step of writing an interface to execute sql is omitted, and the method is friendly to non-technical personnel.
And in the verification attribute setting module, the verification attribute is data type, numerical range, content length, retention precision or time range.
The verification attribute is used for ensuring the specification and accuracy of the data; such as the filling of an amount, the data that the user is required to fill can be parsed into values; for one textbox control, whether the type that the textbox control can fill is a common character string or only a numerical value can be restrained, and if the common character string is filled, the length of filling content can be restrained; if a value is filled, the range of values may be constrained, as well as the accuracy retained, etc. For the date selection control, its selectable time range may be constrained, such as in the example the start time of the arrival date is no earlier than the delivery date. By setting the verification attribute on the interaction control, the user can trigger in real time (out of focus) when filling in, and give out corresponding prompts, so that user-friendly interaction experience is brought while the accuracy of data specification is ensured.
The data reporting module is specifically configured to:
the filling template is issued as a network address, the network address is input through a browser to access the filling template for data filling, in the process of data filling, the filled data is verified through the verification attribute, and temporary storage is carried out on the data based on a trigger signal of a temporary storage button or a preset time interval;
after the data is filled, based on a trigger signal of a submit button, the filled data is automatically written into a data table of a database through the database rule, and the associated filled data, the filling time and the filling id of the table name of the data table are recorded.
In summary, the application has the advantages that:
1. setting association relation of each cell in the filling template by configuring layout, style and interaction control of the created filling template, setting a database dropping rule for writing data input by the filling template into a data table stored in a database, releasing the filling template after setting verification attribute of each interaction control, accessing the filling template by a browser to perform data filling, and automatically writing the filled data into the database by the database dropping rule; the method is characterized in that a traditional writing front-end code generation form page is simplified into a filling template design, filled data is automatically written into a database through a set database falling rule, coding, sql, transaction control and the like are not needed, when the association relation of each cell in the filling template is set, data of other associated cells is automatically filled when one cell data is filled, and the quick selection and verification attribute of an interaction control are combined, so that the data is recorded quickly and accurately, and the efficiency and convenience of data filling are improved greatly finally.
2. After the filled data is written into the database, the associated filling data, filling time and filling id of the table name of the data table are recorded, and the source tracing can be carried out through the filling id later, so that the service scene requiring data back display is met, and meanwhile, a data basis can be provided for subsequent data mining, namely, the source tracing performance of the data filling is greatly improved.
3. By setting the temporary storage button, temporary storage is carried out on data based on a trigger signal of the temporary storage button or a preset time interval in the data filling process, so that the problem that editing cannot be completed due to midway leaving in the data filling process or data loss in editing is caused by reasons such as misoperation of refreshing a webpage and abnormal closing of a browser is avoided, and the safety of data filling is greatly improved.
While specific embodiments of the application have been described above, it will be appreciated by those skilled in the art that the specific embodiments described are illustrative only and not intended to limit the scope of the application, and that equivalent modifications and variations of the application in light of the spirit of the application will be covered by the claims of the present application.

Claims (10)

1. A visual configuration type data filling method is characterized in that: the method comprises the following steps:
step S10, creating a filling template, configuring layout, style and interaction control of the filling template, and setting association relation of each cell in the filling template;
step S20, creating a database, and setting a database rule for writing the data recorded by the filling template into a data table stored in the database;
step S30, setting verification attributes of the interaction controls;
and S40, releasing the filling template, accessing the filling template through a browser to carry out data filling, automatically writing the filled data into a database through the database rule, and recording the filling id.
2. The visual configuration data reporting method of claim 1, wherein: in the step S10, the layout is a cell layout; the style is a table style; the interactive control at least comprises a date selection control, a data selection drop-down box, a temporary storage button and a submit button; and when the association relation is used for filling in the data of one cell, the data of other associated cells are automatically filled in.
3. The visual configuration data reporting method of claim 1, wherein: the step S20 specifically includes:
creating a database for storing a data table, and setting database parameters of the database, which at least comprise url, user name, password and database type;
setting a database rule for writing the data recorded by the filling template into a data table stored in a database;
the database rule is specifically as follows: binding the unit cells in the filling template with the table fields in the data table, and setting the main key field identification and the unit cell expansion identification of the data table.
4. The visual configuration data reporting method of claim 1, wherein: in the step S30, the verification attribute is a data type, a value range, a content length, a retention accuracy, or a time range.
5. The visual configuration data reporting method of claim 1, wherein: the step S40 specifically includes:
the filling template is issued as a network address, the network address is input through a browser to access the filling template for data filling, and in the process of data filling, data are temporarily stored based on a trigger signal of a temporary storage button or a preset time interval;
after the data is filled, based on a trigger signal of a submit button, the filled data is automatically written into a data table of a database through the database rule, and the associated filled data, the filling time and the filling id of the table name of the data table are recorded.
6. A visual configuration data reporting system, characterized by: the device comprises the following modules:
the system comprises a filling template configuration module, a display module and a display module, wherein the filling template configuration module is used for creating a filling template, configuring the layout, the style and the interaction control of the filling template and setting the association relation of each cell in the filling template;
the database rule setting module is used for creating a database and setting a database rule for writing the data input by the filling template into a data table stored in the database;
the verification attribute setting module is used for setting the verification attribute of each interaction control;
and the data filling module is used for releasing the filling template, accessing the filling template through a browser to carry out data filling, automatically writing the filled data into a database through the database rule, and recording the filling id.
7. A visually configurable data reporting system as in claim 6, wherein: in the filling template configuration module, the layout is a cell layout; the style is a table style; the interactive control at least comprises a date selection control, a data selection drop-down box, a temporary storage button and a submit button; and when the association relation is used for filling in the data of one cell, the data of other associated cells are automatically filled in.
8. A visually configurable data reporting system as in claim 6, wherein: the database rule setting module is specifically configured to:
creating a database for storing a data table, and setting database parameters of the database, which at least comprise url, user name, password and database type;
setting a database rule for writing the data recorded by the filling template into a data table stored in a database;
the database rule is specifically as follows: binding the unit cells in the filling template with the table fields in the data table, and setting the main key field identification and the unit cell expansion identification of the data table.
9. A visually configurable data reporting system as in claim 6, wherein: and in the verification attribute setting module, the verification attribute is data type, numerical range, content length, retention precision or time range.
10. A visually configurable data reporting system as in claim 6, wherein: the data reporting module is specifically configured to:
the filling template is issued as a network address, the network address is input through a browser to access the filling template for data filling, and in the process of data filling, data are temporarily stored based on a trigger signal of a temporary storage button or a preset time interval;
after the data is filled, based on a trigger signal of a submit button, the filled data is automatically written into a data table of a database through the database rule, and the associated filled data, the filling time and the filling id of the table name of the data table are recorded.
CN202310837232.1A 2023-07-10 2023-07-10 Visual configuration type data filling method and system Pending CN117076528A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310837232.1A CN117076528A (en) 2023-07-10 2023-07-10 Visual configuration type data filling method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310837232.1A CN117076528A (en) 2023-07-10 2023-07-10 Visual configuration type data filling method and system

Publications (1)

Publication Number Publication Date
CN117076528A true CN117076528A (en) 2023-11-17

Family

ID=88705112

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310837232.1A Pending CN117076528A (en) 2023-07-10 2023-07-10 Visual configuration type data filling method and system

Country Status (1)

Country Link
CN (1) CN117076528A (en)

Similar Documents

Publication Publication Date Title
CN109948134B (en) Report automatic generation method, system, electronic equipment and storage medium
CN105447122B (en) A kind of implementation method that archives economy can be independently created based on multilist association
CN111259303B (en) System and method for automatically generating front-end page of WEB information system
US7856428B2 (en) Method, computer program product and device for importing a plurality of data sets into a system
CN104239073B (en) Data maintenance system rapid prototyping development system and method
CN102360296A (en) WEB-based online form development tool
CN104133772A (en) Automatic test data generation method
CN104123227A (en) Method for automatically generating testing cases
CN103729713A (en) Audit result display configuration method and device
CN111752999A (en) Configured report generation system and method
CN111831282A (en) Low-code form development method and system based on VUE technology
CN115840567A (en) Application editing method and related equipment
CN112434033A (en) Method for collecting and displaying flexible and changeable table type data
CN101038583B (en) Gold report generating and generating method thereof
CN109636303B (en) Storage method and system for semi-automatically extracting and structuring document information
CN111596899A (en) Database migration method, system, equipment and storage medium based on Java development
CN114661715A (en) Database data processing method and device, storage medium and electronic equipment
CN114780064A (en) Form design method of zero-code platform
CN102043769A (en) Method and device for editing documents
CN108766513B (en) Intelligent health medical data structured processing system
CN117076528A (en) Visual configuration type data filling method and system
CN102866985A (en) Data formatting device and method for on-line analytical processing system
US20230195792A1 (en) Database management methods and associated apparatus
CN114971591A (en) Multi-level reporting and summarizing system and method for enterprise annual budget
CN114218105A (en) UI automatic regression testing system based on configuration application mode

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