Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.06 KB

SalamaPOS

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.

Supported Platforms

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

Building the App

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

Screenshot of the App

image