Skip to content

adithyanhp/Billing-System-using-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Billing System using C

This is a simple billing system implemented in C. It allows users to input customer details, shop details, and item details to generate a bill.

Features

  • Accepts customer details such as name and phone number.
  • Accepts shop details such as name, address, city, and state.
  • Allows adding multiple items to the shopping bill with details such as item name, price, and quantity.
  • Calculates subtotal, GST (Goods and Services Tax), and total amount for the bill.

Usage

  1. Clone the repository:

    git clone https://github.com/adithyanhp/Billing-System-using-C.git
  2. Navigate to the directory:

    cd Billing-System-using-C
  3. Compile the program:

    gcc billing_system.c -o billing_system
  4. Run the executable:

    ./billing_system
  5. Follow the on-screen prompts to enter customer details, shop details, and item details to generate the shopping bill.

Author

License

This project is licensed under the GNU General Public License (GPL) Version 3.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages