Code Monkey home page Code Monkey logo

grocery-store-management-system's Introduction

Grocery Store Management System

Table of Contents

Introduction

This is a Grocery Store Management System, a C++ application developed as part of the "Object Oriented Programming with C++" course at SRM University, AP. It provides functionality for managing a grocery store's inventory, calculating costs, profits, and salaries.

Features

The Grocery Store Management System offers the following features:

  • Add, store, and update product details
  • Add, store, and update employee details
  • Calculate daily profit by calculating the profit from sales and subtracting employee wages
  • Use file handling to store profits and products for future reference

Show some ❤️ by starring the repository! ⭐️

Getting Started

To run the program locally, follow these steps:

  1. Clone the project:

    git clone https://github.com/adivishnu-a/Grocery-Store-Management-System
  2. Navigate to the project directory:

    cd Grocery-Store-Management-System
  3. Compile and run the program:

    • On Windows:

      g++ -o GroceryStore GroceryStore.cpp
      ./GroceryStore
    • On Linux & macOS:

      g++ GroceryStore.cpp
      ./a.out

Usage

Upon running the program, you will be presented with a menu where you can choose various options, including adding entries, displaying profits, searching product details, searching employee details, and modifying product/employee details. Follow the prompts and enter the required information to perform the desired actions.

Data Storage

The program utilizes file handling to store information. It creates separate .txt files for each product and employee entry. These files contain the details of the respective entities and are automatically created during program execution. You don't need to pre-load any .txt files as the program handles their creation and management.

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

grocery-store-management-system's People

Contributors

adivishnu-a avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.