1. Create a cache pool to maintain the real-time status for each package instance.
2. Create purchase warehouse receiving orders, database migration warehouse receiving orders, database migration warehouse picking orders, distribution warehouse picking orders, return orders, warehouse receiving orders, exchange orders, detailed books, and account-related data tables.
3. establish business logic for procurement, warehouse receiving, and return and exchange.
Purpose:
1. The establishment of a cache pool can instantly reflect the packaging status, especially the B/S system. It is easy for multiple people to operate multiple packaging instances remotely.
2. Maintain original documents.
3. complex logic needs to be built separately.
. NET platform:
1. appfabric can be used for cache clusters.
2. Make full use of the advantages of appfabric + WCF.
3... Net can quickly encapsulate business logic.
4. You can quickly implement a workflow.