Skip to content

Receipt printing software that translates numeric orders into text printable receipts written in Qt. This software queries an SQLite database to retrieve necessary information by name, id, and price.

Notifications You must be signed in to change notification settings

kabicin/menu_select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Menu Select

  • Software Used: Qt (Core, GUI, Widgets, SQL, PrintSupport)
  • Language Used: C++, Android (In-progress)

Menu Select uses the Qt 5.11.1 framework.
I am in no way affiliated with Qt and am using their software under the GNU LGPLv3 license.

Description/Purpose

  • Provide a desktop software able to search menu items by id number.
  • Ability to use receipt printer to print menu items in Chinese, to promote efficiency and improve customer wait times.
  • Meant to be used on a touchscreen monitor using Windows x86/64 bit.

C++ App Features

  • Remote: SQLite database stores static information containing an item id, Chinese name, English name, and price.
  • Printer Functionality: Able to hook up (~80mm width) receipt printer (USB/Ethernet) that prints item names in Chinese.
  • Colour Coded: Menu items are colour coded by the quantity as well as section of the kitchen they will be administered.
  • Responsive Dashboard: Calls the database as the user enters/deletes a new entry.
  • Interactive List: The list widget allows options to view, add one, delete one, or delete all items freely.

Download

  • Download files in windows_cpp_v1.0 and compile using Qt Creator.

🐳 Thanks for checking out the project! 🐳

About

Receipt printing software that translates numeric orders into text printable receipts written in Qt. This software queries an SQLite database to retrieve necessary information by name, id, and price.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published