Investments: funds, equities and commodities with performance data
Find a file
Frederik Jaeckel 3a60020eac setup.py
2023-02-28 09:13:29 +01:00
icon icon 2022-12-02 14:58:54 +01:00
locale OnlineSource: Query method prepared for external extension 2023-01-13 13:08:52 +01:00
scripts import-script: add field-delimiter 2022-12-05 09:49:59 +01:00
tests remove caching, optimize rate/query 2023-01-10 19:54:32 +01:00
view OnlineSource: Query method prepared for external extension 2023-01-13 13:08:52 +01:00
.hgignore icon, menü, asset-liste ergänzt 2022-11-09 21:49:33 +01:00
__init__.py asset: abfragezeit für prozente optimiert 2023-01-07 16:26:22 +01:00
asset.py removed unused imports 2023-01-13 13:48:50 +01:00
asset.xml asset: abfragezeit für prozente optimiert 2023-01-07 16:26:22 +01:00
cron.py asset: abfragezeit für prozente optimiert 2023-01-07 16:26:22 +01:00
cron.xml asset: abfragezeit für prozente optimiert 2023-01-07 16:26:22 +01:00
diagram.py removed unused imports 2023-01-13 13:48:50 +01:00
diagram.xml asset: abfragezeit für prozente optimiert 2023-01-07 16:26:22 +01:00
group.xml asset: abfragezeit für prozente optimiert 2023-01-07 16:26:22 +01:00
icon.xml asset: abfragezeit für prozente optimiert 2023-01-07 16:26:22 +01:00
identifier.py removed unused imports 2023-01-13 13:48:50 +01:00
import_wiz.py caching für change_day1/month1/... 2023-01-08 20:56:27 +01:00
import_wiz.xml asset: abfragezeit für prozente optimiert 2023-01-07 16:26:22 +01:00
menu.xml asset: abfragezeit für prozente optimiert 2023-01-07 16:26:22 +01:00
message.xml OnlineSource: Query method prepared for external extension 2023-01-13 13:08:52 +01:00
onlinesource.py removed unused imports 2023-01-13 13:48:50 +01:00
onlinesource.xml asset: abfragezeit für prozente optimiert 2023-01-07 16:26:22 +01:00
rate.py remove caching, optimize rate/query 2023-01-10 19:54:32 +01:00
rate.xml asset: abfragezeit für prozente optimiert 2023-01-07 16:26:22 +01:00
README.rst readme updated 2023-02-28 09:05:52 +01:00
setup.py setup.py 2023-02-28 09:13:29 +01:00
sources_def.xml asset: abfragezeit für prozente optimiert 2023-01-07 16:26:22 +01:00
tryton.cfg Version 6.0.23 2023-01-21 18:57:51 +01:00
update_wiz.py asset: abfragezeit für prozente optimiert 2023-01-07 16:26:22 +01:00
update_wiz.xml asset: abfragezeit für prozente optimiert 2023-01-07 16:26:22 +01:00
versiondep.txt Version 6.0.7 2022-11-26 22:51:04 +01:00

mds-investment
==============
Tryton module to add investment items.

Install
=======

pip install mds-investment

Requires
========
- Tryton 6.0

How to
======

Store values such as stocks, funds and commodities in Tryton.
Watch the performance. The Tryton module periodically loads
quotes of values from one or more price sources.
You can define the course sources yourself.

Changes
=======

*6.0.23 - 21.01.2023*

- updt: online-source optimized for external extension

*6.0.22 - 10.01.2023*

- updt: optimze rate, remove caching

*6.0.21 - 08.01.2023*

- add: caching for percentual changes

*6.0.20 - 07.01.2023*

- updt: asset - percent-values optimize for speed

*6.0.19 - 05.01.2023*

- updt: rate - optimize for speed

*6.0.18 - 04.01.2023*

- add: units to lists
- updt: online-sources

*6.0.17 - 19.12.2022*

- add: import wizard

*6.0.16 - 18.12.2022*

- add: onlinesource - sorting, sources

*6.0.15 - 16.12.2022*

- fix: recoursion
- add: enable after-update actions

*6.0.14 - 09.12.2022*

- updt: translated symbol of asset-currency

*6.0.13 - 06.12.2022*

- updt: asset-form - units for percent-values, asset-list - day-negative in red-color

*6.0.12 - 05.12.2022*

- import-script - add field-delimter to param-list

*6.0.11 - 03.12.2022*

- add: tabs for asset-list, new icons, queries optimized

*6.0.10 - 01.12.2022*

- updt: optimized asset-list, unit as symbol

*6.0.9 - 30.11.2022*

- add: script to import historical rates

*6.0.8 - 29.11.2022*

- add: online-source as list to allow multiple sources
       for asset

*6.0.7 - 28.11.2022*

- fix: add diagram-interpolate
- fix: corrected nextupdate

*6.0.6 - 26.11.2022*

- add: diagram-display

*6.0.5 - 25.11.2022*

- add: sorter for name/nsin/isin/symbol
- add: columns percentage by day/month/3month/6month/12month
- fix: online-updater

*6.0.4 - 25.11.2022*

- add: assets - colors for percentual success/loss
- updt: optimize timestamp for next online-update

*6.0.3 - 23.11.2022*

- fix: bug in searcher
- add: online-sources

*6.0.2 - 23.11.2022*

- asset: add field 'date', optimized 'rec_name'

*6.0.1 - 22.11.2022*

- works

*6.0.0 - 09.11.2022*

- init