This is a web app aimed to provide a complete overview of the company status, regarding the information that is contained on the SAF-T file (standard audit file for tax purposes) and information regarding sales orders, purchases, inventory, and accounts payable, using a dashboard to provide high level/graphical information with drill down functionalities to products/ supplier/ purchases.
Integrates with the Jasmin accounting software.
This project was developed as a course assignment of the Information Systems subject at Faculdade de Engenharia da Universidade do Porto.
For a complete list of features see the project report.
Project finished on December 2019.
- Login page
- Overview
- Finances
- Sales
- Purchases
- Inventory
- View Consumer
- View Supplier
- View Product
- Inventory Search
- Orders Search
- Purchases Search
- About the Company
- Profit and Loss Statement
- Trial Balance Sheet
- Balance Sheet
- PHP 7.1+
- Composer
composer install
# Database related DB_CONNECTION= DB_DATABASE=FILL_THIS DB_USERNAME=FILL_THIS DB_PASSWORD=FILL_THIS # Jasmin software API user JASMIN_APPLICATION_ID= JASMIN_APPLICATION_SECRET=
php artisan key:generate
php artisan migrate:refresh --seed
php artisan serve
User: [email protected] Password: admin
- Ana Sá Silva ([email protected])
- Fábio Oliveira ([email protected]) 🠈 Me
- Hugo Fernandes ([email protected])
- Pedro Pinho ([email protected])
- Ricardo Moura ([email protected])