Compare commits

..

22 commits
main ... 6.8

Author SHA1 Message Date
Frederik Jaeckel
c77582e570 Etikett ver 6.8.14 zum Änderungssatz 358ff080b42e hinzugefügt 2024-01-20 18:28:31 +01:00
Frederik Jaeckel
a946a2d1d9 Version 6.8.14 2024-01-20 18:28:17 +01:00
Frederik Jaeckel
28a24be37d fix amounts on view-cashbooks to include non-asset-cashbooks 2024-01-20 18:15:31 +01:00
Frederik Jaeckel
724a9e6c87 Etikett ver 6.8.13 zum Änderungssatz 35a99aaefee1 hinzugefügt 2024-01-03 21:56:14 +01:00
Frederik Jaeckel
64b1cddff1 Version 6.8.13 2024-01-03 21:55:58 +01:00
Frederik Jaeckel
3f1fee5503 fix sorting/searcher of field 'yield_balance' 2024-01-03 21:38:33 +01:00
Frederik Jaeckel
293dd014a0 add license 2023-12-31 11:23:22 +01:00
Frederik Jaeckel
fe82a6451e Etikett ver 6.8.12 zum Änderungssatz b474ff1e53ed hinzugefügt 2023-12-31 11:04:16 +01:00
Frederik Jaeckel
bad0a9b372 Version 6.8.12 2023-12-31 11:03:58 +01:00
Frederik Jaeckel
ac2e3c31dd add sorting 2023-12-30 11:44:33 +01:00
Frederik Jaeckel
298d3079ce add columns to cashbook tree/list-view 2023-12-30 11:18:49 +01:00
Frederik Jaeckel
9b0a3691a4 add update of cashbooks on update of asset-rates 2023-12-30 10:57:17 +01:00
Frederik Jaeckel
4f87242548 cashbook: optimize for speed for checking rows 2023-12-29 23:09:00 +01:00
Frederik Jaeckel
029c4150d0 add worker-based precalculation of cashbook-values 2023-12-29 23:07:39 +01:00
Frederik Jaeckel
40dbbd1a6b remove caching 2023-12-23 10:44:55 +01:00
Frederik Jaeckel
7f49602518 Etikett ver 6.8.11 zum Änderungssatz 0dbf8e66e1dc hinzugefügt 2023-12-06 21:52:04 +01:00
Frederik Jaeckel
327337dcc8 Version 6.8.11 2023-12-06 21:51:46 +01:00
Frederik Jaeckel
9ccacfaae6 columns optional 2023-12-06 20:04:52 +01:00
Frederik Jaeckel
5b5c9a32a4 tests: formatting 2023-12-03 17:37:43 +01:00
Frederik Jaeckel
53f020b4d0 formatting 2023-12-03 17:31:42 +01:00
Frederik Jaeckel
41e04482d4 Etikett ver 6.8.10 zum Änderungssatz 41c35869a26f hinzugefügt 2023-06-08 17:15:00 +02:00
Frederik Jaeckel
49f5d2d728 Version 6.8.10 2023-06-08 17:14:42 +02:00
4 changed files with 28 additions and 8 deletions

View file

@ -9,7 +9,7 @@ pip install mds-cashbook-investment
Requires
========
- Tryton 7.0
- Tryton 6.8
How to
======
@ -23,6 +23,26 @@ You can monitor trading fees, dividends and sales profits.
Changes
=======
*7.0.0 - 06.12.2023*
*6.8.14 - 19.01.2024*
- compatibility to Tryton 7.0
- the amounts of the view cash books now include the amounts
of the generic cash books
*6.8.13 - 03.01.2024*
- fix: sorting/searcher of field yield-balance
*6.8.12 - 31.12.2023*
- remove caching
- add worker-based precalculation of cashbook-values
- add columns to cashbook list/tree view
*6.8.11 - 06.12.2023*
- add: columns optional
*6.8.10 - 08.06.2023*
- compatibility to Tryton 6.8

View file

@ -39,8 +39,8 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
modversion[l2[0]] = {'min': l2[1], 'max': l2[2], 'prefix': l2[3]}
# tryton-version
major_version = 7
minor_version = 0
major_version = 6
minor_version = 8
requires = []
for dep in info.get('depends', []):

View file

@ -1,5 +1,5 @@
[tryton]
version=7.0.0
version=6.8.14
depends:
cashbook
investment
@ -11,3 +11,4 @@ xml:
splitline.xml
assetsetting.xml
menu.xml

View file

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