point-of-sale

Printing Server Side from .Net (without WinForms)

百般思念 提交于 2019-12-10 19:21:58
问题 Hey printing junkies need some pointers to send me in the right direction for this development. I am developing an epos system for a local shop which we are later going to tie into an ecommerce site. The front end of the epos system is going to be WinForms so we can handle USB devices easily and we are going to use a WebForms/MVC admin console. One area we are inexperienced in is printing. We need to print barcodes, and wish to do this via the admin console (web based). So (finally) the

Iframes in Micros POS

喜夏-厌秋 提交于 2019-12-10 11:19:06
问题 I am currently working for one proposal and looking feasibility of the solution. The functionality we are trying to achieve is to display customer profile in the format of popup (or Iframe) when Hotel Personnel click a custom profile button on Hotel Booking screen. I here consider Hotel Booking system using Micros 5 and Iframe/Popup will hit web service on runtime to load the customer profile. Iframe can be open as a separate or on the same window, any things looks good in assumption. I dont

POS for .NET - My program in C# shows text in “Microsoft LineDisplay Simulator” instead of the real display

前提是你 提交于 2019-12-10 11:09:49
问题 Hello lovely community! I am using a HP 2x20 Integrated Display with HP RP 7800 Retail System and decided to play with it and write some small programs for it to learn coding. The sample tool provided with the SDK works perfectly. First I wrote a simple program using Microsoft.IO.Ports and simple functions like this: SerialPort COM3 = new SerialPort("COM3", 9600, Parity.None, 8); COM3.Open(); COM3.Write(Clear); // string Clear = "\x1B\x40" - hex value of a control character for the display

Checking Printer Messages using OPOS Drivers in Delphi

放肆的年华 提交于 2019-12-06 13:55:18
问题 I'm trying to open a Point of Sale (POS) printer using the OPOS Drivers in Delphi (BDS2006), but don't have a clue on how to check the printer status. How would I check for messages like Check Paper and Paper Jam from the printer? 回答1: I haven't used OPOS Drivers but I have done some work with POS Drivers for an Epson receipt printer connected to a cash drawer. What I discovered was that, if the printer is installed in Windows, you can then open a direct connection to it and make it do

Iframes in Micros POS

南笙酒味 提交于 2019-12-06 12:37:08
I am currently working for one proposal and looking feasibility of the solution. The functionality we are trying to achieve is to display customer profile in the format of popup (or Iframe) when Hotel Personnel click a custom profile button on Hotel Booking screen. I here consider Hotel Booking system using Micros 5 and Iframe/Popup will hit web service on runtime to load the customer profile. Iframe can be open as a separate or on the same window, any things looks good in assumption. I dont have any experience in Micros, neither didn't find of any documentation which can help me to understand

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

我只是一个虾纸丫 提交于 2019-12-05 23:17:17
问题 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, it presents the cashier with a total, and the cashier keys the total into a credit card terminal (by hand--it is not connected to the computer), swipes the card at the terminal and then when the payment is processed, the cashier presses the "Paid

Integrating POS application with VeriFone terminal [closed]

北城以北 提交于 2019-12-05 14:54:34
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 11 months ago . 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 into the terminal the amount a client has to pay. In more

Checking Printer Messages using OPOS Drivers in Delphi

假装没事ソ 提交于 2019-12-04 19:14:40
I'm trying to open a Point of Sale (POS) printer using the OPOS Drivers in Delphi (BDS2006), but don't have a clue on how to check the printer status. How would I check for messages like Check Paper and Paper Jam from the printer? I haven't used OPOS Drivers but I have done some work with POS Drivers for an Epson receipt printer connected to a cash drawer. What I discovered was that, if the printer is installed in Windows, you can then open a direct connection to it and make it do whatever you want. The reason the printer is so slow is that it's using the graphical font functions of Windows.

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

那年仲夏 提交于 2019-12-04 05:48:58
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, it presents the cashier with a total, and the cashier keys the total into a credit card terminal (by hand--it is not connected to the computer), swipes the card at the terminal and then when the payment is processed, the cashier presses the "Paid by Credit Card" and it prints a receipt. The problem is that hand keying in totals is time consuming and

Feed paper on POS Printer C#

痴心易碎 提交于 2019-12-03 16:12:11
I've been trying to programatically feed the paper on a pos printer (Epson TM-U220D). The problem I have is that the last line of the document don't get printed, instead, it is printed as the first line of the next document printed. I tried POS for .NET sending the "ESC|flF" command, also tried to send the raw esc/pos command using the serial port, but it doesn't work. Any ideas? You will need sooner or later the full ESC/POS Application Programming Guide . I did obtained a copy from my EPSON dealer some years ago. In the meantime, I have found with Google a link to the FAQ for ESC/POS here: