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

Is it possible to get an email address from a credit card transaction?

Is it possible to get email addresses from a debit/credit transaction. This is broad question but in a point of sale system, would it be possible to get an email from that credit card swipe?? Where could I learn more about what is sent back and…
JD Schmidt
  • 19
  • 3
0
votes
1 answer

Inserting data into one table with two foreign keys

I have two tables (for POS system) named: purchase and product. The columns of the purchase table are: poid (PK, auto_increment), prodid (FK), poquantity. The columns of the product table are: prodid (PK, auto_increment), prodname, price, quantity.…
0
votes
2 answers

OPOS not working on 64 bit system

Anyone have experience with OPOS? I can't get my app to recognize the LDNs for the devices running on a 64 bit machine. I've got down to the point where I know that the OleforRetail stuff is now under Wow6432Node in the Registry. I suspect the…
Blair Mahaffy
  • 255
  • 3
  • 10
0
votes
1 answer

How to change the print options in POS?

I would like to use POS with my custom printer. So the form of the bill /invoice is formated for a small printer. I would like to print on normal A4 paper. how can I edit the settings of the outgoing printing in POS?
0
votes
2 answers

How can I resize an application window with a DDE command? [Windows OS/Filemaker]

I'm using Filemaker to create a Point of Sale solution. It is being run on Windows OS with a dual monitor screen. A cashier facing 15" 1024x768 screen and a customer facing 8" 800x600 screen. Filemaker can send Dynamic Data Exchange commands via a…
cml
  • 107
  • 2
  • 12
0
votes
1 answer

jQuery On-screen-keyboard on demand

I'm writing an web-application (EPoS) that will be used on touch screen computers that will not have a keyboard on them, so I am utilizing https://github.com/Mottie/Keyboard/wiki/ to be able to offer an on screen keyboard when needed in the…
0
votes
3 answers

MS cash drawer with epson TM-IV88 Status API

Does anyone know how to monitor cash drawer's open/close state using Advanced Printer Driver's Status API for Epson TM-88IV thermal printer. I wish i could use OPOS for ADK .Net, but haven't had luck setting it up on windows 7. Does anyone know how…
Xience
  • 351
  • 2
  • 8
  • 22
0
votes
1 answer

how to use Pos machine N8110?

I have this project in which I have to develop an application that would also use POS. I developed the web service in ASP.NET and now I got the POS machine from Client, He previously said that there would be a SDK with the machine, But now We…
Ramzy
  • 56
  • 1
  • 9
0
votes
1 answer

customer form combo box for city,state ,country

Adding Combobox in new customer form For country,state,city in point of sale using php
lang->line( 'common_city' ) . ':', 'city' ); ?>
balaji
  • 291
  • 1
  • 4
  • 13
0
votes
1 answer

type initializer for 'Microsoft.PointOfService.Management.Explorer' threw an exception in c# for cash drawer

I am new in POS system, so if I miss out any info let me know will edit with it. I have installed a WINFORM on other PC through setup, and I want top open a cash drawer attached to it on form load. I have used Microsoft.PointOfService dll. And…
user2454135
  • 59
  • 2
  • 12
0
votes
1 answer

How mobile printer that work alone and with WIFI for POS app?

I'm hunting for a mobile POS printer for use in a mobile point-of-sale application (BestSeller). The requeriments is that must work independent of anything except the mobile device. So the solution is only: Printer + iPhone. I have a early question…
mamcx
  • 15,916
  • 26
  • 101
  • 189
0
votes
1 answer

What format is this database?

I am trying to extract data from a legacy point-of-sale database that runs on a DOS system. 56 KB DATABASE.DA0 - binary data 232 KB DATABASE.DA1 - binary data 192 KB DATABASE.DA2 - binary data 396 KB DATABASE.DA3 - binary data 224 KB …
Phssthpok
  • 1,629
  • 1
  • 14
  • 21
0
votes
1 answer

QuickBooks POS Store Names

I have 2 access questions within the Inuit QuickBooks POS SDK: Can I access the Price Manager, and get sale dates for inventory items? Can I access the preferences to get the current defined store names? Thanks! Tom
0
votes
0 answers

EPSON POS printer TM-T70E setting character set ( iOS SDK )

I have an EPSON TM-T70E (Ethernet) pos printer. I'm using the ios SDK and I can print everything ok. But I want to be able to print Greek Characters. So I must change the character set the printer is using. In the iOS SDK I can't find any way to…
Panos
  • 7,227
  • 13
  • 60
  • 95
0
votes
2 answers

How can I create and start an Intent?

I was wondering how I can create and start an intent using this: "qsrtech.posprintdriver/.printservice" I downloaded the POS Printer Driver (ESC) app (which is the app I am trying to access). I tried this: String PrintPage =…
Kofi
  • 65
  • 1
  • 2
  • 11