ilscipio/scipio-erp

View on GitHub
applications/accounting/widget/journals/JournalScreens.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.
-->

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

    <screen name="Transactions">
        <section>
            <actions>
                <!-- <set field="activeSubMenuItem" value="TransactionReports"/> -->
                <set field="titleProperty" value="AccountingAcctgTrans"/>
            </actions>
            <widgets>
                <decorator-screen name="CommonTransactionsDecorator" location="${parameters.mainDecoratorLocation}">
                    <decorator-section name="body">
                        <screenlet>
                            <include-form name="ListAcctgTransOverview" location="component://accounting/widget/ledger/GlForms.xml"/>
                        </screenlet>
                    </decorator-section>
                </decorator-screen>
            </widgets>
        </section>
    </screen>    
</screens>