Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.57 KB

File metadata and controls

63 lines (46 loc) · 1.57 KB

Inventory Management System

This is a simple inventory management system written in C.

Features

  • Add items to inventory
  • Remove items from inventory
  • Update item information
  • Search for items in inventory
  • Recording the cashflow
  • Making Bills

Getting Started

  1. Clone this repository:
git clone https://github.com/sthaarekh/inventoryManagementSystem.git
  1. 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.

Usage

  1. Run the program:
./inventoryManagementSystem.exe
  1. 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

Dependencies

  • C compiler (e.g. GCC)

Flowchart

App Screenshot

Contributing

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).

Contact

For any inquiries or feedback, feel free to reach out to https://www.linkedin.com/in/sthaarekh/