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