line, book - wf + tests

This commit is contained in:
Frederik Jaeckel 2022-08-08 14:31:42 +02:00
parent ba442b726e
commit 654e9d2ee7
25 changed files with 786 additions and 160 deletions

View file

@ -7,4 +7,13 @@ full copyright notices and license terms. -->
<field name="name"/>
<label name="btype"/>
<field name="btype"/>
<label name="state"/>
<field name="state"/>
<group id="grpstate" col="3" colspan="2">
<button name="wfopen"/>
<button name="wfclosed"/>
<button name="wfarchive"/>
</group>
</form>

View file

@ -5,4 +5,7 @@ full copyright notices and license terms. -->
<tree>
<field name="name"/>
<field name="btype"/>
<field name="state"/>
<button name="wfopen"/>
<button name="wfclosed"/>
</tree>

View file

@ -3,8 +3,8 @@
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<form col="10">
<label name="account"/>
<field name="account" widget="selection"/>
<label name="cashbook"/>
<field name="cashbook" widget="selection"/>
<label name="date_from"/>
<field name="date_from"/>

View file

@ -2,19 +2,21 @@
<!-- 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>
<label name="account"/>
<field name="account" colspan="3"/>
<form col="6">
<separator name="cashbook" colspan="4" string="Cashbook Line"/>
<separator name="state" colspan="2" string="State"/>
<field name="cashbook" colspan="2"/>
<label name="date"/>
<field name="date"/>
<label name="state"/>
<field name="state"/>
<group id="grpstate" col="2">
<button name="wfedit"/>
<button name="wfcheck"/>
</group>
<label name="description"/>
<field name="description"/>
<button name="wfedit"/>
<button name="wfcheck"/>
<field name="description" colspan="3"/>
</form>

View file

@ -3,7 +3,7 @@
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<tree>
<field name="account"/>
<field name="cashbook"/>
<field name="date"/>
<field name="description"/>
<field name="state"/>

View file

@ -3,8 +3,8 @@
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<form>
<label name="account"/>
<field name="account" colspan="3" widget="selection"/>
<label name="cashbook"/>
<field name="cashbook" colspan="3" widget="selection"/>
<label name="date_from"/>
<field name="date_from"/>