The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
4answers
1k views

Best Practise for Writing a POS System

I'm putting together a basic Point of Sale (POS) system in C# that needs to print to a receipt printer and open a cash drawer. Do I have to use the Microsoft Point of Service SDK? I've been playing ...
11
votes
7answers
11k views

Start program on a second monitor?

Is there a way to specify which monitor a application appears on in Delphi or C++Builder? I am developing a simple program for a customer, which displays kitchen orders on a secondary monitor, ...
10
votes
8answers
3k views

POS UI design & development: what should be included & avoided?

I'm having to design & develop UI for a Point of Sale (POS) system. There are obvious features that need to be included, like product selection & quantity, payment method, tender amount, user ...
6
votes
6answers
1k views

Receipt printer?

I am developing a software which require to print receipts. What is the most common type of receipt printer? Are there any industry standards for receipt printer API? Are there any .net library ...
6
votes
2answers
7k views

Where can I find a “ESC/POS” Epson Barcode Test Program?

I am struggling to get an Epson "ESC/POS" printer to print barcodes (Using Delphi) and want to test if the printer is not faulty. Do you know where I can find a program to print a barcode in ...
6
votes
4answers
7k views

Feed paper on POS Printer C#

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 ...
6
votes
5answers
1k views

Does anyone have database, programming language/framework suggestions for a GUI point of sale system?

Our company has a point of sale system with many extras, such as ordering and receiving functionality, sales and order history etc. Our main issue is that the system was not designed properly from the ...
6
votes
4answers
6k views

Drive a POS printer via USB in c#

Any ideas how i can best drive a USB POS printer from c#. POS printers are usually serial, TCP/IP or USB based. I know how to accomplish serial and TCP/IP but have no idea about communications through ...
5
votes
4answers
3k views

How to print from web application to receipt printer?

