Questions tagged [pos]

pos or Point of Sale is a specialized application domain for point of sale applications written in a variety of programming languages. This tag can be used for questions about the development of point of sale applications however more specific technology tags should be included along with the target operating system.

Point of Sale applications are applications used by merchants and their employees at businesses such as Quick Service Restaurants, Table Service Restaurants, retail stores, grocery stores, and other businesses which sell goods and services in brick and mortar stores.

The typical Point of Sale application is used with a terminal or computer that is dedicated to running the application and other, point of sale related applications and utilities. A typical installation includes a terminal, a receipt printer, an electronic payment terminal, a cash drawer, and a customer display screen. Other devices such as a weighing scale, coin change dispenser, kitchen printer, or kitchen display system may also be connected to the terminal either directly via USB or Serial cable or remotely through Ethernet or Bluetooth.

Point of sale application development typically integrate COTS components such as OPOS device drivers and electronic payment interfaces under a number of different operating systems including Windows, Linux, Android, and MAC OS. They may be written in a variety of programming languages however C and C++ and Java are the most popular with the most software components support.

306 questions
1
vote
0 answers

Android: Disable HID devices for security purposes

My goal: I am developing a kiosk application on an odroid n2 board. This will be sold in future. I want to prevent the usage of external keyboards, so the user is not able to breakout with shortcuts (ex: home+b for browser ...) Expected Result: When…
RFLX
  • 43
  • 3
1
vote
1 answer

Unable to print Burmese (Myanmar) in Unicode words while using esc_pos_printer package in Flutter

In my flutter app, esc_pos_printer package is used to print receipt. ticket.text('Special 2: (ပြည်ဗံဒါပင်ထက် ) unicode blåbærgrød', styles: PosStyles(codeTable: 'CP1252')); I found the following error while trying to print unicode Burmese…
ThitSarNL
  • 670
  • 1
  • 8
  • 22
1
vote
0 answers

Add client field validation Odoo's POS

I want to add validations for data that I've added to Odoo's POS client model. By the moment I've created the following code: screens.ClientListScreenWidget.include({ // Client save alerts save_client_details: function (partner)…
Simon Capriles
  • 143
  • 2
  • 21
1
vote
1 answer

How to print receipt with ethernet POS printer with printer name in Flutter?

I am trying to print receipts for POS printer that is not accessible with Wifi nor Bluetooth. It can only be connected with USB or network cable (now, connecting with Ethernet). I found examples to print POS printer are connecting with IP address.…
ThitSarNL
  • 670
  • 1
  • 8
  • 22
1
vote
1 answer

How can integrated SDK POS TPS550 to FLUTTER APP

I am developing the application in Flutter for a POS TPS990 terminal. The app works perfectly but I need to add and use the POS SDK to use the printer and magnetic band reader. I added the libraries to my Android project as the manufacturer says but…
Max Seipio
  • 11
  • 1
1
vote
1 answer

iOS Swift - Epson POS Printer - ePOS SDK - addTextSize - How to change text size back to original size?

I'm building a POS on iPad using swift to print to Epson printers over ethernet connection. I'm using Epson docs and sample projects to have the printers up and running no problem. Now heres the problem: I need to change text size (bigger) then…
robotos
  • 194
  • 11
1
vote
0 answers

Sort array into nouns and verbs using RiTa

For a project I need to process a generated text further, and I need it to replace words in the text with random words from a provided wordlist. I have already gotten it to pretty much do that, but in order to refine I would like it to sort the text…
de-recode
  • 11
  • 1
1
vote
1 answer

ESC POS Print special characters (ö)

I'm very new to ESC Pos printing. Im writing an app which prints receipts, if I try to print an 'ö' I get an '?'. I already set the Codepage to CP437, which should support 'ö' as an character. In the documentation it explains how I can print special…
T1k33y
  • 17
  • 6
1
vote
2 answers

How to add data to Odoo13's POS order

I'm trying to add data to the POS's order and send that data to the 'pos.order' model based on the site https://odoo-development.readthedocs.io/en/latest/dev/pos/load-data-to-pos.html. To make my case more generic I'm creating a new odoo model named…
Simon Capriles
  • 143
  • 2
  • 21
1
vote
1 answer

Odoo PoS not showing custom field value

I´ve created a module that adds some custom fields to the res.partner model and the PoS partner with a python file and a javascript file. I know both are working correctly because when I write some content in the field, the record is updated in the…
Simon Capriles
  • 143
  • 2
  • 21
1
vote
0 answers

wxPython widgets side changes

When I run my GUI on different OS that has another default display language and works from right to left (opposite to English) the widgets change their position to the opposite side (I don't use grid I choose by my self their position with…
Yuval Sharon
  • 159
  • 8
1
vote
0 answers

Where can I find the IBM SurePOS Protocol?

I am working on a driver for scanners. I have a Honeywell, Datalogic, and Symbol scanner. Honeywell uses HID POS DataLogic and Symbol use IBM SurePOS I'm having a very hard time finding any information on the protocol. I have found bits on forms,…
Austen Stone
  • 948
  • 1
  • 10
  • 21
1
vote
0 answers

How do I install paystack to my laravel app?

I am new to using laravel and paystack. I have tried running all the commands, but it's not working out. If one could help me with steps to achieve this, I will love it. Thanks!
Legend
  • 11
  • 1
1
vote
2 answers

Portable POS System POS Model: TC-TOUCH-T2 Flutter

I have this Portable POS System POS Model: TC-TOUCH-T2 I am writing program in flutter any one know how to connect the in-build printer to Flutter to print a invoice? Thanks Ace
Ace
  • 11
  • 6
1
vote
0 answers

Bixolon SPP-R310 Esc/pos mobile bluetooth printer Image Printing error

I use react native and globally esc/pos mobile printing library, the library name is react-native-bluetooth-escpos-printer. When I send an image(base64) then I have an error that a little print image(1 or 2 lines) and Bluetooth connection status is…
Yusuf
  • 77
  • 7