line: splitbuchung mit transfer
This commit is contained in:
parent
1fee218ee6
commit
b2147f56b3
8 changed files with 300 additions and 19 deletions
|
@ -9,8 +9,13 @@ full copyright notices and license terms. -->
|
|||
|
||||
<label name="amount"/>
|
||||
<field name="amount" symbol="currency"/>
|
||||
<label name="splittype"/>
|
||||
<field name="splittype"/>
|
||||
|
||||
<label name="category"/>
|
||||
<field name="category"/>
|
||||
<field name="category" colspan="3"/>
|
||||
<label name="booktransf"/>
|
||||
<field name="booktransf" colspan="3"/>
|
||||
|
||||
<group name="description" colspan="4" col="1" string="Description" yexpand="1">
|
||||
<field name="description" yfill="1"/>
|
||||
|
|
|
@ -4,7 +4,9 @@ The COPYRIGHT file at the top level of this repository contains the
|
|||
full copyright notices and license terms. -->
|
||||
<tree editable="1">
|
||||
<field name="line" tree_invisible="1"/>
|
||||
<field name="splittype"/>
|
||||
<field name="category"/>
|
||||
<field name="booktransf"/>
|
||||
<field name="description" expand="1"/>
|
||||
<field name="amount" sum="Amount"/>
|
||||
<field name="currency"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue