Qure RMS will primarily help Pharmacy owners and managers by providing multiple services in one place, streamlining the process of running a store. Everyday tasks such as managing and buying inventory, scheduling employee shifts, and keeping track of finances are easily completed.
One of the highlights of this project is that the user interface and database can be swapped with other frameworks/dbms by implementing the domain provided interfaces.
For this repo, we are using:
- Language: C++17
- Compiler: gcc-7
- Framework: Qt
- Database: SQLite
- Build system: CMake
- Profiling: gprof
- Libraries: STL
- Code coverage: gtest/gcov (to be applied soon)
Ubuntu linux environment is recommended, Qure is still untested on other development environments whilst we focus on a Linux build.
You can clone the repository to a local destination using git:
git clone git@github.com:pointonsoftware/psqure.git
- Go to psqure/scripts folder
- Run
build.sh - Generated/output files are in psqure/packages folder
Copyright (C) Pointon Software - All Rights Reserved
Unauthorized copying of this file, via any medium is strictly prohibited.
Proprietary and confidential
Written August 2020
- Ben Ziv - pointonsoftware@gmail.com
