add: field 'asset_gainloss' + searcher + test +todos

This commit is contained in:
Frederik Jaeckel 2023-02-15 22:34:52 +01:00
parent a1ede23740
commit 4e7d2c2ba9
3 changed files with 125 additions and 14 deletions

View file

@ -24,7 +24,7 @@ full copyright notices and license terms. -->
</xpath>
<xpath expr="/form/notebook/page[@name='description']" position="after">
<page name="current_value" col="5" string="Performance">
<page name="current_value" col="6" string="Performance">
<label name="current_value"/>
<field name="current_value" symbol="currency"/>
<label name="diff_amount"/>
@ -39,6 +39,10 @@ full copyright notices and license terms. -->
<field name="trade_fee"/>
<label name="asset_dividend"/>
<field name="asset_dividend"/>
<newline/>
<label name="asset_gainloss"/>
<field name="asset_gainloss"/>
</page>
</xpath>