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

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

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

Normal 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