- Add products to an inventory
- save/export inventory to a file
- load an inventory from a file containing POJO(src/inv01.txt)
- View the inventory
- Find an item in the inventory
- Add items to a shopping basket
- View The shopping Cart
- submit/cancel the curent order
- Transactions/Logs History
- Management Report(work in progress)
1.load the inventory first
2.locate the file
3.Check the inventory
4.Add products to cart, submit, cancel ..etc
5.View reports