Author: jleroux
Date: Wed Nov 22 11:27:11 2006
New Revision: 478296
URL:
http://svn.apache.org/viewvc?view=rev&rev=478296Log:
Minor changes to allow more place for Date and Total on display for customer (aka journal)
Modified:
incubator/ofbiz/trunk/specialpurpose/pos/config/pos.properties
incubator/ofbiz/trunk/specialpurpose/pos/screens/default/includes/journal.xml
Modified: incubator/ofbiz/trunk/specialpurpose/pos/config/pos.properties
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/specialpurpose/pos/config/pos.properties?view=diff&rev=478296&r1=478295&r2=478296==============================================================================
--- incubator/ofbiz/trunk/specialpurpose/pos/config/pos.properties (original)
+++ incubator/ofbiz/trunk/specialpurpose/pos/config/pos.properties Wed Nov 22 11:27:11 2006
@@ -1,4 +1,4 @@
-####
+#####################################################################
#
# OFBiz Properties file used for the POS module
# Copyright 2001-2006 The Apache Software Foundation
@@ -27,7 +27,7 @@
CREDNO=Enter Card Number:
CREDZP=Enter Billing ZipCode:
DATE=DATE
-DRWR=DRAWER
+DRWR=Till
DateFormat=EEE MMM dd
DateTimeFormat='the' yyyy MMMMM dd 'at' hh:mm:ss aaa
EMPL=EMPL
Modified: incubator/ofbiz/trunk/specialpurpose/pos/screens/default/includes/journal.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/specialpurpose/pos/screens/default/includes/journal.xml?view=diff&rev=478296&r1=478295&r2=478296==============================================================================
--- incubator/ofbiz/trunk/specialpurpose/pos/screens/default/includes/journal.xml (original)
+++ incubator/ofbiz/trunk/specialpurpose/pos/screens/default/includes/journal.xml Wed Nov 22 11:27:11 2006
@@ -18,10 +18,10 @@
<Components>
<Panel name="oper_panel" x="0" y="0" w="412" h="55" border="0" style="panel">
<Edit name="oper_txid" x="2" y="2" w="80" h="50" style="opinfo" border="0" alignment="Left"/>
- <Edit name="oper_drwr" x="84" y="2" w="78" h="50" style="opinfo" border="0" alignment="Left"/>
- <Edit name="oper_empl" x="166" y="2" w="76" h="50" style="opinfo" border="0" alignment="Left"/>
- <Edit name="oper_date" x="244" y="2" w="86" h="50" style="opinfo" border="0" alignment="Center"/>
- <Edit name="oper_total" x="332" y="2" w="80" h="50" style="optotal" border="0" alignment="Right"/>
+ <Edit name="oper_drwr" x="84" y="2" w="53" h="50" style="opinfo" border="0" alignment="Left"/>
+ <Edit name="oper_empl" x="141" y="2" w="76" h="50" style="opinfo" border="0" alignment="Left"/>
+ <Edit name="oper_date" x="219" y="2" w="96" h="50" style="opinfo" border="0" alignment="Center"/>
+ <Edit name="oper_total" x="317" y="2" w="95" h="50" style="optotal" border="0" alignment="Right"/>
</Panel>
<ScrollPane name="journal_panel" x="0" y="55" w="412" h="637">
<Table name="jtable" x="2" y="2" w="410" h="625" style="journal"/>