Skip to content

A simple sale management software made with PyQt5 and SQLite

Notifications You must be signed in to change notification settings

nicmorais/PySimpleSale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple sale management software made with PyQt5 and SQLite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages