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

Epson Java Pos ADK Exception: It is not initialized

Now I try to write a Java Application what uses the Epson Java Pos ADK. What I did: -Installed Java 1.6.0_22 -Installed Java JDK -Installed Eclipse -Installed the Epson Java Pos ADK 1.11.8 Then I tried my Printer using Com Port Tool, I send him…
brokedid
  • 879
  • 2
  • 10
  • 35
5
votes
2 answers

How to fix tamper error in verifone vx520

In Verifone vx520 i faced in tamper error. How could i fix this error? Is there any way to fix this error ( TAMPER ERROR )? I can't do anything with this error and it's just shown in display.
Farshid.M
  • 389
  • 2
  • 4
  • 17
5
votes
1 answer

How to show bitmap image on Verifone VX 520 screen

I'm trying to show a bitmap image on a Verifone VX 520 screen. I tried using the put_BMP() function but it returns -1 and the image doesn't show. The image is monochrome and 128x128 pixels. Here is the code: int main() { char bg[] =…
farshid
  • 161
  • 5
  • 13
5
votes
3 answers

Determining HID interface to be POS or Keyboard in C++

I've got some bar code scanner devices that can handle a variety of USB interfaces (COMM Emulation, HID Keyboard, HID POS, etc.) The problem is that, while I can tell if the device is in a HID mode, I need to be able to determine if it's HID…
Adam Haile
  • 30,705
  • 58
  • 191
  • 286
5
votes
6 answers

Why is FoxPro used for POS systems?

I'm looking at upgrading a POS (Point Of Sale) project which is currently built in FoxPro to .net. The planned architecture is quite complex and there is plenty of rationale behind the new technologies chosen. Some of the requirements include the…
Macros
  • 7,099
  • 2
  • 39
  • 61
5
votes
4 answers

WIX installer : Adding POS as a prerequisite

I wish to install Microsoft POS (Point of service) with my installer, after installing .net fx, sql server compact edition, etc. I am willing to supply the downloaded exe with installer (no need to get it from the web). I've found this link. The…
ArielBH
  • 1,991
  • 3
  • 22
  • 38
4
votes
4 answers

MICROS 3700 ResPosApiWeb API client configuration record

We are working on integration with Micros POS 3700 (v. 4.8). When we send any request to its web interface, we got the following error: Server was unable to process request. --> The type initializer for "ResPosApiWeb.ResPosApiWebService"…
dnyan waychal
  • 433
  • 1
  • 4
  • 10
4
votes
2 answers

MICROS POS Integration

I have a desktop application for managing restaurants front-of-house operations such as reservations, guest data, table turnover, with support for online reservations. The problem that I am trying to solve is how to capture customer spend and table…
bashar
  • 415
  • 5
  • 15
4
votes
4 answers

Point of Sale Machine Software Development

I want to create a Point of Sale (POS) machine and software for it. Are there any How-To guides for this? Hardware I know where to find the hardware, but I am just wondering if there are any hardware brands in particular that allow customization,…
Oliver S
4
votes
1 answer

How to add POS Restaurant notes for every items into POS Restaurant reciept?

I manage to change the template for POS receipt on /addons/point_of_sale/static/src/xml/pos.xml which lies within : But how to change the detail on PosTicket ? .....
Galvion
  • 1,353
  • 7
  • 23
  • 35
4
votes
1 answer

Integrating Square POS with a web based application

We are developing a web app using HTML5, Angular JS, Jquery. We will then use PhoneGap wrapper to convert it to a native iPad app. We are trying to integrate Square POS with our application for processing payments. However from the iPad app (web…
4
votes
2 answers

ODOO POS Weight Scale on RS232

I have a weighing scale manufactured by a local vendor. It can be connected to the RS232 Serial Port to my PC and has been working great so far. Now trying to use it with ODOO v8 POS, however, ODOO does not read weights from this machine although…
Jayant
  • 71
  • 4
4
votes
1 answer

Custom VX680 applications

I just bought an used Verifone VX680. This terminal used to run a custom application for a movie theater or something like that. They removed the software and cleaned up the terminal. I need to develop an application for a delivery management…
Junior Zancan
  • 25
  • 1
  • 13
4
votes
1 answer

Debugging Verifone E315 POS Sled on xcode

I'm developing on the Verifone E315 POS for an iOS application and I'm getting tired of unplugging the device and plugging in my iOS device directly to see stack traces. Does anyone know if it's possible to buy a lightning to micro-USB adapter, plug…
kevinl
  • 4,194
  • 6
  • 37
  • 55
4
votes
0 answers

Print Arabic Characters using Epson T20II Receipt Printer

I am developing a WPF desktop POS application with .NET 4.5 using Microsoft POS SDK v 1.12 And Epson OPOS ADK v 1.12.22. I tried to print to Epson T20II receipt printer and the code works fine but when I tried printing Arabic characters it show…
Waxren
  • 2,002
  • 4
  • 30
  • 43
1 2
3
30 31