Skip to content

Diegiwg/ssiql

Repository files navigation

Sales and Inventory System

Project Demo

video-demonstracao-v1.7.0.mp4

Project Description

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.

How to Use

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

Database

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.

Available Features

  • Product registration
  • Product listing
  • Product modification
  • Product deletion
  • Stock quantity modification
  • Sales registration
  • Sales listing

License

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

Developer

Contributions

Contributions are welcome! To contribute, fork the repository, create a new branch, and send a pull request with your changes.