line, book - wf + tests
This commit is contained in:
parent
ba442b726e
commit
654e9d2ee7
25 changed files with 786 additions and 160 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue