CN105786299A - Information processing method and device - Google Patents

Information processing method and device Download PDF

Info

Publication number
CN105786299A
CN105786299A CN201410811445.8A CN201410811445A CN105786299A CN 105786299 A CN105786299 A CN 105786299A CN 201410811445 A CN201410811445 A CN 201410811445A CN 105786299 A CN105786299 A CN 105786299A
Authority
CN
China
Prior art keywords
category
parameters
parameter
data
input
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.)
Granted
Application number
CN201410811445.8A
Other languages
Chinese (zh)
Other versions
CN105786299B (en
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.)
Yuanguang Software Co Ltd
Original Assignee
Yuanguang Software 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 Yuanguang Software Co Ltd filed Critical Yuanguang Software Co Ltd
Priority to CN201410811445.8A priority Critical patent/CN105786299B/en
Publication of CN105786299A publication Critical patent/CN105786299A/en
Application granted granted Critical
Publication of CN105786299B publication Critical patent/CN105786299B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides an information processing method and an information processing device. The information processing method comprises the steps of acquiring a type input in an input interface, wherein the input interface displays the basic parameter included by each type; determining the type parameter included by the input type, wherein the type parameter is different from the basic parameter, and the type parameters are different when multiple pieces of data corresponding to the input types are different; acquiring the data corresponding to the type parameter in the input type; rendering the input interface, thus obtaining the input interface including the type parameter; writing the acquired data into the input interface including the type parameter, wherein the writing position of the data is the position where the type parameter points in the input interface including the type parameter. Therefore, when the input interface is rendering, only the basic parameter and the type parameter corresponding to the currently input type are rendered, the system resources occupied by the rendering process are reduced, and thereby the resource waste is avoided.

Description

Information processing method and device
Technical Field
The present invention relates to the field of information management systems, and in particular, to an information processing method and apparatus.
Background
An Enterprise Resource Planning (ERP) system is a real-time online management system that reasonably integrates financial, distribution, manufacturing, and other business functions based on advanced enterprise management concepts. It provides daily data summarization and detailed inquiry of goods purchase, sale, production, expense and the like for financial management. The data summarization generally stores the financial data list in the enterprise information management system by means of a certificate entry.
The traditional voucher entry is to completely expose all parameters of the categories in the system to an entry interface. And when the voucher is recorded, filling the data in the voucher list in the corresponding parameters of the recording interface. Because the data in all the certificate lists cannot correspond to the parameters in the input interface one by one, no data is written in some parameters when the data is filled, so that the parameters in which the data is not written occupy unnecessary form space, system resources are wasted, and the system resources are further occupied due to the rendering of irrelevant parameters in the certificate lists in the process of rendering the input interface, so that the resources are wasted.
In summary, it is an urgent need to solve the problem in the art to provide an information processing method and apparatus capable of reducing system resource waste.
Disclosure of Invention
In view of the above, an object of the present invention is to provide an information processing method and apparatus, so as to solve the problem of resource waste caused by occupation of system resources due to rendering of parameters unrelated to a credential list during the process of rendering an entry interface.
In order to achieve the above purpose, the invention provides the following technical scheme:
the invention provides an information processing method, which comprises the following steps:
acquiring categories input in an input interface, wherein basic parameters included by each category are displayed in the input interface;
determining a category parameter included in the input category, wherein the category parameter is different from the basic parameter and is different when the data corresponding to the input category is different;
acquiring data corresponding to the category parameters in the input categories;
rendering the input interface to obtain an input interface comprising the category parameters;
writing the acquired data into an entry interface comprising the category parameter, wherein the data writing position is the position pointed by the category parameter in the entry interface comprising the category parameter.
Preferably, the acquiring data corresponding to the category parameter in the input category includes:
searching whether the local cache stores data corresponding to the category parameter, and if so, directly acquiring the data corresponding to the category parameter from the local cache;
and if not, sending a data acquisition request, wherein the data acquisition request is used for acquiring the data corresponding to the category parameters from the server and storing the data acquired from the server into a local cache.
Preferably, the method further comprises:
judging whether the acquired data is empty, if so, maintaining the input interface to only display the basic parameters;
and if not, rendering the entry interface to obtain the entry interface comprising the category parameters.
Preferably, the rendering the entry interface to obtain the entry interface including the category parameter includes:
determining the display sequence of the category parameters and the basic parameters in the input interface;
calculating the display positions of the category parameters and the basic parameters in the input interface;
and drawing the category parameters and a first data filling control under the category parameters at the display position and drawing the basic parameters and a second data filling control under the basic parameters to obtain an entry interface comprising the category parameters based on the display sequence.
Preferably, determining the display order of the category parameters and the basic parameters in the entry interface comprises:
displaying the basic parameters for representing the category in a first display area of the entry interface;
displaying the category parameters in a second display area of the entry interface;
displaying the basic parameters except the basic parameters for representing the categories in a third display area of the entry interface, wherein the display sequence of the first display area is superior to that of the second display area, and the display sequence of the second display area is superior to that of the third display area.
The present invention also provides an information processing apparatus comprising:
the input interface is used for inputting the basic parameters of the categories, and the basic parameters are displayed in the input interface;
a determining unit, configured to determine a category parameter included in the input category, where the category parameter is different from the basic parameter, and the category parameter is different when data corresponding to the input category is different;
an acquisition unit configured to acquire data corresponding to the category parameter in the input category;
the rendering unit is used for rendering the input interface to obtain the input interface comprising the category parameters;
and the entry unit is used for writing the acquired data into an entry interface comprising the category parameters, wherein the data writing position is a position pointed by the category parameters in the entry interface comprising the category parameters.
Preferably, the acquiring unit includes:
the searching unit is used for searching whether the local cache stores the data corresponding to the category parameter or not, and triggering the acquiring unit to directly acquire the data corresponding to the category parameter from the local cache under the condition that the local cache stores the data corresponding to the category parameter;
and the sending unit is used for sending a data acquisition request under the condition that the data corresponding to the category parameter is not stored in the local cache, wherein the data acquisition request is used for acquiring the data corresponding to the category parameter from the server and storing the data acquired from the server into the local cache.
Preferably, the apparatus further comprises:
the judging unit is used for judging whether the acquired data is empty or not, and if so, the rendering unit is triggered to maintain the input interface to only display the basic parameters; if not, triggering the rendering unit to render the entry interface to obtain the entry interface comprising the category parameters.
Preferably, the rendering unit includes:
the first determination unit is used for determining the display sequence of the category parameters and the basic parameters in the input interface;
the first calculation unit is used for calculating the display positions of the category parameters and the basic parameters in the input interface;
and the first rendering unit is used for drawing the category parameters and a first data filling control under the category parameters at the display position based on the display sequence, and drawing the basic parameters and a second data filling control under the basic parameters to obtain an entry interface comprising the category parameters.
Preferably, the first determination unit includes:
the first display unit is used for displaying the basic parameters for representing the categories in a first display area of the entry interface;
the second display unit is used for displaying the category parameters in a second display area of the entry interface;
and the third display unit is used for displaying the basic parameters except the basic parameters for representing the categories in a third display area of the entry interface, the display sequence of the first display area is superior to that of the second display area, and the display sequence of the second display area is superior to that of the third display area.
Compared with the prior art, the invention has the following advantages:
by applying the technical scheme, when the input interface is rendered, the basic parameters of the input interface and the category parameters corresponding to the input categories are rendered into the input interface, so that only the basic parameters and the category parameters corresponding to the currently input categories are rendered when the input interface is rendered, and compared with a mode of simultaneously rendering the basic parameters, the category parameters and the irrelevant parameters in the prior art, the system resources occupied in the rendering process are reduced, and thus the resource waste is avoided. And the entry interface only comprises basic parameters and category parameters, so that unnecessary controls do not exist in the entry interface, and resource waste is further avoided.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a first flowchart of an information processing method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of an entry interface provided by embodiments of the present invention;
FIG. 3 is another schematic diagram of an entry interface provided by embodiments of the present invention;
FIG. 4 is a second flowchart of an information processing method according to an embodiment of the present invention;
FIG. 5 is a third flowchart of an information processing method according to an embodiment of the present invention;
FIG. 6 is a flow chart of an input interface rendering process provided by an embodiment of the invention;
FIG. 7 is a further schematic illustration of an entry interface provided by embodiments of the present invention;
FIG. 8 is a schematic diagram of an information processing apparatus according to an embodiment of the present invention;
fig. 9 is a schematic diagram of a configuration of an acquisition unit in the information processing apparatus shown in fig. 8;
fig. 10 is a schematic diagram of a structure of a rendering unit in the information processing apparatus shown in fig. 8;
fig. 11 is a schematic structural diagram of a first determination unit in the rendering unit shown in fig. 9;
fig. 12 is a schematic structural diagram of an information processing apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, 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 invention.
Referring to fig. 1, a flowchart of an information processing method according to an embodiment of the present invention is shown, where the method includes the following steps:
step 100: the method comprises the steps of obtaining categories input in an input interface, wherein basic parameters included in each category are displayed in the input interface.
It will be appreciated that categories are the primary attributes that already exist in the entry interface, each category having a base parameter corresponding thereto. That is, clicking on any category item written in the category column on the entry interface displays the basic parameters of the category at a row position where the category appears. Or setting the basic parameters corresponding to each category when the entry interface is created, so that after the clicking operation of the categories is acquired, the basic parameters of other columns are automatically displayed in the entry interface.
Step 101: determining a category parameter included in the input category, wherein the category parameter is different from the basic parameter and is different when the data corresponding to the input category is different.
In an embodiment of the invention, in addition to each category having a base parameter, there are categories having category parameters, where the category parameters are different from the base parameters, the base parameters are characteristics common to the categories, and the category parameters are independent, i.e. the category column is only displayed when there is data corresponding to the category parameters.
Step 102: and acquiring data corresponding to the category parameters in the input categories.
Step 103: and rendering the input interface to obtain the input interface comprising the category parameters.
And according to the acquired data corresponding to the category parameters in the input categories, re-rendering the entry interface only comprising the basic parameters, namely creating the category parameter list of the categories on the entry interface, thereby obtaining the entry interface comprising the category parameters, realizing dynamic creation of the entry interface according to the category parameters, avoiding entry of parameters irrelevant to the categories on the interface for display, and reducing resource waste.
Step 104: writing the acquired data into an entry interface comprising the category parameter, wherein the data writing position is the position pointed by the category parameter in the entry interface comprising the category parameter.
For example, the basic parameters and the category parameters are displayed on the same row in the entry interface, the control located on the same column as the basic parameters and the category parameters is a data writing position, and after the data is acquired, the data can be written into the data writing position.
Before information processing, an entry interface of the credential entry is created, where the entry interface includes basic parameters of the credential entry, for example, an entry interface described in fig. 2 that includes only the basic parameters, where the basic parameters include: summary, subject, debit amount, and credit amount. In addition, the input interface can be provided with words for displaying the work purpose of the interface, such as words of the accounting voucher. Because of the difference of the certificate entry lists, the certificate making units, the certificate numbers, the certificate making dates and the like in the certificate lists are different. Multiple supplementary notes of the same certificate making unit may exist on an entry interface of the same certificate entry, and the supplementary notes may be input into the entry interface on the same day or may not be input into the entry interface on the same day, so that the factors are fully considered when the entry interface of the certificate entry is created, and a required certificate list can be selected according to parameter information of the entry interface when the required certificate list is obtained. If the certificate list of a certain day needs to be selected, the required date is only required to be input into the certificate making date for screening, and the required certificate list can be obtained.
Then, inputting a category in the entry interface shown in fig. 2, for example, inputting a category name in a category item, namely a subject, determining a category parameter possessed by the category according to the input category, and re-rendering the entry interface including only the basic parameter to obtain the entry interface shown in fig. 3. The category names input in the subject column indicating the category items in the entry interface shown in fig. 3 are called bank deposit/foreign currency, and the corresponding category parameters are currency, exchange rate and foreign currency amount, so that the category parameters can be loaded into the entry interface for re-rendering, and the entry interface including the basic parameters and the category parameters is obtained, that is, fig. 3.
After the entry interface of the category parameter is obtained, the acquired data corresponding to the category parameter is written into the entry interface including the category parameter, where the data writing position is a position pointed by the category parameter in the entry interface including the category parameter, as shown in fig. 3.
According to the technical scheme, when the input interface is rendered, the basic parameters of the input interface and the category parameters corresponding to the input categories are rendered into the input interface, so that only the basic parameters and the category parameters corresponding to the currently input categories are rendered when the input interface is rendered, and compared with a mode of simultaneously rendering the basic parameters, the category parameters and the irrelevant parameters in the prior art, the system resources occupied by the rendering process are reduced, and therefore resource waste is avoided. And the entry interface only comprises basic parameters and category parameters, so that unnecessary controls do not exist in the entry interface, and resource waste is further avoided.
Referring to fig. 4, a second flowchart of an information processing method according to an embodiment of the present invention is shown, where the information processing method corresponding to the flowchart may include the following steps:
step 200: the method comprises the steps of obtaining categories input in an input interface, wherein basic parameters included in each category are displayed in the input interface.
Step 201: determining a category parameter included in the input category, wherein the category parameter is different from the basic parameter and is different when the data corresponding to the input category is different.
Step 202: and acquiring data corresponding to the category parameters in the input categories.
In the embodiment of the present invention, steps 200 to 202 are the same as steps 100 to 102, and are not described again.
Step 203: and judging whether the acquired data is empty, if so, executing step 204, and if not, executing step 205. When the acquired data is empty, it indicates that the input category has the category parameter, but data corresponding to the category parameter is not recorded at present, and the entry interface is kept unchanged at this time, that is, the entry interface shown in fig. 2 is still displayed.
Step 204: maintaining the entry interface to display only the basic parameters.
Step 205: and rendering the input interface to obtain the input interface comprising the category parameters.
Step 206: writing the acquired data into an entry interface comprising the category parameter, wherein the data writing position is the position pointed by the category parameter in the entry interface comprising the category parameter.
In the actual processing process, the acquired data corresponding to the category parameter in the acquired input category may exist or may not exist, so that the acquired data needs to be judged, and if the acquired data corresponding to the category parameter is empty, namely the data does not exist, only basic parameter items corresponding to the category are displayed on an entry interface; if the acquired data corresponding to the category parameters are non-empty, namely the data exist, the entry interface is rendered on the basis that the entry interface only exists in the basic parameters corresponding to the categories, and the category parameters corresponding to the categories are added, so that the resource waste caused by rendering the entry interface under the condition that the data are empty can be reduced.
Referring to fig. 5, a third flowchart of an information processing method according to an embodiment of the present invention is shown, where the information processing method corresponding to the flowchart may include the following steps:
step 300: the method comprises the steps of obtaining categories input in an input interface, wherein basic parameters included in each category are displayed in the input interface.
Step 301: determining a category parameter included in the input category, wherein the category parameter is different from the basic parameter and is different when the data corresponding to the input category is different.
In the embodiment of the present invention, steps 300 to 301 are the same as steps 300 to 301, and the description of the embodiment of the present invention is omitted.
Step 302: searching whether the local cache stores data corresponding to the category parameter, and if so, executing step 303; if not, step 304 is performed.
Step 303: the data corresponding to the category parameter is directly obtained from the local cache, and step 305 is executed.
Step 304: sending a data acquisition request, and executing step 305, wherein the data acquisition request is used for acquiring data corresponding to the category parameter from the server and storing the data acquired from the server in a local cache.
After receiving the data acquisition request, the server acquires data corresponding to the data acquisition request from the server and feeds back the acquired data. And after receiving the data fed back by the server, storing the data into a local cache so as to be used when the same data is acquired next time. The data exchange rate can be improved by the mode of firstly obtaining the data from the local cache.
Step 305: and rendering the input interface to obtain the input interface comprising the category parameters.
One point to be noted here is: when the input interface is rendered, the embodiment of the invention can also firstly judge whether the acquired data is empty, if so, the input interface is maintained unchanged, and otherwise, the step 305 is executed to re-render the input interface.
Step 306: writing the acquired data into an entry interface comprising the category parameter, wherein the data writing position is the position pointed by the category parameter in the entry interface comprising the category parameter.
The rendering process of the entry interface in all the above embodiments can be shown in fig. 6, and includes the following steps:
step 401: determining the display sequence of the category parameters and the basic parameters in the input interface.
In order to improve the simplicity of the entry interface, a certain sequence is required when the entry interface creates the category parameter items and the basic parameter items. The display sequence of the category parameter items and the basic parameter items in the entry interface can be arranged arbitrarily, such as being determined in turn according to the number of words in each parameter.
It should be noted that the method of displaying the order is simply conceivable, and is not limited to only one display order. Wherein the execution process of determining the display order of the category parameters and the basic parameters in the input interface is as follows:
firstly, the basic parameters for representing the categories are displayed in a first display area of the input interface.
Secondly, displaying the category parameters in a second display area of the entry interface. Finally, the basic parameters except the basic parameters used for representing the categories are displayed in a third display area of the entry interface, the display sequence of the first display area is superior to that of the second display area, and the display sequence of the second display area is superior to that of the third display area.
It can be understood that the display area entered into the interface may be set according to the importance of the category attribute, or may be sequentially divided into a first display area, a second display area, and a third display area according to the order entered into the interface, where the basic parameter of the category is set in the first display area, the category parameter is set in the second display area, and other parameter information is set in the third display area. And the display area can be divided by itself.
Step 402: and calculating the display position of each category parameter and the basic parameter in the input interface.
Step 403: and drawing the category parameters and a first data filling control under the category parameters at the display position and drawing the basic parameters and a second data filling control under the basic parameters to obtain an entry interface comprising the category parameters based on the display sequence. The first data filling control and the second data filling control are controls located in the same column as the corresponding parameters, and the control below the basic parameter, which is the abstract as shown in fig. 3, is the second data filling control.
In the embodiment of the invention, the positions of the category parameters and the basic parameters in the input interface are calculated according to the display sequence of the category parameters and the basic parameters in the input interface, and then the input interface is rendered, so that all the parameters of a certain category are included in the input interface, and data information is filled in the input interface at the positions corresponding to the category parameters and the basic parameters, thereby realizing the visualized recording of data.
In addition, the information processing method provided by the embodiment of the invention can also be applied to the two cases that the category is the number account or the category is foreign currency and the number account when the voucher is recorded. The method for rendering the input interface of the quantity account column is the same as that of the input interface of the foreign currency column, and is not repeated here.
Referring to fig. 7, fig. 7 is a schematic diagram of an interface for entering categories of both quantity accounts and foreign currency. In fig. 7, a case where the number account column and the foreign currency column are displayed when data corresponding to both the number account and the foreign currency is included in the entry interface is shown. The method comprises the steps that a plurality of data already exist in an entry interface of a certificate entry, so that in order to obtain detailed information of a subject column corresponding to a certificate list, basic parameters corresponding to subject items are displayed on the entry interface when the entry interface obtains a table position occupied by the subject, wherein the basic parameters comprise an abstract, an object, the subject, debit amount and credit amount. It should be noted that the basic parameters of the categories are not limited to the above-mentioned ones, and may include other basic parameters. The category parameters of the quantity account are the quantity account amount, and the category attributes of the foreign currency are currency type, exchange rate and foreign currency amount, and it should be also noted that the category parameters of the category are not limited to the above-mentioned ones, and may also include other category parameters.
When the voucher entry is recorded, selecting the subject selected by the subject column, acquiring data corresponding to the category parameters of the quantity account and the foreign currency in a local cache according to the recorded subject (which can be expressed as a category), directly displaying the category parameters of the quantity account, namely the foreign currency if the data corresponding to the category parameters of the quantity account and the foreign currency exist in the local cache, and sequentially filling data information corresponding to the quantity account and the foreign currency in positions corresponding to the amount of the category parameters of the quantity account and the foreign currency. If the data corresponding to the category parameters of the foreign currency columns does not exist in the local cache, the category parameters of the quantity account and the foreign currency are continuously acquired from the server, and if the data are not acquired yet, the fact that the category parameter items corresponding to the quantity account and the foreign currency do not exist in the voucher is indicated, so that the entry interface is kept unchanged, and only the basic parameter items are displayed. If the foreign currency is acquired, directly displaying the category parameters of the quantity account and the foreign currency, and sequentially filling data information corresponding to the quantity account and the foreign currency into the positions corresponding to the amount of the quantity account and the amount of the foreign currency according to the category parameters of the quantity account and the foreign currency. And meanwhile, the acquired data is stored in a local cache for use in the next data fetching.
Meanwhile, it should be noted that the display sequence of the quantity account and the category parameters and the basic parameters of the foreign currency in the input interface is set by the inventor, and the display sequence can be adjusted according to the preference of the inventor. If the input interface needs to input other category parameters related to the category, the rendering method of the input interface and the input method of the data are the same as the above method.
Corresponding to the above method embodiment, an embodiment of the present invention further provides an information processing apparatus, where a schematic structural diagram of the information processing apparatus is shown in fig. 8, and the information processing apparatus includes: the device comprises a selecting unit 11, a determining unit 12, an acquiring unit 13, a rendering unit 14 and an entry unit 15. Wherein:
the selection unit 11 is configured to acquire categories input in an entry interface, where basic parameters included in each category are displayed in the entry interface.
It will be appreciated that categories are the primary attributes that already exist in the entry interface, each category having a base parameter corresponding thereto. That is, clicking on any category item written in the category column on the entry interface displays the basic parameters of the category at a row position where the category appears. Or setting the basic parameters corresponding to each category when the entry interface is created, so that after the clicking operation of the categories is acquired, the basic parameters of other columns are automatically displayed in the entry interface.
A determining unit 12, configured to determine a category parameter included in the input category, where the category parameter is different from the basic parameter, and the category parameter is different when data corresponding to the input category is different.
In an embodiment of the invention, in addition to each category having a base parameter, there are categories having category parameters, where the category parameters are different from the base parameters, the base parameters are characteristics common to the categories, and the category parameters are independent, i.e. the category column is only displayed when there is data corresponding to the category parameters.
An obtaining unit 13, configured to obtain data corresponding to the category parameter in the input category.
In addition, the obtaining unit 13 may also adopt a schematic structural diagram as shown in fig. 9, and may include: a lookup unit 131 and a sending unit 132. Wherein,
the searching unit 131 is configured to search whether the local cache stores data corresponding to the category parameter, and trigger the obtaining unit 13 to directly obtain the data corresponding to the category parameter from the local cache if the local cache stores the data corresponding to the category parameter.
A sending unit 132, configured to send a data obtaining request, when the data corresponding to the category parameter is not stored in the local cache, the data obtaining request being used to obtain the data corresponding to the category parameter from the server, and store the data obtained from the server in the local cache. The data exchange rate can be improved by the mode of firstly obtaining the data from the local cache.
That is, the obtaining unit 13 first searches in the local cache, and determines whether the data corresponding to the category parameter is stored in the local cache, that is, whether the data corresponding to the category parameter is already stored in the local cache, and if the data corresponding to the category parameter can be found in the local cache, directly obtains the data corresponding to the category parameter from the local cache; and if the data corresponding to the category parameter is not found in the local cache, sending a data acquisition request to the server, requesting to acquire the data corresponding to the category parameter from the server, and storing the data acquired from the server into the local cache.
And the rendering unit 14 is configured to render the entry interface to obtain an entry interface including the category parameter.
And according to the acquired data corresponding to the category parameters in the input categories, re-rendering the entry interface only comprising the basic parameters, namely creating the category parameter list of the categories on the entry interface, thereby obtaining the entry interface comprising the category parameters, realizing dynamic creation of the entry interface according to the category parameters, avoiding entry of parameters irrelevant to the categories on the interface for display, and reducing resource waste.
The rendering unit 14 may further adopt a schematic structural diagram as shown in fig. 10, and may include: a first determination unit 141, a first calculation unit 142, and a first rendering unit 143. Wherein,
a first determining unit 141, configured to determine a display order of the category parameter and the basic parameter in the entry interface.
The first calculating unit 142 is configured to calculate display positions of the category parameters and the basic parameters in the entry interface.
A first rendering unit 143, configured to draw, at the display position, the category parameter and a first data filling control located under the category parameter, and draw the basic parameter and a second data filling control located under the basic parameter, based on the display order, so as to obtain an entry interface including the category parameter.
In order to improve the simplicity of the entry interface, a certain sequence is required when the entry interface creates the category parameter items and the basic parameter items. The display sequence of the category parameter items and the basic parameter items in the entry interface can be arranged arbitrarily, such as being determined in turn according to the number of words in each parameter.
It should be noted that the method of displaying the order is simply conceivable, and is not limited to only one display order.
In addition, the first determining unit 141 may also adopt a schematic structural diagram as shown in fig. 11, and may include: a first display unit 51, a second display unit 52, and a third display unit 53. Wherein,
a first display unit 51, configured to display the basic parameter for representing the category in a first display area of the entry interface.
A second display unit 52, configured to display the category parameter in a second display area of the entry interface.
A third display unit 53, configured to display, in a third display area of the entry interface, the basic parameters other than the basic parameters used for representing the category, where a display order of the first display area is better than a display order of the second display area, and a display order of the second display area is better than a display order of the third display area.
It can be understood that the display area entered into the interface may be set according to the importance of the category attribute, or may be sequentially divided into a first display area, a second display area, and a third display area according to the order entered into the interface, where the basic parameter of the category is set in the first display area, the category parameter is set in the second display area, and other parameter information is set in the third display area. And the display area can be divided by itself.
The entry unit 15 is configured to write the acquired data into an entry interface that includes the category parameter, where a data writing position is a position pointed by the category parameter in the entry interface that includes the category parameter.
In the embodiment of the invention, the positions of the category parameters and the basic parameters in the input interface are calculated according to the display sequence of the category parameters and the basic parameters in the input interface, and then the input interface is rendered, so that all the parameters of a certain category are included in the input interface, and data information is filled in the input interface at the positions corresponding to the category parameters and the basic parameters, thereby realizing the visualized recording of data.
Referring to fig. 12, another schematic structural diagram of an information processing apparatus according to an embodiment of the present invention is shown, and on the basis of fig. 8, the information processing apparatus further includes: and a judging unit 16. Wherein:
the judging unit 16 is configured to judge whether the acquired data is empty, and if so, trigger the rendering unit to maintain the entry interface to only display the basic parameter; if not, triggering the rendering unit to render the entry interface to obtain the entry interface comprising the category parameters.
If the acquired data corresponding to the category parameters is empty, namely the data does not exist, only basic parameter items corresponding to the category are displayed on an entry interface; if the acquired data corresponding to the category parameters are non-empty, namely the data exist, the entry interface is rendered on the basis that the entry interface only exists in the basic parameters corresponding to the categories, and the category parameters corresponding to the categories are added, so that the resource waste caused by rendering the entry interface under the condition that the data are empty can be reduced.
Finally, it should also be noted that, herein, relational terms such as first and second, 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 an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. An information processing method characterized by comprising:
acquiring categories input in an input interface, wherein basic parameters included by each category are displayed in the input interface;
determining a category parameter included in the input category, wherein the category parameter is different from the basic parameter and is different when the data corresponding to the input category is different;
acquiring data corresponding to the category parameters in the input categories;
rendering the input interface to obtain an input interface comprising the category parameters;
writing the acquired data into an entry interface comprising the category parameter, wherein the data writing position is the position pointed by the category parameter in the entry interface comprising the category parameter.
2. The method of claim 1, wherein the obtaining data corresponding to the category parameter in the input category comprises:
searching whether the local cache stores data corresponding to the category parameter, and if so, directly acquiring the data corresponding to the category parameter from the local cache;
and if not, sending a data acquisition request, wherein the data acquisition request is used for acquiring the data corresponding to the category parameters from the server and storing the data acquired from the server into a local cache.
3. The method of claim 1, further comprising:
judging whether the acquired data is empty, if so, maintaining the input interface to only display the basic parameters;
and if not, rendering the entry interface to obtain the entry interface comprising the category parameters.
4. The method according to claim 1 or 3, wherein the rendering of the entry interface resulting in an entry interface comprising the category parameter comprises:
determining the display sequence of the category parameters and the basic parameters in the input interface;
calculating the display positions of the category parameters and the basic parameters in the input interface;
and drawing the category parameters and a first data filling control under the category parameters at the display position and drawing the basic parameters and a second data filling control under the basic parameters to obtain an entry interface comprising the category parameters based on the display sequence.
5. The method of claim 4, wherein determining an order of display of the category parameters and the base parameters in the entry interface comprises:
displaying the basic parameters for representing the category in a first display area of the entry interface;
displaying the category parameters in a second display area of the entry interface;
displaying the basic parameters except the basic parameters for representing the categories in a third display area of the entry interface, wherein the display sequence of the first display area is superior to that of the second display area, and the display sequence of the second display area is superior to that of the third display area.
6. An information processing apparatus characterized by comprising:
the input interface is used for inputting the basic parameters of the categories, and the basic parameters are displayed in the input interface;
a determining unit, configured to determine a category parameter included in the input category, where the category parameter is different from the basic parameter, and the category parameter is different when data corresponding to the input category is different;
an acquisition unit configured to acquire data corresponding to the category parameter in the input category;
the rendering unit is used for rendering the input interface to obtain the input interface comprising the category parameters;
and the entry unit is used for writing the acquired data into an entry interface comprising the category parameters, wherein the data writing position is a position pointed by the category parameters in the entry interface comprising the category parameters.
7. The apparatus of claim 6, wherein the obtaining unit comprises:
the searching unit is used for searching whether the local cache stores the data corresponding to the category parameter or not, and triggering the acquiring unit to directly acquire the data corresponding to the category parameter from the local cache under the condition that the local cache stores the data corresponding to the category parameter;
and the sending unit is used for sending a data acquisition request under the condition that the data corresponding to the category parameter is not stored in the local cache, wherein the data acquisition request is used for acquiring the data corresponding to the category parameter from the server and storing the data acquired from the server into the local cache.
8. The apparatus of claim 7, further comprising:
the judging unit is used for judging whether the acquired data is empty or not, and if so, the rendering unit is triggered to maintain the input interface to only display the basic parameters; if not, triggering the rendering unit to render the entry interface to obtain the entry interface comprising the category parameters.
9. The apparatus according to claim 6 or 8, wherein the rendering unit comprises:
the first determination unit is used for determining the display sequence of the category parameters and the basic parameters in the input interface;
the first calculation unit is used for calculating the display positions of the category parameters and the basic parameters in the input interface;
and the first rendering unit is used for drawing the category parameters and a first data filling control under the category parameters at the display position based on the display sequence, and drawing the basic parameters and a second data filling control under the basic parameters to obtain an entry interface comprising the category parameters.
10. The apparatus of claim 9, wherein the first determining unit comprises:
the first display unit is used for displaying the basic parameters for representing the categories in a first display area of the entry interface;
the second display unit is used for displaying the category parameters in a second display area of the entry interface;
and the third display unit is used for displaying the basic parameters except the basic parameters for representing the categories in a third display area of the entry interface, the display sequence of the first display area is superior to that of the second display area, and the display sequence of the second display area is superior to that of the third display area.
CN201410811445.8A 2014-12-22 2014-12-22 A kind of information processing method and device Active CN105786299B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410811445.8A CN105786299B (en) 2014-12-22 2014-12-22 A kind of information processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410811445.8A CN105786299B (en) 2014-12-22 2014-12-22 A kind of information processing method and device

Publications (2)

Publication Number Publication Date
CN105786299A true CN105786299A (en) 2016-07-20
CN105786299B CN105786299B (en) 2019-09-06

Family

ID=56378036

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410811445.8A Active CN105786299B (en) 2014-12-22 2014-12-22 A kind of information processing method and device

Country Status (1)

Country Link
CN (1) CN105786299B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106919312A (en) * 2017-02-14 2017-07-04 杭州迪普科技股份有限公司 The collocation method and device of reference object

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060206497A1 (en) * 2003-04-18 2006-09-14 Jean-Jacques Aureglia System and method in a data table for creating recursive scalable template instances
CN101339509A (en) * 2008-08-21 2009-01-07 金蝶软件(中国)有限公司 Recording method and system for accounting items
CN101685393A (en) * 2008-08-20 2010-03-31 大唐软件技术股份有限公司 Method and system for realizing interface dynamic customization and generation
CN101710319A (en) * 2009-10-28 2010-05-19 金蝶软件(中国)有限公司 Method and deice for generating bookkeeping voucher
CN102360290A (en) * 2011-09-29 2012-02-22 用友软件股份有限公司 Form building device and form building method
CN102567345A (en) * 2010-12-17 2012-07-11 金蝶软件(中国)有限公司 Method and device for generating bookkeeping voucher
CN103399844A (en) * 2013-08-16 2013-11-20 无锡城市云计算中心有限公司 Report generation method and generation device
CN103903081A (en) * 2012-12-28 2014-07-02 航天信息软件技术有限公司 Method and system for generating taxi receipt with the use of tax document data in ERP system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060206497A1 (en) * 2003-04-18 2006-09-14 Jean-Jacques Aureglia System and method in a data table for creating recursive scalable template instances
CN101685393A (en) * 2008-08-20 2010-03-31 大唐软件技术股份有限公司 Method and system for realizing interface dynamic customization and generation
CN101339509A (en) * 2008-08-21 2009-01-07 金蝶软件(中国)有限公司 Recording method and system for accounting items
CN101710319A (en) * 2009-10-28 2010-05-19 金蝶软件(中国)有限公司 Method and deice for generating bookkeeping voucher
CN102567345A (en) * 2010-12-17 2012-07-11 金蝶软件(中国)有限公司 Method and device for generating bookkeeping voucher
CN102360290A (en) * 2011-09-29 2012-02-22 用友软件股份有限公司 Form building device and form building method
CN103903081A (en) * 2012-12-28 2014-07-02 航天信息软件技术有限公司 Method and system for generating taxi receipt with the use of tax document data in ERP system
CN103399844A (en) * 2013-08-16 2013-11-20 无锡城市云计算中心有限公司 Report generation method and generation device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106919312A (en) * 2017-02-14 2017-07-04 杭州迪普科技股份有限公司 The collocation method and device of reference object

