Skip to content
/ sBon Public

Point-of-Sale (POS) System written in C++/Qt with Sqlite database

Notifications You must be signed in to change notification settings

bAmpT/sBon

Repository files navigation

sBon - Simple Bon System for Restaurants

Table of Contents

Description

This is a custom POS system for a local business. It is built using Qt, C++, and SQL Lite database. The goal is to create a simple, easy to use POS system that can be used by any business. It will be able to be customized to fit the needs of the business. The main user interface constists of multiple buttons that can be assigned to different products. The different products can be added to the cart and then the cart can be checked out. The application is also able to print receipts and store the data in a database (currently a bon printer is used, but a normal printer can be used as well).

To serve multiple tables in a restaurant setting, different tables can be selected and the cart will be saved for that table. The cart can then be checked out and the table will be cleared. In the lower part there is a section to add new products to the database, edit existing products, and delete products. This way updates to the restaurant menu can be made easily.

Currently the application is still in developmment, but a customized version of it is already being used in a local restaurant.

Setup

  • Qt Version 6.4.2 was used to develop the application.
  • The application uses the following Qt modules:
    • Qt Core
    • Qt Gui
    • Qt Widgets
    • Qt Sql
    • Qt Print Support

Screenshots

The main user interface: alt text

About

Point-of-Sale (POS) System written in C++/Qt with Sqlite database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published