CN112749218B - A disc goods management system - Google Patents

A disc goods management system Download PDF

Info

Publication number
CN112749218B
CN112749218B CN202110002597.3A CN202110002597A CN112749218B CN 112749218 B CN112749218 B CN 112749218B CN 202110002597 A CN202110002597 A CN 202110002597A CN 112749218 B CN112749218 B CN 112749218B
Authority
CN
China
Prior art keywords
inventory
service
management system
stock
component
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.)
Active
Application number
CN202110002597.3A
Other languages
Chinese (zh)
Other versions
CN112749218A (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.)
Xiamen Sinoservices Information Technology Co ltd
Original Assignee
厦门锐特信息技术有限公司
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 厦门锐特信息技术有限公司 filed Critical 厦门锐特信息技术有限公司
Priority to CN202110002597.3A priority Critical patent/CN112749218B/en
Publication of CN112749218A publication Critical patent/CN112749218A/en
Application granted granted Critical
Publication of CN112749218B publication Critical patent/CN112749218B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • G06Q10/06311Scheduling, planning or task assignment for a person or group
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/08Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
    • G06Q10/087Inventory or stock management, e.g. order filling, procurement or balancing against orders

Abstract

The invention provides a disc goods management system, which comprises an interface management module and an inventory algorithm module; the interface management module comprises a reverse proxy, a distributed sharing lock, a firewall, a communication gateway, a cache, a functional framework, an enterprise service bus and a data layer, and also comprises development service and management service. The invention realizes the intercommunication of the upstream and downstream stocks and the inside and outside stocks, realizes the stock sharing, enables enterprises to see the stocks from the global view, provides support for the cooperation among purchasing, production and selling ends, improves the efficiency of a supply chain and reduces the management cost of the supply chain.

Description

A disc goods management system
Technical Field
The invention relates to the technical field of inventory system, in particular to an inventory management system.
Background
The traditional sale channel mode cannot adapt to the development and change of a future negotiation mode, the delivery cycle is long whether the product is manufactured or logistics, the production side is mass production, and the consumer side has structural shortage. The reason is that in the whole sales channel chain, the support of an information system is lacked, the data of each link node is cut off, and the channel inventory is opaque. Virtually causes a great deal of resource waste. Therefore, inventory sharing is a driving hand in the channel revolution process, and the distribution center, the agent and the distributor uniformly manage and deliver the inventory, so that the traditional logistics mode of layer-by-layer distribution and low efficiency is changed, the quantity, area and inventory of goods are greatly reduced, and the inventory turnover efficiency and the delivery cycle are effectively improved. Through one plate, the optimized combination of warehouse allocation resources can be effectively carried out, the efficiency of operation links is optimized, the resource utilization rate is improved, and the supply and demand relationship between a production side and a consumption side is effectively opened.
However, there is no suitable management system for a pallet in the prior art.
Disclosure of Invention
The invention aims to provide a disc goods management system, which solves the technical problem.
In order to achieve the purpose, the invention provides the following technical scheme:
the inventory management system comprises an interface management module and an inventory algorithm module; the interface management module comprises a reverse proxy, a distributed sharing lock, a firewall, a communication gateway, a cache, a functional framework, an enterprise service bus and a data layer, and also comprises development service and management service;
the development service comprises an RPC framework, a Mapping component, an Adapter interface calling and developing component;
the management service comprises safety management, process configuration and monitoring, process components and a management console.
Wherein the reverse proxy is implemented by nginx and keepalived configuration.
Wherein, the distributed shared lock is realized through ZooKeeper and authtoken.
The communication gateway supports HTTP, HTTPS, WebService, HTTPSQS, MQ, FTP, FTPS, AS2, DB and File.
Wherein, the cache is realized by OsCache and Redis.
The function framework comprises a digital Route, a message middleware component, a monitoring component, a WebService dynamic analysis calling, a server calling framework, a service registry, a log component, a database service component, an interface service, a customized service, an event component and a flow rule component.
The enterprise service bus comprises Apache Camel, Apache ActiveMQ, Java DSL, Spring DSL, NMR, Apache Fliex, OSGI, JBI, Apache Karaf and Apache ODE.
Wherein, the data layer comprises clusters Percona XtraDB, HAproxy, Keepaldd, MongoDB and Hadoop.
Wherein the inventory algorithm module comprises an inventory allocation method:
s1: starting a thread, and initializing inventory summary information in the step;
s2: obtaining order commodity details according to the condition of the inventory dimension;
s3: performing a first round of distribution, and taking the minimum order amount, the ratio of the required goods and the priority of the store as distribution weights;
s4: returning the commodity details which are not distributed as the input parameters of the second round of distribution;
s5: performing a second round of assignment with a minimum amount of bookings and store priorities as assignment weights;
s6: returning the list of the commodities which are not distributed completely as the input parameter of the third round of distribution;
s7: performing a third round of assignment, clearing mantissas, and taking store priority as an assignment weight;
s8: returning the list of the commodities which are not distributed;
s9: updating the state of stock preemption; judging the satisfaction rate of the commodity details, if so, executing S10; if not, executing S14;
s10: acquiring an auxiliary warehouse or a parent store according to a receiver of the order, and executing S11 if the auxiliary warehouse or the parent store is the parent store; if not, executing S12;
s11: updating whether to upload the parent shop;
s12: generating new intermediate table data of the analyzed order, reserving an intermediate table in stock, and taking a physical bin as an auxiliary bin;
s13: performing the inventory pre-occupation and inventory distribution logic again;
s14: ending the thread, and judging whether the state of the stock pre-occupation is a set value; if yes, go to S15; if not, ending;
s15: and adding an analysis execution tracking table record, wherein the state is a set value.
Wherein, the inventory algorithm module comprises an inventory pre-occupation method:
a. starting a thread, and initializing inventory summary information in the step;
b. pre-occupation of the stock, and whether the available number of the stock is more than or equal to the total demand number; if yes, executing d, otherwise, opening the distributed lock to execute c; .
c. Executing the loan and ending the distributed lock;
d. returning the stock pre-occupation number and the loan number;
e. updating the state of the inventory preemption intermediate table;
f. ending the thread, judging whether all the stocks are preempted, if so, adding an analysis execution tracking table record, and ending; if not, ending.
The inventory management system realizes the intercommunication of the inventory of upstream and downstream and inside and outside, realizes the inventory sharing, enables enterprises to see the inventory from the global view, provides support for the cooperation among purchasing, production and selling ends, improves the efficiency of a supply chain and reduces the management cost of the supply chain. Promote market reaction efficiency: and global data is provided for decision makers, the inventory condition of each area is found in time, and the sales and the purchase are predicted. The inventory cost is reduced: the inventory can be adjusted in time, so that excessive overstock of the inventory in partial areas is avoided, and inventory shortage is avoided due to partial conflict. Supply chain overall optimization: by integrating the internal and external stocks of the upstream and downstream, unified management can be realized for allocation, or external coordination, and stock coordination among different owners of goods. Thereby achieving an optimization of the overall supply chain.
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 some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a diagram of the fabric management module architecture of the present invention.
Detailed Description
The technical solutions of the present invention will be described clearly and completely with reference to the accompanying drawings, and it is to be understood 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 inventory management system of the present invention is illustrated, including an interface management module and an inventory algorithm module; the interface management module comprises a reverse proxy, a distributed sharing lock, a firewall, a communication gateway, a cache, a functional framework, an enterprise service bus and a data layer, and also comprises development service and management service;
the development service comprises an RPC framework, a Mapping component, an Adapter interface calling and developing component;
the management service comprises safety management, process configuration and monitoring, process components and a management console.
Wherein the reverse proxy is implemented by nginx and keepalived configuration.
Wherein, the distributed shared lock is realized through ZooKeeper and authtoken.
The communication gateway supports HTTP, HTTPS, WebService, HTTPSQS, MQ, FTP, FTPS, AS2, DB and File. The transmission safety is ensured through encryption, certificates and other modes; the diverse communications gateways allow enterprises to have conditions for seamless interfacing with systems upstream and downstream of the supply chain and within the enterprise.
Wherein, the cache is realized by OsCache and Redis.
The function framework comprises a digital Route, a message middleware component, a monitoring component, a WebService dynamic analysis calling, a server calling framework, a service registry, a log component, a database service component, an interface service, a customized service, an event component and a flow rule component.
The enterprise service bus comprises Apache Camel, Apache ActiveMQ, Java DSL, Spring DSL, NMR, Apache Fliex, OSGI, JBI, Apache Karaf and Apache ODE.
Wherein, the data layer comprises clusters Percona XtraDB, HAproxy, Keepaldd, MongoDB and Hadoop.
Adapters in technical and application layers are provided, and comprise technical adapters such as JMS and JDBC and application adapters such as SAP.
The EDI platform resource management library achieves efficient multiplexing by providing a series of templates, and comprises a message structure, EDI standards (X.12, EDIFACT and the like), a conversion code table, a communication configuration template, a process configuration template and the like.
Wherein the inventory algorithm module comprises an inventory allocation method:
s1: starting a thread, and initializing inventory summary information in the step;
s2: obtaining order commodity details according to the condition of the inventory dimension;
s3: performing a first round of distribution, and taking the minimum order amount, the ratio of the required goods and the priority of the store as distribution weights;
s4: returning the commodity details which are not distributed as the input parameters of the second round of distribution;
s5: performing a second round of assignment with a minimum amount of bookings and store priorities as assignment weights;
s6: returning the list of the commodities which are not distributed completely as the input parameter of the third round of distribution;
s7: performing a third round of assignment, clearing mantissas, and taking store priority as an assignment weight;
s8: returning the list of the commodities which are not distributed;
s9: updating the state of stock preemption; judging the satisfaction rate of the commodity details, if so, executing S10; if not, executing S14;
s10: acquiring an auxiliary warehouse or a parent store according to a receiver of the order, and executing S11 if the auxiliary warehouse or the parent store is the parent store; if not, executing S12;
s11: updating whether to upload the parent shop;
s12: generating new intermediate table data of the analyzed order, reserving an intermediate table in stock, and taking a physical bin as an auxiliary bin;
s13: performing the inventory pre-occupation and inventory distribution logic again;
s14: ending the thread, and judging whether the state of the stock pre-occupation is a set value; if yes, go to S15; if not, ending;
s15: and adding an analysis execution tracking table record, wherein the state is a set value.
Wherein, the inventory algorithm module comprises an inventory pre-occupation method:
a. starting a thread, and initializing inventory summary information in the step;
b. pre-occupation of the stock, and whether the available number of the stock is more than or equal to the total demand number; if yes, executing d, otherwise, opening the distributed lock to execute c; .
c. Executing the loan and ending the distributed lock;
d. returning the stock pre-occupation number and the loan number;
e. updating the state of the inventory preemption intermediate table;
f. ending the thread, judging whether all the stocks are preempted, if so, adding an analysis execution tracking table record, and ending; if not, ending.
Through the application of one plate, an enterprise puts all online and offline commodity stocks in one plate for layout, and gets through all channel links, thereby realizing stock sharing and uniform allocation. For the enterprises, inventory management is more precise, and the operation end can be more effectively guided to carry out business strategies and production layout. For the logistics aspect, the enterprise has stronger control on the flow direction and the timeliness of goods, and the problems of goods mixing and the like are reduced. In terms of efficiency, the stock cycle, the order delivery cycle, the efficiency and the like of an enterprise are greatly improved, and the turnover improvement brought by stock sharing is very obvious for improving the efficiency of a full value chain. The logistics cost for enterprises can be greatly reduced.
And effective data support cannot be provided for business decisions of enterprises.
A stock management system is introduced, the intercommunication of stocks of upstream and downstream and inside and outside is realized, and the stock sharing is realized, so that an enterprise can see the stocks from a global view, a support is provided for the cooperation among purchasing, production and selling ends, the supply chain efficiency is improved, and the supply chain management cost is reduced.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. A shipment management system, its characterized in that: the system comprises an interface management module and an inventory algorithm module; the interface management module comprises a reverse proxy, a distributed sharing lock, a firewall, a communication gateway, a cache, a functional framework, an enterprise service bus and a data layer, and also comprises development service and management service;
the development service comprises an RPC framework, a Mapping component, an Adapter interface calling and developing component;
the management service comprises safety management, process configuration and monitoring, process components and a management console;
the inventory algorithm module comprises an inventory allocation method:
s1: starting a thread, and initializing inventory summary information in the step;
s2: obtaining order commodity details according to the condition of the inventory dimension;
s3: performing a first round of distribution, and taking the minimum order amount, the ratio of the required goods and the priority of the store as distribution weights;
s4: returning the commodity details which are not distributed as the input parameters of the second round of distribution;
s5: performing a second round of assignment with a minimum amount of bookings and store priorities as assignment weights;
s6: returning the list of the commodities which are not distributed completely as the input parameter of the third round of distribution;
s7: performing a third round of assignment, clearing mantissas, and taking store priority as an assignment weight;
s8: returning the list of the commodities which are not distributed;
s9: updating the state of stock preemption; judging the satisfaction rate of the commodity details, if so, executing S10; if not, executing S14;
s10: acquiring an auxiliary warehouse or a parent store according to a receiver of the order, and executing S11 if the auxiliary warehouse or the parent store is the parent store; if not, executing S12;
s11: updating whether to upload the parent shop;
s12: generating new intermediate table data of the analyzed order, reserving an intermediate table in stock, and taking a physical bin as an auxiliary bin;
s13: performing the inventory pre-occupation and inventory distribution logic again;
s14: ending the thread, and judging whether the state of the stock pre-occupation is a set value; if yes, go to S15; if not, ending;
s15: adding an analysis execution tracking table record, wherein the state is a set value;
the inventory algorithm module comprises an inventory pre-occupation method:
a. starting a thread, and initializing inventory summary information in the step;
b. pre-occupation of the stock, and whether the available number of the stock is more than or equal to the total demand number; if yes, executing d, otherwise, opening the distributed lock to execute c;
c. executing the loan and ending the distributed lock;
d. returning the stock pre-occupation number and the loan number;
e. updating the state of the inventory preemption intermediate table;
f. ending the thread, judging whether all the stocks are preempted, if so, adding an analysis execution tracking table record, and ending; if not, ending.
2. A disc inventory management system according to claim 1, further comprising: reverse proxy is implemented through nginx and keepalived configurations.
3. A disc inventory management system according to claim 2, further comprising: distributed shared locks are implemented by ZooKeeper and authtoken.
4. A disc inventory management system according to claim 3, further comprising: the communication gateway supports HTTP, HTTPS, WebService, HTTPSQS, MQ, FTP, FTPS, AS2, DB and File.
5. A disc inventory management system according to claim 4, further comprising: the cache is implemented by OsCache and Redis.
6. A disc inventory management system according to claim 5, further comprising: the function framework comprises a digital Route, a message middleware component, a monitoring component, a WebService dynamic analysis call, a server call frame, a service registry, a log component, a database service component, an interface service, a customized service, an event component and a flow rule component.
7. A disc inventory management system according to claim 6, further comprising: the enterprise service bus comprises Apache Camel, Apache ActiveMQ, Java DSL, Spring DSL, NMR, Apache Fliex, OSGI, JBI, Apache Karaf, Apache ODE.
8. A disc inventory management system according to claim 7, further comprising: the data layer includes clusters Percona XtraDB, HAProxy, Keepallyd and MongoDB and Hadoop.
CN202110002597.3A 2021-01-04 2021-01-04 A disc goods management system Active CN112749218B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110002597.3A CN112749218B (en) 2021-01-04 2021-01-04 A disc goods management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110002597.3A CN112749218B (en) 2021-01-04 2021-01-04 A disc goods management system

