CN101504674A - Method and apparatus for processing data bill loop nesting - Google Patents

Method and apparatus for processing data bill loop nesting Download PDF

Info

Publication number
CN101504674A
CN101504674A CNA2009101326873A CN200910132687A CN101504674A CN 101504674 A CN101504674 A CN 101504674A CN A2009101326873 A CNA2009101326873 A CN A2009101326873A CN 200910132687 A CN200910132687 A CN 200910132687A CN 101504674 A CN101504674 A CN 101504674A
Authority
CN
China
Prior art keywords
father
list
record
inventory
circulation
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
CNA2009101326873A
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.)
Kingdee Software China Co Ltd
Original Assignee
Kingdee Software China 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 Kingdee Software China Co Ltd filed Critical Kingdee Software China Co Ltd
Priority to CNA2009101326873A priority Critical patent/CN101504674A/en
Publication of CN101504674A publication Critical patent/CN101504674A/en
Pending legal-status Critical Current

Links

Images

Abstract

The embodiment of the invention discloses a method and a device for processing loop nesting of lists. The embodiment of the invention adopts a technical proposal of calculating the number of loop records in the lists, comparing and judging the calculated number and the number of all the records in the lists, and judging whether the lists have loop nesting according to the judgment result. The invention has a simple algorithm, can realize batch processing, and can quickly and accurately detect whether the lists have loop nesting.

Description

A kind of method and apparatus of processing data bill loop nesting
Technical field
The present invention relates to database technical field, be specifically related to a kind of method and apparatus of processing data bill loop nesting.
Background technology
At ERP (Enterprise Resource Planning, Enterprise Resources Plan) in the system, BOM (BillOf Material, Bill of Material (BOM)), be called product tree, product structure table, BOM table etc. again, be the required parts of definition product, and the technological document of structure, be the wherein a kind of of list.
BOM is by the discernible data format descriptor product structure of computing machine, for example, suppose that there are structural relation as shown in Figure 1 in material A, B1, B2, C1, C2, D, be that material A is made of material B1, B2, material B2 is made of material C1, C2, material C1 is made of material D, and the BOM table that is used to describe the product structure of material A, B1, B2, C1, C2, D can be as shown in table 1, but be not limited to this:
Table 1
Father's item Subitem Consumption ……
A B1 1
A B2 5
B2 C1 2
B2 C2 1
C1 D 10
As can be seen, the BOM table comprises subitem material field and father's item material field, all comprises subitem material and father's item material in every record, and the subitem material is the ingredient of father's item material, adopt the describing mode of above-mentioned correspondence, the structural relation between each material is clear relatively.
Record number than the BOM table of complex product may reach hundreds and thousands of, owing to user misoperation or other reasons, may have the situation of storeroom loop nesting in the BOM table.
Exist the BOM table of loop nesting can be as shown in table 2, but be not limited to this:
Table 2
Father's item Subitem Consumption ……
A B 2
B C 2
C D 1
D A 1
As shown in table 2, there is the loop nesting of following relation in the product structure of each material that table 2 is described: A-B-C-D-A.The mistake that occurs loop nesting in the BOM table is not allowed to, and at present, mainly is by the hand inspection mode, checks in the BOM table whether have loop nesting.
Adopt manual type to check in the BOM table whether have loop nesting, efficient is very low, and makes mistakes easily.Therefore, be necessary to provide a kind of and can check out the solution that whether has loop nesting in the BOM table relatively fast and accurately.
Summary of the invention
The embodiment of the invention provides a kind of method and apparatus of processing data bill loop nesting, by the mode of batch processing, can check out whether have loop nesting in the list relatively fast and accurately.
For achieving the above object, embodiment of the invention specific implementation by the following technical programs:
The embodiment of the invention provides a kind of method of processing data bill loop nesting, the record of described list comprises subitem data and father's item number certificate, described method comprises: the quantity of the record capable of circulation in the statistics father list, father's item number of described record capable of circulation is according to the subitem data that are at least one record in described father's list simultaneously, and the subitem data of described record capable of circulation are father's item number certificate of at least one record in described father's list simultaneously; Judge that whether the described quantity that counts is less than the whole quantity that write down of described father's list; If judged result then indicates described father's list to have loop nesting for not.
Preferably, described method also comprises: search the record whole capable of circulation in father's list, utilize the record whole capable of circulation that finds out to generate the subdata inventory; The quantity of the record capable of circulation in the described statistics father list is specially: the quantity of adding up the whole records of subdata inventory of described generation.
Preferably, described method also comprises: if judged result is for being, then with the subdata inventory as father's list, the record of searching in father's list whole capable of circulation is carried out in circulation, the record whole capable of circulation that utilization finds out generates the step of subdata inventory, equals the quantity of father's list record up to the quantity that makes subdata inventory record; If the quantity of described subdata inventory record then indicates described father's list to have loop nesting greater than zero.
Preferably, the described father's list of described indication exists loop nesting to be specially: there is the information of loop nesting in the described father's list of output indication.
Preferably, described output indicates described father's list to exist the information of loop nesting to be specially: whole records of output subdata inventory.
Preferably, described list is specially Bill of Material (BOM).
In addition, the embodiment of the invention also provides a kind of device of processing data bill loop nesting, the record of described list comprises subitem data and father's item number certificate, described device comprises: statistical module, be used for adding up the quantity of the record capable of circulation of father's list, father's item number of described record capable of circulation is according to the subitem data that are at least one record in described father's list simultaneously, and the subitem data of described record capable of circulation are father's item number certificate of at least one record in described father's list simultaneously; Judge module is used to judge that quantity that described statistical module counts goes out is whether less than the whole quantity of record of described father's list; Indicating module is used in described judge module judged result indicating described father's list to have loop nesting for not the time.
Preferably, described device also comprises: the inventory generation module, be used for searching the record whole capable of circulation of father's list, and utilize the record whole capable of circulation that finds out to generate the subdata inventory; Described statistical module specifically is used to add up the whole quantity that write down of subdata inventory that described inventory generation module generates.
Preferably, described inventory generation module also is used at described judge module if be judged as when being, with the subdata inventory as father's list, the record of searching in father's list whole capable of circulation is carried out in circulation, generate the step of subdata inventory, equal the quantity of father's list record up to the quantity that makes subdata inventory record; The quantity that described indicating module also is used for the subdata inventory record that generates at described inventory generation module indicates described father's list to have loop nesting greater than zero the time.
Preferably, described indicating module specifically is used for, and there is the loop nesting information in the described father's list of output indication.
By technique scheme as can be seen, quantity by record capable of circulation in the statistics inventory, the quantity and the whole quantity that write down of list that count are compared judgement, whether exist loop nesting to judge according to judged result to the data inventory, algorithm is simple, and can realize batch processing, can detect list relatively fast and accurately and whether have loop nesting.
Description of drawings
In order to be illustrated more clearly in the embodiment of the invention and technical scheme of the prior art, to do to introduce simply to the accompanying drawing of required use in embodiment and the description of the Prior Art below, apparently, accompanying drawing in describing below only is some embodiments of the present invention, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is that the material of a kind of product of providing of prior art is formed structural representation;
Fig. 2 is the method flow diagram of a kind of processing data bill loop nesting of providing of the embodiment of the invention one;
Fig. 3 is the method flow diagram of a kind of processing data bill loop nesting of providing of the embodiment of the invention two;
Fig. 4 is the device synoptic diagram of a kind of processing data bill loop nesting of providing of the embodiment of the invention three.
Embodiment
The embodiment of the invention provides a kind of method and apparatus of processing data bill loop nesting, by the mode of batch processing, can check out whether have loop nesting in the list relatively fast and accurately.
For make goal of the invention of the present invention, feature, advantage can be more obvious and understandable, below in conjunction with the drawings and specific embodiments to further detailed explanation of the present invention, obviously, described embodiment only is the present invention's part embodiment, rather than whole embodiment.Based on the embodiment among the present invention, those of ordinary skills belong to the scope of protection of the invention not making the every other embodiment that is obtained under the creative work prerequisite.
Embodiment one,
Referring to Fig. 2, be the method flow diagram of a kind of processing data bill loop nesting of providing of the embodiment of the invention one, the record of list comprises subitem data and father's item number certificate, and this method specifically can comprise:
The quantity of the record capable of circulation in step 210, the statistics father list, father's item number of this record capable of circulation is according to the subitem data that are at least one record in father's list simultaneously, and the subitem data of record capable of circulation are father's item number certificate of at least one record in father's list simultaneously;
Above-mentioned list can be a Bill of Material (BOM), and perhaps other have the list of same or similar structure.
For instance, can search the record capable of circulation in father's list, generate the subdata inventory, obtain the quantity of father's list record capable of circulation by the mode of statistics subdata inventory record.Father's list can be thought pending list, relative and subdata inventory.
Whether the quantity that step 220, judgement count is less than the whole quantity that write down of father's list;
Step 230, if judged result for not, then indicates father's list to have loop nesting.
Specifically, if judged result is not, all records that show father's list are record capable of circulation for father's list, at this moment, can assert that there is loop nesting in father's list.
Be understandable that, can adopt multiple mode to indicate father's list to have loop nesting, for example, can export the information that there is loop nesting in indication, perhaps give the alarm, have loop nesting with prompting operation person.
By technique scheme as can be seen, the quantity of record capable of circulation in the statistics inventory, the quantity and the whole quantity that write down of list that count are compared judgement, whether exist loop nesting to judge according to judged result to the data inventory, algorithm is simple, and can realize batch processing, can detect list relatively fast and accurately and whether have loop nesting.
Embodiment two,
This example is comprehensive embodiment, referring to Fig. 3, is the method flow diagram of a kind of processing data bill loop nesting of providing of the embodiment of the invention two, and this method specifically can comprise:
Step 301, search the record whole capable of circulation in father's list, utilize the record whole capable of circulation that finds out to generate the subdata inventory;
Above-mentioned list can be a Bill of Material (BOM), and perhaps other have the list of same or similar structure, comprises that subitem data field and father's item number are according to field.
Record capable of circulation in the list can be defined as: his father's item number is according to being the subitem data of at least one record in this list simultaneously, and its subitem data be at least one father's item number certificate that writes down in this list simultaneously.
Be understandable that, whether certain bar record is record capable of circulation, it is specific relatively list, for example, suppose to exist list A and list B, list A and list B include record C, relative and the list A of record C, be record capable of circulation, but relative and list B may not capable of circulation the records just.
Be understandable that, the also relative and subdata inventory of father's list for example exists list 1, list 2, list 3, and its mutual relationship can be: relative and list 1, list 2 is the subdata inventory, and list 1 is father's list; But relative and list 3, list 2 can be father's list, list 3 is the subdata inventory, by that analogy.
The subdata inventory that step 302, statistics generate is the quantity of record all;
The quantity of the whole records by statistics subdata inventory can obtain the quantity of whole records capable of circulation of its corresponding father's list.
Whether the quantity that step 303, judgement count is less than the whole quantity that write down of father's list;
For instance, can add up obtaining the whole quantity that write down of father's list, by comparing, whether the quantity that the subdata inventory that judgement counts all writes down is less than the whole quantity that write down of father's list.
Step 304, if judged result for not, then indicates father's list to have loop nesting;
Specifically, if judged result is not, all records that show father's list are record capable of circulation for father's list, at this moment, can assert that there is loop nesting in father's list.
Be understandable that, can adopt multiple mode to indicate father's list to have loop nesting, for example, can export the information that there is loop nesting in indication father list, perhaps give the alarm, have loop nesting with prompting operation person.Preferably, information can be whole records of subdata inventory, or the record whole capable of circulation in the father's list that shows in outstanding mode, and the person revises timely with handled easily.
If judged result then can be returned step 301 with the subdata inventory as father's list for being in the step 303, round-robin execution in step 301 equals the quantity that corresponding father's list writes down to step 304 up to the quantity that makes subdata inventory record.
When the quantity of group list record equals father's list record, if the quantity of subdata inventory record is greater than zero, the whole records that show father's list of this subdata inventory correspondence are record capable of circulation, there is loop nesting in father's list, then indicates father's list to have loop nesting; If the quantity of subdata inventory record equals zero, showing in father's list of this subdata inventory correspondence does not have record capable of circulation, and there is not loop nesting in father's list, then indicates father's list not have loop nesting.
Be understandable that, can adopt multiple mode to indicate father's list not have loop nesting, for example, can export information that there is not loop nesting in indication etc.
The subdata inventory is used as father's list, round-robin execution in step 301 to 304, finally can be so that the quantity of subdata inventory record equals the quantity of its corresponding father's list, and draw testing result according to the quantity of subdata inventory record.
Below by concrete application examples, the technical scheme of specific description present embodiment is an example with the BOM table, describes.
For instance, suppose that certain product relates to material X, Y, Z etc., the BOM table of this product is as shown in table 3:
Table 3
Father's item Subitem Consumption ……
X Y 2
Y Z 1
Z X 1
At this moment, table 3 comprises 3 records for father BOM table.By searching discovery, record capable of circulation in the table 3 is the 1st, 2,3 record, the quantity of the record capable of circulation in the statistics table of discovery 3 equals its all quantity of record, if the sub-BOM table of corresponding generation, the record that this sub-BOM table then comprises must be identical with the record that table 3 comprises, therefore, can there be loop nesting by identification table 3.
Can be by highlighting the mode of the 1st, 2,3 record in the table 3, there is loop nesting in indicating gauge 3, and is not limited to above-mentioned giving an example.
Again for instance, suppose that certain product relates to material A, B, C1, C2, D, M, N etc., the BOM table of this product is as shown in table 4:
Table 4
Father's item Subitem Consumption ……
A B 3
B C1 5
B C2 2
C2 D 1
D B 1
M N 4
N C2 7
At this moment, table 4 comprises 7 records for father BOM table.By searching discovery, the record capable of circulation in the table 4 is the 3rd, 4,5,7 record, and the sub-BOM table that corresponding tables 4 generates can be as shown in table 5, but be not limited to this:
Table 5
Father's item Subitem Consumption ……
B C2 2
C2 D 1
D B 1
N C2 7
Relatively with table 4, table 5 is that sub-BOM shows, and table 5 comprises records capable of circulation whole in the table 4, totally 4 records.
Find that by statistical the record number of table 5 is less than the record number of table 4.Therefore, further, table 5 is shown the record capable of circulation in the look-up table 5 as father BOM.
By searching discovery, the relative and table 5 of the 1st, 2,3 record in the table 5 is record capable of circulation.The sub-BOM table that corresponding tables 5 generates can be as shown in table 6, but be not limited to this:
Table 6
Father's item Subitem Consumption ……
B C2 2
C2 D 1
D B 1
Relatively with table 5, table 6 is that sub-BOM shows, and table 6 comprises the record whole capable of circulation in the table 5, totally 3 records.
By finding that relatively the record number of table 6 is less than the record number of table 5.Therefore, further, table 6 is shown the record capable of circulation in the look-up table 6 as father BOM.
By searching discovery, the relative and table 6 of the 1st, 2,3 record in the table 6 is record capable of circulation.The sub-BOM table that corresponding tables 6 generates can be as shown in table 7, but be not limited to this:
Table 7
Father's item Subitem Consumption ……
C2 D 1
D B 1
B C2 2
Relatively with table 6, table 7 is that sub-BOM shows, and table 7 comprises the record whole capable of circulation in the table 6, totally 3 records.
By relatively finding, the record number of table 7 equals the record number of table 6, and the record number of table 7 is 3, greater than zero, therefore, can assert that all there is loop nesting in table 4 to table 7, then can there be loop nesting by the mode indicating gauge 4 of direct output table 7, perhaps by highlighting the mode of the 3rd, 4,5 record in the table 4, there is loop nesting in indicating gauge 4, and is not limited to above-mentioned giving an example.
Need to prove that above-mentioned table 5 to table 7 is interim BOM table, after inspection is handled, can in time delete occupying system resources that can't be too much automatically.
Need to prove, above-mentionedly be illustrated as list with BOM table, but be not limited to this, the described list of present embodiment can also be, with same or analogous other lists of BOM list structure.
By technique scheme as can be seen, quantity by record capable of circulation in the statistics inventory, the quantity and the whole quantity that write down of list that count are compared judgement, whether exist loop nesting to judge according to judged result to the data inventory, algorithm is simple, and can realize batch processing, can detect list relatively fast and accurately and whether have loop nesting.
Can adopt multiple mode, whether the designation data inventory exists loop nesting, can satisfy operator's multiple demand.
Embodiment three,
Accordingly, the embodiment of the invention also provides a kind of device of processing data bill loop nesting.Referring to Fig. 4, Fig. 4 is the device synoptic diagram of a kind of processing data bill loop nesting of providing of the embodiment of the invention three, and the record of list comprises subitem data and father's item number certificate, and this device specifically can comprise:
Statistical module 410, be used for adding up the quantity of the record capable of circulation of father's list, father's item number of record capable of circulation is according to the subitem data that are at least one record in father's list simultaneously, and the subitem data of record capable of circulation are father's item number certificate of at least one record in father's list simultaneously.
Father's list can be thought pending list, relative and subdata inventory.
Judge module 420 is used to judge that quantity that statistical module 410 counts is whether less than the whole quantity of record of father's list.
Indicating module 430 is used in judge module 420 judged results for not the time, and there is loop nesting in indication father list.
Described device can also comprise inventory generation module 440, is used for searching the record whole capable of circulation of father's list, utilizes the record whole capable of circulation that finds out to generate the subdata inventory.
Statistical module 410 can specifically be used to add up the whole quantity that write down of subdata inventory that inventory generation module 440 generates, and then obtains the quantity of whole records capable of circulation of father's list.
Further, inventory generation module 440 can also be used in judge module 420 judged results when being, with the subdata inventory as father's list, round-robin is searched the record whole capable of circulation in father's list, generate the subdata inventory, equal the quantity of father's list record up to the quantity that makes subdata inventory record.
If the quantity of the subdata inventory record that inventory generation module 440 generates equals the quantity that corresponding father's list writes down, the quantity that indicating module 430 also is used for the subdata inventory record that generates at inventory generation module 440 is greater than zero the time, and there is loop nesting in indication father list.
Indicating module 430 can also be used for when the quantity that the subdata inventory that inventory generation module 440 generates writes down equals zero, and there is not loop nesting in indication father list.
Wherein, indicating module 430 can adopt multiple mode to indicate father's list to have loop nesting, for example, can export the information that there is loop nesting in indication, perhaps gives the alarm, and has loop nesting with prompting operation person.Preferably, above-mentioned information can be whole records of subdata inventory, or the record whole capable of circulation in the father's list that shows in outstanding mode, and the person revises timely with handled easily.
Be understandable that the described method of each module of the described device of present embodiment can be according to embodiment two described method specific implementations, its specific implementation process can be with reference to the associated description among the embodiment two.
Need to prove, for aforesaid each method embodiment, for simple description, so it all is expressed as a series of combination of actions, but those skilled in the art should know, the present invention is not subjected to the restriction of described sequence of movement, because according to the present invention, some step can adopt other orders or carry out simultaneously.Secondly, those skilled in the art also should know, the embodiment described in the instructions all belongs to preferred embodiment, and related action and module might not be that the present invention is necessary.
In the above-described embodiments, the description of each embodiment is all emphasized particularly on different fields, do not have the part that describes in detail among certain embodiment, can be referring to the associated description of other embodiment.
In sum, in the technical scheme that the embodiment of the invention adopts, quantity by record capable of circulation in the statistics inventory, the quantity and the whole quantity that write down of list that count are compared judgement, whether exist loop nesting to judge according to judged result to the data inventory, algorithm is simple, and can realize batch processing, can detect list relatively fast and accurately and whether have loop nesting.
Can adopt multiple mode, whether the designation data inventory exists loop nesting, can satisfy operator's multiple demand.
One of ordinary skill in the art will appreciate that all or part of step in the whole bag of tricks of the foregoing description is to instruct relevant hardware to finish by program, this program can be stored in the computer-readable recording medium, and storage medium can comprise: ROM, RAM, disk or CD etc.
More than the method and apparatus of a kind of processing data bill loop nesting that the embodiment of the invention provided is described in detail, used specific case herein principle of the present invention and embodiment are set forth, the explanation of above embodiment just is used for helping to understand method of the present invention and core concept thereof; Simultaneously, for one of ordinary skill in the art, according to thought of the present invention, the part that all can change in specific embodiments and applications, in sum, this description should not be construed as limitation of the present invention.

