commit-gnue
[Top][All Lists]
Advanced

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

r113 - in gnue-invoice: . forms


From: kilo
Subject: r113 - in gnue-invoice: . forms
Date: Tue, 16 Nov 2004 16:00:10 -0600 (CST)

Author: kilo
Date: 2004-11-16 16:00:09 -0600 (Tue, 16 Nov 2004)
New Revision: 113

Modified:
   gnue-invoice/forms/INV_Head.gfd
   gnue-invoice/forms/ITEM_Item.gfd
   gnue-invoice/forms/LOC_Address.gfd
   gnue-invoice/forms/LOC_Region.gfd
   gnue-invoice/forms/LOC_Zip.gfd
   gnue-invoice/forms/PARTY_Party.gfd
   gnue-invoice/news
Log:
GNUe Invoice
Modified Edit button width.

Modified: gnue-invoice/forms/INV_Head.gfd
===================================================================
--- gnue-invoice/forms/INV_Head.gfd     2004-11-12 10:08:15 UTC (rev 112)
+++ gnue-invoice/forms/INV_Head.gfd     2004-11-16 22:00:09 UTC (rev 113)
@@ -192,7 +192,7 @@
           text="Buyer:"/>
       <entry name="entInvBuyer" c:height="1" c:width="28" c:x="16" c:y="2"
           block="blkINV_Head" field="fldInvBuyer" style="dropdown"/>
-      <button name="btnEditBuyer" c:height="1" c:width="6" c:x="44" c:y="2"
+      <button name="btnEditBuyer" c:height="1" c:width="7" c:x="44" c:y="2"
           label="Edit...">
         <trigger type="ON-ACTION" name="btnEditBuyerTrigger">
           params = {'id': blkINV_Head.fldInvBuyer.get() or ''}
@@ -204,7 +204,7 @@
           text="Payment method:"/>
       <entry name="entInvPaymentmethod" c:height="1" c:width="28" c:x="16" 
c:y="3"
           block="blkINV_Head" field="fldInvPaymentmethod" style="dropdown"/>
-      <button name="btnEditPaymMeth" c:height="1" c:width="6" c:x="44" c:y="3"
+      <button name="btnEditPaymMeth" c:height="1" c:width="7" c:x="44" c:y="3"
           label="Edit...">
         <trigger type="ON-ACTION" name="btnEditPaymentMethodTrigger">
           params = {'id': blkINV_Head.fldInvPaymentmethod.get() or ''}
@@ -238,7 +238,7 @@
 
       <box name="BoxItem" c:height="8" c:width="50" c:x="1" c:y="10"
           label="Items"/>
-      <button name="btnEditItem" c:height="1" c:width="6" c:x="14" c:y="11"
+      <button name="btnEditItem" c:height="1" c:width="7" c:x="14" c:y="11"
           label="Edit...">
         <trigger type="ON-ACTION" name="btnEditItemTrigger">
           params = {'id': blkINV_Item.fldInvProduct.get() or ''}

Modified: gnue-invoice/forms/ITEM_Item.gfd
===================================================================
--- gnue-invoice/forms/ITEM_Item.gfd    2004-11-12 10:08:15 UTC (rev 112)
+++ gnue-invoice/forms/ITEM_Item.gfd    2004-11-16 22:00:09 UTC (rev 113)
@@ -60,7 +60,7 @@
           text="Type:"/>
       <entry name="entType" c:height="1" c:width="28" c:x="13" c:y="1"
           block="blk" field="fldItemType" label="" style="dropdown"/>
-      <button name="btnEditType" c:height="1" c:width="6" c:x="41" c:y="1"
+      <button name="btnEditType" c:height="1" c:width="7" c:x="41" c:y="1"
           label="Edit...">
         <trigger type="On-Action" name="btnEditTypeTrigger">
           params = {'id': blk.fldItemType.get() or ''}
@@ -84,7 +84,7 @@
           text="Unit:"/>
       <entry name="entUnit" c:height="1" c:width="28" c:x="13" c:y="5"
           block="blk" field="fldItemUnit" label="" style="dropdown"/>
-      <button name="btnEditUnit" c:height="1" c:width="6" c:x="41" c:y="5"
+      <button name="btnEditUnit" c:height="1" c:width="7" c:x="41" c:y="5"
           label="Edit...">
         <trigger type="On-Action" name="btnEditUnitTrigger">
           params = {'id': blk.fldItemUnit.get() or ''}
