The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
21 views

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 ...
0
votes
0answers
22 views

Can't print with an EPSON TM-T20 ticket printer, file being accessed by another process

This error ocurrs after I use the Claim method: The process cannot access the file 'C:\ProgramData\EPSON\pos\tm\Statistics\Printer.TM-T20.MUNF060218.xml' because it is being used by another process. ...
0
votes
1answer
168 views

Integrate USB POS printer with app from Android tablet

My goal is to integrate a USB POS thermal printer with a small demo Android app that I will using from an Android tablet. I have two POS printers: Epson TM-T88III POS-5870 I also have a Sanei N10 ...
0
votes
0answers
48 views

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 ...
1
vote
1answer
54 views

OpenERP install xml demo data with new module

Excuse me for my english Today I'm trying to develop a new module in OpenERP v7. My module works fine exactly as I want, but when I share it with my teammates, after been install it they must insert ...
0
votes
0answers
36 views

WPF POS Browser App

we want to use a barcode scanner to scan QR Codes and want to use it in a WPF Browser Application. I have downloaded POS for .NET. But if i try to execute the following line of code: Dim ...
0
votes
0answers
40 views

How to develop plugins for POS

I have been searching for material about how I develop my own custom plugins and how to build the plugin for Dynamics AX POS 2009. I have only found a range of interfaces like the IEFT and ...
0
votes
1answer
16 views

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... ...
18
votes
6answers
299 views

Best way to Synchronise write-to and write-back in Android?

I am working on a Point of Sale application that needs to be very good syncing mechanism. We have Magento Database.The android device have SQLite local Db. Now we need to sync in the following way: ...
0
votes
0answers
116 views

C# Point of Sale tender planning

Hi everyone i am making a point of sale system for grocery store using c#. Current i have a text box and a button that rings items up keeping the focus on textbox1 and form default enter to the button ...
1
vote
3answers
230 views

Website to POS printer

I'm looking for a solution with POS printing. The scenario is: A restaurant currently has a POS system up and running, they take orders from iPads in store and have a network setup that processes ...
0
votes
0answers
97 views

OpenERP for retail stores [closed]

We have a new client who wishes to implement an integrated ERP for his brand new supermarket. This is our first experience with integrating ERP's for retail stores, especially the POS part. One of our ...
18
votes
1answer
1k views

How to get the print from the Thermal Printer in Android?

I am working on the an application with the in Android. That device have built in Line Printer. I have to interact with this printer and use to print the details on receipt and then with cutter cut ...
1
vote
2answers
202 views

locked Windows 8 For POS

I've developped a win7 app using the surface SDK for a POS application ( ordering drink/food from your table using tactile screen ) I'd like to start migrating to using a Metro App, as I fear the ...
0
votes
0answers
17 views

get order lines in state draft from Point of sale when session is load

i try to recover orders from pos.order.line in frontend i make this code in models.js: return self.fetch('pos.order', ['name','session_id', 'lines'], [['state', '=', 'draft']]); ...
0
votes
0answers
75 views

Two way sync queue. POS to eCommerce [closed]

My client has asked for us to setup a POS system for their store and now wants an eCommerce store that is synced to the POS, inventory wise. Sync is easy, but I think I'd need a queue for it to ...
1
vote
0answers
258 views

Printing to Receipt Printer from Web Application

This is more a question if I am taking a 'wrong path' to accomplish the task. I need to print Data to Receipt Printers from Web Application. Based on what I understand from various posts on net, it ...
4
votes
3answers
486 views

Using barcode scanner with Delphi

I'm developing a POS (pet project) and I'm thinking of adding a bar code scanner to capture the sales faster. I do not have a scanner at the moment with me, and would like to ask some questions, as ...
0
votes
0answers
98 views

Issues with point of sale module in openERP

I am new to openERP and I am not much familiar with its functionality. I want to customize the point of sale module. Under point of sale module , when we create our session then there we can search ...
0
votes
0answers
71 views

Subtracting the QOH when an item is cashed out

Hey guys I'm having a little problem and it's driving me insane! Here's what happens. I have created a simple POS, and I am trying to subtract a value from the quantity on hand. Suppose I purchase a ...
-1
votes
2answers
431 views

printing from web(PHP) to local printer POS (point-of-sale) directly

Is it possible to print from a website directly to the printer ? maybe if i first write the file than save it to a local folder, and after saving it would be run the printer? like printer spooling? ...
0
votes
0answers
47 views

Micros 9700 inegration with dot net

I need to integrate micros 9700 with my dot net application for add update order and pay order. I found that there are web services for 9700. but i can't found the document about the apis. Can any ...
0
votes
0answers
112 views

Print to pos printer over bluetooth-serial or wlan-serial adapter via Android

Is it possible to print to pos printer with only serial port over bluetooth serial or wlan-serial adapter? So, my question is will this work on any printer with serial port? I don't believe that this ...
0
votes
2answers
118 views

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. ...
0
votes
0answers
209 views

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 ...
1
vote
2answers
795 views

PHP Print Thermal Receipt Printer

I own Sewoo Thermal Printer that is connected to a local PHP point of sale. Now as a simple print test using php, I wrote the following code : <?php $handle = printer_open("THERMAL LK-TXXX"); ...
0
votes
3answers
499 views

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 ...
0
votes
1answer
624 views

Designing an Inventory Management System for Point of Sale (POS)

I want to design a custom Inventory Management System. I have no previous experience designing anything similar. Since the subject can dig deep into many fields of Accounting and Economics, as a ...
0
votes
0answers
306 views

ESC POS sample file Hex dump request

can someone generate a simple hex dump of a page of data, with various esc/pos commands in it. I've ordered an esc pos printer and it hasn't arrived yet, and its slowing down my project. The .spl ...
0
votes
0answers
138 views

POS - communication protocol using the phone line

I am trying to find information about POS (Point of Sales) devices, and the way they communicate with a Server using only the phone-line. What protocol is used? What if I want to create My own ...
1
vote
1answer
145 views

Architecture advice for C# web app that connects to POS system

I want to develop a C# web application that will allow customers to go online to view current inventory levels for a retail shop I have. The shop uses a POS system with a SQL Server backend. The app ...
0
votes
1answer
660 views

Open cash drawer connected to a computer's rj11 port

I've a software made in VB.Net which opened a cash drawer connected to a receipt printer. A few days before came up a problem, the model of printer has changed and i have to connect the cash drawer to ...
0
votes
0answers
97 views

web service access in mobile POS device

i have a web service which will return a single dimensions array or string, if some parameters are passed to it eg,(1,1, ,dd/mm/yyyy hh:mm).It would be really helpful if iam able to get some idea ...
1
vote
1answer
146 views

POS Handheld device programming

i purchased a pos device EFT POS N8110 which comes with an ARM 9 processor. i received documentation explaining about how to compile applications to it. But the current technique requires manual make ...
0
votes
0answers
91 views

What are options for integrating with a Panini Vision X check scanner

I want to be able to read the routing and account number from a voided check into an application (probably .NET WPF) from a Panini Vision X check scanner. I may also want the scanned image. I'm new ...
0
votes
0answers
205 views

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 ...
0
votes
1answer
589 views

reduce the font size while printing using OPOS printer for receipt

How can we reduce the size of text/font while printing using an OPOS printer? I am using an Epson printer and the following softare components for making this work. OPOS ADK for .Net Microsoft POS ...
0
votes
0answers
644 views

Displaying text on Customer Display

We've been programming a POS application for our client using PioneerPOS's S-Line. We have a few problems working with the customer display. 1- We are able to send text to customer display but this ...
0
votes
0answers
58 views

Time and budget for Point of sale [closed]

Ok i dont know if this is the write question to ask over here, guide me if im wrong, here goes... I have been given an opportunity to create a Point of sale system just like this, i have not done any ...
0
votes
0answers
55 views

InfoGenesis POS Script and soap or http request

Does anyone have experience calling a soap or restful service from InfoGenesis scripts? I'm looking to make a simple call to fetch some data from a web service, I know its possible I just can't find ...
0
votes
2answers
511 views

How Do I Create an Application For Ingenico 5100

i want to build application for ingenico 5100. It must download data from the link and print it. for example http://domain.com/data.txt or http://domain.com/data.xml this operation should be done at ...
0
votes
1answer
131 views

Extract sales info from POS to webservice

I have searched around but have not been able to find a clear answer to my problem. A bit of background - I am creating an on-line system that manages certain sales information for my customers ...
0
votes
1answer
71 views

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 ...
1
vote
1answer
278 views

MICROS Pos Integration From APP

Its there an SDK, API or Webservice that i can use to send, review, pay or cancel orders to Micros (or other famous POS) from my application? Thanks in advance.
0
votes
0answers
40 views

VEGA9300 uploading

This is a device specific question. Currently I'm working with a point of sale device and I am having difficulty uploading my program file (the .CAP file) into the device, at every atempt I received ...
10
votes
1answer
659 views

Billing aliens via POS printer and image print

I am trying to create a prototype to print bitmap data for a text file to my LAN enabled epson pos printer TM-T88V. While I have no problems to send text and text formatting instructions, I dont ...
0
votes
0answers
289 views

Printing for POS printers

I have several printers from different chinese vendors that have poor or no OPOS support. (pos for .net is a joke). However they have windows drivers for even 64 bit most of them!Some have a usb of ...
-1
votes
1answer
677 views

How will i integrate POS System in PHP to Touchscreen Monitor?

I want to create a Point of Sales System with Inventory System that generates Balance Sheet and Income Statement. How can I integrate my system to a touch screen monitor? Do i need a touchscreen ...
0
votes
1answer
403 views

Can POS terminal connect directly to payment gateway OR merchant account over IP network?

I am looking of POS terminal which support signature capture, pin PAD and ethernet. Using ethernet and IP network POS terminal should be able to communicate directly to payment gateway/similar system ...
2
votes
1answer
1k views

Opensource .Net POS Solution

Is there an opensource POS (Point of Sale) solution which is .Net based, out there?

1 2 3 4