Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarish002/billingwithcode
Bill the Sweets!
https://github.com/sarish002/billingwithcode
message-box python sqlite3 tkinter ttkbootstrap
Last synced: 9 days ago
JSON representation
Bill the Sweets!
- Host: GitHub
- URL: https://github.com/sarish002/billingwithcode
- Owner: Sarish002
- Created: 2024-08-11T09:18:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T05:07:02.000Z (4 months ago)
- Last Synced: 2024-08-21T06:26:01.794Z (4 months ago)
- Topics: message-box, python, sqlite3, tkinter, ttkbootstrap
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BillingWithCode
An app for the person at the counter!# Usage
## Counter.py
Couner.py is for the person at the
billng counter:
* Type the customer's name and phone no.
* Click the sweet
* Type the required number
* If the selected items are in the list:
* Click add to add all of the sweets
* Click delete to delete all sweets of that kind
* Click "Get bill" to get bill:
* When the QR code appears, click the exit button of the QR code window
* Doing this shows the bill.
* Click "New bill" for a new one## Inventory.py and Customer.py
Both of these files are for the
Inventory Manager.
### Inventory.py
This file is to know the stock
of sweets:
* Type the sweet's name
* Click the button to get the stock
### Customer.py
This file is to know the details
of a customer:
* Type the customer's name or phone no.
* Select the required info and click the button to get the details