2022-08-17 15:16:23 +00:00
|
|
|
<?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">
|
2022-08-18 09:58:05 +00:00
|
|
|
<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>
|
|
|
|
|
2022-08-17 15:16:23 +00:00
|
|
|
<label name="cashbook"/>
|
|
|
|
<field name="cashbook" widget="selection"/>
|
|
|
|
|
|
|
|
<label name="reconciliation"/>
|
|
|
|
<field name="reconciliation"/>
|
|
|
|
|
|
|
|
<field name="cashbooks"/>
|
|
|
|
<field name="reconciliations"/>
|
|
|
|
</form>
|
|
|
|
|