book: added fields to book-form
This commit is contained in:
parent
56961d2ea5
commit
8e5a730b36
4 changed files with 183 additions and 36 deletions
|
@ -6,18 +6,20 @@ full copyright notices and license terms. -->
|
|||
|
||||
<xpath expr="/form/notebook/page[@name='balance']/field[@name='balance_ref']"
|
||||
position="after">
|
||||
<separator colspan="4" name="quantity" string="Quantity"/>
|
||||
<newline/>
|
||||
<separator colspan="2" name="quantity" string="Quantity"/>
|
||||
<separator colspan="4" name="current_value" string="Current valuation of the investment"/>
|
||||
|
||||
<label name="quantity"/>
|
||||
<field name="quantity" symbol="quantity_uom"/>
|
||||
<label name="quantity_all"/>
|
||||
<field name="quantity_all" symbol="quantity_uom"/>
|
||||
|
||||
<separator colspan="4" name="current_value" string="Current valuation of the investment"/>
|
||||
<label name="current_value"/>
|
||||
<field name="current_value" symbol="currency"/>
|
||||
<label name="current_value_ref"/>
|
||||
<field name="current_value_ref" symbol="company_currency"/>
|
||||
|
||||
<label name="quantity_all"/>
|
||||
<field name="quantity_all" symbol="quantity_uom"/>
|
||||
|
||||
<label name="diff_amount"/>
|
||||
<field name="diff_amount" symbol="currency"/>
|
||||
<label name="diff_percent"/>
|
||||
|
@ -25,8 +27,28 @@ full copyright notices and license terms. -->
|
|||
<field name="diff_percent" xexpand="0"/>
|
||||
<label name="diff_percent" xalign="0.0" string="%" xexpand="1"/>
|
||||
</group>
|
||||
|
||||
<label id="lab1" colspan="2" string=" "/>
|
||||
<label name="yield_balance"/>
|
||||
<field name="yield_balance" symbol="currency"/>
|
||||
<label name="current_rate"/>
|
||||
<field name="current_rate" symbol="asset_symbol"/>
|
||||
|
||||
<separator name="yield_dividend_total" colspan="6" string="Fees and dividends"/>
|
||||
<label name="yield_sales"/>
|
||||
<field name="yield_sales" symbol="currency"/>
|
||||
<label name="yield_dividend_total"/>
|
||||
<field name="yield_dividend_total" symbol="currency"/>
|
||||
<label name="yield_fee_total"/>
|
||||
<field name="yield_fee_total" symbol="currency"/>
|
||||
|
||||
<label name="yield_sales_12m"/>
|
||||
<field name="yield_sales_12m" symbol="currency"/>
|
||||
<label name="yield_dividend_12m"/>
|
||||
<field name="yield_dividend_12m" symbol="currency"/>
|
||||
<label name="yield_fee_12m"/>
|
||||
<field name="yield_fee_12m" symbol="currency"/>
|
||||
|
||||
</xpath>
|
||||
|
||||
<xpath expr="/form/notebook/page[@id='pggeneral']" position="after">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue