Skip to content

Releases: WINEEL/QuickBill

QuickBill v1.0.0 - Cross-Platform Terminal Billing System in C

13 Aug 17:38

Choose a tag to compare

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 files

Notes

  • 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.