Publications (2)

Publication Number Publication Date
CN112749218A CN112749218A (en) 2021-05-04
CN112749218B true CN112749218B (en) 2022-04-12

Family

ID=75649719

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110002597.3A Active CN112749218B (en) 2021-01-04 2021-01-04 A disc goods management system

Country Status (1)

Country Link
CN (1) CN112749218B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107886279A (en) * 2017-11-29 2018-04-06 商派软件有限公司 A kind of full channel inventory allocation method based on businessman stock
CN111782646A (en) * 2020-05-19 2020-10-16 浙江数链科技有限公司 Method, system, computer device and readable storage medium for library bit allocation
EP3739537A1 (en) * 2013-05-31 2020-11-18 Between The Flags (aust) Pty Ltd A retail system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170140406A1 (en) * 2015-11-16 2017-05-18 Oracle International Corporation System and method for providing a multi-channel inventory allocation approach for retailers

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3739537A1 (en) * 2013-05-31 2020-11-18 Between The Flags (aust) Pty Ltd A retail system
CN107886279A (en) * 2017-11-29 2018-04-06 商派软件有限公司 A kind of full channel inventory allocation method based on businessman stock
CN111782646A (en) * 2020-05-19 2020-10-16 浙江数链科技有限公司 Method, system, computer device and readable storage medium for library bit allocation

Also Published As

Publication number Publication date
CN112749218A (en) 2021-05-04

Similar Documents

Publication Publication Date Title
Fu et al. Integrated production scheduling and vehicle routing problem with job splitting and delivery time windows
US7788145B2 (en) Intelligent fulfillment agents
Kawa SMART logistics chain
Kristianto et al. A model of resilient supply chain network design: A two-stage programming with fuzzy shortest path
US9658901B2 (en) Event-based orchestration in distributed order orchestration system
US7574383B1 (en) System and method for providing distributed inventory management
List et al. Robust optimization for fleet planning under uncertainty
Småros et al. The impact of increasing demand visibility on production and inventory control efficiency
Vogel et al. Integrated versus hierarchical approach to aggregate production planning and master production scheduling
CN110717716A (en) Cloud logistics platform and construction method
He et al. Research on sharing manufacturing in Chinese manufacturing industry
CN111369103A (en) Textile ERP intelligent management system, terminal and computer readable storage medium
Reuter et al. Coordination and integration
CN115220882A (en) Data processing method and device
Daniluk et al. Logistics mall—a cloud platform for logistics
CN112749218B (en) A disc goods management system
Ferreira et al. Empowering SMEs with cyber-physical production systems: from modelling a polishing process of cutlery production to CPPS experimentation
CN111340446A (en) Automobile supply chain service platform
Teslya et al. Ontology-driven approach for describing industrial socio-cyberphysical systems’ components
CN116562772A (en) Method, apparatus, device, medium and program product for generating article replenishment information
Rohde Coordination and integration
Borangiu IBM service oriented technologies and management for smarter enterprise
Haddad et al. Design of redistributed manufacturing networks: a model-based decision-making framework
US11507820B1 (en) Automated generation of delivery dates using machine learning
Kawa et al. Cloud community in logistics e-cluster

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20211126

Address after: 102419 No. 3, No. 10, four village, Xiyuan village, Da'an Mountain Township, Fangshan District, Beijing.

Applicant after: Dong Jinglong

Applicant after: Xiamen Ruite Information Technology Co., Ltd

Address before: 361022 3f-a462, Zone C, innovation building, software park, torch high tech Zone, Xiamen, Fujian

Applicant before: XIAMEN SINOSERVICES INFORMATION TECHNOLOGY CO.,LTD.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20220309

Address after: 361005 3f-a462, Zone C, innovation building, software park, torch high tech Zone, Xiamen, Fujian

Applicant after: XIAMEN SINOSERVICES INFORMATION TECHNOLOGY CO.,LTD.

Address before: 102419 No. 3, No. 10, four village, Xiyuan village, Da'an Mountain Township, Fangshan District, Beijing.

Applicant before: Dong Jinglong

Applicant before: Xiamen Ruite Information Technology Co., Ltd

GR01 Patent grant
GR01 Patent grant