Skip to content

Latest commit

 

History

History
90 lines (65 loc) · 5.53 KB

README.md

File metadata and controls

90 lines (65 loc) · 5.53 KB

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!