@@ -96,7 +96,7 @@
           text="Item Vat:"/>
       <entry name="entVat" c:height="1" c:width="28" c:x="13" c:y="6"
           block="blk" field="fldItemVat" label="" style="dropdown"/>
-      <button name="btnEditVat" c:height="1" c:width="6" c:x="41" c:y="6"
+      <button name="btnEditVat" c:height="1" c:width="7" c:x="41" c:y="6"
           label="Edit...">
         <trigger type="On-Action" name="btnEditVatTrigger">
           params = {'id': blk.fldItemVat.get() or ''}

Modified: gnue-invoice/forms/LOC_Address.gfd
===================================================================
--- gnue-invoice/forms/LOC_Address.gfd  2004-11-12 10:08:15 UTC (rev 112)
+++ gnue-invoice/forms/LOC_Address.gfd  2004-11-16 22:00:09 UTC (rev 113)
@@ -25,7 +25,7 @@
 
 <form style="dialog" xmlns:c="GNUe:Layout:Char" title="Address">
   <options/>
-  
+
   <trigger type="On-Activation">
     match = getParameter('id')
     if match:
@@ -39,7 +39,7 @@
               table="LOC_Street"/>
   <datasource name="dts_LOC_Country" connection="invoice" prequery="Y"
               table="LOC_Country"/>
-              
+
   <logic>
     <block name="blk" datasource="dts">
       <field name="fldLocBuilding" field="LOC_building" maxLength="4"/>
@@ -55,14 +55,14 @@
              fk_key="gnue_id" fk_source="dts_LOC_Zip" maxLength="32"/>
     </block>
   </logic>
-  
+
   <layout c:height="9" c:width="43">
     <page>
       <label name="lblCountry:" c:height="1" c:width="12" c:x="1" c:y="1"
           text="Country:"/>
       <entry name="entCountry" c:height="1" c:width="30" c:x="12" c:y="1"
           block="blk" field="fldLocCountry" focusorder="1" label="" 
style="dropdown"/>
-      <button name="btnEditCountry" c:height="1" c:width="6" c:x="42" c:y="1"
+      <button name="btnEditCountry" c:height="1" c:width="7" c:x="42" c:y="1"
           label="Edit...">
         <trigger type="ON-ACTION" name="btnEditCountryTrigger">
           params = {'id': blk.fldLocCountry.get() or ''}
@@ -74,7 +74,7 @@
           text="Zip:"/>
       <entry name="entZip" c:height="1" c:width="30" c:x="12" c:y="2"
           block="blk" field="fldLocZip" focusorder="2" label="" 
style="dropdown"/>
-      <button name="btnEditZip" c:height="1" c:width="6" c:x="42" c:y="2"
+      <button name="btnEditZip" c:height="1" c:width="7" c:x="42" c:y="2"
           label="Edit...">
         <trigger type="ON-ACTION" name="btnEditZipTrigger">
           params = {'id': blk.fldLocZip.get() or ''}
@@ -86,7 +86,7 @@
           text="Street:"/>
       <entry name="entStreet" c:height="1" c:width="30" c:x="12" c:y="3"
           block="blk" field="fldLocStreet" focusorder="3" label="" 
style="dropdown"/>
-      <button name="btnEditStreet" c:height="1" c:width="6" c:x="42" c:y="3"
+      <button name="btnEditStreet" c:height="1" c:width="7" c:x="42" c:y="3"
           label="Edit...">
         <trigger type="ON-ACTION" name="btnEditStreetTrigger">
           params = {'id': blk.fldLocStreet.get() or ''}
@@ -116,5 +116,5 @@
           block="blk" field="fldLocDoor" focusorder="8" label=""/>
     </page>
   </layout>
-  
+
 </form>

Modified: gnue-invoice/forms/LOC_Region.gfd
===================================================================
--- gnue-invoice/forms/LOC_Region.gfd   2004-11-12 10:08:15 UTC (rev 112)
+++ gnue-invoice/forms/LOC_Region.gfd   2004-11-16 22:00:09 UTC (rev 113)
@@ -25,7 +25,7 @@
 
 <form style="dialog" xmlns:c="GNUe:Layout:Char" title="Region">
   <options/>
-  
+
   <trigger type="On-Activation">
     match = getParameter('id')
     if match:
@@ -35,7 +35,7 @@
   <datasource name="dts" connection="invoice" table="LOC_Region"/>
   <datasource name="dts_LOC_Country" connection="invoice" prequery="Y"
               table="LOC_Country"/>
-              
+
   <logic>
     <block name="blk" datasource="dts">
       <field name="fldLocCode" field="LOC_code" maxLength="8"/>
@@ -44,7 +44,7 @@
       <field name="fldLocName" field="LOC_name" maxLength="70"/>
     </block>
   </logic>
-  
+
   <layout c:height="4" c:width="42">
     <page>
       <label name="lblCode:" c:height="1" c:width="4" c:x="1" c:y="1"
@@ -59,7 +59,7 @@
           text="Country:"/>
       <entry name="entCountry" c:height="1" c:width="30" c:x="10" c:y="3"
           block="blk" field="fldLocCountry" focusorder="3" label="" 
style="dropdown"/>
-      <button name="btnEditCountry" c:height="1" c:width="6" c:x="40" c:y="3"
+      <button name="btnEditCountry" c:height="1" c:width="7" c:x="40" c:y="3"
           label="Edit...">
         <trigger type="ON-ACTION" name="btnEditCountryTrigger">
           params = {'id': blk.fldLocCountry.get() or ''}
@@ -69,5 +69,5 @@
       </button>
     </page>
   </layout>
-  
+
 </form>

Modified: gnue-invoice/forms/LOC_Zip.gfd
===================================================================
--- gnue-invoice/forms/LOC_Zip.gfd      2004-11-12 10:08:15 UTC (rev 112)
+++ gnue-invoice/forms/LOC_Zip.gfd      2004-11-16 22:00:09 UTC (rev 113)
@@ -25,7 +25,7 @@
 
 <form style="dialog" xmlns:c="GNUe:Layout:Char" title="Postal Code">
   <options/>
-  
+
   <trigger type="On-Activation">
     match = getParameter('id')
     if match:
@@ -35,7 +35,7 @@
   <datasource name="dts" connection="invoice" table="LOC_Zip"/>
   <datasource name="dts_LOC_Region" connection="invoice" prequery="Y"
               table="LOC_Region"/>
-              
+
   <logic>
     <block name="blk" datasource="dts">
       <field name="fldLocCode" field="LOC_code" maxLength="8"/>
@@ -44,7 +44,7 @@
              fk_key="gnue_id" fk_source="dts_LOC_Region" maxLength="32"/>
     </block>
   </logic>
-  
+
   <layout c:height="4" c:width="43">
     <page>
       <label name="lblCode:" c:height="1" c:width="4" c:x="1" c:y="1"
@@ -59,7 +59,7 @@
           text="Region:"/>
       <entry name="entRegion" c:height="1" c:width="30" c:x="12" c:y="3"
           block="blk" field="fldLocRegion" focusorder="3" label="" 
style="dropdown"/>
-      <button name="btnEditRegion" c:height="1" c:width="6" c:x="42" c:y="3"
+      <button name="btnEditRegion" c:height="1" c:width="7" c:x="42" c:y="3"
           label="Edit...">
         <trigger type="ON-ACTION" name="btnEditRegionTrigger">
           params = {'id': blk.fldLocRegion.get() or ''}
@@ -69,5 +69,5 @@
       </button>
     </page>
   </layout>
-  
+
 </form>

Modified: gnue-invoice/forms/PARTY_Party.gfd
===================================================================
--- gnue-invoice/forms/PARTY_Party.gfd  2004-11-12 10:08:15 UTC (rev 112)
+++ gnue-invoice/forms/PARTY_Party.gfd  2004-11-16 22:00:09 UTC (rev 113)
@@ -60,7 +60,7 @@
           text="Address:"/>
       <entry name="entAddress" c:height="1" c:width="28" c:x="10" c:y="3"
           block="blk" field="fldPartyAddress" label="" style="dropdown"/>
-      <button name="btnEditAddress" c:height="1" c:width="6" c:x="38" c:y="3"
+      <button name="btnEditAddress" c:height="1" c:width="7" c:x="38" c:y="3"
           label="Edit...">
         <trigger type="On-Action" name="btnEditAddressTrigger">
           params = {'id': blk.fldPartyAddress.get() or ''}

Modified: gnue-invoice/news
===================================================================
--- gnue-invoice/news   2004-11-12 10:08:15 UTC (rev 112)
+++ gnue-invoice/news   2004-11-16 22:00:09 UTC (rev 113)
@@ -2,6 +2,10 @@
 *************************
 GNUe Invoice - Project CV
 *************************
+New features / changes by 2004.11.16
+* Modified the 'Edit...' button's width. It is 7 now. It always should
+       have been...
+       
 New features / changes by 2004.11.12
 * Converted all subforms to dialogs to provide modality.
     Removed '@' buttons.





reply via email to

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