video-demonstracao-v1.7.0.mp4
This project is a system with a simplified interface that covers product and inventory control, including operations for product registration, listing, modification, and deletion. The project also includes a sales system where you can name the customer, select the payment method, and complete the purchase. Finally, there is an option to view sales that occurred on a specific date.
The simplest way to use the system is to download the latest release from the releases section.
If you want to run the development version, follow these steps:
Clone the repository:
git clone https://github.com/Diegiwg/ssiql.git
Navigate to the directory:
cd ssiql
Run the command:
pip install -r requirements-dev.txt
Run the command:
briefcase dev
The database is automatically generated and uses two JSON files for storage, which can be found in ~/data/
.
Currently, there are releases available for Windows, but in the development version, it is possible to run on Linux.
- Product registration
- Product listing
- Product modification
- Product deletion
- Stock quantity modification
- Sales registration
- Sales listing
This project is licensed under the MIT License - see the LICENSE file for details.
- Diego Queiroz - @Diegiwg
Contributions are welcome! To contribute, fork the repository, create a new branch, and send a pull request with your changes.