A simple sale management software made with PyQt5 and SQLite.
- Install PyQt5
- Clone this repository
- Install PyQt5:
pip install PyQt5
- Run
python3 main.py
- The database file will be created (database.db)
- Now, open Tools > Countries to add some countries, or open the database file in an external application to import a CSV file.
- Add states and cities to the database (Tools > States, Tools > Cities).
- Add an unit of measurement (Tools > Units of Measurement)
- Add a new customer: go to the "Customers" tab, click on "New" button
- Go to "Sales" tab, open a new sale, select the customer and start including products