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

How to deal with CC transaction that succeeds after screen timeout?

I'm not sure this is a good question. That said, I don't know exactly what question I should be asking, so if I can just find out that piece of information, I think this will have been worthwhile... At work, we have a machine that takes CC payments.…
user1949917
0
votes
2 answers

Interfacing with Compris POS

Does anyone have any data on how to interface with a Compris POS? I have a Compris POS, and I need to grab data from the database. I can't get information from NCR regarding the underlying data format, and I was wondering if anyone had reverse…
Sargun Dhillon
  • 1,788
  • 2
  • 18
  • 24
0
votes
3 answers

Looking for direction on a design pattern for a receipt object

I need to design a receipt object that will take line items in a transaction and format them for a 40 column display. In the future I will also need another format for regular sized printer paper. The transaction has different types of line items…
Brandon Moore
  • 8,590
  • 15
  • 65
  • 120
0
votes
1 answer

Automatically fill a field incremented by the previous value in Codeigniter - PHP Point of Sale 11.3

I'm making some modifications in PHP Point of Sale 11.3. Presently called as Open Source Point of Sale which is build using Codeigniter. While adding a new item into inventory, there is a text field which I wanted to be filled automatically…
Sabharish
  • 101
  • 3
  • 12
0
votes
3 answers

How best to solve till receipt printing for Point of Sale

I have developed a point of sale application using delphi, but I'm left with one last piece of the software, the printing of the cash receipt. I have used Rave Reports for most of my Reports in die application and tried to use the rave reports to…
Japster
  • 985
  • 6
  • 19
  • 38
0
votes
1 answer

Order confirmation devices

We are building a solution where we have to send orders to our clients whenever a customer places one on our site. To simplify the process we are looking at some kind of low cost order confirmation device where the order can be printed at the…
user160108
  • 930
  • 3
  • 8
  • 38
0
votes
0 answers

Legacy ActiveX Control with .NET 4.0 - Microsoft POS

We have an ActiveX Control calling Microsoft Point of Sale for .NET. However POS doesn't work with .NET 4.0 due to CAS (Code Access Security) which is obsolete for .NET 4.0. The best resource I've found is on this LavaBlast Blog, however I've been…
dave2118
  • 206
  • 6
  • 22
0
votes
1 answer

Opening multiple windows at one call

I am working on WPF Application. I have made small PointOfSale Type Application. When I sale the products the Bill/receipt window will open. It is working fine when I sale product 1st time or you can say whenever I run the application first time.…
R76
  • 446
  • 6
  • 25
0
votes
2 answers

Simple Point Of Sale software information requested

I hope this is okay to post here. A family friend of mine owns a pizza store, and asked me if I could develop him touch-screen point of sale software for his store. He says he wants something really simple, with no integration to a cash register.…
Tesla
  • 822
  • 2
  • 13
  • 27
-1
votes
0 answers

Reciept POS printout issues excel

I have issues using printing out a receipt from my POS Project, as you can see from the images, i selected area K1:N for print out, but using xthermal printer of size 80mm X 297mm or 210mm it becomes impossible to fit my receipt print area…
-1
votes
1 answer

How to create and show a customer screen in a POS software using visual basic

I am building a POS software using visual basic and trying to display the customer screen on the customer facing screen. device used is APT 200 series - touch screen POS i have created a customer form and used the following code in the main form…
AjKu
  • 47
  • 12
-1
votes
1 answer

How to create a transparent layer to write text over a picture with html?

Could you guys please tell me how can I create a transparent layer over a product picture to be able to write the name and price of a product on sales screen of a Point of Sale software just like this my problem is the text and price on the product…
tamiitaly
  • 1
  • 1
-1
votes
1 answer

How to create a OPOS Service Object virtual printer - c#

I'm looking to build an OPOS Service Object (SO) virtual printer for a POS application to capture shopping receipts. If somebody could advise steps for how to create the Service Object would be greatly appreciated.
Shahryar Faraji
  • 119
  • 1
  • 2
  • 9
-1
votes
1 answer

BC-95AC thermal printer not found in PosExplorer.GetDevices()

I have installed drivers for BC-95AC and can find it in my Hardware & Printers and is set to be default. But when i am trying to access it via PosExplorer. The GetDevices() method does not have this printer in collection. I want to know how can i…
Salman Zahid
  • 328
  • 1
  • 7
-1
votes
1 answer

How do I get the status of the cash drawer back after opening it in NCR 7167 Receipt Printer?

I am using NCR 7167 receipt printer with a cash drawer attached to it. I want to get back the status of the cash drawer as soon as it's opened or closed. I am able to open the cash drawer programmatically. i.e. using the command from the manual. How…