Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 License

Copyright (c) 2021 Anibal Ventura
```