Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 850 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 850 Bytes

PySimpleSale

A simple sale management software made with PyQt5 and SQLite.

Invoice printing

Database Design

Running

  1. Install PyQt5
  2. Clone this repository
  3. Install PyQt5: pip install PyQt5
  4. Run python3 main.py
  5. The database file will be created (database.db)

Making sales

  1. Now, open Tools > Countries to add some countries, or open the database file in an external application to import a CSV file.
  2. Add states and cities to the database (Tools > States, Tools > Cities).
  3. Add an unit of measurement (Tools > Units of Measurement)
  4. Add a new customer: go to the "Customers" tab, click on "New" button
  5. Go to "Sales" tab, open a new sale, select the customer and start including products