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

https://github.com/vonderklaas/invoice-machine

I played a bit with *C* to build this command-line application. Now you can generate bills and invoices for your restaurant. It is designed to help managers quickly generate invoices for customers.
https://github.com/vonderklaas/invoice-machine

c make mdx

Last synced: 4 months ago
JSON representation

I played a bit with *C* to build this command-line application. Now you can generate bills and invoices for your restaurant. It is designed to help managers quickly generate invoices for customers.

Awesome Lists containing this project

README

        

### Invoice Machine

I played a bit with *C* to build this command-line application. Now you can generate bills and invoices for your restaurant. It is designed to help managers quickly generate invoices for customers.

### Quick Start

```
make restaurant
```

```
./restaurant
```

### UI
![Invoice](https://github.com/garbalau-github/restaurant-billing/blob/main/ui/SCREEN.png?raw=true)