Haloo! Final commit of my project - a CLI POS System for a pizza restaurant! It's working really well and has lots of features, like discount codes, delivery workflows, inventory, and receipts! Here's the github link: github.com/leowilkin/python-pizza, and here's a demo! (someone let me know how to verify my tickets/time pls)
🙂
Starting work on my pizza delivery service in Python.
First code commit here: github.com/leowilkin/python-pizza/commit/0e6c89765202e7363c90f735002b62f389ad0ee1
Project overview!
# Python Pizza
Python CLI Pizza inventory & ordering system!
## Features
- [ ] Ability to start a new customer order
- [ ] Allows multiple pizzas to be ordered
- [ ] Takes in relevant information about the pizza order
- [ ] Calculates the subtotal, and shows the ongoing total of the entire order
- [ ] Have discount codes with different levels of discount
- [ ] Voucher system
- [ ] Choose method of payment - cash/card/voucher
- [ ] 'Print' receipt
- [ ] Ability to check ingredients stock
- [ ] Add ingredient stock
- [ ] Staff clock-in/clock-out
- [ ] Check previous orders
## Nice to haves
- [ ] Staff sign-in
- [ ] Web interface
## License
This work is under the MIT licence. Leo Wilkin 2024