Author: jleroux
Date: Tue Dec 5 02:43:15 2006
New Revision: 482582
URL:
http://svn.apache.org/viewvc?view=rev&rev=482582Log:
New sizes of journal fields (customer display screen) to show complete date and total
Modified:
incubator/ofbiz/trunk/specialpurpose/pos/screens/default/includes/journal.xml
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=482582&r1=482581&r2=482582==============================================================================
--- incubator/ofbiz/trunk/specialpurpose/pos/screens/default/includes/journal.xml (original)
+++ incubator/ofbiz/trunk/specialpurpose/pos/screens/default/includes/journal.xml Tue Dec 5 02:43:15 2006
@@ -17,11 +17,11 @@
<XPage>
<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="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"/>
+ <Edit name="oper_txid" x="2" y="2" w="70" h="50" style="opinfo" border="0" alignment="Left"/>
+ <Edit name="oper_drwr" x="74" y="2" w="53" h="50" style="opinfo" border="0" alignment="Left"/>
+ <Edit name="oper_empl" x="131" y="2" w="76" h="50" style="opinfo" border="0" alignment="Left"/>
+ <Edit name="oper_date" x="209" y="2" w="96" h="50" style="opinfo" border="0" alignment="Center"/>
+ <Edit name="oper_total" x="307" y="2" w="105" 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"/>