An open API service indexing awesome lists of open source software.

https://github.com/rasel3780/cafebilling

Desktop Application POS billing system for restaurants developed using Windows Forms App(.NET Framework)
https://github.com/rasel3780/cafebilling

code-first-approach csharp desktop-app dotnet-framework entity-framework repository-pattern windows-forms

Last synced: 6 months ago
JSON representation

Desktop Application POS billing system for restaurants developed using Windows Forms App(.NET Framework)

Awesome Lists containing this project

README

          

### *Cafe Billing – Desktop Application*
- 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.

### Login Form



- Two types of users
- Admin
- Employee
Login Form

### Admin Dashboard



- 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
admin dashboard

#### Sales reports



Sales reports

#### Top selling items



Top selling items

### Order Form



- 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.

Order Form

### invoice



Invoice