Author: jacopoc
Date: Mon Dec  7 17:41:03 2009
New Revision: 888042

URL: http://svn.apache.org/viewvc?rev=888042&view=rev
Log:
Added form definition that I have erroneously deleted; thanks to Sumit Pandit 
for the patch.

Modified:
    ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml

Modified: 
ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml?rev=888042&r1=888041&r2=888042&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml 
(original)
+++ ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml 
Mon Dec  7 17:41:03 2009
@@ -607,6 +607,21 @@
         <field name="totalInventoryCost" use-when="currencyUomId!=null" 
title="${uiLabelMap.CommonTotalValue}" ><display type="currency" 
currency="${currencyUomId}"/></field>
         <field name="totalInventoryCost" use-when="currencyUomId==null" 
title="${uiLabelMap.CommonTotalValue}"><display 
description="${uiLabelMap.ProductDifferentCurrencies}"/></field>
     </form>
+
+    <form name="TrialBalanceFinancialTimePeriodSelection" type="single" 
header-row-style="header-row" target="TrialBalance" 
default-table-style="basic-table">
+        <field name="organizationPartyId"><hidden/></field>
+        <field name="customTimePeriodId" required-field="true">
+            <drop-down>
+                <entity-options entity-name="CustomTimePeriod" 
key-field-name="customTimePeriodId" description="${periodName}: ${fromDate} - 
${thruDate}" filter-by-date="false">
+                    <entity-constraint name="periodTypeId" operator="like" 
value="FISCAL_%"/>
+                    <entity-order-by field-name="-thruDate"/>
+                    <entity-order-by field-name="periodNum"/>
+                </entity-options>
+            </drop-down>
+        </field>
+        <field name="submitButton" title="${uiLabelMap.CommonSubmit}" 
widget-style="smallSubmit"><submit button-type="button"/></field>
+    </form>
+
     <form name="TrialBalanceReport" type="list" 
list-name="glAccountAndHistories"
         odd-row-style="alternate-row" default-table-style="basic-table 
hover-bar">
         <actions>


Reply via email to