cashbook_investment/README.rst

91 lines
1.6 KiB
ReStructuredText
Raw Permalink 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
========
- Tryton 6.0
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-20 17:39:30 +00:00
*6.0.14 - 19.01.2024*
- the amounts of the view cash books now include the amounts
of the generic cash books
2024-01-03 21:06:35 +00:00
*6.0.13 - 03.01.2024*
- fix: sorting/searcher of field yield-balance
2023-12-31 12:45:17 +00:00
*6.0.12 - 31.12.2023*
- remove caching
- add worker-based precalculation of cashbook-values
2023-12-06 20:58:58 +00:00
*6.0.11 - 06.12.2023*
- code optimized
2023-06-08 15:18:43 +00:00
*6.0.10 - 08.06.2023*
- code optimized
2023-04-19 07:44:56 +00:00
*6.0.9 - 19.04.2023*
- fix: line - exception if add split-lines
2023-04-17 10:03:26 +00:00
*6.0.8 - 17.04.2023*
- fix: line - selection of digits for quantity
2023-03-05 09:30:30 +00:00
*6.0.7 - 05.03.2023*
- updt: optimize queries for speed, optimize caching
- add: trytond.conf-settings
2023-02-27 19:50:19 +00:00
*6.0.6 - 27.02.2023*
- add: caching
- add: performance and yield info
2023-02-05 17:10:00 +00:00
*6.0.5 - 05.02.2023*
- fix: line rewrite values
2023-02-01 13:51:47 +00:00
*6.0.4 - 01.02.2023*
- fix: selection of quantity-uom/digits on line/spitline
2023-01-30 08:27:44 +00:00
*6.0.3 - 30.01.2023*
- add: performance-tab to line-form
- fix: digits of start/end-quantity in reconciliation
2023-01-28 12:13:14 +00:00
*6.0.2 - 28.01.2023*
- fix: transfer between cash-/asset-book with zero quantity
- add: view value/percent on chasbooks with btype=None
2023-01-21 18:18:36 +00:00
*6.0.1 - 21.01.2023*
- works
2022-12-20 17:40:33 +00:00
*6.0.0 - 20.12.2022*
- init