Compare commits

..

9 commits
7.0 ... main

Author SHA1 Message Date
Frederik Jaeckel
064fec927e fix amounts on view-cashbooks to include non-asset-cashbooks 2024-01-20 18:15:31 +01:00
Frederik Jaeckel
12b5442f19 fix sorting/searcher of field 'yield_balance' 2024-01-03 21:38:33 +01:00
Frederik Jaeckel
6d9a5b080d add license 2023-12-31 11:23:22 +01:00
Frederik Jaeckel
728b2fa6c2 add sorting 2023-12-30 11:44:33 +01:00
Frederik Jaeckel
c38737076f add columns to cashbook tree/list-view 2023-12-30 11:18:49 +01:00
Frederik Jaeckel
4a23e1ae81 add update of cashbooks on update of asset-rates 2023-12-30 10:57:17 +01:00
Frederik Jaeckel
49d3a2fec5 cashbook: optimize for speed for checking rows 2023-12-29 23:09:00 +01:00
Frederik Jaeckel
ec97351db9 add worker-based precalculation of cashbook-values 2023-12-29 23:07:39 +01:00
Frederik Jaeckel
fb062243d6 remove caching 2023-12-23 10:44:55 +01:00
3 changed files with 3 additions and 18 deletions

View file

@ -23,21 +23,6 @@ You can monitor trading fees, dividends and sales profits.
Changes
=======
*7.0.14 - 19.01.2024*
- the amounts of the view cash books now include the amounts
of the generic cash books
*7.0.13 - 03.01.2024*
- fix: sorting/searcher of field yield-balance
*7.0.12 - 31.12.2023*
- remove caching
- add worker-based precalculation of cashbook-values
- add columns to cashbook list/tree view
*7.0.11 - 06.12.2023*
*7.0.0 - 06.12.2023*
- compatibility to Tryton 7.0

View file

@ -1,5 +1,5 @@
[tryton]
version=7.0.14
version=7.0.0
depends:
cashbook
investment

View file

@ -1,2 +1,2 @@
cashbook;7.0.33;7.0.999;mds
cashbook;7.0.32;7.0.999;mds
investment;7.0.26;7.0.999;mds