A console-based vegetable ordering system written in C, designed for GH Organic Vegetable Farm.
It supports both customer ordering and staff reporting through a simple menu-driven interface.
- Enter name, address, and package quantities to place an order.
- Promotions:
- RM80+: Free delivery
- RM100+: Free delivery + 15% discount
- RM200+: Eligible for lucky draw
- Correct guess: Extra 10% discount
- Automatically generates an invoice with order details and date.
- Supports multiple customer orders in sequence.
- Displays daily sales summary including total orders and revenue.
- Language: C
- Interface: Console-based
Shows customer input and package selection process.
Displays total sales, discounts, and order summary for the day.


