38 lines
1.1 KiB
XML
38 lines
1.1 KiB
XML
<?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="6">
|
|
<label name="cashbook"/>
|
|
<field name="cashbook"/>
|
|
<newline/>
|
|
|
|
<separator id="sep1" string="Reconciliation period" colspan="4"/>
|
|
<separator id="sep2" string="State" colspan="2"/>
|
|
|
|
<label name="date_from"/>
|
|
<field name="date_from"/>
|
|
<label name="date_to"/>
|
|
<field name="date_to"/>
|
|
|
|
<field name="state"/>
|
|
<group id="grpstate" col="3">
|
|
<button name="wfedit"/>
|
|
<button name="wfcheck"/>
|
|
<button name="wfdone"/>
|
|
</group>
|
|
|
|
<label name="start_amount"/>
|
|
<field name="start_amount" symbol="currency"/>
|
|
<label name="end_amount"/>
|
|
<field name="end_amount" symbol="currency"/>
|
|
|
|
<label name="date"/>
|
|
<field name="date"/>
|
|
<newline/>
|
|
|
|
<field name="lines" colspan="6"
|
|
view_ids="cashbook.line_recon_view_list,cashbook.line_view_form"/>
|
|
|
|
<field name="feature"/>
|
|
</form>
|