Skip to content

allankoechke/SalamaPOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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