cashbook/view/wizard_runrepbook_form.xml

25 lines
923 B
XML
Raw Normal View History

<?xml version="1.0"?>
<!-- This file is part of the cashbook-module from m-ds for Tryton.
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<form col="2">
<group colspan="2" id="grpinfo" string="Information" col="1">
<label id="lab1" xalign="0.0"
string="Here you can export a cashbook in tabular form for printing."/>
<label id="lab2" xalign="0.0"
string="The time range for the export is determined by the created reconciliation."/>
<label id="lab3" xalign="0.0"
string="If you have not already done so, first create a reconciliation for the cashbook."/>
</group>
<label name="cashbook"/>
<field name="cashbook" widget="selection"/>
<label name="reconciliation"/>
<field name="reconciliation"/>
<field name="cashbooks"/>
<field name="reconciliations"/>
</form>