Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 2.85 KB

README.md

File metadata and controls

18 lines (15 loc) · 2.85 KB

Description

This is a sales and inventory management desktop application built with Python and PySide6. It is designed to help businesses manage their inventory, sales, and payments efficiently.

CIM images

Description
1Buttons to access pages
2Search in the table with different filters
3Access to the insertion page
4Select the record to access the editing page or delete the selected record
5Stock quantities colored for easy visualization
6Last inventory check and quantity match
7Click on the side buttons to remove or add stock quantity of the selected product
8Limit extracted rows from the database to avoid server pressure
9Refresh the table
10The order status is calculated 50% for completed deliveries and 50% for paid invoices
11An order can have multiple products. Click checkbox to hide products
12Invoice status and remaining days
13Click on the column header to sort the table
14Select what you want to calculate, then click "Calculate" to perform the calculation
15You can type in a delivery code or an order code and then click "+" to display related records, which will minimize insertion errors
16Sales visualization and analysis simplified in one click
17Generate an invoice or a delivery note in one click
18Click on the sql button to check if you are connected to the database

License

This project is licensed under the MIT License. See the LICENSE file for details.