Releases: WINEEL/QuickBill
Releases · WINEEL/QuickBill
QuickBill v1.0.0 - Cross-Platform Terminal Billing System in C
QuickBill v1.0.0
QuickBill is a cross-platform, terminal-based billing system written in C.
Originally developed in 2022, it has been revived and enhanced in 2025 with major improvements.
Features
- Admin & User Login with password protection.
- Billing System with GST, discounts, and professional receipts.
- Product Management from CSV file.
- Daily Bill Records stored automatically.
- Cross-platform support (macOS, Linux, Windows).
- Makefile-based build system for easy compilation and cleanup.
Build & Run
make # Compile
./quickbill # Run on macOS/Linux
quickbill.exe # Run on Windows
make clean # Remove build filesNotes
- All runtime data (credentials, products, bill history) is stored in the
data/folder. - No binary is included. Build from source using the provided
Makefile. - Ensure you have
gcc(or MinGW/MSVC on Windows) installed before building.
Future Improvements
- Secure password storage (SHA-256 hashing)
- Export bills to PDF/CSV
- Enhanced search & filtering
- Database backend (SQLite/MySQL)
- GUI interface
- Roadmap tracking
Thanks for checking out the project! You can explore, clone, and build upon it.