ilscipio/scipio-erp

View on GitHub
applications/accounting/widget/journals/ReportFinancialSummaryForms.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is subject to the terms and conditions defined in the
files 'LICENSE' and 'NOTICE', which are part of this source
code package.
-->

<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">

    <form name="BaseSummaryOptions" type="single" header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="month" title="${uiLabelMap.CommonMonth}" required-field="true">
            <drop-down allow-empty="false">
                <option key="01" description="${uiLabelMap.CommonJanuary}"/>
                <option key="02" description="${uiLabelMap.CommonFebruary}"/>
                <option key="03" description="${uiLabelMap.CommonMarch}"/>
                <option key="04" description="${uiLabelMap.CommonApril}"/>
                <option key="05" description="${uiLabelMap.CommonMay}"/>
                <option key="06" description="${uiLabelMap.CommonJune}"/>
                <option key="07" description="${uiLabelMap.CommonJuly}"/>
                <option key="08" description="${uiLabelMap.CommonAugust}"/>
                <option key="09" description="${uiLabelMap.CommonSeptember}"/>
                <option key="10" description="${uiLabelMap.CommonOctober}"/>
                <option key="11" description="${uiLabelMap.CommonNovember}"/>
                <option key="12" description="${uiLabelMap.CommonDecember}"/>
            </drop-down>
        </field>
        <field name="year" title="${uiLabelMap.CommonYear}" required-field="true"><text size="4"/></field>
        <field name="organizationPartyId" required-field="false">
            <drop-down allow-empty="true" no-current-selected-key="Company">
                <entity-options entity-name="PartyRoleNameDetail" description="${groupName} [${partyId}]" key-field-name="partyId">
                    <entity-constraint name="roleTypeId" value="INTERNAL_ORGANIZATIO"/>
                    <entity-order-by field-name="groupName"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="currencyUomId" required-field="false">
            <drop-down allow-empty="true" no-current-selected-key="${defaultOrganizationPartyCurrencyUomId}">
                <entity-options key-field-name="uomId" description="${description} - ${abbreviation}" entity-name="Uom">
                    <entity-constraint name="uomTypeId" operator="equals" value="CURRENCY_MEASURE"/>
                    <entity-order-by field-name="description"/>
                </entity-options>
            </drop-down>
        </field>
    </form>

    <form name="SalesInvoiceByProductCategorySummaryOptions" type="single" target="SalesInvoiceByProductCategorySummary" extends="BaseSummaryOptions"
        header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="rootProductCategoryId" title="${uiLabelMap.ProductCategoryId}" required-field="true"><lookup target-form-name="LookupProductCategory"/></field>
        <field name="submitAction" widget-style="${styles.link_run_sys} ${styles.action_view}"><submit button-type="button"/></field>
    </form>
    <form name="SalesInvoiceByProductGlAccountSummaryOptions" type="single" target="SalesInvoiceByProductGlAccountSummary" extends="BaseSummaryOptions"
        header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="submitAction" widget-style="${styles.link_run_sys} ${styles.action_view}"><submit button-type="button"/></field>
    </form>
    <form name="PaymentByMethodSummaryOptions" type="single" target="PaymentByMethodSummary" extends="BaseSummaryOptions"
        header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="submitAction" widget-style="${styles.link_run_sys} ${styles.action_view}"><submit button-type="button"/></field>
    </form>
    <form name="InventoryIssueSummaryOptions" type="single" target="InventoryIssueSummary" extends="BaseSummaryOptions"
        header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="submitAction" widget-style="${styles.link_run_sys} ${styles.action_view}"><submit button-type="button"/></field>
    </form>
    <form name="FinancialAccountSummaryOptions" type="single" target="FinancialAccountSummary" extends="BaseSummaryOptions"
        header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="submitAction" widget-style="${styles.link_run_sys} ${styles.action_view}"><submit button-type="button"/></field>
    </form>

    <form name="TransactionSelectionForm" type="single" header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="selectedMonth" title="${uiLabelMap.CommonMonth}">
            <drop-down allow-empty="true">
                <list-options list-name="monthList" key-name="value" description="${description}"/>
            </drop-down>
        </field>
        <field name="fromDate" title="${uiLabelMap.CommonFrom}" required-field="false"><date-time type="timestamp"/></field>
        <field name="thruDate" title="${uiLabelMap.CommonThru}" required-field="false" position="2"><date-time type="timestamp"/></field>
        <field name="glFiscalTypeId" title="${uiLabelMap.FormFieldTitle_glFiscalType}">
            <drop-down>
                <entity-options entity-name="GlFiscalType" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="submitAction" title="${uiLabelMap.CommonSubmit}" widget-style="${styles.link_run_sys} ${styles.action_select}" tooltip="Please enter From and Thru date in fields above"><submit button-type="button"/></field>
    </form>

    <form name="IncomeStatementRevenues" type="list" list-name="revenueAccountBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title="${uiLabelMap.CommonName}"><display description="${uiLabelMap.AccountingRevenues}"/></field>
        <field name="balance" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    
    <form name="IncomeStatementExpenses" type="list" list-name="expenseAccountBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title="${uiLabelMap.CommonName}"><display description="${uiLabelMap.AccountingExpenses}"/></field>
        <field name="balance" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    
    <form name="IncomeStatementIncome" type="list" list-name="incomeAccountBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title="${uiLabelMap.CommonName}"><display description="${uiLabelMap.AccountingIncome}"/></field>
        <field name="balance" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    
    <form name="ComparativeIncomeStatementParameters" type="single" target="ComparativeIncomeStatement" header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="organizationPartyId"><hidden/></field>
        <field name="period1FromDate" title="${uiLabelMap.FormFieldTitle_period1FromDate}" required-field="true" position="1"><date-time type="timestamp"/></field>
        <field name="period2FromDate" title="${uiLabelMap.FormFieldTitle_period2FromDate}" required-field="true" position="2"><date-time type="timestamp"/></field>
        <field name="period1ThruDate" title="${uiLabelMap.FormFieldTitle_period1ThruDate}" required-field="true" position="1"><date-time type="timestamp"/></field>
        <field name="period2ThruDate" title="${uiLabelMap.FormFieldTitle_period2ThruDate}" required-field="true" position="2"><date-time type="timestamp"/></field>
        <field name="period1GlFiscalTypeId" position="1">
            <drop-down>
                <entity-options entity-name="GlFiscalType" key-field-name="glFiscalTypeId" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="period2GlFiscalTypeId" position="2">
            <drop-down>
                <entity-options entity-name="GlFiscalType" key-field-name="glFiscalTypeId" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="submitAction" title="${uiLabelMap.CommonSubmit}" widget-style="${styles.link_run_sys} ${styles.action_select}"><submit button-type="button"/></field>
    </form>
    
    <!-- This is required to render the date range in the PDF: the two columns layout is not supported -->
    <form name="ComparativeIncomeStatementParametersOneColumn" type="single" target="ComparativeIncomeStatement" header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="organizationPartyId"><hidden/></field>
        <field name="period1FromDate" title="${uiLabelMap.FormFieldTitle_period1FromDate}" required-field="true"><date-time type="timestamp"/></field>
        <field name="period1ThruDate" title="${uiLabelMap.FormFieldTitle_period1ThruDate}" required-field="true"><date-time type="timestamp"/></field>
        <field name="period1GlFiscalTypeId">
            <drop-down>
                <entity-options entity-name="GlFiscalType" key-field-name="glFiscalTypeId" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="period2FromDate" title="${uiLabelMap.FormFieldTitle_period2FromDate}" required-field="true"><date-time type="timestamp"/></field>
        <field name="period2ThruDate" title="${uiLabelMap.FormFieldTitle_period2ThruDate}" required-field="true"><date-time type="timestamp"/></field>
        <field name="period2GlFiscalTypeId">
            <drop-down>
                <entity-options entity-name="GlFiscalType" key-field-name="glFiscalTypeId" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="submitAction" title="${uiLabelMap.CommonSubmit}" widget-style="${styles.link_run_sys} ${styles.action_select}"><submit button-type="button"/></field>
    </form>
    <form name="ComparativeIncomeStatementRevenues" type="list" list-name="revenueAccountBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title-area-style="tableheadwide"><display description="${uiLabelMap.AccountingTotalCapital} (${uiLabelMap.AccountingRevenues})"/></field>
        <field name="balance1" title="${uiLabelMap.AccountingBalance} 1" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
        <field name="balance2" title="${uiLabelMap.AccountingBalance} 2" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="ComparativeIncomeStatementExpenses" type="list" list-name="expenseAccountBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title-area-style="tableheadwide"><display description="${uiLabelMap.AccountingTotalCapital} (${uiLabelMap.AccountingExpenses})"/></field>
        <field title="${uiLabelMap.AccountingBalance} 1" name="balance1" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
        <field title="${uiLabelMap.AccountingBalance} 2" name="balance2" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="ComparativeIncomeStatementIncome" type="list" list-name="incomeAccountBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title-area-style="tableheadwide"><display description="${uiLabelMap.AccountingTotalCapital} (${uiLabelMap.AccountingIncome})"/></field>
        <field title="${uiLabelMap.AccountingBalance} 1" name="balance1" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
        <field title="${uiLabelMap.AccountingBalance} 2" name="balance2" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>

    <form name="BalanceSheetParameters" type="single" target="BalanceSheet"
        header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="organizationPartyId"><hidden/></field>
        <field name="thruDate" title="${uiLabelMap.CommonThru}"><date-time default-value="${nowTimestamp}"/></field>
        <field name="glFiscalTypeId" title="${uiLabelMap.FormFieldTitle_glFiscalType}">
            <drop-down>
                <entity-options entity-name="GlFiscalType" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="submitAction" widget-style="${styles.link_run_sys} ${styles.action_select}"><submit button-type="button"/></field>
    </form>
    <form name="BalanceSheetAssets" type="list" list-name="assetAccountBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title-area-style="tableheadwide"><display description="${uiLabelMap.AccountingTotalCapital} (${uiLabelMap.AccountingAssets})"/></field>
        <field name="balance" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="BalanceSheetLiabilities" type="list" list-name="liabilityAccountBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title-area-style="tableheadwide"><display description="${uiLabelMap.AccountingTotalCapital} (${uiLabelMap.AccountingLiabilities})"/></field>
        <field name="balance" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="BalanceSheetEquities" type="list" list-name="equityAccountBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title-area-style="tableheadwide"><display description="${uiLabelMap.AccountingTotalCapital} (${uiLabelMap.AccountingEquities})"/></field>
        <field name="balance" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="BalanceTotals" type="list" list-name="balanceTotalList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <row-actions>
            <set field="totalName" value="${groovy: uiLabelMap.get(totalName)}"/>
        </row-actions>
        <field name="totalName" title="${uiLabelMap.CommonTotal}" title-area-style="tableheadhuge"><display description="${totalName}"/></field>
        <field name="balance" title="" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="ComparativeBalanceSheetParameters" type="single" target="ComparativeBalanceSheet"
        header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="organizationPartyId"><hidden/></field>
        <field name="period1ThruDate" position="1"><date-time/></field>
        <field name="period2ThruDate" position="2"><date-time/></field>
        <field name="period1GlFiscalTypeId" position="1">
            <drop-down>
                <entity-options entity-name="GlFiscalType" key-field-name="glFiscalTypeId" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="period2GlFiscalTypeId" position="2">
            <drop-down>
                <entity-options entity-name="GlFiscalType" key-field-name="glFiscalTypeId" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="submitAction" widget-style="${styles.link_run_sys} ${styles.action_select}"><submit button-type="button"/></field>
    </form>
    <!-- This is required to render the date range in the PDF: the two columns layout is not supported -->
    <form name="ComparativeBalanceSheetParametersOneColumn" type="single" target="ComparativeBalanceSheet"
        header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="organizationPartyId"><hidden/></field>
        <field name="period1ThruDate"><date-time/></field>
        <field name="period1GlFiscalTypeId">
            <drop-down>
                <entity-options entity-name="GlFiscalType" key-field-name="glFiscalTypeId" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="period2ThruDate"><date-time/></field>
        <field name="period2GlFiscalTypeId">
            <drop-down>
                <entity-options entity-name="GlFiscalType" key-field-name="glFiscalTypeId" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="submitAction" widget-style="${styles.link_run_sys} ${styles.action_select}"><submit button-type="button"/></field>
    </form>
    <form name="ComparativeBalanceSheetAssets" type="list" list-name="assetAccountBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title-area-style="tableheadwide"><display description="${uiLabelMap.AccountingTotalCapital} (${uiLabelMap.AccountingAssets})"/></field>
        <field title="${uiLabelMap.AccountingBalance} 1" name="balance1" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
        <field title="${uiLabelMap.AccountingBalance} 2" name="balance2" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="ComparativeBalanceSheetLiabilities" type="list" list-name="liabilityAccountBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title-area-style="tableheadwide"><display description="${uiLabelMap.AccountingTotalCapital} (${uiLabelMap.AccountingLiabilities})"/></field>
        <field title="${uiLabelMap.AccountingBalance} 1" name="balance1" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
        <field title="${uiLabelMap.AccountingBalance} 2" name="balance2" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="ComparativeBalanceSheetEquities" type="list" list-name="equityAccountBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title-area-style="tableheadwide"><display description="${uiLabelMap.AccountingTotalCapital} (${uiLabelMap.AccountingRevenues})"/></field>
        <field title="${uiLabelMap.AccountingBalance} 1" name="balance1" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
        <field title="${uiLabelMap.AccountingBalance} 2" name="balance2" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="ComparativeBalanceTotals" type="list" list-name="balanceTotalList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <row-actions>
            <set field="totalName" value="${groovy: uiLabelMap.get(totalName)}"/>
        </row-actions>
        <field name="totalName" title-area-style="tableheadwide"><display description="${totalName}"/></field>
        <field name="balance1" title="${uiLabelMap.AccountingBalance} 1" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
        <field name="balance2" title="${uiLabelMap.AccountingBalance} 2" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>

    <form name="SelectAcctReportPeriod" type="single" title="Select period for report">
        <field name="fromDate" title="${uiLabelMap.CommonFrom}" ><date-time/></field>
        <field name="thruDate" title="${uiLabelMap.CommonThru}" position="2"><date-time/></field>
        <field name="glFiscalTypeId" title="${uiLabelMap.FormFieldTitle_glFiscalType}">
            <drop-down>
                <entity-options entity-name="GlFiscalType" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="submitAction" widget-style="${styles.link_run_sys} ${styles.action_select}"><submit button-type="button"/></field>
    </form>

    <form name="FindTransactionTotals" type="single" target="TransactionTotals" title="Find list of transaction totals"
        header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="organizationPartyId"><hidden/></field>
        <field name="fromDate"><date-time/></field>
        <field name="thruDate" title="${uiLabelMap.CommonThru}" position="2"><date-time/></field>
        <field name="glFiscalTypeId" title="${uiLabelMap.FormFieldTitle_glFiscalType}">
            <drop-down>
                <entity-options entity-name="GlFiscalType" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="submitAction" widget-style="${styles.link_run_sys} ${styles.action_find}"><submit button-type="button"/></field>
    </form>
    
    <form name="PostedTransactionTotalList" type="list" list-name="postedTransactionTotals"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <row-actions>
            <set field="closingD" value="${openingD + D}" type="BigDecimal"/>
            <set field="closingC" value="${openingC + C}" type="BigDecimal"/>
        </row-actions>
        <field name="accountCode" title="${uiLabelMap.CommonCode}" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title="${uiLabelMap.CommonName}"><display description="${accountName}"/></field>
        <field name="openingD" title="${uiLabelMap.AccountingOpeningDebit}" widget-area-style="amount" title-area-style="align-right"><display type="currency" currency="${currencyUomId}"/></field>
        <field name="openingC" title="${uiLabelMap.AccountingOpeningCredit}" widget-area-style="amount" title-area-style="align-right"><display type="currency" currency="${currencyUomId}"/></field>
        <field name="D" title="${uiLabelMap.AccountingDebitFlag}" widget-area-style="amount" title-area-style="align-right"><display type="currency" currency="${currencyUomId}"/></field>
        <field name="C" title="${uiLabelMap.AccountingCreditFlag}" widget-area-style="amount" title-area-style="align-right"><display type="currency" currency="${currencyUomId}"/></field>
        <field name="closingD" title="${uiLabelMap.AccountingClosingDebit}" widget-area-style="amount" title-area-style="align-right"><display type="currency" currency="${currencyUomId}"/></field>
        <field name="closingC" title="${uiLabelMap.AccountingClosingDebit}" widget-area-style="amount" title-area-style="align-right"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="UnpostedTransactionTotalList" type="list" list-name="unpostedTransactionTotals"
        odd-row-style="alternate-row" extends="PostedTransactionTotalList"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
    </form>
    <form name="PostedAndUnpostedTransactionTotalList" type="list" list-name="allTransactionTotals"
        odd-row-style="alternate-row" extends="PostedTransactionTotalList"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
    </form>

    <form name="IncomeStatementListCsv" type="list" list-name="glAccountIncomeList" view-size="99999">
        <row-actions>
            <entity-one entity-name="GlAccount" value-field="glAccount"/>
        </row-actions>
        <field name="glAccountId"><display description="${glAccountId}"/></field>
        <field name="glAccountName"><display description="${glAccount.accountName}"/></field>
        <field name="totalAmount"><display type="currency" currency="${currencyUomId}"/></field>
        <field name="totalOfCurrentFiscalPeriod"><display type="currency" currency="${currencyUomId}"/></field>
    </form>

    <form name="ExpenseStatementListCsv" type="list" list-name="glAccountExpenseList" view-size="99999">
        <row-actions>
            <entity-one entity-name="GlAccount" value-field="glAccount"/>
        </row-actions>
        <field name="glAccountId"><display description="${glAccountId}"/></field>
        <field name="glAccountName"><display description="${glAccount.accountName}"/></field>
        <field name="totalAmount"><display type="currency" currency="${currencyUomId}"/></field>
        <field name="totalOfCurrentFiscalPeriod"><display type="currency" currency="${currencyUomId}"/></field>
    </form>

    <form name="BalanceSheetAssetListCsv" type="list" list-name="assetBalancesList" view-size="99999">
        <row-actions>
            <entity-one entity-name="GlAccount" value-field="glAccount">
                <field-map field-name="glAccountId"/>
            </entity-one>
        </row-actions>
        <field name="glAccountId"><display description="[${glAccountId}] [${glAccount.accountCode}] ${glAccount.accountName}"/></field>
        <field name="totalAmount"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="BalanceSheetLiabilityListCsv" type="list" list-name="liabilityBalancesList" view-size="99999">
        <row-actions>
            <entity-one entity-name="GlAccount" value-field="glAccount">
                <field-map field-name="glAccountId"/>
            </entity-one>
        </row-actions>
        <field name="glAccountId"><display description="[${glAccountId}] [${glAccount.accountCode}] ${glAccount.accountName}"/></field>
        <field name="totalAmount"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="BalanceSheetEquityListCsv" type="list" list-name="equityBalancesList" view-size="99999">
        <row-actions>
            <entity-one entity-name="GlAccount" value-field="glAccount">
                <field-map field-name="glAccountId"/>
            </entity-one>
        </row-actions>
        <field name="glAccountId"><display description="[${glAccountId}] [${glAccount.accountCode}] ${glAccount.accountName}"/></field>
        <field name="totalAmount"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    
    <form name="GlAccountTrialBalance" type="single" target="GlAccountTrialBalance">
        <actions>
            <entity-and entity-name="CustomTimePeriod" list="customTimePeriods">
                <field-map field-name="organizationPartyId"/>
                <field-map field-name="periodTypeId" value="FISCAL_YEAR"/>
            </entity-and>
        </actions>
        <field name="organizationPartyId"><hidden/></field>
        <field name="glAccountId" title="${uiLabelMap.AccountingGlAccountId}">
            <drop-down>
                <entity-options entity-name="GlAccountOrganizationAndClass" description="${glAccountId} ${accountName}">
                    <entity-constraint name="organizationPartyId" operator="equals" env-name="organizationPartyId"/>
                    <entity-order-by field-name="glAccountId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="timePeriod">
            <drop-down>
                <list-options list-name="customTimePeriods" key-name="customTimePeriodId" description="${fromDate} - ${thruDate}"/>
            </drop-down>
        </field>
        <field name="isPosted">
            <drop-down>
                <option description="${uiLabelMap.CommonYes}" key="Y"/>
                <option description="${uiLabelMap.CommonNo}" key="N"/>
                <option description="${uiLabelMap.CommonAll}" key="ALL"/>
            </drop-down>
        </field>
        <field name="submitAction" widget-style="${styles.link_run_sys} ${styles.action_find}" action=""><submit button-type="text-link"/></field>
    </form>

    <form name="InventoryValuation" type="single" target="InventoryValuation" header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="facilityId" position="1">
            <drop-down allow-empty="true">
                <entity-options entity-name="Facility" description="${facilityName}">
                    <entity-constraint name="ownerPartyId" operator="equals" env-name="organizationPartyId"/>
                    <entity-order-by field-name="facilityId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="productId"><lookup target-form-name="LookupProduct"/></field>
        <field name="thruDate" title="${uiLabelMap.CommonThru}" position="2"><date-time type="date" default-value="${nowTimestamp}"/></field>
        <field name="organizationPartyId"><hidden/></field>
        <field name="showSearchResults"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
        <field name="submitAction" widget-style="${styles.link_run_sys} ${styles.action_find}"><submit button-type="button"/></field>
    </form>

    <form name="InventoryValuationList" type="list" list-name="inventoryValuationList" odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <actions>
            <entity-condition entity-name="InventoryItemDetailForSum" list="inventoryValuationList" use-cache="false">
                <condition-list>
                    <condition-expr field-name="ownerPartyId" operator="equals" from-field="parameters.organizationPartyId"/>
                    <condition-expr field-name="accountingQuantityDiff" operator="not-equals" value="0.0"/>
                    <condition-expr field-name="effectiveDate" operator="less-equals" from-field="parameters.thruDate"/>
                    <condition-expr field-name="facilityId" operator="equals" from-field="parameters.facilityId" ignore-if-empty="true"/>
                    <condition-expr field-name="productId" operator="equals" from-field="parameters.productId" ignore-if-empty="true"/>
                </condition-list>
                <select-field field-name="productId"/>
                <select-field field-name="unitCost"/>
                <select-field field-name="currencyUomId"/>
                <select-field field-name="accountingQuantitySum"/>
            </entity-condition>
        </actions>
        <row-actions>
            <entity-one entity-name="Product" value-field="product">
                <field-map field-name="productId"/>
            </entity-one>
            <get-related-one relation-name="QuantityUom" to-value-field="uom" value-field="product"/>
            <set field="quantityUom" from-field="uom.abbreviation" default-value="${uom.uomId}"/>
        </row-actions>
        <field name="productId" title="${uiLabelMap.AccountingProduct}">
            <display-entity entity-name="Product" description="${productId} - ${internalName}"/>
        </field>
        <field name="unitCost" widget-area-style="amount" title-area-style="align-right"><display currency="${currencyUomId}" type="currency"/></field>
        <field name="accountingQuantitySum" title="${uiLabelMap.CommonQuantity}" widget-area-style="amount" title-area-style="align-right"><display description="${accountingQuantitySum} ${quantityUom}"/></field>
        <field name="value" title="${uiLabelMap.CommonValue}" widget-area-style="amount" title-area-style="align-right"><display description="${accountingQuantitySum * unitCost}" currency="${currencyUomId}" type="currency"/></field>
    </form>

    <form name="TrialBalanceFinancialTimePeriodSelection" type="single" header-row-style="header-row" target="TrialBalance"> <!-- orig: default-table-style=-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-constraint name="organizationPartyId" operator="equals" value="${organizationPartyId}"/>
                    <entity-order-by field-name="-thruDate"/>
                    <entity-order-by field-name="periodNum"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="submitAction" title="${uiLabelMap.CommonSubmit}" widget-style="${styles.link_run_sys} ${styles.action_select}"><submit button-type="button"/></field>
    </form>

    <form name="TrialBalanceReport" type="list" list-name="accountBalances"
          odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title-area-style="tableheadwide"><display description="${accountName}"/></field>
        <field name="openingBalance" title="${uiLabelMap.AccountingOpeningBalance}" widget-area-style="amount" title-area-style="align-right"><display description="${openingBalance}" type="currency" currency="${currencyUomId}"/></field>
        <field name="postedDebits" title="${uiLabelMap.AccountingDebitFlag}" widget-area-style="amount" title-area-style="align-right"><display description="${postedDebits}" type="currency" currency="${currencyUomId}"/></field>
        <field name="postedCredits" title="${uiLabelMap.AccountingCreditFlag}" widget-area-style="amount" title-area-style="align-right"><display description="${postedCredits}" type="currency" currency="${currencyUomId}"/></field>
        <field name="endingBalance" title="${uiLabelMap.AccountingEndingBalance}" widget-area-style="amount" title-area-style="align-right"><display description="${endingBalance}" type="currency" currency="${currencyUomId}"/></field>
    </form>

    <form name="CashFlowStatementParameters" type="single" header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="selectedMonth" title="${uiLabelMap.CommonMonth}">
            <drop-down allow-empty="true">
                <list-options list-name="monthList" key-name="value" description="${description}"/>
            </drop-down>
        </field>
        <field name="fromDate" title="${uiLabelMap.CommonFrom}" required-field="false"><date-time type="timestamp"/></field>
        <field name="thruDate" title="${uiLabelMap.CommonThru}" required-field="false" position="2"><date-time type="timestamp"/></field>
        <field name="glFiscalTypeId" title="${uiLabelMap.FormFieldTitle_glFiscalType}">
            <drop-down>
                <entity-options entity-name="GlFiscalType" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="submitAction" title="${uiLabelMap.CommonSubmit}" widget-style="${styles.link_run_sys} ${styles.action_select}" tooltip="Please enter From and Thru date in fields above"><submit button-type="button"/></field>
    </form>

    <!-- Cash Flow Statement -->
    <form name="CashFlowStatementOpeningCashBalance" type="list" list-name="openingCashBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title-area-style="tableheadwide"><display description="${accountName}"/></field>
        <field name="balance" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="CashFlowStatementPeriodCashBalance" type="list" list-name="periodCashBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title-area-style="tableheadwide"><display description="${accountName}"/></field>
        <field name="D" widget-area-style="amount" title-area-style="align-right" title="${uiLabelMap.AccountingTotalDebit_Receipts}"><display type="currency" currency="${currencyUomId}"/></field>
        <field name="C" widget-area-style="amount" title-area-style="align-right" title="${uiLabelMap.AccountingTotalCredit_Disbursement}"><display type="currency" currency="${currencyUomId}"/></field>
        <field name="balance" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="CashFlowStatementClosingCashBalance" type="list" list-name="closingCashBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title-area-style="tableheadwide"><display description="${accountName}"/></field>
        <field name="balance" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="CashFlowBalanceTotals" type="list" list-name="cashFlowBalanceTotalList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <row-actions>
            <set field="totalName" value="${groovy: uiLabelMap.get(totalName)}"/>
        </row-actions>
        <field name="totalName" title="${uiLabelMap.CommonTotal}" title-area-style="tableheadhuge"><display description="${totalName}"/></field>
        <field name="balance" title="_" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="FindCashFlowTotals" type="single" target="TransactionTotals" title="Find list of cash flow totals"
        header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="organizationPartyId"><hidden/></field>
        <field name="fromDate" title="${uiLabelMap.CommonFrom}" ><date-time/></field>
        <field name="thruDate" title="${uiLabelMap.CommonThru}" position="2"><date-time/></field>
        <field name="glFiscalTypeId" title="${uiLabelMap.FormFieldTitle_glFiscalType}">
            <drop-down>
                <entity-options entity-name="GlFiscalType" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="submitAction" widget-style="${styles.link_run_sys} ${styles.action_find}"><submit button-type="button"/></field>
    </form>
    <form name="ComparativeCashFlowStatementParameters" type="single" target="ComparativeCashFlowStatement" header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="organizationPartyId"><hidden/></field>
        <field name="period1FromDate" title="${uiLabelMap.FormFieldTitle_period1FromDate}" required-field="true" position="1"><date-time type="timestamp"/></field>
        <field name="period2FromDate" title="${uiLabelMap.FormFieldTitle_period2FromDate}" required-field="true" position="2"><date-time type="timestamp"/></field>
        <field name="period1ThruDate" title="${uiLabelMap.FormFieldTitle_period1ThruDate}" required-field="true" position="1"><date-time type="timestamp"/></field>
        <field name="period2ThruDate" title="${uiLabelMap.FormFieldTitle_period2ThruDate}" required-field="true" position="2"><date-time type="timestamp"/></field>
        <field name="period1GlFiscalTypeId" position="1">
            <drop-down>
                <entity-options entity-name="GlFiscalType" key-field-name="glFiscalTypeId" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="period2GlFiscalTypeId" position="2">
            <drop-down>
                <entity-options entity-name="GlFiscalType" key-field-name="glFiscalTypeId" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="submitAction" title="${uiLabelMap.CommonSubmit}" widget-style="${styles.link_run_sys} ${styles.action_select}"><submit button-type="button"/></field>
    </form>
    <form name="ComparativeCashFlowStatementOpeningCashBalance" type="list" list-name="openingCashBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title-area-style="tableheadwide"><display description="${accountName}"/></field>
        <field title="${uiLabelMap.AccountingBalance} 1" name="balance1" widget-area-style="amount" title-area-style="align-right"><display type="currency" currency="${currencyUomId}"/></field>
        <field title="${uiLabelMap.AccountingBalance} 2" name="balance2" widget-area-style="amount" title-area-style="align-right"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="ComparativeCashFlowStatementPeriodCashBalance" type="list" list-name="periodCashBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title-area-style="tableheadwide"><display description="${accountName}"/></field>
        <field name="D1" title="${uiLabelMap.AccountingPeriod1Debit_Receipts}" widget-area-style="amount" title-area-style="align-right"><display type="currency" currency="${currencyUomId}"/></field>
        <field name="C1" title="${uiLabelMap.AccountingPeriod1Credit_Disbursement}" widget-area-style="amount" title-area-style="align-right"><display type="currency" currency="${currencyUomId}"/></field>
        <field title="${uiLabelMap.AccountingBalance} 1" name="balance1" widget-area-style="amount" title-area-style="align-right"><display type="currency" currency="${currencyUomId}"/></field>
        <field name="D2" title="${uiLabelMap.AccountingPeriod2Debit_Receipts}" widget-area-style="amount" title-area-style="align-right"><display type="currency" currency="${currencyUomId}"/></field>
        <field name="C2" title="${uiLabelMap.AccountingPeriod2Credit_Disbursement}" widget-area-style="amount" title-area-style="align-right"><display type="currency" currency="${currencyUomId}"/></field>
        <field title="${uiLabelMap.AccountingBalance} 2" name="balance2" widget-area-style="amount" title-area-style="align-right"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="ComparativeCashFlowStatementClosingCashBalance" type="list" list-name="closingCashBalanceList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <field name="accountCode" widget-style="${styles.link_nav_info_id} ${styles.action_find}" title-area-inline-style="width:100px">
            <hyperlink target="FindAcctgTransEntries" description="${accountCode}">
                <parameter param-name="glAccountId"/>
                <parameter param-name="organizationPartyId"/>
            </hyperlink>
        </field>
        <field name="accountName" title-area-style="tableheadwide"><display description="${accountName}"/></field>
        <field title="${uiLabelMap.AccountingBalance} 1" name="balance1"  widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
        <field title="${uiLabelMap.AccountingBalance} 2" name="balance2" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <form name="ComparativeCashFlowBalanceTotals" type="list" list-name="cashFlowBalanceTotalList"
        odd-row-style="alternate-row"> <!-- orig: default-table-style=-style="basic-table hover-bar" -->
        <row-actions>
            <set field="totalName" value="${groovy: uiLabelMap.get(totalName)}"/>
        </row-actions>
        <field name="totalName" title-area-style="tableheadwide"><display description="${totalName}"/></field>
        <field title="${uiLabelMap.AccountingBalance} 1" name="balance1" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
        <field title="${uiLabelMap.AccountingBalance} 2" name="balance2" widget-area-style="amount" title-area-style="align-right" title-area-inline-style="width:100px"><display type="currency" currency="${currencyUomId}"/></field>
    </form>
    <!-- This is required to render the date range in the PDF: the two columns layout is not supported -->
    <form name="ComparativeCashFlowStatementParametersOneColumn" type="single" target="" header-row-style="header-row"> <!-- orig: default-table-style=-style="basic-table" -->
        <field name="organizationPartyId"><hidden/></field>
        <field name="period1FromDate" title="${uiLabelMap.FormFieldTitle_period1FromDate}" required-field="true"><date-time type="timestamp"/></field>
        <field name="period1ThruDate" title="${uiLabelMap.FormFieldTitle_period1ThruDate}" required-field="true"><date-time type="timestamp"/></field>
        <field name="period1GlFiscalTypeId">
            <drop-down>
                <entity-options entity-name="GlFiscalType" key-field-name="glFiscalTypeId" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
        <field name="period2FromDate" title="${uiLabelMap.FormFieldTitle_period2FromDate}" required-field="true"><date-time type="timestamp"/></field>
        <field name="period2ThruDate" title="${uiLabelMap.FormFieldTitle_period2ThruDate}" required-field="true"><date-time type="timestamp"/></field>
        <field name="period2GlFiscalTypeId">
            <drop-down>
                <entity-options entity-name="GlFiscalType" key-field-name="glFiscalTypeId" description="${description}">
                    <entity-order-by field-name="glFiscalTypeId"/>
                </entity-options>
            </drop-down>
        </field>
    </form>
</forms>