Claims (10)

1, a kind of method of processing data bill loop nesting, the record of described list comprise subitem data and father's item number certificate, it is characterized in that described method comprises:
The quantity of the record capable of circulation in the statistics father list, father's item number of described record capable of circulation is according to the subitem data that are at least one record in described father's list simultaneously, and the subitem data of described record capable of circulation are father's item number certificate of at least one record in described father's list simultaneously;
Judge that whether the described quantity that counts is less than the whole quantity that write down of described father's list;
If judged result then indicates described father's list to have loop nesting for not.
2, the method for processing data bill loop nesting according to claim 1 is characterized in that, described method also comprises:
Search the record whole capable of circulation in father's list, utilize the record whole capable of circulation that finds out to generate the subdata inventory;
The quantity of the record capable of circulation in the described statistics father list is specially:
Add up the quantity of the whole records of subdata inventory of described generation.
3, the method for processing data bill loop nesting according to claim 2 is characterized in that, described method also comprises:
If judged result is for being, then with the subdata inventory as father's list, the record of searching in father's list whole capable of circulation is carried out in circulation, the record whole capable of circulation that utilization finds out generates the step of subdata inventory, equals the quantity of father's list record up to the quantity that makes subdata inventory record;
If the quantity of described subdata inventory record then indicates described father's list to have loop nesting greater than zero.
According to the method for claim 2 or 3 described processing data bill loop nestings, it is characterized in that 4, the described father's list of described indication exists loop nesting to be specially:
There is the information of loop nesting in the described father's list of output indication.
5, the method for processing data bill loop nesting according to claim 4 is characterized in that, described output indicates described father's list to exist the information of loop nesting to be specially:
Whole records of output subdata inventory.
According to the method for each described processing data bill loop nesting of claim 1 to 3, it is characterized in that 6, described list is specially Bill of Material (BOM).
7, a kind of device of processing data bill loop nesting, the record of described list comprise subitem data and father's item number certificate, it is characterized in that described device comprises:
Statistical module, be used for adding up the quantity of the record capable of circulation of father's list, father's item number of described record capable of circulation is according to the subitem data that are at least one record in described father's list simultaneously, and the subitem data of described record capable of circulation are father's item number certificate of at least one record in described father's list simultaneously;
Judge module is used to judge that quantity that described statistical module counts goes out is whether less than the whole quantity of record of described father's list;
Indicating module is used in described judge module judged result indicating described father's list to have loop nesting for not the time.
8, the device of processing data bill loop nesting according to claim 7 is characterized in that, described device also comprises:
The inventory generation module is used for searching the record whole capable of circulation of father's list, utilizes the record whole capable of circulation that finds out to generate the subdata inventory;
Described statistical module specifically is used to add up the whole quantity that write down of subdata inventory that described inventory generation module generates.
9, the device of processing data bill loop nesting according to claim 8, it is characterized in that, described inventory generation module also is used at described judge module if be judged as when being, with the subdata inventory as father's list, the record of searching in father's list whole capable of circulation is carried out in circulation, generate the step of subdata inventory, equal the quantity of father's list record up to the quantity that makes subdata inventory record;
The quantity that described indicating module also is used for the subdata inventory record that generates at described inventory generation module indicates described father's list to have loop nesting greater than zero the time.
10, according to Claim 8 or the device of 9 described processing data bill loop nestings, it is characterized in that described indicating module specifically is used for, there is the loop nesting information in the described father's list of output indication.
CNA2009101326873A 2009-04-07 2009-04-07 Method and apparatus for processing data bill loop nesting Pending CN101504674A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNA2009101326873A CN101504674A (en) 2009-04-07 2009-04-07 Method and apparatus for processing data bill loop nesting

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNA2009101326873A CN101504674A (en) 2009-04-07 2009-04-07 Method and apparatus for processing data bill loop nesting

