Skip to content

Repository files navigation

barCode

Point-of-sale and inventory management system built with Python and PyQt5 for Millma Hilados.

Prerequisites

  • Python >= 3.6
  • pip

Setup

  1. Clone the repository
  2. Install dependencies:
pip install openpyxl PyQt5
  1. Create the inventory spreadsheet:
touch InventarioMillma.xlsx

Set up the spreadsheet columns:

  • C: Product color
  • D: Product name
  • E: Composition
  • F: Barcode
  • G: Color
  • AN: Store price
  1. Create the passwords file:
cat > passwords.py << 'EOF'
mail = "your-email-password"
user1 = "manager-password-1"
user2 = "manager-password-2"
EOF
  1. Initialize the daily transaction database:
echo '{"total": 0, "transactions": {}}' > dataBase.json

Run

python main.py

Windows Launcher

Use Millma.bat or Millma.vbs to launch the application on Windows.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages