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

How to print from the Thermal Printer in Android?

I am working on an application for an Android device that will have a built in line printer. I have to interact with this printer and use it to print the details on receipt and then with cutter cut that receipt automatically. I have seen some ESC…
Naresh Sharma
  • 4,323
  • 7
  • 48
  • 68
26
votes
6 answers

Up-Sync and Down-Sync in Android?

I am working on a Point of Sale application that needs to be very good syncing mechanism. We have Magento Database.The android device have SQLite local Db. Now we need to sync in the following way: Local ------Sync To---------------> Server (Up…
22
votes
9 answers

POS UI design & development: what should be included & avoided?

I'm having to design & develop UI for a Point of Sale (POS) system. There are obvious features that need to be included, like product selection & quantity, payment method, tender amount, user login (as many users will use one terminal), etc. My…
Forer
  • 1,045
  • 1
  • 9
  • 32
20
votes
7 answers

Start program on a second monitor?

Is there a way to specify which monitor a application appears on in Delphi or C++Builder? I am developing a simple program for a customer, which displays kitchen orders on a secondary monitor, generated by a hospitality system. Currently they…
stukelly
  • 4,257
  • 3
  • 37
  • 44
17
votes
2 answers

Point of Sale and Inventory database schema

I’m trying to create a basic Point of Sale and Inventory management system. Some things to take into account: The products are always the same (same ID) through the whole system, but inventory (available units for sale per product) is unique per…
Andrés Botero
  • 1,042
  • 2
  • 10
  • 26
15
votes
2 answers

Integrating POS application with VeriFone terminal

Currently I'm working in a team creating a custom POS solution. We came to a point were we'd like to integrate with a IC/Credit Card terminal (like VeriFone which we have, i.e. Vx510). I think the simplest mode is to allow Cashier to manually enter…
SOReader
  • 5,697
  • 5
  • 31
  • 53
14
votes
4 answers

Best Practice for Writing a POS System

I'm putting together a basic Point of Sale (POS) system in C# that needs to print to a receipt printer and open a cash drawer. Do I have to use the Microsoft Point of Service SDK? I've been playing around with printing to my Samsung printer using…
Gary
  • 141
  • 1
  • 3
14
votes
3 answers

How to print from web application to receipt printer?

I was asked by my client to print receipts on an Epson TM U220 (http://pos.epson.com/products/TM-U220.htm) from my web application. I have no idea how to do that. Are there any java applets or something else that I can use for printing? Should i use…
nightingale2k1
  • 10,095
  • 15
  • 70
  • 96
14
votes
1 answer

Billing aliens via POS printer and image print

I am trying to create a prototype to print bitmap data for a text file to my LAN enabled epson pos printer TM-T88V. While I have no problems to send text and text formatting instructions, I dont understand, what I have to do, to make my printer…
vikingosegundo
  • 52,040
  • 14
  • 137
  • 178
11
votes
1 answer

Dynamic paper height with .NET PrintDocument

I ran into a problem with sizing pages on a thermal printer. I have started from this answer: https://stackoverflow.com/a/27165167/1030464 and now I have the code I pasted below. This works nicely, however altough I calculate and set the size of the…
molbal
  • 974
  • 1
  • 10
  • 23
9
votes
1 answer

Can I program an ingenico/verifone terminal to do whatever I want?

Ideally, I would connect an Ingenico/VeriFone terminal to the net via an Ethernet cable, the terminal will exclusively run a program that I wrote. This program would poll a webservice, beep when it detects some kind of info, wait for somebody's…
edmz
  • 3,350
  • 2
  • 22
  • 29
9
votes
2 answers

PrintNormal() Issue 'It is not Initialized'

Current C# POS.NET Printing Issue: PrintNormal() Throws Exception = 'It is not initialized' CheckHealth = 'It is not initialized' 'It is not initialized' exception when Printing to Epson TM-T88IV Using POS for .NET 1.12 and the Epson OPOS…
Catto
  • 6,259
  • 2
  • 52
  • 55
9
votes
2 answers

Where can I find a "ESC/POS" Epson Barcode Test Program?

I am struggling to get an Epson "ESC/POS" printer to print barcodes (Using Delphi) and want to test if the printer is not faulty. Do you know where I can find a program to print a barcode in "ESC/POS"? I suppose as a last resort an OPOS program will…
Johan Bresler
  • 6,450
  • 11
  • 56
  • 77
8
votes
7 answers

Receipt printer?

I am developing a software which require to print receipts. What is the most common type of receipt printer? Are there any industry standards for receipt printer API? Are there any .net library for that? Tried to find but didn't find anything.
mamu
  • 12,184
  • 19
  • 69
  • 92
8
votes
3 answers

Retail point of sale credit card processing - card present. Minimizing PCI compliance requirements

I am writing a point of sale application for a client who has some very specific needs. The client is a retail store, so when they process credit cards, they have a physical card present and can swipe it. The way it is now, at the end of check out,…
user2020111
  • 111
  • 4
1
2 3
30 31