Skip to content

Restaurant Billing System is a console-based application for efficiently generating invoices for customer orders at Restaurants. It calculates subtotal, applies discounts, computes tax, and generates detailed invoices, simplifying the billing process for cafe staff and improving customer service.

License

Notifications You must be signed in to change notification settings

tilakgupta2005/Restaurant-Billing-System-In-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Restaurant Billing System

Welcome to Restaurant Billing System! This program allows customers to place orders, calculates their bill, and generates an invoice. It's a simple console-based application written in C.

Developer

Developer Name: Tilak Gupta

How to Use

  1. Clone the Repository: Clone this repository to your local machine using the following command:

    git clone https://github.com/tilakgupta2005/Restaurant-Billing-System-In-C.git
    
  2. Compile the Program: Navigate to the cloned directory and compile the program using a C compiler. For example:

    gcc main.c -o Restaurant-Billing-System-In-C
    
  3. Run the Program: Execute the compiled program to start the billing system.

    ./Restaurant-Billing-System-In-C
    
  4. Follow the Instructions: Follow the prompts to enter the date, customer name, select items, and quantities. The program will calculate the bill and generate an invoice.

Features

  • Accepts user input for date and customer name.
  • Displays a menu of items with prices.
  • Allows the user to order multiple items with quantities.
  • Calculates subtotal, discount, tax, and grand total.
  • Generates an invoice with all the details.

Contributing

Contributions are welcome! If you have any suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Feel free to customize this README according to your project's specific details and requirements. Let me know if you need further assistance!

About

Restaurant Billing System is a console-based application for efficiently generating invoices for customer orders at Restaurants. It calculates subtotal, applies discounts, computes tax, and generates detailed invoices, simplifying the billing process for cafe staff and improving customer service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages