The project address

The online preview

User name: Guest Password: 123456

Project technology stack

React + React-Router + Redux + React-Redux + Redux-Saga + Webpack Express + Mongoose

The project adopts the separation technology of front and back ends, the React family bucket is used in the front end, and DVA is used in the overall framework of the project. Dva is a front-end framework that encapsulates REdux, Redux-Saga and React-Router, which is convenient for project configuration and code management. Express + Mongoose is used for back-end business processing and database operation.

Realize the function

Basic data management functions, including: customer management, commodity management, supplier management 3. Order and purchase list management function, including: order management, warehousing management 4. Material management function 5. 6. Billing management functions, including customer reconciliation management and supplier reconciliation management

The order management

Order management includes adding, modifying, deleting and viewing order details. You can query the order based on the generation date of the order, customer name and order number. The order number supports fuzzy query

Warehouse management

Warehouse entry management includes the functions of adding, modifying, deleting and viewing the details of the warehouse entry order, which can be queried according to the generation date of the warehouse entry order, the name of the supplier and the number of the warehouse entry order. The number of the warehouse entry order supports fuzzy query

Material management

Material management will warehouse inventory of materials and funds for classified statistics, you can view the type and quantity of the remaining goods in the warehouse; Capital management from the perspective of commodity classification of the system outflow and inflow of funds for statistical summary, convenient to view the corresponding capital situation of different commodities.

Reconciliation management — Supplier reconciliation

Supplier reconciliation management classifies the liability accounts from the perspective of liability entry bill and liability supplier, and filters the liability entry bill and liability supplier according to the name of supplier. Classification statistics from two perspectives is to facilitate the account clearing in batches according to the warehouse entry list, or to the supplier directly, so as to facilitate the classification management of accounts

Other interface functions will not be introduced one by one, if you are interested in clone code, run it to know 🙂

Welcome to Star!