[OFBiz] SVN: r7627 - trunk/applications/pos/config
les7arts@svn.ofbiz.org
les7arts at svn.ofbiz.org
Wed May 17 17:39:45 CDT 2006
Author: les7arts
Date: 2006-05-17 17:39:40 -0500 (Wed, 17 May 2006)
New Revision: 7627
Removed:
trunk/applications/pos/config/jpos.xml
Log:
jpos.xml Removed (will replaced - ie added - after)
because of :
commit -m "Adding Epson TM-T88III POSPrinter. Tested with Windows (XP/SP2) and Linux (Ubuntu 5.1). RS232 connection." d:/workspacenew/ofbiz/applications/pos/config/jpos.xml d:/workspacenew/ofbiz/applications/pos/lib/epsonJposService180.jar d:/workspacenew/ofbiz/applications/pos/lib/epsonJposServiceCommon.jar
Sending d:/workspacenew/ofbiz/applications/pos/config/jpos.xml
Adding d:/workspacenew/ofbiz/applications/pos/lib/epsonJposService180.jar
Adding d:/workspacenew/ofbiz/applications/pos/lib/epsonJposServiceCommon.jar
Transmitting file data ...
svn: Commit failed (details follow):
svn: Commit failed (details follow):
svn: Checksum mismatch for 'd:\workspacenew\ofbiz\applications\pos\config\jpos.xml'; expected: '456bd9cd62a76a30bff4415aa734881f', actual: '96cb2b9a961d29c2e7bedbf46a8f2a50'
Deleted: trunk/applications/pos/config/jpos.xml
===================================================================
--- trunk/applications/pos/config/jpos.xml 2006-05-17 14:27:19 UTC (rev 7626)
+++ trunk/applications/pos/config/jpos.xml 2006-05-17 22:39:40 UTC (rev 7627)
@@ -1,176 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE JposEntries PUBLIC "-//JavaPOS//DTD//EN" "jpos/res/jcl.dtd">
-<!--
-$Id$
-
- Copyright 2001-2006 The Apache Software Foundation
-
- Licensed under the Apache License, Version 2.0 (the "License"); you may not
- use this file except in compliance with the License. You may obtain a copy of
- the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- License for the specific language governing permissions and limitations
- under the License.
--->
-
-<JposEntries>
- <!-- Generic POSKeyboard Device Implementation (included w/ OFBiz) -->
- <JposEntry logicalName="GenericKeyboard">
- <creation factoryClass="org.ofbiz.pos.jpos.factory.OfbizJposServiceFactory" serviceClass="org.ofbiz.pos.jpos.service.KeyboardService"/>
- <vendor name="The Open For Business Project" url="http://www.ofbiz.org"/>
- <jpos category="POSKeyboard" version="1.7"/>
- <product description="Generic Keyboard Device" name="Keyboard" url="www.ofbiz.org"/>
-
- <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
- <prop name="key.VK_ESCAPE" type="String" value="501"/>
- <prop name="key.VK_ENTER" type="String" value="500"/>
- <prop name="key.VK_F1" type="String" value="201"/>
- <prop name="key.VK_F2" type="String" value="202"/>
- <prop name="key.VK_F2+CTRL" type="String" value="203"/>
- <prop name="key.VK_F3" type="String" value="204"/>
- <prop name="key.VK_F3+CTRL" type="String" value="205"/>
- <prop name="key.VK_F3+SHIFT" type="String" value="210"/>
- <prop name="key.VK_F4" type="String" value="401"/>
- <prop name="key.VK_F5" type="String" value="402"/>
- <prop name="key.VK_F6" type="String" value="206"/>
- <prop name="key.VK_F6+CTRL" type="String" value="207"/>
- <prop name="key.VK_F7" type="String" value="604"/>
- <prop name="key.VK_F7+CTRL" type="String" value="605"/>
- <prop name="key.VK_F7+CTRL+SHIFT" type="String" value="220"/>
- <prop name="key.VK_F8" type="String" value="208"/>
- <prop name="key.VK_F9" type="String" value="209"/>
- <prop name="key.VK_F10" type="String" value="223"/>
- <prop name="key.VK_F10+SHIFT" type="String" value="222"/>
- <prop name="key.VK_F10+CTRL" type="String" value="224"/>
- <prop name="key.VK_F11" type="String" value="211"/>
- <prop name="key.VK_F12" type="String" value="212"/>
- <prop name="key.VK_F12+CTRL" type="String" value="221"/>
- </JposEntry>
-
- <!-- Generic Keyboard Wedge Scanner Device (included w/ OFBiz) -->
- <JposEntry logicalName="GenericScanner">
- <creation factoryClass="org.ofbiz.pos.jpos.factory.OfbizJposServiceFactory" serviceClass="org.ofbiz.pos.jpos.service.ScannerKybService"/>
- <vendor name="The Open For Business Project" url="http://www.ofbiz.org"/>
- <jpos category="Scanner" version="1.7"/>
- <product description="Generic Keyboard Wedge Scanner" name="KybScanner" url="www.ofbiz.org"/>
-
- <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
- <prop name="BarcodeTypePosition" type="String" value="Prefix"/>
- <prop name="CodeType:CODE11" type="String" value="M"/>
- <prop name="CodeType:CODE39" type="String" value="A"/>
- <prop name="CodeType:CODE93" type="String" value="H"/>
- <prop name="CodeType:CODE128" type="String" value="G"/>
- <prop name="CodeType:CODABAR" type="String" value="K"/>
- <prop name="CodeType:I2OF5" type="String" value="I"/>
- <prop name="CodeType:ID2OF5" type="String" value="J"/>
- <prop name="CodeType:MSI" type="String" value="F"/>
- <prop name="CodeType:UPCA" type="String" value="B"/>
- <prop name="CodeType:UPCE" type="String" value="C"/>
- <prop name="CodeType:EAN13" type="String" value="E"/>
- <prop name="CodeType:EAN8" type="String" value="D"/>
- </JposEntry>
-
- <!-- Generic Keyboard Wedge MSR Device (included w/ OFBiz) -->
- <JposEntry logicalName="GenericMsr">
- <creation factoryClass="org.ofbiz.pos.jpos.factory.OfbizJposServiceFactory" serviceClass="org.ofbiz.pos.jpos.service.MsrKybService"/>
- <vendor name="The Open For Business Project" url="http://www.ofbiz.org"/>
- <jpos category="MSR" version="1.7"/>
- <product description="Generic Keyboard Wedge Msr" name="KybMsr" url="www.ofbiz.org"/>
-
- <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
- </JposEntry>
-
- <!-- Button Triggered Test MSR Device (included w/ OFBiz) -->
- <JposEntry logicalName="TestMsr">
- <creation factoryClass="org.ofbiz.pos.jpos.factory.OfbizJposServiceFactory" serviceClass="org.ofbiz.pos.jpos.service.MsrTestService"/>
- <vendor name="The Open For Business Project" url="http://www.ofbiz.org"/>
- <jpos category="MSR" version="1.7"/>
- <product description="Button Triggered Test Msr" name="TestMsr" url="www.ofbiz.org"/>
-
- <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
- </JposEntry>
-
- <!-- Null POSPrinter (included w/ OFBiz) -->
- <JposEntry logicalName="NullReceipt">
- <creation factoryClass="org.ofbiz.pos.jpos.factory.OfbizJposServiceFactory" serviceClass="org.ofbiz.pos.jpos.service.NullPosPrinter"/>
- <vendor name="The Open For Business Project" url="http://www.ofbiz.org"/>
- <jpos category="Scanner" version="1.2"/>
- <product description="Null POSPrinter " name="NullPOSPrinter" url="www.ofbiz.org"/>
-
- <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
- </JposEntry>
-
- <!-- Null CashDrawer (included w/ OFBiz) -->
- <JposEntry logicalName="NullCashDrawer">
- <creation factoryClass="org.ofbiz.pos.jpos.factory.OfbizJposServiceFactory" serviceClass="org.ofbiz.pos.jpos.service.NullCashDrawer"/>
- <vendor name="The Open For Business Project" url="http://www.ofbiz.org"/>
- <jpos category="Scanner" version="1.2"/>
- <product description="Null CashDrawer " name="NullPOSPrinter" url="www.ofbiz.org"/>
-
- <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
- </JposEntry>
-
- <!-- Star TSP600 POSPrinter (requires starjavapos.jar) -->
- <JposEntry logicalName="StarTSP600">
- <creation factoryClass="com.starmicronics.javapos.StarJposServiceInstanceFactory" serviceClass="com.starmicronics.javapos.StarJPOSPOSPrinter"/>
- <vendor name="Star Micronics Co., Ltd." url="http://www.star-micronics.co.jp"/>
- <jpos category="POSPrinter" version="1.4a"/>
- <product description="Thermal receipt printer" name="TSP600" url="http://www.star-micronics.co.jp"/>
-
- <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
- <prop name="portName" type="String" value="COM2"/>
- <prop name="errorResponseTimeout" type="Long" value="5000"/>
- <prop name="capLogoStore" type="Boolean" value="false"/>
- <prop name="statusTimeout" type="Long" value="500"/>
- <prop name="timeout" type="Long" value="10000"/>
- <prop name="starModel" type="String" value="TSP600"/>
- <prop name="capRecRaster" type="Boolean" value="true"/>
- <prop name="deviceClassName" type="String" value="com.starmicronics.javapos.DeviceTSP613"/>
- <prop name="portSettings" type="String" value="9600,none,8,1,hdwr"/>
- <prop name="statusTimeDelay" type="Long" value="500"/>
- </JposEntry>
- <JposEntry logicalName="StarTSP600Cutter">
- <creation factoryClass="com.starmicronics.javapos.StarJposServiceInstanceFactory" serviceClass="com.starmicronics.javapos.StarJPOSPOSPrinter"/>
- <vendor name="Star Micronics Co., Ltd." url="http://www.star-micronics.co.jp"/>
- <jpos category="POSPrinter" version="1.4a"/>
- <product description="Thermal receipt printer" name="TSP600" url="http://www.star-micronics.co.jp"/>
-
- <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
- <prop name="portName" type="String" value="/dev/ttyS0"/>
- <prop name="errorResponseTimeout" type="Long" value="5000"/>
- <prop name="capLogoStore" type="Boolean" value="false"/>
- <prop name="statusTimeout" type="Long" value="500"/>
- <prop name="timeout" type="Long" value="10000"/>
- <prop name="starModel" type="String" value="TSP600"/>
- <prop name="capRecRaster" type="Boolean" value="true"/>
- <prop name="deviceClassName" type="String" value="com.starmicronics.javapos.DeviceTSP643"/>
- <prop name="portSettings" type="String" value="9600,none,8,1,hdwr"/>
- <prop name="statusTimeDelay" type="Long" value="500"/>
- </JposEntry>
-
- <!-- Star TSP600 Connected CashDrawer (requires startjavapos.jar) -->
- <JposEntry logicalName="StarTSP600CashDrawer">
- <creation factoryClass="com.starmicronics.javapos.StarJposServiceInstanceFactory" serviceClass="com.starmicronics.javapos.StarJPOSCashDrawer"/>
- <vendor name="Star Micronics Co., Ltd." url="http://www.star-micronics.co.jp"/>
- <jpos category="CashDrawer" version="1.4a"/>
- <product description="Printer controlled Cash Drawer" name="TSP600" url="http://www.star-micronics.co.jp"/>
-
- <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
- <prop name="portName" type="String" value="COM2"/>
- <prop name="errorResponseTimeout" type="Long" value="5000"/>
- <prop name="statusTimeout" type="Long" value="500"/>
- <prop name="timeout" type="Long" value="10000"/>
- <prop name="starModel" type="String" value="TSP600"/>
- <prop name="deviceClassName" type="String" value="com.starmicronics.javapos.DeviceTSP613"/>
- <prop name="portSettings" type="String" value="9600,none,8,1,hdwr"/>
- <prop name="statusTimeDelay" type="Long" value="500"/>
- <prop name="cashDrawer1" type="Boolean" value="true"/>
- <prop name="drawerClosedOnSignalLow" type="Boolean" value="false"/>
- </JposEntry>
-
-</JposEntries>
More information about the Svn
mailing list