Version v21.01.01 aka Bumblebee
This is a software where your customer makes a payment for products or services at your store/supermarket/restaurant/etc. It keeps track of the inventory, sales, invoices, payments, and much more!
This has been built in C++ && Js for the backend logic, PostgreSql for the database, and Qt/QML for the UI.
The app can be built and run on the platforms Qt supports, but this has been tested on Windows & Linux OS.
NOTE: I am actively maintaining the project
Ensure you have the following prerequisites:
- PostgreSql ( Setup the username and password )
- Install qmake
- cd 'the root path of the project'
- qmake Salama-POS.pro
- make -j4
- ./Salama-POS