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.
- 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.
-
Clone the repository:
git clone https://github.com/adithyanhp/Billing-System-using-C.git
-
Navigate to the directory:
cd Billing-System-using-C
-
Compile the program:
gcc billing_system.c -o billing_system
-
Run the executable:
./billing_system
-
Follow the on-screen prompts to enter customer details, shop details, and item details to generate the shopping bill.
This project is licensed under the GNU General Public License (GPL) Version 3.