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

How to check the status of a cash drawer connected to a thermal printer using C#

I need a help. I have developed a point of sale for my client. When a sale is complete a receipt is printed to a thermal printer and a cash drawer connected with the printer is opened. I wrote code in c# to open the cash drawer. It works fine. Now…
Sadequzzaman Monoj
  • 121
  • 2
  • 3
  • 10
-1
votes
2 answers

What is Barcode Reader support

I am newbie into Point of sale software development, and by reviewing some pos software they mention that the program support barcode reader, but from what I know the barcode reader will take the responsibility of reading the barcode and generate…
Ahmad Issa
  • 313
  • 1
  • 2
  • 15
-1
votes
2 answers

Best font for POS printer in WPF C# App

I have developed an application in WPF and C# as client requirement. Now I am facing problem in bill printing. Printer is WEP DR-400 series and I am using "FlowDocument" to preview bill and printing. Now my client wants these issue to…
Raj
  • 3,890
  • 7
  • 52
  • 80
-1
votes
3 answers

How does bit flag parameters of a method works (Ansi C/C)?

I'm programming a POS (point of sale) in C (ANSI C) I have this function GetString(uchar *str,uchar mode,uchar minlen,uchar maxlen) Is something like readln but in the POS In the API the mode parameter is something like D1,D2,D3... But in the…
Jonathan Zea
  • 23
  • 1
  • 8
-1
votes
1 answer

Want to know automation in verifone terminal is possible or not?

I want know about test automation in VeriFone terminals--is possible or not? Is there anyway to do automation for it?
muthu vignesh
  • 131
  • 12
-1
votes
2 answers

ID/Magnetic Card Reader using audio jack for Windows 8.1?

Does anyone know of a magnetic card reader that works with the audio jack for a Windows 8.1 tablet device? (this is to read employee ID cards, not credit cards). Are there any more (tablet/mobile) innovative solutions than to use ID magnetic cards…
Erick Tejada
  • 261
  • 3
  • 6
  • 14
-1
votes
1 answer

What happens when you claim a PosPrinter using Microsoft Point of Serivce & Epson OPOS for.net then computer unexpectedly shutdown?

What happens when you claim a PosPrinter using Microsoft Point of Serivce & Epson OPOS for.net then computer unexpectedly shutdown? does your PosPrinter get broken? or does the library manage this already?
Patrick87
  • 237
  • 1
  • 2
  • 10
-1
votes
2 answers

printing from web(PHP) to local printer POS (point-of-sale) directly

Is it possible to print from a website directly to the printer ? maybe if i first write the file than save it to a local folder, and after saving it would be run the printer? like printer spooling? I printing now with web dialog ... ut would like…
Oliver
  • 21
  • 1
  • 8
-1
votes
1 answer

POS software/hardware general questions

I'm looking for answers to a few general questions as to how point of sale (POS) software and hardware generally works in brick-and-mortar stores. I realize there will be many edge cases given the sheer number of solutions out there, but I'm…
user21293
  • 6,439
  • 11
  • 44
  • 57
-1
votes
1 answer

How will i integrate POS System in PHP to Touchscreen Monitor?

I want to create a Point of Sales System with Inventory System that generates Balance Sheet and Income Statement. How can I integrate my system to a touch screen monitor? Do i need a touchscreen monitor before I will start the system or it is…
-1
votes
1 answer

configure ofbiz pos alone

I want to know how to use ofbiz-pos alone in my machine. For this POS what are the minimum things are required (softwares). Whether we need to install the entire ofbiz framework in POS machine to run POS application?? Can any one help me to resolve…
user1006585
  • 85
  • 2
  • 10
-2
votes
1 answer

How can I use jPOS-EE library to read pos terminal configuration and change them remotely,

How can I monitor, manage and change configurations of POS terminals remotely with the help of java jPOS-EE library I am try to manage and monitor POS(Point of Sale) terminals remotely. Knowing who has which POS terminals, what is happening on which…
-2
votes
1 answer

Toshiba ACE /4690 POS integration alternatives

we are in a retail business and we are using OMNICO agile data solutions for trickling and parsing the TLOG data generated by Toshiba 4690 POS system on a near real-time basis. Unfortunately the OMNICO company went bankrupt and we are looking for…
-2
votes
1 answer

How do I add a value from database to the button

I wanted to make a pos, I want to insert a data to the button coming from Sqlite Database. So that when I clicked the button the data name and price showed. public class DatabaseHelper extends SQLiteOpenHelper { public static final String…
-2
votes
1 answer

Is there a way to sync payment amount into credit card terminals such as verifone vx520 or Ingenico ict250 from windows 10?

I am working on a project where I need to send an amount to a credit card terminal such as verifone vx520 or Ingenico ict250. If it was from Windows 10, would there be a way to communicate with the terminals to show an amount on the terminal…
kukrt
  • 2,117
  • 3
  • 21
  • 32
1 2 3
30
31