investment/README.rst

108 lines
1.7 KiB
ReStructuredText
Raw Permalink Normal View History

2022-11-09 13:30:32 +00:00
mds-investment
==============
Tryton module to add investment items.
Install
=======
pip install mds-investment
Requires
========
- Tryton 6.0
Changes
=======
2023-01-07 15:27:52 +00:00
*6.0.20 - 07.01.2023*
- updt: asset - percent-values optimize for speed
2023-01-05 21:27:34 +00:00
*6.0.19 - 05.01.2023*
- updt: rate - optimize for speed
2023-01-04 19:23:18 +00:00
*6.0.18 - 04.01.2023*
- add: units to lists
- updt: online-sources
2022-12-19 20:58:18 +00:00
*6.0.17 - 19.12.2022*
- add: import wizard
2022-12-18 12:41:49 +00:00
*6.0.16 - 18.12.2022*
- add: onlinesource - sorting, sources
2022-12-16 20:47:42 +00:00
*6.0.15 - 16.12.2022*
- fix: recoursion
- add: enable after-update actions
2022-12-09 20:40:48 +00:00
*6.0.14 - 09.12.2022*
- updt: translated symbol of asset-currency
2022-12-06 07:55:34 +00:00
*6.0.13 - 06.12.2022*
- updt: asset-form - units for percent-values, asset-list - day-negative in red-color
2022-12-05 08:51:43 +00:00
*6.0.12 - 05.12.2022*
- import-script - add field-delimter to param-list
2022-12-03 20:18:59 +00:00
*6.0.11 - 03.12.2022*
- add: tabs for asset-list, new icons, queries optimized
2022-12-01 15:57:21 +00:00
*6.0.10 - 01.12.2022*
- updt: optimized asset-list, unit as symbol
2022-11-30 12:33:24 +00:00
*6.0.9 - 30.11.2022*
- add: script to import historical rates
2022-11-29 20:56:48 +00:00
*6.0.8 - 29.11.2022*
- add: online-source as list to allow multiple sources
for asset
2022-11-28 22:20:07 +00:00
*6.0.7 - 28.11.2022*
- fix: add diagram-interpolate
- fix: corrected nextupdate
2022-11-26 21:51:04 +00:00
*6.0.6 - 26.11.2022*
- add: diagram-display
2022-11-25 21:50:03 +00:00
*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
2022-11-25 10:01:55 +00:00
*6.0.4 - 25.11.2022*
- add: assets - colors for percentual success/loss
- updt: optimize timestamp for next online-update
2022-11-23 21:23:42 +00:00
*6.0.3 - 23.11.2022*
- fix: bug in searcher
- add: online-sources
2022-11-23 09:45:28 +00:00
*6.0.2 - 23.11.2022*
- asset: add field 'date', optimized 'rec_name'
2022-11-22 21:45:15 +00:00
*6.0.1 - 22.11.2022*
- works
2022-11-09 13:30:32 +00:00
*6.0.0 - 09.11.2022*
- init