svn commit: r423515 - in /incubator/ofbiz/trunk/applications/accounting: webapp/accounting/billingaccount/BillingAccountInvoices.ftl webapp/accounting/invoice/InvoiceForms.xml widget/BillingAccountScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r423515 - in /incubator/ofbiz/trunk/applications/accounting: webapp/accounting/billingaccount/BillingAccountInvoices.ftl webapp/accounting/invoice/InvoiceForms.xml widget/BillingAccountScreens.xml

jonesde
Author: jonesde
Date: Wed Jul 19 09:33:14 2006
New Revision: 423515

URL: http://svn.apache.org/viewvc?rev=423515&view=rev
Log:
Applied patch from Anil Pater to use existing form and eliminate ftl file, which I also removed as it doesn't appear to be used anywhere else; ASF Jira #OFBIZ-83

Removed:
    incubator/ofbiz/trunk/applications/accounting/webapp/accounting/billingaccount/BillingAccountInvoices.ftl
Modified:
    incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
    incubator/ofbiz/trunk/applications/accounting/widget/BillingAccountScreens.xml

Modified: incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml?rev=423515&r1=423514&r2=423515&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml Wed Jul 19 09:33:14 2006
@@ -39,6 +39,7 @@
         </field>
         <field position="1" name="partyIdFrom"><lookup target-form-name="LookupPartyName"/></field>
         <field position="2" name="partyIdTo" parameter-name="partyId"><lookup target-form-name="LookupPartyName"/></field>
+        <field name="billingAccountId"><lookup target-form-name="LookupBillingAccount"/></field>
         <field name="searchButton" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
         

Modified: incubator/ofbiz/trunk/applications/accounting/widget/BillingAccountScreens.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/widget/BillingAccountScreens.xml?rev=423515&r1=423514&r2=423515&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/widget/BillingAccountScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/widget/BillingAccountScreens.xml Wed Jul 19 09:33:14 2006
@@ -140,9 +140,7 @@
             <widgets>
                 <decorator-screen name="CommonBillingAccountDecorator">
                     <decorator-section name="body">
-                        <platform-specific>
-                            <html><html-template location="component://accounting/webapp/accounting/billingaccount/BillingAccountInvoices.ftl"/></html>
-                        </platform-specific>
+                        <include-form name="ListInvoices"  location="component://accounting/webapp/accounting/invoice/InvoiceForms.xml"/>
                     </decorator-section>
                 </decorator-screen>
             </widgets>