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:
parent
1a85b8e80e
commit
d57d76ba3b
20 changed files with 620 additions and 115 deletions
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue