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
3
votes
3 answers

Remove Docker on ubuntu 18

I had installed docker in ubuntu 18 and now wants to remove everything for a clean install. Had used : sudo apt-get install docker.io This stackoverflow thread (though not meant for my exact installation) has a part-solution: docker remove answer…
user3087182
  • 63
  • 1
  • 1
  • 8
3
votes
1 answer

Check if cash drawer is open or closed

I am developing a POS using c# with WPF. I need to check if the cash drawer is open or not to tell the user that it needs to be closed before the next sell. My cash drawer is a dynapos connected to a receipt printer ECLine (I have no drivers…
Fernando Santiago
  • 2,128
  • 10
  • 44
  • 75
2
votes
0 answers

Cordova: accept payments like a POS

What we're looking for a plugin that allows one of our applications to act like a POS, in order to accept Google Pay, Apple Pay, or contactless cards (debit/credit) payments. Has anyone any suggestion about that?
Simone Campagna
  • 1,130
  • 1
  • 10
  • 19
2
votes
1 answer

Multiple ajax request server response become 403 forbidden, Laravel

I built a pos application in Laravel and hosted it on a shared hosting server. on the live server when I try to send ajax request multiple times to add products from the right side pane(by clicking image one after one) it starts responding 403…
royallife
  • 98
  • 7
2
votes
1 answer

Error on printing our Images on Receipt via POS system

Here is my code below. Future> getImage() async { List bytes = []; CapabilityProfile profile = await CapabilityProfile.load(); final generator = Generator(PaperSize.mm80, profile); final ByteData data = await…
2
votes
0 answers

Javascript receipt printing using POS Printer printing only headers part I want to print the actual text

am tyring to implmented EPSON Javascript receipt printing using POS Printer (SDK) from web browser but when I click the button it's printing the Browre header part only from printer not the actual text following code am using .. function…
2
votes
2 answers

How to add QR code image in Odoo's POS receipt

I'm trying to add a QR image to the POS's receipt. The code I used in a normal invoice that worked was the following one: For…
Simon Capriles
  • 143
  • 2
  • 21
2
votes
1 answer

Add client search criteria Odoo13's POS

I've added some custom field's to the res.partner's model and I want to add this fields to the POS's search criteria. The fields I've added in my models.js file can be appreciated in the following code: odoo.define('my_module.models', function…
Simon Capriles
  • 143
  • 2
  • 21
2
votes
0 answers

How to program android application to switch default SIM for mobile/cellular Data automatically

I am developing an Android App to be used in Android OS mobile Point of Sale (POS) terminals (Android 7) that has two SIM Slots. I need the App, upon app start, to first test the signal strength in both SIMs and automatically select to work using…
Faisal
  • 21
  • 2
2
votes
1 answer

Toshiba SurePos ACE/4690 transaction log: figuring out what UPC a coupon applied to

First of all, there are probably less than a dozen people on here that may be able to answer this, so I apologize to you that are scratching your heads trying to figure out what I'm asking. I'm asking a highly technical question about the Toshiba…
Code4aliving
  • 448
  • 6
  • 15
2
votes
0 answers

Print directly to printer without displaying dialog box with php or javascript

I have a system for a restaurant that is running on a web server and I need to print the order that is made, in a POS printer but I would like when the user clicks on "save order" button, automatically the ticket is printed with all details of the…
Carmen B.
  • 349
  • 7
  • 22
2
votes
1 answer

How to open cash drawer directly in c#

I'm using Partner SP-550 Touch Computer (POS PC) with EC-410 Cash drawer. There is a RJ-11 port in POS machine. It is labeled as cash drawer. I connect my Cash drawer to PC using that RJ-11 port. My Software developed in C#, So how can I write a…
nirmalagoon
  • 21
  • 1
  • 7
2
votes
1 answer

I'm using go language to print to a POS printer, but got bad prints of Chinese charater. (English is OK)

I'm using this go package, and everything is good. But got bad prints of Chinese characters. I'm not good at this kind of low-level / hardware / encoding things. So someone give a hint how can I correct my code. Updated code: func main() { …
Leeds
  • 35
  • 1
  • 10
2
votes
3 answers

Variables Not Updating

I have made this point of sale program with three items hard-coded in and the variables a_book, a_bat, and a_hat are not updating when I enter the quantities. Why? #include #include #include #include using…
metanom
  • 21
  • 3
1
vote
0 answers

Printing feature and sdk installation intigrating with JAVA android in Ingenico APOS A8

I have developed a POS (Point of sale system) in java (GUI based) in which I want to manage card swiping, payment, and ticket printing and I am looking for confirmation if Ingenico SDK as being integrated with java will be supported in these…
MG.
  • 15
  • 8
1
2
3
20 21