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
11
votes
1 answer

HTML CSS print out POS size?

I am trying to print out POS template from the browser. When I click on CTRL+P, it prints the whole page. I want to print only the receipt without margins or padding in printing out, like this:
Kodr.F
  • 13,932
  • 13
  • 46
  • 91
7
votes
1 answer

Uber Eats API scopes

I'm following the Uber Eats API documentation and i'm having trouble with it. I want it to work with my point of sale web app. The documentation say: To generate a client credentials token, retrieve your client_id and client_secret for your app…
5
votes
1 answer

Connect Locally Connected Printer from a SSL protected HTTPS React JS Web App

I am working on a web application made in MERN stack and had integrated Epson Javascript SDK to print receipts as we are using Epson TM-M30 Printer. Web app might be running on mostly Safari but it can chrome or firefox sometimes. I doubt assigning…
Niraj Patel
  • 810
  • 8
  • 15
4
votes
1 answer

How to print receipt with PAX a 920?

I have Pax A920 which runs with android . So how to using printing service in java?
Abanuob Fouad
  • 75
  • 3
  • 6
4
votes
2 answers

C# ESC/POS Print Vietnamese

I have an application which print the receipt to receipt printer using ESC/POS. It needs to support multi-languages. Currently, I've tested with Chinese characters (both traditional and simplified) and Thai language. They all are working…
Sam
  • 1,826
  • 26
  • 58
4
votes
2 answers

Selecting character code table in ESC/POS command

I need print non-english chars on print receipts, use thermal POS receipt printer. Xprinter XP-58III thermal POS receipt printer suppport generic ESC/POS commands. As I know this should be done by setting character code table. In my case, target…
Lexx Luxx
  • 243
  • 1
  • 7
  • 13
4
votes
3 answers

Payment Application - EMV

I'm developing a payment application for Android. I've read all four EMV books (version 4.3) which I used to implement the protocol for the communication with a terminal. I also bought the terminal simulator kit from Mastercard for testing my…
Sabina
  • 277
  • 2
  • 14
4
votes
0 answers

how to save qty_available in databse for showing it on each product pos odoo?

I want to save quantity available (qty_available) field in product_template model in database for each product. How can i do this? I want to show available quantity on each product in pos. So i need qty_available how can i do this? qty_available =…
3
votes
0 answers

How to print a pos receipt pdf in a thermal printer in flutter

Iv created a POS app. When a transaction is done the receipt comes from the backend as a pdf and I want to allow it to print in a thermal printer. Most packages create the receipt than print, but I already have a pdf receipt and want to print that…
3
votes
1 answer

How to print from an Android pos device

I have a pax a930 device with android os v 7.0, and I want to write an app for this device. my app will test pax's printer I tested usb,bluetooth,wifi printing codes and it did not work. how can I print a text with this…
3
votes
1 answer

Microsoft Point of Service for .Net Core

Is there any update or version of Pos.Net 1.14 for .Net Core? I have tested the sdk and apparently it is not compatible with .net Core. I would appreciate if someone could suggest me alternatives or work around to make it work for .net core.…
Haikal Nashuha
  • 2,958
  • 7
  • 44
  • 67
3
votes
6 answers

Flutter Bluetooth thermal POS printer

Is there any way that I can print a receipt on a Bluetooth thermal printer, as I really struggling finding the solution on flutter? Anything could help, I really appreciate those answers
Japang LY
  • 777
  • 1
  • 8
  • 11
3
votes
2 answers

node escpos LIBUSB_ERROR_NOT_SUPPORTED

I am trying to print with thermal printer , i am using node-escpos module to print it is working well with linux but in windows i'm getting error.node escpos LIBUSB_ERROR_NOT_SUPPORTED Error: LIBUSB_ERROR_NOT_SUPPORTED at Device.usb.Device.open…
Balaraju M
  • 473
  • 1
  • 3
  • 14
3
votes
2 answers

I need to make a way to take a users signature on a touch screen

I am making a POS system and I want to include an option to take signatures after a purchase. I have already tried a Tkinter method with a canvas but it is much to slow and it is very boxy any suggestions? Here is the code I'm working with now: from…
Avi Baruch
  • 112
  • 2
  • 8
3
votes
4 answers

POS EMV Card PIN Change

I would like to know if there is a possibility of changing the PIN of an EMV card using POS devices equipped with an IC Reader. Or if that functionality is reserved for ATMs only. If its possible through POS Devices, what series of commands does one…
Yusuph wickama
  • 450
  • 4
  • 15
1
2 3
20 21