line: änderungesperre bei diversen wf-zuständen + test,

abstimmung: datum/betrag anfang/ende korrekt + test für beträge muß noch
This commit is contained in:
Frederik Jaeckel 2022-08-12 16:43:49 +02:00
parent 01825cc09c
commit 149baef174
10 changed files with 1099 additions and 64 deletions

View file

@ -22,7 +22,11 @@ full copyright notices and license terms. -->
<button name="wfdone"/>
</group>
<label id="lab1" string=" " colspan="4"/>
<label name="start_amount"/>
<field name="start_amount"/>
<label name="end_amount"/>
<field name="end_amount"/>
<label name="date"/>
<field name="date"/>
<newline/>

View file

@ -7,6 +7,8 @@ full copyright notices and license terms. -->
<field name="date"/>
<field name="date_from"/>
<field name="date_to"/>
<field name="start_amount"/>
<field name="end_amount"/>
<field name="lines"/>
<field name="state"/>
</tree>