Also Published As

Publication number Publication date
CN105786299B (en) 2019-09-06

Similar Documents

Publication Publication Date Title
US11361486B2 (en) Automated combination of multiple data visualizations
US9904456B2 (en) Gesture-based visualization of data grid on mobile device
US8839133B2 (en) Data visualizations including interactive time line representations
US9460422B2 (en) Systems and methods for managing to-do list task items to automatically suggest and add purchasing items via a computer network
US9053082B2 (en) Spreadsheet data processing method and system
US9805015B2 (en) System and method for enhanced user interactions with a grid
WO2015196008A1 (en) Event visualization on calendar with timeline
US10810364B2 (en) Data flow view for a spreadsheet
CN105989082A (en) Report view generation method and apparatus
US20110258569A1 (en) Display of filtered data via frequency distribution
CN107092701A (en) The data processing method and device of a kind of Multidimensional Data Model
US8832583B2 (en) Visualizing entries in a calendar using the third dimension
US10089120B2 (en) Widgets in digital dashboards
CN108089858B (en) Method and device for creating visual interface
CN110910203A (en) Method and device for displaying content of commodity page
US10387444B2 (en) Tools for auto-visualizations of data
JP2017091397A (en) Sales situation display method, sales situation display device and sales situation display program
US20070050752A1 (en) Quick-creating objects in an application
CN106844526B (en) document processing method and device
US20190197453A1 (en) Aggregating computer functions across different computer applications
CN105786299B (en) A kind of information processing method and device
US9064245B2 (en) Generating a calendar graphical visualization including pixels representing data records containing user feedback
US20150081356A1 (en) Dynamic multi-dimensional business reports
KR20140134638A (en) Integrated golf booking system and booking method thereof
US20220292077A1 (en) Scalable interactive data collection system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant