All Projects → Dentrax → ProductManagementTool

Dentrax / ProductManagementTool

Licence: GPL-3.0 License
Advanced Product tracking automation system using Qt 5 and C++

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects

Projects that are alternatives of or similar to ProductManagementTool

JKQtExtras
a collection of different Qt4 & Qt5 widgets, I developed over the years
Stars: ✭ 34 (-12.82%)
Mutual labels:  qt5, qt5-gui
vatsinator-legacy
An open-source Vatsim monitor
Stars: ✭ 12 (-69.23%)
Mutual labels:  qt5, qt5-gui
Plant-Disease-Identification-using-CNN
Plant Disease Identification Using Convulutional Neural Network
Stars: ✭ 89 (+128.21%)
Mutual labels:  final-year-project, final-project
QtNotepad
Super lightweight and super simple notepad application
Stars: ✭ 50 (+28.21%)
Mutual labels:  qtcreator, qt5-gui
gamestudio
2D game engine and editor
Stars: ✭ 207 (+430.77%)
Mutual labels:  qt5, qt5-gui
QT-Notepad
QT5 实现的简单文本编辑器
Stars: ✭ 18 (-53.85%)
Mutual labels:  qtcreator, qt5
QTextRecognizer
A gui for tesseractOCR with some preprocessing image options (OpenCV) for improve character recognition
Stars: ✭ 27 (-30.77%)
Mutual labels:  qt5, qt5-gui
asn1scc.IDE
Qt Creator plugin for asn1scc - ASN.1/ACN compiler for embedded systems
Stars: ✭ 15 (-61.54%)
Mutual labels:  qtcreator, qt5
nutrition-framework
Skripsi / TA of Muhammad Faisal Amir - Telkom University 2021
Stars: ✭ 30 (-23.08%)
Mutual labels:  final-year-project, final-project
qt5-tutorials
graphics dojo Qt5
Stars: ✭ 29 (-25.64%)
Mutual labels:  qtcreator, qt5
PiHueEntertainment
An application that can handle the Hue Entertainment Areas on a Raspberry Pi
Stars: ✭ 28 (-28.21%)
Mutual labels:  qt5, qt5-gui
QSourceHighlite
Lightweight syntax highlighter written in Qt
Stars: ✭ 39 (+0%)
Mutual labels:  qt5, qt5-gui
pardus-store
Pardus Application Store
Stars: ✭ 32 (-17.95%)
Mutual labels:  qt5, qt5-gui
diagnostictools
Plugin for Qt Creator (Memory and CPU usage visualizer)
Stars: ✭ 41 (+5.13%)
Mutual labels:  qtcreator, qt5
BBearEditor-2.0
My own 3D engine & editor in order to learn graphics algorithms and game engine architecture.
Stars: ✭ 32 (-17.95%)
Mutual labels:  qtcreator, qt5
nymea
The nymea IoT server repository.
Stars: ✭ 89 (+128.21%)
Mutual labels:  qt5
UDTStudio
UniSwarm Tools for UDT interface and CANOpen in Qt5
Stars: ✭ 13 (-66.67%)
Mutual labels:  qt5
maxLibQt
A collection of C++ classes and QtQuick QML components for use with the Qt framework.
Stars: ✭ 18 (-53.85%)
Mutual labels:  qt5
Qt5-MusicPlayer
基于Qt5开发的一个小巧精美的本地音乐播放器。代码注释详细,适合作为一个用于入门的Qt5实战项目。
Stars: ✭ 136 (+248.72%)
Mutual labels:  qt5
TermColor
🎨 Effortlessly generate color-schemes for terminal emulators by a single drop of an image!
Stars: ✭ 40 (+2.56%)
Mutual labels:  qt5

ProductManagementTool Public Source Repository

Software Engineering Final Project - Advanced Product tracking automation system

What It Is

How To Use

Build & Run

Requirements

Dependencies

About

Collaborators

Branches

Copyright & Licensing

Contributing

Contact

What It Is

ProductManagementTool with Qt 5

ProductManagementTool program for C++ language is an easy and best way to learn how automation systems interact with the database and works in practice.

Uses : Please see Requirements and Dependencies

ProductManagementTool


Who is the target audience?


  • Anyone who wants to do project with Qt

  • Students wishing to do their projects using Qt

  • Those who need the Automation Program for their homework

  • Warning: This project assumes you have some Intermediate-Level C++ knowledge, and does not teach C++ itself.

  • Warning: This project are not a How to create your own automation tool or How to design automation tool systems and will not teach Automation tooling techniques.

Uses : Please see Requirements before use

Screenshots - UML Diagrams

Program

Preview Thumbnail

Database

Preview Thumbnail

Activity

Preview Thumbnail

Collabration

Preview Thumbnail

Use Case

Preview Thumbnail

Sequence

Login

Preview Thumbnail

Statechart

Login

Preview Thumbnail

  • Click here for see the other Statechart diagrams.

Screenshots - Program GUI

Preview Thumbnail

Preview Thumbnail

Preview Thumbnail

Preview Thumbnail

Preview Thumbnail

Features

  • Account system with Login/Register features

  • Lists the Product fetched from database

  • Lists the Product that have been searched from Search panel

  • Ability to Add product

  • Ability to Update product (exclude ID and Barcode)

  • Ability to Delete product

  • Advanced search options (by Name, by Date, by Quantity, by Price)

  • Product filter

  • Safe inputs from Textboxes (bug-free inputs)

  • Real-time Product list refreshing if any operate handled

TO-DO List

  • User authority level (Permission system)

  • Sales system

  • Invoice & Receipt system for sold products

  • Product should be Refundable after sold

Known Issues

  • Window Fixed Size feature not working on Linux.

How To Use

  1. git clone https://github.com/dentrax/ProductManagementTool

  2. Import ProductManagementTool.sql file to the database

  3. Re-configure your database informations in dbcontroller.cpp's SetupDB() function.

  4. Build and Run!

Build & Run

qmake && make && ./ProductManagementTool

Requirements

  • You should be familiar with Qt applications
  • You should be familiar with C++ family
  • You will need Qt base environment that can be compiled without any problems.
  • You will need a computer on which you have the rights to install obligatory dependencies given below

Dependencies

  • MySQL (or related) Database Service
  • Qt Creator is fine (not mandatory)
  • Qt Base Modules And Frameworks
  • A C++ Compiler (Windows -> MinGW or Visual C++, Linux -> GCC is fine)

About

ProductManagementTool was created to serve three purposes:

ProductManagementTool is an automation tool that controls some Product operations using with Database

  1. To act as a guide to learn Qt with enhanced and rich content using C++.

  2. To act as a guide to exemplary and educational purpose.

  3. To create your own Qt application.

Collaborators

Project Manager - Furkan Türkal (GitHub: dentrax)

Branches

We publish source for the [ProductManagementTool] in single rolling branch:

The master branch is extensively tested by our QA team and makes a great starting point for learning the algorithms. Also tracks live changes by our team.

Copyright & Licensing

The base project code is copyrighted by Furkan 'Dentrax' Türkal and is covered by single licence.

All program code (i.e. .h, .cpp, .ui) is licensed under GNU v3 License unless otherwise specified. Please see the LICENSE.md file for more information.

References

While this repository is being prepared, it may have been quoted from some sources. (i.e Official Wiki & Documentations) If there is an unspecified source, please contact me.

Contributing

Please check the CONTRIBUTING.md file for contribution instructions and naming guidelines.

Contact

ProductManagementTool was created by Furkan 'Dentrax' Türkal

You can contact by URL: CONTACT

Best Regards

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].