line/splitline: fremdwährung ok+test+migration

This commit is contained in:
Frederik Jaeckel 2022-10-04 16:47:14 +02:00
parent 0f6180ebdb
commit 25dcdde09b
10 changed files with 485 additions and 217 deletions

View file

@ -5,7 +5,7 @@ full copyright notices and license terms. -->
<form col="4">
<label name="line"/>
<field name="line" colspan="3"/>
<field name="line" colspan="5"/>
<label name="amount"/>
<field name="amount" symbol="currency"/>
@ -17,9 +17,14 @@ full copyright notices and license terms. -->
<label name="booktransf"/>
<field name="booktransf" colspan="3"/>
<label name="amount_2nd_currency"/>
<field name="amount_2nd_currency" symbol="currency2nd"/>
<label name="rate_2nd_currency"/>
<field name="rate_2nd_currency"/>
<notebook colspan="4">
<page name="description" col="1" string="Description">
<field name="description"/>
</page>
</notebook>
</notebook>
</form>

View file

@ -10,4 +10,6 @@ full copyright notices and license terms. -->
<field name="description" expand="1"/>
<field name="amount" sum="Amount"/>
<field name="currency"/>
<field name="amount_2nd_currency"/>
<field name="currency2nd"/>
</tree>