/TCC

This repository is about my TCC system, it is being developed in C++ using the Qt framework and the Qt Creator IDE

Primary LanguageC++

TCC

This repository is about my TCC system, it is being developed in C++ using the Qt framework and the Qt Creator IDE. The context and stages of the project are detailed in /Artigo_Apresentacao/Apresentação_TCC.pdf.

How to use in Qt Creator:


This project is multiplatform, to run this system it is necessary to compile it, for your platform, using the IDE Qt Creator. It is also necessary to install Postgre SQL, the project contains a folder with a copy of the database.


How to install program in Linux Plataform

The most simple installer


1 -You need change the file permissions with sudo chmod 777 InstallerTCC.run and execute the installer ./InstallerTCC.run


2 - Choose a folder for installation and follow the installer steps(it is recommended to create a folder for the installation)


3 - Change the file permissions with sudo chmod 777 TCC.sh and run ./TCC.sh

The system

This Information System was developed for the management of stocks and services, of a mechanic and auto parts workshop, focusing on the control of parts and accessories for vehicles, as well as the management of workshop mechanic services.
Its main features are: storage and processing of data relating to stock, suppliers, customers, vehicles and services provided.

Some system screens


Login screen


Loading splash screen



Main screen


This is the main screen of the system. It contains a menu that provides access to all system functionality.


Customer registration and management screen



Vehicle registration screen



Inventory registration and management screen



Sales screens and sales report



Service scheduling screen



work order screen



About system