merge...
This commit is contained in:
parent
6008532475
commit
57dea9a65d
3 changed files with 5 additions and 5 deletions
|
@ -9,8 +9,8 @@ full copyright notices and license terms. -->
|
||||||
<field name="payee"/>
|
<field name="payee"/>
|
||||||
<field name="category_view"/>
|
<field name="category_view"/>
|
||||||
<field name="descr_short" expand="1"/>
|
<field name="descr_short" expand="1"/>
|
||||||
<field name="credit" sum="Credit"/>
|
<field name="credit" sum="Credit" optional="0"/>
|
||||||
<field name="debit" sum="Debit"/>
|
<field name="debit" sum="Debit" optional="0"/>
|
||||||
<field name="balance" optional="0"/>
|
<field name="balance" optional="0"/>
|
||||||
<field name="state" optional="0"/>
|
<field name="state" optional="0"/>
|
||||||
<button name="wfcheck"/>
|
<button name="wfcheck"/>
|
||||||
|
|
|
@ -9,8 +9,8 @@ full copyright notices and license terms. -->
|
||||||
<field name="payee" optional="0"/>
|
<field name="payee" optional="0"/>
|
||||||
<field name="category_view" optional="0"/>
|
<field name="category_view" optional="0"/>
|
||||||
<field name="descr_short" expand="1" optional="0"/>
|
<field name="descr_short" expand="1" optional="0"/>
|
||||||
<field name="credit" sum="Credit"/>
|
<field name="credit" sum="Credit" optional="0"/>
|
||||||
<field name="debit" sum="Debit"/>
|
<field name="debit" sum="Debit" optional="0"/>
|
||||||
<field name="state" optional="0"/>
|
<field name="state" optional="0"/>
|
||||||
<button name="wfrecon"/>
|
<button name="wfrecon"/>
|
||||||
</tree>
|
</tree>
|
||||||
|
|
|
@ -9,6 +9,6 @@ full copyright notices and license terms. -->
|
||||||
<field name="category"/>
|
<field name="category"/>
|
||||||
<field name="booktransf"/>
|
<field name="booktransf"/>
|
||||||
<field name="description" expand="1" optional="0"/>
|
<field name="description" expand="1" optional="0"/>
|
||||||
<field name="amount" sum="Amount" symbol="currency"/>
|
<field name="amount" sum="Amount" symbol="currency" optional="0"/>
|
||||||
<field name="amount_2nd_currency" symbol="currency2nd" optional="0"/>
|
<field name="amount_2nd_currency" symbol="currency2nd" optional="0"/>
|
||||||
</tree>
|
</tree>
|
||||||
|
|
Loading…
Reference in a new issue