Point-of-sale and inventory management system built with Python and PyQt5 for Millma Hilados.
- Python >= 3.6
- pip
- Clone the repository
- Install dependencies:
pip install openpyxl PyQt5- Create the inventory spreadsheet:
touch InventarioMillma.xlsxSet up the spreadsheet columns:
- C: Product color
- D: Product name
- E: Composition
- F: Barcode
- G: Color
- AN: Store price
- Create the passwords file:
cat > passwords.py << 'EOF'
mail = "your-email-password"
user1 = "manager-password-1"
user2 = "manager-password-2"
EOF- Initialize the daily transaction database:
echo '{"total": 0, "transactions": {}}' > dataBase.jsonpython main.pyUse Millma.bat or Millma.vbs to launch the application on Windows.