https://github.com/phanletrunghieu/restaurant-pos-system
Restaurant Management System in .NET
https://github.com/phanletrunghieu/restaurant-pos-system
csharp entity-framework netcore sqlserver winforms
Last synced: 17 days ago
JSON representation
Restaurant Management System in .NET
- Host: GitHub
- URL: https://github.com/phanletrunghieu/restaurant-pos-system
- Owner: phanletrunghieu
- Created: 2018-09-19T17:21:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T18:02:13.000Z (about 5 years ago)
- Last Synced: 2025-03-31T03:13:16.822Z (about 2 months ago)
- Topics: csharp, entity-framework, netcore, sqlserver, winforms
- Language: C#
- Homepage:
- Size: 22 MB
- Stars: 48
- Watchers: 5
- Forks: 29
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant Management
## Migrate Database
- Install SQLServer Express
- Create a database with name "QLNhaHang"
- In `DAL`, update `connectionStrings` in `App.config` (if necessary)
- Go to View > Other Windows > Package Manager Console
- At `Package Manager Console`, select default project is "DAL", run `Update-Database`## Login
Admin
Username: admin
Password: adminNormal user
Username: user
Password: user
## Main feature
- Manage areas/tables
- Manage menus
- Manage employees
- Create order (food, discount, vat, extra)
- Cancel food
- Change order's table
- Merge tables
- Print bill
- Analytics
- Export to excel file