This repository contains a Sales and Inventory System designed specifically for an electronics shop. The project is fully implemented in C and is operated through a Command Line Interface (CLI). The system utilizes various data structures, including C structures, linked lists, and binary search trees, to efficiently manage sales, inventory, and employee records.
- Inventory Management: Keep track of all products, their quantities, and prices.
- Sales Processing: Record sales transactions and update inventory in real-time.
- Employee Management: Maintain employee records, including their roles and access levels.
- Access Control: Differentiate access levels for employees to ensure data security.
- Data Structures: Efficient data handling using C structures, linked lists, and binary search trees.
- CLI-Based Interface: Easy-to-use command line interface for all operations.