A simple Inventory Control System as a Desktop application (ADO.NET Based) made using Windows Forms and SQL server.
The user must be authenticated and authorized to access the POS so correct ID and Password is required.Different roles allow different levels of access a faculty member only has access to billing and viewing dashboard while admin can access everything such as reports and maintaining stock or purchasing new stock or adding new users etc.
After sucessfull login the dashboard gives a quick glimpse of info such as current number of Providers as well as sales for the day,total number of type of products,total customers served today,total number of employees and total number of brands.
The sales window is basically billing window, the barcode is entered and the items with the desired quantity to be ordered are added and grand sale, grand total with taking discount into account is calculated.The bill is generated upon clicking sale button.
The purchase window is basically for ordering stock from the suppliers, the left window shows all the items in the stock with their details.All the expired medicines would be indicated red so that they could be returned.You can switch between purchasing or returning stock by toggling buttons in the middle.the right window shows items and their quantity to be returned or purchased from the respective suppliers with the total price of stock to be purchased.
The suppliers window shows your suppliers and their respective details such as total cost of stock purchased . The graph shows the share of each supplier monetarily in stock maintained by you.
The stock window shows the stock items with their complete details with the option to add new stock.
The reports window basically shows the total sales per day from certain date to another.