- POS billing system for restaurants developed with the Windows Forms application (.NET Framework).
- Key features include quick invoice creation, daily, monthly, and yearly sales reporting, order history, and top-selling item tracking.
- Implemented Entity Framework, Repository pattern architecture and Code first approach.
- Two types of users - Admin - Employee
- If logged in user type is admin, then the admin dashboard will be displayed. - All of the user and item lists will be accessible here - An admin can add, update, and delete users and items. - The top-selling items and daily, monthly, and annual sales reports are also visible to the admin
- If logged in user type is employee, then the order form will be displayed - Admin can open the Order from by clicking "Go to Order" button from admin dashboard - By clicking the sell button item will be added to the cart. The quantity of the items in the cart can be adjusted.