Publications (1)

Publication Number Publication Date
CN101504674A true CN101504674A (en) 2009-08-12

Family

ID=40976920

Family Applications (1)

Application Number Title Priority Date Filing Date
CNA2009101326873A Pending CN101504674A (en) 2009-04-07 2009-04-07 Method and apparatus for processing data bill loop nesting

Country Status (1)

Country Link
CN (1) CN101504674A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104035777A (en) * 2014-06-24 2014-09-10 内蒙古银安科技开发有限责任公司 Address batch-generation method for public-security grassroot basic information acquiring software of handheld devices

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104035777A (en) * 2014-06-24 2014-09-10 内蒙古银安科技开发有限责任公司 Address batch-generation method for public-security grassroot basic information acquiring software of handheld devices

Similar Documents

Publication Publication Date Title
CN102567864B (en) Material substitution method in MRP system, device
CN102609422A (en) Class misplacing identification method and device
CN107291745B (en) Data index management method and device
CN106355375B (en) A kind of automatic materiel affirmation method
Jadidi et al. An optimal grey based approach based on TOPSIS concepts for supplier selection problem
CN106446738A (en) Food positioning control method and food positioning control system based on radio frequency identification, and refrigerator
Panahy et al. The impact of data quality dimensions on business process improvement
CN106156987A (en) The equalization methods of inventory variance and device
Wahab et al. A dynamic approach to measure machine and routing flexibilities of manufacturing systems
CN109634637A (en) A kind of PDM system and BOM multi version CAD data disparity comparative approach
Lugaresi et al. Automated digital twin generation of manufacturing systems with complex material flows: graph model completion
CN112348420A (en) Storage position information acquisition method and system, storage medium and electronic equipment
CN114443779A (en) Data resource management method and system based on data directory
US7337029B2 (en) Design data management system and trace system
CN101504674A (en) Method and apparatus for processing data bill loop nesting
US20160104088A1 (en) Demand-supply adjusting device and demand-supply condition consolidating method
JP2009223809A (en) Sort condition preparation program, sort condition preparation device, and sort condition preparation method
CN115660540A (en) Cargo tracking method, cargo tracking device, computer equipment and storage medium
JP2010277571A (en) Commodity selection system and method, and commodity selection computer program
US20080162204A1 (en) Tracking and management of logistical processes
CN101593317A (en) The material requirement planning system and method
CN105335385A (en) Project-based collaborative filtering recommendation method and device
CN111667208B (en) Method, device, equipment and medium for controlling storage of articles
CN113706079A (en) Logistics warehousing processing method and device, terminal equipment and medium
CN115310736A (en) Equipment scheduling method and device, computer equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Open date: 20090812