CN111897801A - Autonomous form configuration method based on metadata layer - Google Patents

Autonomous form configuration method based on metadata layer Download PDF

Info

Publication number
CN111897801A
CN111897801A CN202010778764.9A CN202010778764A CN111897801A CN 111897801 A CN111897801 A CN 111897801A CN 202010778764 A CN202010778764 A CN 202010778764A CN 111897801 A CN111897801 A CN 111897801A
Authority
CN
China
Prior art keywords
metadata
setting
module
database
triggering
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
CN202010778764.9A
Other languages
Chinese (zh)
Inventor
邵永康
王敬滨
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Burgeon Co ltd
Original Assignee
Shanghai Burgeon Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Burgeon Co ltd filed Critical Shanghai Burgeon Co ltd
Priority to CN202010778764.9A priority Critical patent/CN111897801A/en
Publication of CN111897801A publication Critical patent/CN111897801A/en
Pending legal-status Critical Current

Links

Images

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/21Design, administration or maintenance of databases
    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • 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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

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)
  • Computer Security & Cryptography (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to the technical field of computers, in particular to an autonomous form configuration method based on a metadata layer, which comprises the steps of firstly extracting corresponding fields or tables or table types of a service to form a metadata packet; then inputting the metadata packet into a metadata management module, and determining the form type according to the read-write rule configured in the metadata management module; setting a webpage link; setting an extension attribute; setting rules for triggering and maintaining the database; and finally outputting the form. The invention can configure the system which is self-wanted completely according to the business requirements of each company, has high business fitting degree and strong system operability, greatly saves labor and time, has very wide application range, can solve various business problems in a large range, reduces secondary development and saves technical labor and resources.

Description

Autonomous form configuration method based on metadata layer
Technical Field
The invention relates to the technical field of computers, in particular to an autonomous form configuration method based on a metadata layer.
Background
The page of the newly added form of the platform realized by the prior art needs to be abstractly positioned to specific data to be processed according to specific service requirements, the dependency corresponding to the data is analyzed from the specific service requirements, a corresponding table is added in a database connected with the system, and corresponding platform display is constructed through development, so that the corresponding service requirements are solved.
However, developing a complete system may only be suitable for specific services at that time, the universality is poor, the application range is narrow, and secondary development required for service expansion or service change requires corresponding technicians and does a lot of repeated meaningless work, which consumes manpower, financial resources and material resources.
Therefore, it is necessary to design a system that can configure the form that each company wants according to its business requirement.
Disclosure of Invention
The invention breaks through the difficult problems in the prior art, designs a system which can configure the form required by each company according to the business requirements of each company, can solve various business problems in a large range, reduces secondary development and saves resources.
In order to achieve the above object, the present invention designs an autonomous form configuration method based on a metadata layer, which is characterized in that: the method comprises the following steps:
s1 extracting the corresponding field or table type to form the metadata package;
s2, inputting the metadata package into the metadata management module, and determining the form type according to the reading and writing rule configured in the metadata management module;
s3 setting a web page link;
s4 setting an extended attribute;
s5, setting rules for triggering and maintaining the database;
s6 outputs the form.
Further, the read-write rule in S2 is: a 10-bit 2-ary number.
Further, the 10-bit 2-ary digit is 0 to 9, and the weight of each bit is as follows:
(1)CREATE_SHOW=0;
(2)CREATE_EDIT=1;
(3)MODIFIY_SHOW=2;
(4)MODIFY_EDIT=3;
(5)QUERY_LIST=4;
(6)QUERY_SUBLIST=5;
(7)QUERY_OBJECTVIEW=6;
(8)PRINT_LIST=7;
(9)PRINT_SUBLIST=8;
(10)PRINT_OBJECTVIEW=9。
further, the step S5 of setting rules for triggering and maintaining the database includes: triggering after new addition, triggering after modification and triggering before deletion.
The invention also designs an autonomous form configuration system based on the metadata layer, which is characterized in that: the method comprises the following steps: a data acquisition unit to acquire a metadata packet;
the management unit is used for managing the metadata layer and comprises read-write rules, webpage links, extension classes and database rules;
and the output unit is used for outputting the configured form.
Further, the data acquisition unit comprises a field extraction module, a table type extraction module and a subsystem module.
Furthermore, the management unit comprises a read-write module, a webpage module, an extension module and a database module.
The invention also designs an autonomous form configuration device of a metadata layer, which is characterized in that: comprises a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to: the following method steps are carried out: extracting corresponding fields or tables or table types of the services according to the services of the users to form metadata packets; inputting the metadata packet into a metadata management module, and determining the form type according to a reading and writing rule configured in the metadata management module; setting a webpage link; setting an extension attribute; setting rules for triggering and maintaining the database; and outputting the form.
The present invention also contemplates a computer storage medium having computer program instructions stored thereon, characterized in that: the computer program instructions, when executed by a processor, implement the method steps of: extracting corresponding fields or tables or table types of the services according to the services of the users to form metadata packets; inputting the metadata packet into a metadata management module, and determining the form type according to a reading and writing rule configured in the metadata management module; setting a webpage link; setting an extension attribute; setting rules for triggering and maintaining the database; and outputting the form.
Compared with the prior art, the method can configure the system which is self-wanted according to the business requirements of each company, has high business fitting degree and strong system operability, greatly saves manpower and time, has wide application range, can solve various business problems in a large range, reduces secondary development, and saves technical manpower and resources.
Drawings
FIG. 1 is a flow diagram illustrating a method for autonomic form configuration based on a metadata layer in an embodiment.
FIG. 2 is a block diagram of an autonomic form configuration system based on a metadata layer in one embodiment.
Fig. 3 is a schematic diagram of a subsystem established in the method for configuring an autonomous form based on a metadata layer in an embodiment of distribution management.
Fig. 4 is a table classification diagram established in the autonomous form configuration method based on the metadata layer in the distribution management embodiment.
Fig. 5 is a diagram showing a purchase order table created in the metadata layer-based autonomic form configuration method in the distribution management embodiment.
Wherein, 1 is an acquisition unit, 2 is a management unit, 3 is an output unit, 1-1 is a field extraction module, 1-2 is a table extraction module, 1-3 is a table category extraction module, 1-4 is a subsystem module, 2-1 is a read-write module, 2-2 is a webpage module, 2-3 is an extension module, and 2-4 is a database module.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art.
Furthermore, the described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are provided to provide a thorough understanding of embodiments of the invention. One skilled in the relevant art will recognize, however, that the invention may be practiced without one or more of the specific details, or with other methods, components, devices, steps, and so forth. In other instances, well-known structures, methods, devices, implementations, materials, or operations are not shown or described in detail to avoid obscuring aspects of the invention.
The block diagrams shown in the figures are functional entities only and do not necessarily correspond to physically separate entities. That is, these functional entities may be implemented in the form of software, or in one or more software-hardened modules, or in different networks and/or processor devices and/or microcontroller devices.
In specific implementation, the invention designs an autonomous form configuration method based on a metadata layer, which comprises the following steps:
s1 extracting the corresponding field or table type to form the metadata package;
s2, inputting the metadata package into the metadata management module, and determining the form type according to the reading and writing rule configured in the metadata management module;
s3 setting a web page link;
s4 setting an extended attribute;
s5, setting rules for triggering and maintaining the database;
s6 outputs the form.
Preferably, the read-write rule in S2 is: a 10-bit 2-ary number of 0 to 9, wherein the weight of each bit is as follows:
(1)CREATE_SHOW=0;
(2)CREATE_EDIT=1;
(3)MODIFIY_SHOW=2;
(4)MODIFY_EDIT=3;
(5)QUERY_LIST=4;
(6)QUERY_SUBLIST=5;
(7)QUERY_OBJECTVIEW=6;
(8)PRINT_LIST=7;
(9)PRINT_SUBLIST=8;
(10)PRINT_OBJECTVIEW=9。
preferably, the step S5 of setting the rules for triggering and maintaining the database includes: triggering after new addition, triggering after modification and triggering before deletion.
The invention also designs an autonomous form configuration system based on the metadata layer, which is characterized in that: the method comprises the following steps: a data acquisition unit to acquire a metadata packet;
the management unit is used for managing the metadata layer and comprises read-write rules, webpage links, extension classes and database rules;
and the output unit is used for outputting the configured form.
Preferably, the data acquisition unit comprises a field extraction module, a table type extraction module and a subsystem module.
Preferably, the management unit comprises a read-write module, a webpage module, an extension module and a database module.
The invention also designs an autonomous form configuration device of the metadata layer, which comprises a processor; a memory for storing processor-executable instructions;
wherein the processor is configured to: the following method steps are carried out: extracting corresponding fields or tables or table types of the services according to the services of the users to form metadata packets; inputting the metadata packet into a metadata management module, and determining the form type according to a reading and writing rule configured in the metadata management module; setting a webpage link; setting an extension attribute; setting rules for triggering and maintaining the database; and outputting the form.
The present invention also contemplates a computer storage medium having computer program instructions stored thereon, characterized in that: the computer program instructions, when executed by a processor, implement the method steps of: extracting corresponding fields or tables or table types of the services according to the services of the users to form metadata packets; inputting the metadata packet into a metadata management module, and determining the form type according to a reading and writing rule configured in the metadata management module; setting a webpage link; setting an extension attribute; setting rules for triggering and maintaining the database; and outputting the form.
In the specific implementation, taking the distribution management system as an example:
the distribution management system combines all the services in the enterprise distribution network, including basic data maintenance, procurement to suppliers, sales to customers, retail to end customers, and order-to-order services for the company itself. The service flow is divided into three major main lines of material flow, fund flow and information flow.
Logistics: the management starts from the stocking of a supplier, the dispatching of goods among the enterprise warehouses, the selling of goods of the enterprise to customers, and the retail of the goods facing the market, so that a complete goods flow is formed, and a set of inventory accounts are formed in the system.
Fund flow: the system covers the fund operation between the enterprise and the supplier, the fund operation between the enterprise and the client, the turnover of purchasing commodity by the terminal customer and the like, and forms a set of fund account in the system.
Information flow: through the analysis of all aspects of data, the warning of inventory aspects, the prediction of marketing aspects, the classification of customer groups and the like are provided in the form of reports.
The distribution management mainly comprises modules of purchase management, sales management, retail management, warehouse logistics and the like.
Wherein the purchasing management module is used for completing the business of purchasing ready-made clothes of enterprises and upstream suppliers. The whole purchasing business flow is mainly composed of purchasing orders, purchasing orders and purchasing and returning orders. The supplier is paid and the supplier is paid again.
The sales management module is used for completing sales transaction of enterprises and downstream customers. The whole sales business flow is mainly formed by sales orders, sales orders and sales return lists.
The retail management module comprises the management of self-operated stores, the management of branch logistics centers and the like. The whole retail process is mainly formed by group purchase orders and retail orders.
The warehouse logistics module is used for managing the goods entering and leaving the warehouse, and periodically checking the warehouse and the like. The whole warehouse logistics is mainly composed of various delivery orders and warehousing orders, inventory orders, physical adjustment orders, loading adjustment orders and unloading adjustment orders.
In specific implementation, the configuration steps are as follows:
(1) configuring a distribution management subsystem, see fig. 3, which includes modules such as name location, serial number location, web page connection, picture connection, customized serial number, etc.;
(2) configuring corresponding table categories, such as purchase management, sales management, retail management and the like, and referring to fig. 4 in a specific style;
in this step, it should be noted that, when configuring the table category, it is not allowed to duplicate the existing table category name when filling in the name; selecting the subsystem to which the user belongs, namely selecting the corresponding subsystem, and displaying the table category under the subsystem; the sequence numbers are used for indicating that the table types under the same subsystem are displayed in a sequence from top to bottom according to the sequence numbers from small to large; the remarks are the self-defined description of filling out the remarks.
(3) Configuring a corresponding table: after table types are newly added, if a business document is required to be operated under the table types, the table needs to be newly added under the table types, and the newly added table comprises a display name module, a sequence number module, a name module, an actual database table module, a filtering condition module, a reading and writing rule module, a category module, a webpage connection module and the like, and the purchasing order schematic diagram under purchasing management in the figure 5 can be specifically referred;
in this step, the meaning and the notice of each module field need to be noticed when configuring the table, which are specifically as follows:
1) and (4) displaying a name: name of the table, the name when displayed under the table category;
2) sequence number: the filling must be numbers, the system sorts the numbers from top to bottom according to the size of the numbers, and can set proper numbers to reach the positions where the table is expected to be located;
3) name: english name of the table, not more than 26 bits, the system background automatically creates a sequence with SEQ _ + name for the table, and the Oracle database limits the identifier not to be allowed to exceed 30 bits;
4) actual database tables: when the created interface view is the interface view, the interface view needs to be filled in as a table or view actually existing in the background database;
5) and (3) filtering conditions: data filtering conditions for setting the table;
6) reading and writing rules: the method comprises A, M, D, V, Q, S, U seven main rules, wherein A represents that the function is newly added; m represents having a modify function; d represents that the function of deletion is provided; v represents the function of invalidation; q represents having a query function; s represents having a commit function; u indicates that an anti-commit function is present;
7) the category: selected here are table categories such as purchase management, sales management, retail management, etc. as described above;
8) and web page linking: that is, the URL is configured, when the document corresponding to the current form is opened in the list bar state, the document will jump to the URL-specified page, which is generally used for configuring the customized interface, such as: distributing management or paving goods according to money numbers;
9) extension class: the JAVA class used for filling out the specified function calls the specified class to complete the corresponding function when triggered, such as: table sales order details this field is filled in: the method comprises the steps of (1) popping up a corresponding scanning frame when cn, blocks, extension, frame, table, classname, AttributeDetailSuportTableI is used for supporting detail recording of a deposit number;
10) menu item: after selection and check, displaying the selected data under the table type, and if not, not displaying the selected data;
11) a pull-down frame: after selection and check, the other table field outer keys are associated with the table, and when data is selected, the table data is displayed in a form of a drop-down box for selection and is used together with display configuration;
12) display configuration: for defining this table, displayed in several columns, for use with "drop down boxes" in the case of editing;
13) a security directory: appointing a safety catalogue where the table is located for configuration of authority; the parent table is automatically created by a common system, and the child table generally selects a safe directory of the parent table (a manually created directory can be selected);
14) father table: parent table for tables, child table configuration, such as: the configuration of the sales order detail table is as follows: a sales order form;
15) triggering after new addition: checking, namely the AC program must be filled into a program existing in the background database (a newly added function is required);
16) AC procedure: a storage process program (needing to have a new function) existing in the background database;
17) triggering after modification: checking, namely the AM program must be filled into a program existing in the background database (the AM program needs to have a modification function);
18) an AM program: a stored procedure program (needing to have a modification function) existing in a background database;
19) triggering before deletion: checking, namely the BD program must be filled into a program existing in a background database (the BD program needs to have a deleting function);
20) BD program: a stored procedure program existing in the background database;
21) submitting a program: if the function of submitting is available, filling in the program name ending in the SUBMIT;
22) mass: checking, namely opening a default point to not query data when querying the data in the table;
23) and (3) expanding the attribute: some extra attributes for defining the table, which cooperate with the framework to implement a specific function; such as: the extended attribute of the table VIP type is { "autocomplete": true, "ak2": "CODE" }, meaning: the foreign key is associated with the table field, and when the input data is selected, the code value is input, so that the data meeting the conditions can be subjected to fuzzy matching;
24) remarking: may be used to illustrate the role or other description of this table.
According to the steps, all the table types under the distribution management of all the subsystems and all the tables under the table types are sequentially configured, and the configuration of the whole distribution management is completed.
It will be understood by those skilled in the art that all or part of the processes of the methods of the above embodiments may be implemented by hardware related to computer program instructions, and the program may be stored in a computer readable storage medium, for example, in the storage medium of a computer system, and executed by at least one processor in the computer system, so as to implement the processes of the embodiments including the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The technical features of the embodiments described above may be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the embodiments described above are not described, but should be considered as being within the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present invention, and the description is specific and detailed, but it should not be understood as the limitation of the scope of the present invention, it should be noted that, for those skilled in the art, many variations and modifications can be made without departing from the concept of the present invention, and these all fall into the protection scope of the present invention.

Claims (9)

1. The autonomous form configuration method based on the metadata layer is characterized in that: the method comprises the following steps:
s1 extracting the corresponding field or table type to form the metadata package;
s2, inputting the metadata packet into the element management unit, and determining the form type according to the read-write rule configured in the management unit;
s3 setting a web page link;
s4 setting an extended attribute;
s5, setting rules for triggering and maintaining the database;
s6 outputs the form.
2. The method of claim 1, wherein the method comprises: the read-write rule in S2 is: a 10-bit 2-ary number.
3. The method of claim 2, wherein the method comprises: the 10-bit 2-system number is 0-9, and each bit weight represents the following:
(1) CREATE_SHOW=0;
(2) CREATE_EDIT=1;
(3) MODIFIY_SHOW=2;
(4) MODIFY_EDIT=3;
(5) QUERY_LIST=4;
(6) QUERY_SUBLIST=5;
(7) QUERY_OBJECTVIEW=6;
(8) PRINT_LIST=7;
(9) PRINT_SUBLIST=8;
(10) PRINT_OBJECTVIEW=9。
4. the method of claim 1, wherein the method comprises: s5 rules for setting up trigger and maintenance database include: triggering after new addition, triggering after modification and triggering before deletion.
5. The autonomous form configuration system based on the metadata layer is characterized in that: the method comprises the following steps: a data acquisition unit (1) for acquiring a metadata packet;
the management unit (2) is used for managing a metadata layer and comprises read-write rule configuration, webpage link setting, extension class and database rule setting;
and the output unit (3) is used for outputting the configured form.
6. The metadata layer-based autonomic form configuration system of claim 5 wherein: the data acquisition unit (1) comprises a field extraction module (1-1), a table extraction module (1-2), a table type extraction module (1-3) and a subsystem module (1-4).
7. The metadata layer-based autonomic form configuration system of claim 5 wherein: the management unit (2) comprises a read-write module (2-1), a webpage module (2-2), an extension module (2-3) and a database module (2-4).
8. An apparatus for autonomous form configuration of a metadata layer, comprising: comprises a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to: performing the method of any one of claims 1 to 4.
9. A computer storage medium having computer program instructions stored thereon, characterized in that: the computer program instructions, when executed by a processor, implement the method of any one of claims 1 to 4.
CN202010778764.9A 2020-08-05 2020-08-05 Autonomous form configuration method based on metadata layer Pending CN111897801A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010778764.9A CN111897801A (en) 2020-08-05 2020-08-05 Autonomous form configuration method based on metadata layer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010778764.9A CN111897801A (en) 2020-08-05 2020-08-05 Autonomous form configuration method based on metadata layer

Publications (1)

Publication Number Publication Date
CN111897801A true CN111897801A (en) 2020-11-06

Family

ID=73245916

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010778764.9A Pending CN111897801A (en) 2020-08-05 2020-08-05 Autonomous form configuration method based on metadata layer

Country Status (1)

Country Link
CN (1) CN111897801A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102360290A (en) * 2011-09-29 2012-02-22 用友软件股份有限公司 Form building device and form building method
CN103246733A (en) * 2013-05-13 2013-08-14 浪潮集团山东通用软件有限公司 Dynamic form system based on metadata and generation method thereof
CN104537069A (en) * 2014-12-26 2015-04-22 远光软件股份有限公司 Receipt configuration and application system and method
CN108008940A (en) * 2017-12-29 2018-05-08 成都邦永科技有限公司 A kind of software customized platform of service management and its method for customizing
CN110941614A (en) * 2019-11-21 2020-03-31 望海康信(北京)科技股份公司 Form generation method and device, electronic equipment and computer readable storage medium
CN111222795A (en) * 2020-01-09 2020-06-02 厦门致上信息科技有限公司 Comprehensive electronic commerce management system and terminal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102360290A (en) * 2011-09-29 2012-02-22 用友软件股份有限公司 Form building device and form building method
CN103246733A (en) * 2013-05-13 2013-08-14 浪潮集团山东通用软件有限公司 Dynamic form system based on metadata and generation method thereof
CN104537069A (en) * 2014-12-26 2015-04-22 远光软件股份有限公司 Receipt configuration and application system and method
CN108008940A (en) * 2017-12-29 2018-05-08 成都邦永科技有限公司 A kind of software customized platform of service management and its method for customizing
CN110941614A (en) * 2019-11-21 2020-03-31 望海康信(北京)科技股份公司 Form generation method and device, electronic equipment and computer readable storage medium
CN111222795A (en) * 2020-01-09 2020-06-02 厦门致上信息科技有限公司 Comprehensive electronic commerce management system and terminal

Similar Documents

Publication Publication Date Title
JP5324797B2 (en) Data management system
US7215757B2 (en) System and method to provide automated scripting for customer service representatives
US20030120528A1 (en) System and method for managing compliance with strategic business rules
US7908159B1 (en) Method, data structure, and systems for customer segmentation models
CN102812462A (en) Database, data-management server, and data-management program
US20090187494A1 (en) Virtual inventory system
US20040107214A1 (en) Customized document portfolio system integrating IP libraries and technology documents
US20230205551A1 (en) System for custom validations and scripts for mobile applications
CN104182226A (en) General mobile information system adaptation method and device
CN116582558B (en) Automatic order interception method and electronic commerce ERP
US8887045B2 (en) System and method for providing data links
CN104205134A (en) Mobile terminal management server, and mobile terminal management program
CN111897801A (en) Autonomous form configuration method based on metadata layer
US20040205484A1 (en) System and method for dynamically generating customized pages
KR20020009312A (en) Establishing method of digital catalog library database for electronic commerce and database system thereof
CN114693035A (en) Method, system and device for generating time limit task of enterprise intellectual property management system
CN112348445A (en) Material record and material order processing method and system in ERP system
KR102049507B1 (en) System for providing consulting service for communication products and method thereof
JPH06325059A (en) Order managing system and customer managing system
KR20170096509A (en) Method for managing estimate and estimate managing server
US20050065934A1 (en) System, method, and computer program for managing address data
CN104081427A (en) Portable terminal management server and portable terminal management program
JP4803713B2 (en) Security management system, method and program
CN112287019A (en) Setting system for hiding field display in UI (user interface) in ERP (enterprise resource planning) system
CN112379960A (en) Method for setting display and hiding of fields in UI (user interface) in ERP (enterprise resource planning) system

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