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

Convert application written with INFORMIX-SQL to Access 2010, but I'm not familiar with VBA or Macro's

It's basically a CRUD application.. Are there any Access add-ons to simplify development of screens, reports, SQL stored procedures? I'm not familiar with VBA or Macros. I need to be able to control cursor movement, perform conditional if's, what…
Joe R.
  • 2,032
  • 4
  • 36
  • 72
0
votes
3 answers

POS for .net MSR DATA EVENT is not fired when I swipe a card

I am developing application which will read credit card no without generating keystrokes for same in POS for .net. I can enable device but when I swipe a card MSR_Dataevent is not firing. EDIT: I have done below code: myMSR =…
Jaynesh Shah
  • 158
  • 1
  • 1
  • 14
0
votes
1 answer

How to use DirectIO() with Pos for .NET

we are using the CUSTOM VKP80III Printer. We want to send a command with the DirectIO Method of the PosCommon base clase. But I'm a little bit stumped on how to do that, in the command manual of the printer I found the following page: What we want…
BluePalmTree
  • 299
  • 3
  • 23
0
votes
1 answer

What EMV tag can i read to determine if a EMV card is a credit card or a debit card?

I tried using application labels but they are not reliable (sometimes they mention visa debit but sometimes they just show VISA).
codejammer
  • 1,636
  • 1
  • 14
  • 27
0
votes
0 answers

How to Center-align the POS Order Receipt in Odoo POS Module?

In the POS order receipt generated by the Odoo POS module, the receipt is currently aligned to the left. I would like to know how to centre-align this. Odoo developers, could you please provide an answer to this question? Thank you. enter image…
0
votes
0 answers

Send payment amount to POS card payment terminal

We do have a web based billing system in our pharmacy and we use Chrome to access the system. Currently we are expecting to integrate our POS card payment machines to the billing points as it will reduce the wait time of the customer at the…
TDJ
  • 51
  • 5
0
votes
1 answer

Add Customer reference to Odoo POS receipt

We can configure Odoo POS to create an invoice for every order, so we will find an invoice in the menu Accounting>invoices for every POS order. In every invoice page there is a tab named "other info" which includes the feild (customer reference). my…
0
votes
0 answers

How to open Sunmi App Store on Android POS machines?

I'm trying to link a click with the app store related to sunmi POS machines. The code below works for Play Store only and crashes on the terminals. private fun openStore() { val intent = Intent(Intent.ACTION_VIEW,…
Ahmad Albatsh
  • 314
  • 1
  • 2
  • 12
0
votes
0 answers

Epson TM-U295 can't print cyrillic fonts

I can't find the firmware for printing Cyrillic on the printer Epson TM-U295. Of everything available on the Internet, nothing helped. Perhaps someone has a firmware for the Cyrillic alphabet and a program that performs the firmware. I used TMFLash…
BromLego
  • 1
  • 1
0
votes
1 answer

Microsoft Point of Service for .NET wont let me delete devices

I'm trying to delete a device (an old cashdrawer) from a POS-computer running windows 10, but so far, no luck. What I've tried to do is; open cmd, head to the install-location of ms pos, and run this command: posdm deletedevice /soname:drawer1 But…
0
votes
2 answers

Using Jpos without Q2

What are the downsides to using Jpos with just creating IsoMsg objects and using channels, connect, send, and receive methods instead of deploying a Q2? I use Jpos in my spring application to process financial transactions from pos terminals to…
efe
  • 41
  • 1
  • 4
0
votes
0 answers

How to print an image using a POS Bluetooth printer?

I have an Android POS embedded printer I'm using via Bluetooth. I'm on .Net Maui 7 application. I would like to print a bmp image. I'm using the following code : public async Task PrintImage(string deviceName) { byte[] imageData; …
Thomas Carlton
  • 5,344
  • 10
  • 63
  • 126
0
votes
0 answers

How to enable communication within a .net maui app and java app that will run in background as service

I am developing a .net maui application for bill payment and receipt generation. the target platform is a payment terminal that runs on Android 8.1. according to the documentation it is possible to print via a Java application. I did the test by…
0
votes
0 answers

Problem with printing out on POS printer in python

I can't figure out a way to print on a POS machine(EPSON TM-T20III). I have tried creating a text file and then printing it. It works, but I have no control over alignments, font type, font size, or specifying printer(at least 2 printers will be…
0
votes
1 answer

Odoo version 14 : active POS session read the orders made and payment lines

I am trying to read the total amount of cash payments made in a POS session in Odoo 14 : Could someone point me into the right direction: i have following code: get totalCash() { // Get order list const orders =…
Stephane
  • 29
  • 1
  • 6