cashbook_investment/README.rst

39 lines
742 B
ReStructuredText
Raw Normal View History

2022-12-20 17:40:33 +00:00
mds-cashbook-investment
=======================
Tryton module to add investment accounts to cashbook.
Install
=======
pip install mds-cashbook-investment
Requires
========
2023-12-06 20:34:08 +00:00
- Tryton 7.0
2022-12-20 17:40:33 +00:00
2023-02-28 08:22:09 +00:00
How to
======
The module extends the cash accounts in mds-cashbook with
the ability to store quantities. You are free to choose the
unit of measurement. It uses the current price data
from the mds-investment module.
You can monitor trading fees, dividends and sales profits.
2022-12-20 17:40:33 +00:00
Changes
=======
2024-01-03 20:45:44 +00:00
*7.0.13 - 03.01.2024*
- fix: sorting/searcher of field yield-balance
2023-12-31 09:54:43 +00:00
*7.0.12 - 31.12.2023*
- remove caching
- add worker-based precalculation of cashbook-values
- add columns to cashbook list/tree view
2023-12-06 20:35:12 +00:00
*7.0.11 - 06.12.2023*
2022-12-20 17:40:33 +00:00
2023-12-06 20:34:08 +00:00
- compatibility to Tryton 7.0