book: start-saldo + sperre bei lines>0, saldo, rec_name + tests

This commit is contained in:
Frederik Jaeckel 2022-08-11 13:01:53 +02:00
parent 8fd6e0d339
commit ae5303658e
9 changed files with 218 additions and 40 deletions

View file

@ -13,6 +13,10 @@ full copyright notices and license terms. -->
<label name="account"/>
<field name="account"/>
<label name="start_balance"/>
<field name="start_balance"/>
<newline/>
<label name="state"/>
<field name="state"/>
<group id="grpstate" col="3" colspan="2">

View file

@ -5,6 +5,7 @@ full copyright notices and license terms. -->
<tree>
<field name="name"/>
<field name="btype"/>
<field name="start_balance"/>
<field name="currency"/>
<field name="account"/>
<field name="owner"/>

View file

@ -9,6 +9,7 @@ full copyright notices and license terms. -->
<field name="description" expand="1"/>
<field name="credit" sum="Credit"/>
<field name="debit" sum="Debit"/>
<field name="balance"/>
<field name="currency"/>
<field name="state"/>
<button name="wfedit"/>