book, line, category, types: berechtigung für company-user + test,

book: währung neu,
line: buchungstyp, betrag, credit, debit, währung, sortierung
This commit is contained in:
Frederik Jaeckel 2022-08-10 16:30:08 +02:00
parent 1a85b8e80e
commit d57d76ba3b
20 changed files with 620 additions and 115 deletions

View file

@ -8,9 +8,10 @@ full copyright notices and license terms. -->
<label name="btype"/>
<field name="btype"/>
<label name="currency"/>
<field name="currency"/>
<label name="account"/>
<field name="account"/>
<newline/>
<label name="state"/>
<field name="state"/>

View file

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

View file

@ -7,8 +7,7 @@ full copyright notices and license terms. -->
<separator name="state" colspan="2" string="State"/>
<field name="cashbook" colspan="2"/>
<label name="date"/>
<field name="date"/>
<label id="lab1" string=" " colspan="2"/>
<field name="state"/>
<group id="grpstate" col="2">
@ -16,10 +15,17 @@ full copyright notices and license terms. -->
<button name="wfcheck"/>
</group>
<label name="date"/>
<field name="date"/>
<label name="category"/>
<field name="category"/>
<newline/>
<label name="bookingtype"/>
<field name="bookingtype"/>
<label name="amount"/>
<field name="amount" symbol="currency"/>
<group name="description" colspan="4" col="1" string="Description">
<field name="description"/>
</group>

View file

@ -3,10 +3,13 @@
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<tree>
<field name="cashbook"/>
<field name="cashbook" tree_invisible="1"/>
<field name="date"/>
<field name="category_view"/>
<field name="description"/>
<field name="description" expand="1"/>
<field name="credit" sum="Credit"/>
<field name="debit" sum="Debit"/>
<field name="currency"/>
<field name="state"/>
<button name="wfedit"/>
<button name="wfcheck"/>