This is a simple inventory management system written in C.
- Add items to inventory
- Remove items from inventory
- Update item information
- Search for items in inventory
- Recording the cashflow
- Making Bills
- Clone this repository:
git clone https://github.com/sthaarekh/inventoryManagementSystem.git
-
Compile the code:
The compilation process will depend on your development environment. You will likely need a C compiler like GCC. Refer to the documentation for your specific compiler for instructions.
- Run the program:
./inventoryManagementSystem.exe
- The program will present you with a menu of options. These options will typically allow you to access:
Admin Section: Default password to access admin section is "password".
- Display the items
- Add a new item
- Remove an item
- Update information about an existing item
- Remove the items
- Exit the program
Customer Section:
- Display the items
- Search for item
- Buy some items
- Exit the program
- C compiler (e.g. GCC)
Pull requests are welcome. Please follow these guidelines:
- Include clear and concise descriptions of your changes.
- Ensure your code is well-formatted and easy to read.
- Add unit tests for your changes (optional but encouraged).
For any inquiries or feedback, feel free to reach out to https://www.linkedin.com/in/sthaarekh/