ilscipio/scipio-erp

View on GitHub
applications/accounting/widget/external/ExternalAccountingScreens.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="https://ofbiz.apache.org/dtds/widget-screen.xsd">
 
    <screen name="DatevImportResult">
        <section>
            <actions>
                <script location="component://accounting/script/com/ilscipio/scipio/accounting/datev/DatevImportResult.groovy" />
            </actions>
            <widgets>
                <platform-specific><html><html-template location="component://accounting/webapp/accounting/external/DatevImportResult.ftl"/></html></platform-specific>
            </widgets>
        </section>
    </screen>
    
 
</screens>