Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anibalventura/restaurant-order-taker
WinForm app to take orders in a restaurant, written in .NET Core using OOP.
https://github.com/anibalventura/restaurant-order-taker
csharp dotnet dotnet-core oop order-taker restaurant-app winforms winforms-application
Last synced: 25 days ago
JSON representation
WinForm app to take orders in a restaurant, written in .NET Core using OOP.
- Host: GitHub
- URL: https://github.com/anibalventura/restaurant-order-taker
- Owner: anibalventura
- License: mit
- Created: 2021-11-04T14:48:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T02:15:54.000Z (about 3 years ago)
- Last Synced: 2024-11-12T05:27:47.499Z (3 months ago)
- Topics: csharp, dotnet, dotnet-core, oop, order-taker, restaurant-app, winforms, winforms-application
- Language: C#
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Restaurant Order Taker
[![.NET Core](https://img.shields.io/static/v1?label=.NET%20Core&message=3.1&color=purple)](https://dotnet.microsoft.com)
[![License](https://img.shields.io/static/v1?label=License&message=MIT&color=blue)](LICENCE.md)
WinForm app to take orders in a restaurant, written in .NET Core using OOP.
## Features
- Tables screen.
- Five tables.
- Button to see screen with all orders taken.
- Table order screen.
- Select number of people per table (min 1 - max 4).
- See all orders taken in a table.
- Message warning to only take orders for number of people in table.
- Save button to save all orders.
- Cancel button to dismiss all orders.
- Take order screen.
- Take a order with 5 options.
- Warnings when save with an empty field.
- Save button that save specific order.
- Cancel button to dismiss order.## License
```xml
MIT LicenseCopyright (c) 2021 Anibal Ventura
```