stock control system
1.0.0
graph TD;
Login-->MainMenu;
MainMenu-->Stock;
MainMenu-->Items;
MainMenu-->Orders;
MainMenu-->supply;
MainMenu-->Suppliers;
Stock-->GenerateReports;
Items-->GenerateReports;
Orders-->GenerateReports;
supply-->GenerateReports;
Suppliers-->GenerateReports;
The system allows store keeper of organisations to manage, monitor and control the stock present in a medium enterprise.