Skip to content

This is a grocery store desktop application for stock, customer, and cashier management.

License

Notifications You must be signed in to change notification settings

iamwilldev/Grocery-Store

Repository files navigation

Grocery-Store

Kai-icon Kai

This is a grocery store desktop application for stock, customer, and cashier management.

FeaturesBuilding from sourceSupport

image

Admin Menu

Manage Pengguna Manage Barang
Manage Supplier Manage Customer

Petugas Menu

Grocery Store Cart
Customer Area

Features

  • Login
  • Manage Barang
  • Manage Pengguna
  • Manage Barang
  • Manage Supplier
  • Manage Customer
  • Manage Transaksi
  • Manage Cart
  • Manage Customer Area
  • 2 Role (Admin dan Petugas)
  1. Admin Username: admin Password: admin

  2. Petugas Username: petugas Password: petugas

Building from Source

Ensure you have Python 3.11.5 and Git installed.

Open a terminal and run the following commands.

  1. Set everything up.
  • Linux/Mac
git clone https://github.com/iamwilldev/Grocery-Store && cd Grocery-Store && python -m venv .venv && source .venv/bin/activate && pip install -r requirements.txt
  • Windows (Command Prompt)
git clone https://github.com/iamwilldev/Grocery-Store && cd Grocery-Store && python -m venv .venv && .venv\Scripts\activate && pip install -r requirements.txt
  1. Build the app into an executable.
pip install cx_freeze==6.15.10 && python main.py build

Support

  • You can support the development of Grocery-Store through donations on GitHub Sponsors.
  • You can also leave a star on the github for more weebs to know about it.
  • Grocery-Store is open to pull requests, so if you have ideas for improvements, feel free to contribute!

About

This is a grocery store desktop application for stock, customer, and cashier management.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages