Questions tagged [javapos]

JavaPOS is a standard for interfacing POS software, written in Java,

JavaPOS (short for Java for Point of Sale Devices), is a standard for interfacing point of sale (POS) software, written in Java, with the specialized hardware peripherals typically used to create a point-of-sale system

The advantages are reduced POS terminal costs, platform independence, and reduced administrative costs. JavaPOS was based on a Windows POS device driver standard known as OPOS. JavaPOS and OPOS have since been folded into a common UnifiedPOS standard.

Read more

108 questions
0
votes
0 answers

Usind JavaPos Printer How to print from pdf?

Javapos supports barcode and bitmap for image, Application creates pdf file and now we want to print pdf file using JavaPos. Printer we are using Citizen Thermal printer. Thanks i
mkr
  • 11
  • 2
0
votes
2 answers

Where should jpos.xml be located for JavaPos Tomcat app.?

I am trying to add in a new driver to our system running under Tomcat. The vendor has provided a JavaPos driver, my question is where to put the jpos.xml file so Tomcat can find it? I tried putting it in tomcat\common\classes but still get a…
fred basset
  • 9,774
  • 28
  • 88
  • 138
0
votes
0 answers

EPSON TM-T88IV JavaPos - Disconnected to service

I'm trying to print something to an EPSON TM-T88IV with JavaPos. The EPSON is attached with an USB to Serial converter. This is the code i try: ptr.open("POSPrinter"); ptr.claim(1000); ptr.setDeviceEnabled(true); ptr.printNormal(1, "asd"); While…
S.Pols
  • 3,414
  • 2
  • 21
  • 42
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

Adding PDF Printer in JPOS.xml

I'm new in JAVA, and especially in ORPOS application. I need to add a PDF Printer to ORPOS application to simulate the real printer. I find that in JPOS.xml I must change the printer details but I don't know what details to change. I installed the…
Spinner
  • 11
  • 2
0
votes
1 answer

Printing a receipt in Java Swing app using a POS printer (Kitchen printer)

In my project the clients needs to print a receipt using a POS printer which can be done using JAVA POS. i searched on net no useful material until now but came across 1.JavaPOS 2.JPos Could someone please guide which i should go ahead with JAVA POS…
Chetan Pulate
  • 503
  • 1
  • 7
  • 21
0
votes
1 answer

Using two identical POS printers via JavaPOS

We are writing one app using JavaPOS that requires printing to two identical POS printers (Bixolon SRP-330) via JavaPOS (one using regular paper, other for stickers) What would be the best approach to handle such use case? We tried creating double…
Tomislav Muic
  • 543
  • 1
  • 8
  • 24
0
votes
1 answer

JavaPOS with EPSON tm-t88iii, Cannot Print

My situation is the following : I have to develop a POS application for a take away Pizzeria, I have an EPSON tm-t88iii receipt printer. I did : Installed the ESPON JavaPOS ADK , generated a jpos.xml file with SETUPPOS (HealthCheck works fine). My…
0
votes
1 answer

Applet lifecycle when out of focus

Does a Java Applet always execute its code even when it losts focus? I've to put this applet in a web page. I'm tryng to understand this cause i've to develop an applet that listen to some hardware components through JavaPos. I have a callback…
Antonio Foglia
  • 77
  • 2
  • 10
0
votes
2 answers

JavaPOS - Epson TM-T88IV - UnsatisfiedLinkError in Eclipse

I bought an Epson TM-T88IV Thermal printer. I installed the Epson JavaPOS ADK by using the install manual. Then I added the Jar-Files from the lib Folder of the Epson JavaPOS in Eclipse and wrote a simple Program which connects to the…
0
votes
2 answers

How do I fix error "Service does not fully implement MICRService12 interface" when i try connect to TSP100LAN receipt printer under Linux

Details: I try run example from star 1.3.6 packadge for linux x32. I added to output all jar files and include all needed libraries Next i try run java -jar app.jar and have next error Open. jpos.JposException: Service does not fully implement…
Fastto
  • 16
  • 2
0
votes
1 answer

How to Create jpos.xml file

First of all thank you for taking time to help me. i have experience with Epson pos Adk and i know how to use it, but now i'm trying to connect to pos printer without using a vendor modified jpos libs. i want to use pure javaPos to connect to…
user1347778
0
votes
0 answers

javaPOS printing over shared printer

I'm trying to setup my project for printing with the citizen ct-s310ii printer. It works when working on the PC where the usb cable is plugged. Problems surfaced when I've shared the printer with another pc. All my attempts have failed. Is there a…
0
votes
1 answer

Smice Custom printer & Openbravo pos

I have a Custom printer Smice and I can not run with the software with Openbravo POS. I connected the printer via serial port but when I try to print a receipt, the printer printing unreadable characters. I've tried all combinations of printers /…
Lic
  • 1,757
  • 3
  • 14
  • 16
0
votes
1 answer

Linking Sales Ticket and Refund Ticket in Java POS

In Openbravo POS when I'm refunding a sales ticket (assume its id to be 3980) and when I refund this ticket it generates a new ID(assume it to be 48). So, I want the refund Id(48) to be printed on the sales ticket whenever I do a refund. Does anyone…
sanjeeda
  • 131
  • 1
  • 10