I was asked by my client to print receipts on an Epson TM U220 (http://pos.epson.com/products/TM-U220.htm) from my web application. I have no idea how to do that. Are there any java applets or ...
5
votes
3answers
718 views

Determining HID interface to be POS or Keyboard in C++

I've got some bar code scanner devices that can handle a variety of USB interfaces (COMM Emulation, HID Keyboard, HID POS, etc.) The problem is that, while I can tell if the device is in a HID mode, ...
5
votes
6answers
1k views

Why is FoxPro used for POS systems? [closed]

I'm looking at upgrading a POS (Point Of Sale) project which is currently built in FoxPro to .net. The planned architecture is quite complex and there is plenty of rationale behind the new ...
5
votes
2answers
1k views

C# SerialPort - emulate pos keyboard

We are trying to emulate a POS keyboard in order to integrate an application with an existing Point of Sale application. We ran across this software: Virtual Serial Port Kit It basically creates a ...
5
votes
2answers
2k views

Where can you get good programming information for POS (Point-of-Sale) Development?

POS Development has some special challenges, ie. printer languages such as ZPL, "ESCPOS", OPOS etc. etc. It would really be nice to know where are the best sites with information and code snippets and ...
4
votes
2answers
140 views

How much data, on average, does a credit card transaction use?

Not sure if this is the correct place to ask, but when a credit card is swiped at a POS terminal, how much data is passed for the entire transaction? Please include references if available. edit: ...
4
votes
1answer
1k views

Printing simplified Chinese characters on Epson TM-T88IVM

I am trying to print Chinese characters on an Epson TM-T88IV M (parallel port) using the Microsoft Point of Service SDK in C#. However, they appear as questions marks on the printer. (?) My ...
4
votes
5answers
2k views

Point of Sale Machine Software Development

I want to create a Point of Sale (POS) machine and software for it. Are there any How-To guides for this? Hardware I know where to find the hardware, but I am just wondering if there are any ...
3
votes
1answer
170 views

Send signal via RJ12 in Delphi

I have a cash register of a Chinese manufacturer and I want to open its cash drawer using Delphi code. The register and the drawer are connected by an RJ12 (6 pins) cable. I've seen elsewhere ...
3
votes
1answer
680 views

Epson Java Pos ADK Exeption: It is not initialized

Now I try to write a Java Application what uses the Epson Java Pos ADK. What I did: -Installed Java 1.6.0_22 -Installed Java JDK -Installed Eclipse -Installed the Epson Java Pos ADK 1.11.8 Then I ...
3
votes
1answer
379 views

Is Access 2007 with a touch-screen POS interface the right choice to convert my INFORMIX-SQL app?

I have evaluated several development tools for converting my informix SQL-based app. They are: Genero/4Js, FileMaker, Oracle APEX, VFP, Clarion and Access 2007. I have a CRUD pawnshop app (see ...
3
votes
4answers
6k views

Epson OPOS ADK for .NET drivers for windows 7

Has anyone used Epson OPOS ADK for .NET for windows 7. i tried to install windows vista drivers on windows 7, since there are none available for windows 7, but it did not work. Please share any ...
3
votes
3answers
801 views

WIX installer : Adding POS as a prerequisite

I'm fairly new to WIX. Bare with me. I wish to install Microsoft POS (Point of service) with my installer, after installing .net fx, sql server compact edition, etc. I am willing to supply the ...
3
votes
3answers
2k views

Printing Server Side from .Net (without WinForms)

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. ...
3
votes
5answers
1k views

Best way to handle input from a keyboard “wedge”

I'm writing a C# POS (point of sale) system that takes input from a keyboard wedge magcard reader. This means that any data it reads off of a mag stripe is entered as if it were typed on the keyboard ...
2
votes
1answer
268 views

POS development on windows: OPOS via COM? OPOS for .Net? UnifiedPOS? …?

I plan to develop a POS system from scratch, which will be based on windows (currently XP SP3). I tried to get an overview of which API to use to work with POS devices. So far I found OPOS which is ...
2
votes
0answers
114 views

MICROS POS Integration

I have a desktop application for managing restaurants front-of-house operations such as reservations, guest data, table turnover, with support for online reservations. The problem that I am trying to ...
2
votes
1answer
247 views

Is there any way to eject cash drawer without paper feed? [closed]

We're using a Bixolon SRP-350 receipt printer with a Windows 7 Point of Sale system. The printer is connected via USB to the PC; the cash drawer is connected to the printer with a special cable. To ...
2
votes
2answers
296 views

Linkable reporting library for Qt, with editor or easy markup

Is there a reporting library which can be linked with a Qt application to generate and print invoices (from within my own application, no seperate tool). The invoices are needed to print instantly, so ...
2
votes
1answer
407 views

POS For .NET: Failed to set property properties of PosPrinter

I can't set properties of PosPritnter class. For example PageModeStation, PageModeVerticalPosition, PageModePrintArea etc. PosPrinter posPrinter = ...
2
votes
1answer
626 views

Problem interfacing C++ POS controls with the .NET POS SDK

We're trying implement a .NET Service Object that supports a COM interface to emulate a POSPrinter but still be compatible with the older technologies. We have our interface and class object in the ...
2
votes
1answer
714 views

Communicating with Zebra GK420d through Zebra OPOS driver

I am using a Zebra GK420d label printer for a POS application that i am developing. I am trying to communicate with the printer through its OPOS drivers provided by Zebra. But i get into trouble. It ...
2
votes
1answer
338 views

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 ...
2
votes
3answers
2k views

POS for .Net Check Printing

We currently have check printing fully implemented and in the field for a POS application. It runs on Windows, implemented in C# and uses POS for .Net. We are having an issue where cashiers are too ...
1
vote
1answer
48 views
+100

Reading encrypted (?) SQLite files from POS

I'm trying to get to the original data stored on a Micros POS. Under the DB folder, I found over a 100 files, arranged in pairs: x.bin, x.key; y.bin, y.key etc. The file names look like table names, ...
1
vote
1answer
84 views

POS For .NET: Failed to set property DeviceEnabled property of MSR

POS For .NET: I am trying to connect MSR with POS for .net but I cant set property DeviceEnabled = true. It gives me below exception EDIT: Unable to enable the device. See inner exception for ...
1
vote
0answers
228 views

Print via POS .NET without opening cash drawer

I am preparing to create a POS application for a restaurant. I will use POS for .NET so I want the ability to access the printer and cash drawer without resorting to vendor-specific command strings. ...
1
vote
2answers
206 views

How to implement bar code scanner in Java?

I have developed a Point of Sale (POS) system in Java. Now I want to implement bar code functionality in the program: like I purchase a bar code scanner and want to implement it with my program, and ...
1
vote
4answers
121 views

logic of point of sale?

my tables ... create table sale ( idsale int primary key identity, idclient int, user1 varchar(50), fecha datetime ) create table listofsale ( idsale int, idproduct int, amount int, priceunit float, ...
1
vote
4answers
266 views

How to Customize a Report in Micros 3700

My daughter is trying to do a good turn for her restaurant. They have a nice report in Micros 3700 telling them how many chickens they consume per day, but they need it to tell them how many chickens ...
1
vote
2answers
1k views

POS Printer MatrixPoint MP-3250 ESC/POS commands

as the subject, I have a POS printer MatrixPoint MP-3250. As the manual said it is support command: ESC/POS compatible I do search google, tried but won't works. At least setting condensed fonts, ...
1
vote
4answers
1k views

POS for .NET | Differentiate between (barcode) scanner and keyboard input

I want to differentiate between (barcode) scanner and keyboard input in an WPF application. What I need is an event which occurs whenever my scanner is providing data. In my application there is a ...
1
vote
5answers
1k views

Print to external receipt printer using PHP

I'm trying to find a solution for sending live orders to a receipt printer. Are there any API's that can do this? Or are there any types of software a location can install that PHP can communicate ...
1
vote
3answers
223 views

How to differentiate products depending on attributes in a Point of Sale Database Schema

Here is my dilemma, I am building a POS system for a pretty large retailer, they have different products which have different attributes (size, color, etc...). When they receive the merchandise from ...
1
vote
1answer
156 views

Is there a rapid development tool or IDE for developing customized POS applications?

I'm seeking a development tool/environment which will allow me to quickly develop a vertical market touch-screen POS application. I understand OJAVA is an option, but I'm looking for something with a ...
1
vote
1answer
543 views

Font size on receipt printer when printing HTML

We have two Epson TMU 220 (USB) printers and try to print from two different clients. One is an Ubuntu client and another is a Windows client. Using PHP, In Ubuntu I echo plain text to /dev/usb/lp0 ...
1
vote
2answers
850 views

Need help in writing a Receipt Printer driver for the Epson POS TM-T88 on iOS devices(iPhone, iPad)?

I write an native application for an iOS devices(iPhone and iPad) and want to print to Receipt Printer Epson TM-T88. I can not find any information on how to write a driver for Receipt Printer on iOS ...
1
vote
0answers
1k views

C# POS.NET PrintNormal() Issue 'It is not Initialized'

Current C# POS.NET Printing Issue: PrintNormal() Throws Exception = 'It is not initialized' CheckHealth = 'It is not initialized' 'It is not initialized' exception when Printing to Epson ...
1
vote
1answer
887 views

Cutting paper (“feed and cut”) with GDI?

Many printers have a "feed and cut" or "cut paper" command (I'm talking about POS - printers here). Since using POS.NET is not always possible (horrific driver incompatibilities) and GDI can do so ...
1
vote
2answers
634 views

Magento Point of Sale Integration

I am currently building a Magento (Community Edition) site for a customer who needs Magento to sync with their inventory software, and I am having a very hard time figuring this out. I have searched ...
1
vote
3answers
186 views

How to switch users in a smooth way in a Point-Of-Sale system?

I am designing a Point-Of-Sale system for a small shop. The shop just have one Point-Of-Sale but often they are one to three users (sellers) in the shop. Each user have their own user account in the ...
1
vote
4answers
354 views

Point of sale app architecture advice

I need to develop a point of sale app that will be used on several locations. In every location it will be use a single database and it will be, in another location a master database with all cashflow ...

1 2 3