asset: aktueller kurs-anzeige, online-update begonnen
This commit is contained in:
parent
42ede3decb
commit
a936d85043
13 changed files with 317 additions and 5 deletions
|
@ -5,7 +5,8 @@ full copyright notices and license terms. -->
|
|||
<form col="4">
|
||||
<label name="product" />
|
||||
<field name="product" />
|
||||
<newline/>
|
||||
<label name="rate" />
|
||||
<field name="rate" symbol="currency"/>
|
||||
|
||||
<separator id="sepunits" colspan="4" string="Currency and Units"/>
|
||||
<label name="currency" />
|
||||
|
@ -31,6 +32,21 @@ full copyright notices and license terms. -->
|
|||
<page name="rates" col="1" string="Rates">
|
||||
<field name="rates" mode="tree,form,graph"/>
|
||||
</page>
|
||||
<page id="pgupdate" col="6" string="Course Update">
|
||||
<label name="updtsource"/>
|
||||
<field name="updtsource" colspan="3"/>
|
||||
<newline/>
|
||||
|
||||
<label name="updttime1"/>
|
||||
<field name="updttime1"/>
|
||||
<label name="updttime2"/>
|
||||
<field name="updttime2"/>
|
||||
<label name="updttime3"/>
|
||||
<field name="updttime3"/>
|
||||
|
||||
<label id="lab1" colspan="6" xalign="0.0"
|
||||
string="You can have the course updated up to three times a day. The results are averaged."/>
|
||||
</page>
|
||||
</notebook>
|
||||
|
||||
</form>
|
||||
|
|
|
@ -7,6 +7,7 @@ full copyright notices and license terms. -->
|
|||
<field name="isin"/>
|
||||
<field name="secsymb"/>
|
||||
<field name="wkn"/>
|
||||
<field name="rate"/>
|
||||
<field name="currency"/>
|
||||
<field name="uom"/>
|
||||
</tree>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue