Skip to content

AlbinJosephG/Fast-Food-Billing-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fast-Food-Billing-System

C++ Fast Food Management System using classes, objects, and polymorphism. Manage menu, take orders, calculate bills with GST and VAT, track daily sales and item quantities. Console-based, uses STL containers like vectors & maps

Features

  • Add/Delete menu items dynamically
  • Take multiple customer orders with unique Customer IDs
  • Auto-generated timestamps for each order
  • Calculates GST (5%) and VAT (10%)
  • Displays subtotal, tax, and total amount
  • Shows individual order history
  • Tracks total daily sales
  • Displays item-wise quantity sold

How to Run

  1. Make sure you have a C++ compiler installed (e.g., g++)
  2. Compile the code:
    g++ fastfood.cpp -o fastfood
  3. Run the program:
    ./fastfood 
    

About

C++ Fast Food Management System using classes, objects, and polymorphism. Manage menu, take orders, calculate bills with GST and VAT, track daily sales and item quantities. Console-based, uses STL containers like vectors & maps

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages