[OFBiz] SVN: r7460 - in trunk/applications/accounting: webapp/accounting/agreement webapp/accounting/chartofaccounts webapp/accounting/lookup webapp/accounting/payment widget

jacopo@svn.ofbiz.org jacopo at svn.ofbiz.org
Mon May 1 04:28:57 CDT 2006


Author: jacopo
Date: 2006-05-01 04:28:41 -0500 (Mon, 01 May 2006)
New Revision: 7460

Modified:
   trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml
   trunk/applications/accounting/webapp/accounting/chartofaccounts/GlAccountForms.xml
   trunk/applications/accounting/webapp/accounting/lookup/FieldLookupForms.xml
   trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml
   trunk/applications/accounting/widget/TaxAuthorityForms.xml
   trunk/applications/accounting/widget/TransactionForms.xml
Log:
Removed deprecated *-iterator-name attributes.

Modified: trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml
===================================================================
--- trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml	2006-05-01 09:23:53 UTC (rev 7459)
+++ trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml	2006-05-01 09:28:41 UTC (rev 7460)
@@ -55,10 +55,10 @@
 
     <form name="ListAgreements" default-title-style="tableheadtext"
             default-tooltip-style="tabletext" default-widget-style="tabletext"
-            list-iterator-name="listIt" target="" paginate-target="FindAgreement" title="" type="list">
+            list-name="listIt" target="" paginate-target="FindAgreement" title="" type="list">
         <actions>
           <set field="entityName" value="Agreement"/>
-          <service service-name="performFind" result-map-name="result" result-map-list-iterator-name="listIt">
+          <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
             <field-map field-name="inputFields" env-name="requestParameters"/>
             <field-map field-name="entityName" env-name="entityName"/>
           </service>

Modified: trunk/applications/accounting/webapp/accounting/chartofaccounts/GlAccountForms.xml
===================================================================
--- trunk/applications/accounting/webapp/accounting/chartofaccounts/GlAccountForms.xml	2006-05-01 09:23:53 UTC (rev 7459)
+++ trunk/applications/accounting/webapp/accounting/chartofaccounts/GlAccountForms.xml	2006-05-01 09:28:41 UTC (rev 7460)
@@ -87,11 +87,11 @@
 
     <form name="ListGlAccountOrganization" default-title-style="tableheadtext"
         default-tooltip-style="tabletext" default-widget-style="tabletext"
-        list-iterator-name="listIt" target="" paginate-target="/ListGlAccountOrganization" title="" type="list">
+        list-name="listIt" target="" paginate-target="/ListGlAccountOrganization" title="" type="list">
         <actions>
             <set field="entityName" value="GlAccountOrganization"/>
             <set field="noConditionFind" value="Y"/> 
-            <service service-name="performFind" result-map-name="result" result-map-list-iterator-name="listIt">
+            <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
                 <field-map field-name="entityName" env-name="entityName"/>
             </service>
@@ -132,11 +132,11 @@
 
     <form name="ListGlAccount" default-title-style="tableheadtext"
         default-tooltip-style="tabletext" default-widget-style="tabletext" default-entity-name="GlAccount"
-        list-iterator-name="listIt" target="" paginate-target="/FindGlobalGlAccount" title="" type="list">
+        list-name="listIt" target="" paginate-target="/FindGlobalGlAccount" title="" type="list">
         <actions>
             <set field="entityName" value="GlAccount"/>
             <set field="noConditionFind" value="Y"/> 
-            <service service-name="performFind" result-map-name="result" result-map-list-iterator-name="listIt">
+            <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
                 <field-map field-name="entityName" env-name="entityName"/>
                 <field-map field-name="noConditionFind" value="Y"/> 

Modified: trunk/applications/accounting/webapp/accounting/lookup/FieldLookupForms.xml
===================================================================
--- trunk/applications/accounting/webapp/accounting/lookup/FieldLookupForms.xml	2006-05-01 09:23:53 UTC (rev 7459)
+++ trunk/applications/accounting/webapp/accounting/lookup/FieldLookupForms.xml	2006-05-01 09:28:41 UTC (rev 7460)
@@ -38,7 +38,7 @@
     <form name="listLookupFixedAsset" list-name="entityList" paginate-target="LookupFixedAsset" title="" type="list" 
         default-title-style="tableheadtext"  default-tooltip-style="tabletext" default-widget-style="tabletext">
         <actions>
-            <service service-name="performFind" result-map-name="result" result-map-list-iterator-name="listIt">
+            <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
                 <field-map field-name="entityName" value="FixedAsset"/>
             </service>
@@ -62,7 +62,7 @@
     <form name="listBillingAccount" list-name="entityList" paginate-target="LookupBillingAccount" title="" type="list"
         default-title-style="tableheadtext"  default-tooltip-style="tabletext" default-widget-style="tabletext">
         <actions>
-            <service service-name="performFind" result-map-name="result" result-map-list-iterator-name="listIt">
+            <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
                 <field-map field-name="entityName" value="BillingAccount"/>
                 <field-map field-name="orderBy" value="billingAccountId"/>
@@ -100,7 +100,7 @@
     <form name="listLookupGlAccount" list-name="entityList" paginate-target="LookupGlAccount" title="" type="list" 
         default-title-style="tableheadtext"  default-tooltip-style="tabletext" default-widget-style="tabletext">
         <actions>
-            <service service-name="performFind" result-map-name="result" result-map-list-iterator-name="listIt">
+            <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
                 <field-map field-name="entityName" value="GlAccount"/>
             </service>
@@ -116,9 +116,9 @@
         default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox"
         target="LookupPayment" title="" type="single">
         <auto-fields-entity entity-name="Payment" default-field-type="hidden" />
-        <field name="paymentId" title="${uiLabelMap.AccountingPaymentId}"><text-find/></field>
-        <field name="partyIdFrom" title="Party ID from"><lookup target-form-name="LookupPartyName"/></field>
-        <field name="partyIdTo" title="Party ID to"><lookup target-form-name="LookupPartyName"/></field>
+        <field name="paymentId" title="${uiLabelMap.AccountingPaymentID}"><text-find/></field>
+        <field name="partyIdFrom"><lookup target-form-name="LookupPartyName"/></field>
+        <field name="partyIdTo"><lookup target-form-name="LookupPartyName"/></field>
         <field name="amountApplied"><text-find default-value=""></text-find> </field>
         
         <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> 
@@ -127,7 +127,7 @@
     <form name="listPayment" list-name="entityList" paginate-target="LookupPayment" title="" type="list" 
         default-title-style="tableheadtext"  default-tooltip-style="tabletext" default-widget-style="tabletext">
         <actions>
-            <service service-name="performFind" result-map-name="result" result-map-list-iterator-name="listIt">
+            <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
                 <field-map field-name="entityName" value="Payment"/>
             </service>
@@ -138,8 +138,8 @@
         <field name="partyIdFrom"><display-entity entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${lastName}[${partyId}]"/></field>
         <field name="partyIdTo"><display-entity entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${lastName}[${partyId}]"/></field>
         <field name="effectiveDate"><display/></field>
-        <field name="amount" title="Payment Amount"><display/></field>
-        <field name="currencyUomId" title="Curr."><display/></field>
+        <field name="amount"><display/></field>
+        <field name="currencyUomId"><display/></field>
     </form>
     
     <form name="lookupInvoice" target="LookupInvoice" title="" type="single" 
@@ -159,9 +159,9 @@
             </drop-down>
         </field>
         <field position="1" name="partyIdFrom"><lookup target-form-name="LookupPartyName"/></field>
-        <field position="2" name="partyId" title="Party Id To"><lookup target-form-name="LookupPartyName"/></field>
-        <field position="1" name="Datefrom"><date-time/></field>
-        <field position="2" name="DateThru"><date-time/></field>
+        <field position="2" name="partyId" title="${uiLabelMap.AccountingPartyIdTo}"><lookup target-form-name="LookupPartyName"/></field>
+        <field position="1" name="Datefrom" title="${uiLabelMap.CommonFromDate}"><date-time/></field>
+        <field position="2" name="DateThru" title="${uiLabelMap.CommonThruDate}"><date-time/></field>
         
         <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> 
         <field name="submitButton" title="${uiLabelMap.CommonLookup}" widget-style="smallSubmit"><submit button-type="button"/></field>
@@ -169,18 +169,18 @@
     <form name="listInvoice" list-name="entityList" paginate-target="LookupInvoice" title="" type="list" 
         default-title-style="tableheadtext"  default-tooltip-style="tabletext" default-widget-style="tabletext">
         <actions>
-            <service service-name="performFind" result-map-name="result" result-map-list-iterator-name="listIt">
+            <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
                 <field-map field-name="entityName" value="Invoice"/>
             </service>
         </actions>
-        <field name="invoiceId" title="${uiLabelMap.AccountingInvoiceId}" widget-style="buttontext">
+        <field name="invoiceId" widget-style="buttontext">
             <hyperlink also-hidden="false" target-type="plain" description="${invoiceId}" target="javascript:set_value('${invoiceId}')"/>
         </field>
         <field name="invoiceTypeId"><display-entity entity-name="InvoiceType"/></field>
         <field name="statusId"><display-entity entity-name="StatusItem" description="${description}"/></field>
         <field name="description"><display/></field>
-        <field name="partyIdFrom" title="${uiLabelMap.AccountingPartyIdFrom}"><display-entity entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${lastName}[${partyId}]"/></field>
+        <field name="partyIdFrom"><display-entity entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${lastName}[${partyId}]"/></field>
         <field name="partyId" title="${uiLabelMap.AccountingPartyIdTo}"><display-entity entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${lastName}[${partyId}]"/></field>
         <field name="amount"><display/></field>
         <field name="currencyUomId"><display/></field>

Modified: trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml
===================================================================
--- trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml	2006-05-01 09:23:53 UTC (rev 7459)
+++ trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml	2006-05-01 09:28:41 UTC (rev 7460)
@@ -47,11 +47,11 @@
         <field name="searchButton" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     <form name="ListPayments" type="list" separate-columns="true" default-entity-name="Payment"
-        title="Payment List"  default-title-style="tableheadtext" list-name="newPayments"
+        title="Payment List"  default-title-style="tableheadtext" list-name="listIt"
         default-widget-style="tabletext" default-tooltip-style="tabletext"
-        paginate-target="/findPayments"  list-iterator-name="listIt" paginate="true">
+        paginate-target="/findPayments" paginate="true">
         <actions>
-            <service service-name="performFind" result-map-name="result" result-map-list-iterator-name="listIt">
+            <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
                 <field-map field-name="entityName" value="Payment"/>
                 <field-map field-name="orderBy" value="effectiveDate"/>

Modified: trunk/applications/accounting/widget/TaxAuthorityForms.xml
===================================================================
--- trunk/applications/accounting/widget/TaxAuthorityForms.xml	2006-05-01 09:23:53 UTC (rev 7459)
+++ trunk/applications/accounting/widget/TaxAuthorityForms.xml	2006-05-01 09:28:41 UTC (rev 7460)
@@ -301,10 +301,10 @@
         
         <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="buttontext"><submit button-type="text-link"/></field>
     </form>
-    <form name="ListTaxAuthorityParties" type="list" title="" list-iterator-name="listIt"
+    <form name="ListTaxAuthorityParties" type="list" title="" list-name="listIt"
         default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <actions>
-            <service service-name="performFind" result-map-name="result" result-map-list-iterator-name="listIt">
+            <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
                 <field-map field-name="orderBy" value="partyId"/>
                 <field-map field-name="entityName" value="PartyTaxAuthInfo"/>

Modified: trunk/applications/accounting/widget/TransactionForms.xml
===================================================================
--- trunk/applications/accounting/widget/TransactionForms.xml	2006-05-01 09:23:53 UTC (rev 7459)
+++ trunk/applications/accounting/widget/TransactionForms.xml	2006-05-01 09:28:41 UTC (rev 7460)
@@ -43,12 +43,12 @@
 
     <!-- Brings up a list of gateway responses. TODO: should cut down data displayd -->
     <form name="ListGatewayResponses" type="list" use-row-submit="true" 
-            target="" title="" list-iterator-name="listIt" paginate-target="FindRequirements"
+            target="" title="" list-name="listIt" paginate-target="FindRequirements"
             default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
         <actions>
             <set field="entityName" value="PaymentGatewayResponse"/>
             <set field="orderBy" value="transactionDate DESC"/>
-            <service service-name="performFind" result-map-name="result" result-map-list-iterator-name="listIt">
+            <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="requestParameters"/>
                 <field-map field-name="entityName" env-name="entityName"/>
                 <field-map field-name="orderBy" env-name="orderBy"/>



More information about the Svn mailing list