commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r155 - gnue-invoice/reports


From: btami
Subject: r155 - gnue-invoice/reports
Date: Mon, 6 Dec 2004 04:26:05 -0600 (CST)

Author: btami
Date: 2004-12-06 04:26:04 -0600 (Mon, 06 Dec 2004)
New Revision: 155

Modified:
   gnue-invoice/reports/invoice.grd
Log:
gnue-invoice.
added supplier to invoice.grd

Modified: gnue-invoice/reports/invoice.grd
===================================================================
--- gnue-invoice/reports/invoice.grd    2004-12-03 21:52:33 UTC (rev 154)
+++ gnue-invoice/reports/invoice.grd    2004-12-06 10:26:04 UTC (rev 155)
@@ -33,13 +33,20 @@
 
     <section name="head" source="dts">
       <out:pageheader height="16">
-        <out:label x="60" y="1" width="11">Invoice No.</out:label>
-        <out:label x="71" y="1" width="9"><field 
name="INV_number"/></out:label>
+        <out:label x="5" y="2" width="20"><field 
name="INV_seller.PARTY_name"/></out:label>
+        <out:label x="5" y="3" width="20"><field 
name="INV_seller.PARTY_address.LOC_zip.LOC_formatted"/></out:label>
+        <out:label x="5" y="4" width="20"><field 
name="INV_seller.PARTY_address.LOC_street.LOC_formatted"/></out:label>
+        <out:label x="5" y="5" width="20"><field 
name="INV_seller.PARTY_address.LOC_number"/></out:label>
+        <out:label x="5" y="6" width="20"><field 
name="INV_seller.PARTY_taxID"/></out:label>
+
+
+        <out:label x="30" y="1" width="11">Invoice No.</out:label>
+        <out:label x="41" y="1" width="9"><field 
name="INV_number"/></out:label>
         
-        <out:label x="60" y="4" width="20"><field 
name="INV_buyer.PARTY_name"/></out:label>
-        <out:label x="60" y="5" width="20"><field 
name="INV_buyer.PARTY_address.LOC_zip.LOC_city"/></out:label>
-        <out:label x="60" y="6" width="20"><field 
name="INV_buyer.PARTY_address.LOC_street.LOC_name"/></out:label>
-        <out:label x="60" y="7" width="20"><field 
name="INV_buyer.PARTY_address.LOC_number"/></out:label>
+        <out:label x="60" y="2" width="20"><field 
name="INV_buyer.PARTY_name"/></out:label>
+        <out:label x="60" y="3" width="20"><field 
name="INV_buyer.PARTY_address.LOC_zip.LOC_formatted"/></out:label>
+        <out:label x="60" y="4" width="20"><field 
name="INV_buyer.PARTY_address.LOC_street.LOC_formatted"/></out:label>
+        <out:label x="60" y="5" width="20"><field 
name="INV_buyer.PARTY_address.LOC_number"/></out:label>
         <out:label x="0"  y="9" width="20">Payment method</out:label>
         <out:label x="20" y="9" width="20">Date delivery</out:label>
         <out:label x="40" y="9" width="20">Date due</out:label>
@@ -79,10 +86,11 @@
       </section>
 
       <out:groupfooter height="10">
+        <out:label x="0"  y="0" 
width="80">--------------------------------------------------------------------------------</out:label>
         <out:label x="0" y="1" width="5">Total:</out:label>
-          <out:label x="50" y="1" width="10" align="right"><field 
name="INV_valueTotalNet"/></out:label>
-          <out:label x="60" y="1" width="10" align="right"><field 
name="INV_valueTotalVAT"/></out:label>
-          <out:label x="70" y="1" width="10" align="right"><field 
name="INV_valueTotalGross"/></out:label>
+        <out:label x="50" y="1" width="10" align="right"><field 
name="INV_valueTotalNet"/></out:label>
+        <out:label x="60" y="1" width="10" align="right"><field 
name="INV_valueTotalVAT"/></out:label>
+        <out:label x="70" y="1" width="10" align="right"><field 
name="INV_valueTotalGross"/></out:label>
       </out:groupfooter>
 
     </section>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]