This repository contains the code for an Electronics Store Management System designed to streamline inventory management and employee tracking processes. The system is tailored for a store offering a variety of electronic products such as air conditioners, refrigerators, televisions, washing machines, and dishwashers.
Features:
Inventory Management: Easily manage incoming and outgoing products. Details of each product are entered and updated accordingly with purchases and sales. Employee Management: Track employee details including joining and exit dates, salary, number of leaves taken, and their role within the store. Incentive System: The company provides incentives to employees based on the number of products they sell to customers, in addition to their regular salary.
Key Components:
Product Class: Defines attributes and methods for managing electronic products.
Inventory Class: Handles inventory-related operations such as adding, updating, and retrieving products.
Employee Class: Manages employee details and tracks performance metrics including sales and incentives.
User Interface: Provides a user-friendly interface for interacting with the system.
File Handling: Implements file handling for data storage and retrieval.