tabelle 'reconciliation' neu

This commit is contained in:
Frederik Jaeckel 2022-08-11 15:00:35 +02:00
parent ae5303658e
commit 01825cc09c
13 changed files with 571 additions and 36 deletions

31
view/recon_form.xml Normal file
View file

@ -0,0 +1,31 @@
<?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 id="lab1" string=" " colspan="4"/>
<label name="date"/>
<field name="date"/>
<newline/>
<field name="lines" colspan="6"/>
</form>