GithubHelp home page GithubHelp logo

doytsujin / salespoint Goto Github PK

View Code? Open in Web Editor NEW

This project forked from inteligyware/salespoint

0.0 2.0 0.0 847 KB

Linux based sales point application written in C++ and Qt with an aim to provide an open source alternative to Sage

License: GNU General Public License v3.0

Makefile 32.47% C++ 65.93% C 0.39% QMake 1.21%

salespoint's Introduction

salespoint

C++/Qt based POS (point of sale application) for Linux and Embedded Linux

salespoint is a point of sale (POS) system designed and developed by Inteligy Software Enterprise (InteligyWare). It was inspired by Sage (Developped by Sage) and nTPV (An open source POS developped by Napsis Corp). salespoint is developped to provide an open source alternative to sage.

It was initially designed to manage restaurants, bars, cafes, and similar businesses, but now, it's evolving into a general purpose POS. It uses DCOP and nkxmlrpcd for distributed comunications among POS, and uses PostgreSQL as its database backend. It features a fast and easy-to-use interface. Its high modularity and scalability makes it easy to enhance and mantain. It's developped with a plugin approach.

InteligyWare provides other plugins that add more features to the POS systems like:

-[ DCOPAuth ] Biometric fingerprint autentication of waiters and users.
-[ DCOPRECEIPT ] Easy use of orders, tables, and invoice saving... no more ordering notebooks are needed
-[ DCOPREPORTS ] Reports generated with this plugin allows to obtain information to increase benefits.
-[ DCOPSTICK ] Manage your backups and store your reports with USB storage drives.

libraries needed to compile salespoint

-qt5 postgres plugin
-Qt Creator (www.qt.io)
-libc6 (2 2.14) 
-libodb-2.4 (2 2.4) 
-libodb-qt-2.4 (2 2.4) 
-libodb-pgsql-2.4 (2 2.4) 
-libqt5gui5 (2 5.5.1) 
-libqt5sql5-psql (2 5.3.0)

Installing salespoint from binaries (Quick method.)

salespoint both a .deb file is provided to install salespoint. A live CD is also provide as an ISO file to test the app without installing. Burn the file to a usb stick and try the app.

Installing salespoint from sources

It's very simple and quick to compile and install salespoint from source.

Requirements:

QMake and qt5 
odb c++ orm compiler .gcc 8.0 .the above mentioned libraries

clone this repository:

git clone https://github.com/inteligyware/salespoint.git

It will create a salespoint directory. Enter at the directory and run

qmake
make

To install salespoint you need to be root.

As root, type: make install

And that's all.

Cleaning all sources.

As user type:

make clean

Uninstalling salespoint.

As root, type:

make uninstall

salespoint's People

Contributors

nanpengyor avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.