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)
- Host: GitHub
- URL: https://github.com/rasel3780/cafebilling
- Owner: rasel3780
- Created: 2024-07-29T16:50:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T15:35:39.000Z (over 1 year ago)
- Last Synced: 2025-01-13T09:24:45.806Z (over 1 year ago)
- Topics: code-first-approach, csharp, desktop-app, dotnet-framework, entity-framework, repository-pattern, windows-forms
- Language: C#
- Homepage:
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
### 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
#### Sales reports
#### 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.

### invoice