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

tablet POS system

I have a project to create a point of sale system, which in each table in a restaurant will have a tablet. The idea is this tablet will communicate to the kitchen interface and send customer's order directly to the kitchen. I'm planning to use HTML…
YaohanCZ
  • 29
  • 3
0
votes
1 answer

Is it possible to build a web application with only client side languages?

Is it possible to build a POS (point of sale) web application (local host) for my shop with only client side languages (HTML, CSS, JS) with integrated database (mysql, sqlite, etc.)?
0
votes
1 answer

Can I Lockdown iPad Browser to a Specific Web Application?

I'm developing a Point-of-Sale solution to be deployed on an iPad. The application will be engineered as a web application. I've seen some great info on how to lock down the iPad to a specific application and so this gets me halfway to my solution;…
Joseph Geretz
  • 33
  • 1
  • 4
0
votes
1 answer

PosExplorer.GetDevice() returns Always null in C#.net Windows form Application

I am working on Thermal Receipt Printer (ARP-990KE) for project where i tried below code for printing invoice but in code GetDevice() give me error Value cannot be null.Parameter name: device PosExplorer posExplorer = new PosExplorer(this); …
Saeed Khan
  • 537
  • 2
  • 12
  • 27
0
votes
0 answers

How to get the amount onto my PDQ Terminal?

I'll start by saying, I am very new to this. I have a EPOS system that calculates the amount that is to be billed for an item/s. At checkout, a user has to enter the amount into the terminal, pass the device over and let the customer put in their…
Wizard
  • 1,142
  • 3
  • 16
  • 36
0
votes
1 answer

Virtual POS printer

Is there any Virtual POS printer software (Simulator) available in Internet. Please share details. Currently I don't have any physical POS printer. But I need to check whether my output is correct or not. Its better it will be a vb.net.
Sajitha Rathnayake
  • 1,688
  • 3
  • 26
  • 47
0
votes
1 answer

Handling input from a keyboard wedge

Following on from the question asked by Mykroft Best way to handle input from a keyboard “wedge” Best way to handle input from a keyboard "wedge". I need to write a class that intercepts key strokes, if the input is determined to be from the…
JDibble
  • 744
  • 1
  • 8
  • 25
0
votes
1 answer

POS application using JAVAPOS and Tysso POS

I want to develop a POS application in JAVA for this POS http://www.fametech.com.tw/product_content.php?id=67 Operating system is Windowx XP with the POS connected via comm port 3 . I have only seen the comm port 3 in the device manager. My problem…
0
votes
1 answer

Verifone Application Download over TCP/IP

I have verifone Nurit POS. I want to perform a remote app download. But I don't know how to make my Server ready for it. Can anyone help me with this. Thanks
Code Name Jack
  • 2,856
  • 24
  • 40
0
votes
0 answers

barcode on pos tilslip

very new to the site i have delphi pos and want to add bar code to the tillslip template the bar code need to be at the bottom of the page and it will be the document ID the barcode need to be EAN 128 HEADER] SELECT * FROM…
0
votes
1 answer

Different modules for sales/invoice management in OpenERP (Odoo)

I am using openerp 7.0. It has many modules for sales and invoice management. There is a sale management module which also has invoices like draft quotations and sale orders. There are also other modules like e-invoicing,invoicing,Invoice Analysis…
Waheed Khan
  • 1,323
  • 6
  • 18
  • 28
0
votes
2 answers

Do not require attention for ShowDialog

I had a question about Dialogs in VB.NET. I am working on a point of sale program, and at one point during a sale, I have a few windows that pop up. For example, a user will go into a sale that is window A. In window A, they have the option of…
Chris Hobbs
  • 745
  • 2
  • 9
  • 27
0
votes
3 answers

Open Cash Drawer

I need to open Cash Drawer in my WPF application, this is the first time I deal with Cash Drawer, after some search I have knew that I'll use Microsoft Point of Services. So I have installed POSforDotNet V1.14 and start new project and added the…
Abdulsalam Elsharif
  • 4,773
  • 7
  • 32
  • 66
0
votes
1 answer

best solution to use a DLL/Driver?

Im working with a CD722UN Customer Display for our POS application. it comes with a USB2.0 connection and a installation package containing a driver ect.. now, for my application. how should i do when i want to access this driver? at the moment i'm…
Alexander
  • 97
  • 1
  • 13
0
votes
1 answer

Integrate restaurant Point of Sale with a Web App

I'm developing a restaurant ordering system based on MVC. I have been asked from my clients if it is possible to integrate this application with their POS (Point of Sale). Basically when someone place an order on on my web app this has to go to…
Massimiliano Peluso
  • 26,379
  • 6
  • 61
  • 70