Questions tagged [point-of-sale]

Point of sale is the place where a retail transaction is completed. It is the point at which a customer makes a payment to the merchant in exchange for goods or services.

Point of sale is the place where a retail transaction is completed. It is the point at which a customer makes a payment to the merchant in exchange for goods or services.

461 questions
0
votes
1 answer

In person recurring payments with POS terminal or card reader

Context Me and my team are developing solutions to allow merchants with an online store to more easily deal with in store payments. At the moment we are also considering the option to develop our own POS terminal integration (based on off-the-shelf…
0
votes
2 answers

Connect from c# to THALES payshield to validate PIN Bank card

We have a develop to make some things with bank cards. One og them is validate the PIN (we have PAN, PIN, Pinlenght and PINBLOCK); and we have a HSM THALES to validate the PIN. But, how do we connect whith THLALES appliance? I thought that using a…
0
votes
0 answers

I cannot save custom field "pos.order" in POS

Im trying to add and save a custom field in POS Odoo v15, model "pos.order" but it doesn't work. I'm trying the following. Inherit the model. class PosOrder(models.Model): _name = 'pos.order' _inherit = 'pos.order' order_new_field =…
0
votes
0 answers

Deploy OSPOS docker container on heroku display : Application error

for my point of sale I try to install ospos, on my computer I used the docker image and everything works fine, but when I deploy on Heroku following this steps : Install the Heroku CLI Download and install the Heroku CLI. If you haven't already,…
0
votes
0 answers

Accept physical payments for a web application

I have a building bussiness and the web application on Django related to it, does anyone know how is it possible to accept physical payments via POS terminal after interaction with a website?
hazker
  • 23
  • 5
0
votes
0 answers

How do I sync multiple web offline POS application in a store on the local network?

I will have a web application pos system with an offline mode. Let's say I have a store where there are 3 web pos applications to buy products. If my internet connection is down, I'll have to sell products offline, but how do I sync with the 3 POS…
MD. ABDUL Halim
  • 712
  • 3
  • 11
  • 32
0
votes
0 answers

Stuck on how to add a working item stock on my jframe POS

So Right now I'm currently building a POS system using jframe while adding all my necessary functions including functional buttons I'm currently stuck on how to add item stock to my listed items so that it displays how much stocks are left and how…
0
votes
0 answers

Flashing/customizing an ELO paypoint Android POS

I realize this is really open ended, but I'd like some pointers on how to get started creating a custom Android installation on this device: https://www.ebay.com/itm/403682194105 I guess I need to replace the current OS/(firmware?) on it with…
0
votes
0 answers

Mobiwire MobiPrint (Android 4.2.2)

I am trying to build an app for the MobiWire MobiPrint 3 device (Android 4.2.2) with integrated thermal printer in kotlin but I am unable to find SDK or at least examples/tutorial. Can anyone who has worked with this device point me in the right…
Evahnce
  • 9
  • 4
0
votes
0 answers

(Android) Is it possible to divert a print job to an application?

I have a POS machine (in debug mode) that I wanted to use to print some receipts and other things, but the applications I use cannot use the printer, they print using other POS machines like Sunmi V1 and P2 and common thermal printers, but with this…
JNMP
  • 31
  • 2
0
votes
0 answers

How to track a product with built-in barcode/qrcode that have different purchase details. Multiple time purchase us unique built-in barcode/qrcode

I would like to help me. I have a scenario like a product with built-in barcode/qrcode to be purchased and sold but each product have same built-in barcode/qrcode. But each product is purchased multiple time with different details. While making sale…
0
votes
1 answer

How to use vendor specifc OPOS object

I'm a little bit stumped on how to progress here. We develop a POS-Application and use Pos for .Net 1.14.1. So far everything worked fine. But now we have a SelfCheckout POS from Toshiba with a light on it. After some reading I found out that Pos…
BluePalmTree
  • 299
  • 3
  • 23
0
votes
0 answers

Print receipt from url Thermal printer ESC/POS

I have a POS application in kotlin. Currently I can print from url but I need to use third party service like rawbt private fun prepPrintWebView(name: String): WebView? { val result: WebView = getWebView()!! result.webViewClient…
0
votes
1 answer

Assign a method number to an object in Java

I made this method which generates an ID number: public String setID() { UUID id = UUID.randomUUID(); String numericUUID = String.valueOf(Math.abs(Integer.parseInt(Byte.toString((byte) id.getMostSignificantBits())))); return…
0
votes
1 answer

API integrating third party apps to various Restaurant POS Systems

I was wondering if anyone knows of or has used any API services that I could integrate my app with to push orders or get table information to/from Restaurant POS Systems. I have googled around and the only solution that I have found is…
Nata Vacheishvili
  • 387
  • 1
  • 5
  • 18