| Track Inventory
This is where the order creation happening for a particular customer. Multiple orders could be created for a particular client using the ‘Add Order’ option. The order id could be generated in the same way the customer id is generated. After providing and saving the order date, delivery date and status it will ask for the models associated with that order. The status of the order could be selected from a list available.
Order Processing
The processing of items for a particular order happens here. User can select a customer and orders associated with that customer. The inventory items associated with that particular order could be selected and moved to the picked items list. The movement from picked items to the inventory details is also possible. 
|