commit-gnue
[Top][All Lists]
Advanced

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

r127 - in gnue-invoice: . forms


From: kilo
Subject: r127 - in gnue-invoice: . forms
Date: Tue, 23 Nov 2004 03:00:24 -0600 (CST)

Author: kilo
Date: 2004-11-23 03:00:23 -0600 (Tue, 23 Nov 2004)
New Revision: 127

Modified:
   gnue-invoice/forms/INV_Head.gfd
   gnue-invoice/news
Log:
GNUe Invoice.
Display item's unit type.
Added labels for invoice lines.

Modified: gnue-invoice/forms/INV_Head.gfd
===================================================================
--- gnue-invoice/forms/INV_Head.gfd     2004-11-23 08:22:43 UTC (rev 126)
+++ gnue-invoice/forms/INV_Head.gfd     2004-11-23 09:00:23 UTC (rev 127)
@@ -129,6 +129,9 @@
              fk_source="dts_ITEM_Item" readonly="Y" />
       <field name="fldInvQuantity" field="INV_quantity" maxLength="10"
              typecast="number" />
+      <field name="fldInvUnit" field="INV_product"
+             fk_description="ITEM_unit.ITEM_value" fk_key="gnue_id"
+             fk_source="dts_ITEM_Item" readonly="Y" />
       <field name="fldInvValueGross" field="INV_valueGross"
              typecast="number" readonly="Y"/>
 
@@ -148,7 +151,7 @@
   <!--*****************************************************
                           Form layout
   ******************************************************-->
-  <layout c:height="18" c:width="49">
+  <layout c:height="18" c:width="51">
     <page>
       <label name="lblNumber:" c:height="1" c:width="7" c:x="1" c:y="1"
           text="Number:"/>
@@ -213,12 +216,24 @@
         </trigger>
       </button>
 
-      <entry name="entInvProduct" c:height="1" c:width="28" c:x="2" c:y="12"
+      <label name="lblInvProduct:" c:height="1" c:width="20" c:x="2" c:y="11"
+          text="Product"/>
+      <label name="lblItemPrice:" c:height="1" c:width="6" c:x="23" c:y="11"
+          text="Price"/>
+      <label name="lblInvQuantity:" c:height="1" c:width="5" c:x="30" c:y="11"
+          text="Qty."/>
+      <label name="lblItemUnit:" c:height="1" c:width="5" c:x="36" c:y="11"
+          text="Unit"/>
+      <label name="lblItemPriceTotal:" c:height="1" c:width="10" c:x="44" 
c:y="11"
+          text="Value"/>
+      <entry name="entInvProduct" c:height="1" c:width="20" c:x="2" c:y="12"
           block="blkINV_Item" field="fldInvProduct" style="dropdown" />
-      <entry name="entItemPrice" c:height="1" c:width="6" c:x="31" c:y="12"
+      <entry name="entItemPrice" c:height="1" c:width="6" c:x="23" c:y="12"
           block="blkINV_Item" field="fldInvProductPrice" style="label" />
-      <entry name="entInvQuantity" c:height="1" c:width="5" c:x="38" c:y="12"
+      <entry name="entInvQuantity" c:height="1" c:width="5" c:x="30" c:y="12"
           block="blkINV_Item" field="fldInvQuantity"/>
+      <entry name="entItemUnit" c:height="1" c:width="5" c:x="36" c:y="12"
+          block="blkINV_Item" field="fldInvUnit" style="label" />
       <entry name="entItemPriceTotal" c:height="1" c:width="10" c:x="44" 
c:y="12"
           block="blkINV_Item" field="fldInvValueGross" style="label" />
     </page>

Modified: gnue-invoice/news
===================================================================
--- gnue-invoice/news   2004-11-23 08:22:43 UTC (rev 126)
+++ gnue-invoice/news   2004-11-23 09:00:23 UTC (rev 127)
@@ -2,6 +2,10 @@
 *************************
 GNUe Invoice - Project CV
 *************************
+New features / changes by 2004.11.23
+* Display the product/service unit value upon selecting it from dropdown.
+* Added overhead labels for invoice lines.
+
 New features / changes by 2004.11.19
 * Applied changes due to correctly working dropdowns at last committed
     to GNUe. It simplified the main form a little bit.





reply via email to

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