Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dms-codes/gerobak
GEROBAK FRIED CHICKEN Order System This Python script simulates an order system for GEROBAK FRIED CHICKEN. It allows the user to place orders for different types of chicken cuts and calculates the total bill including tax.
https://github.com/dms-codes/gerobak
order python
Last synced: 2 days ago
JSON representation
GEROBAK FRIED CHICKEN Order System This Python script simulates an order system for GEROBAK FRIED CHICKEN. It allows the user to place orders for different types of chicken cuts and calculates the total bill including tax.
- Host: GitHub
- URL: https://github.com/dms-codes/gerobak
- Owner: dms-codes
- Created: 2022-10-16T12:58:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T10:34:59.000Z (over 1 year ago)
- Last Synced: 2023-10-01T11:48:00.842Z (over 1 year ago)
- Topics: order, python
- Language: Python
- Homepage: https://github.com/dms-codes/gerobak
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GEROBAK FRIED CHICKEN Order System
This Python script simulates an order system for GEROBAK FRIED CHICKEN. It allows the user to place orders for different types of chicken cuts and calculates the total bill including tax.
## Usage
1. Run the script:
```bash
python script.py
```2. Follow the on-screen prompts to place your order:
- Enter the code for the chicken cut you want to order (e.g., 'D' for Dada, 'P' for Paha, 'S' for Sayap).
- Enter the quantity you want to order.
- To calculate the total bill, enter 'T'.3. The script will display a summary of your order, including the total amount to pay, tax (10%), and the final total.
## Example
Here's an example of the script's interaction:
```
----------------------------------------------------------------------
GEROBAK FRIED CHICKEN
----------------------------------------------------------------------
No Kode Jenis Potong Harga Satuan Banyak Subtotal
----------------------------------------------------------------------
1 D Dada Rp 2500 2 Rp 5000
2 P Paha Rp 2000 3 Rp 6000
3 S Sayap Rp 1500 4 Rp 6000
----------------------------------------------------------------------
Jumlah Bayar Rp 17000
Pajak(10%) Rp 1700
Total Rp 18700
```## License
This script is provided under the [MIT License](LICENSE).
## Author
- Author: Your Name
Feel free to adapt the script and README.md to your specific use case or requirements.
```Replace `"Your Name"` in the author section with your name or details.