Cashbook: investment-accounts
Find a file
Frederik Jaeckel a946a2d1d9 Version 6.8.14
2024-01-20 18:28:17 +01:00
docs remove logging, add trytond.conf-settings 2023-03-05 10:26:39 +01:00
locale book: new field 'purchase_amount', optimize form 2023-02-26 22:51:24 +01:00
tests fix amounts on view-cashbooks to include non-asset-cashbooks 2024-01-20 18:15:31 +01:00
view fix amounts on view-cashbooks to include non-asset-cashbooks 2024-01-20 18:15:31 +01:00
.hgignore hg ignore 2023-01-21 19:18:02 +01:00
__init__.py add worker-based precalculation of cashbook-values 2023-12-29 23:07:39 +01:00
asset.py add update of cashbooks on update of asset-rates 2023-12-30 10:57:17 +01:00
assetsetting.py remove caching 2023-12-23 10:44:55 +01:00
assetsetting.xml line: add fields 'Fee' + 'Dividend' - todos 2023-02-12 00:09:56 +01:00
book.py fix amounts on view-cashbooks to include non-asset-cashbooks 2024-01-20 18:15:31 +01:00
book.xml book: list-view - farbige asset-zeilen, 2022-12-23 19:15:20 +01:00
COPYRIGHT add license 2023-12-31 11:23:22 +01:00
LICENSE add license 2023-12-31 11:23:22 +01:00
line.py formatting 2023-12-03 17:31:42 +01:00
line.xml add splitline 2023-01-15 23:06:47 +01:00
MANIFEST.in add license 2023-12-31 11:23:22 +01:00
menu.xml line: add fields 'Fee' + 'Dividend' - todos 2023-02-12 00:09:56 +01:00
message.xml line/mixin: umrechnung anzahl + tests 2023-01-15 00:36:02 +01:00
mixin.py formatting 2023-12-03 17:31:42 +01:00
README.rst Version 6.8.14 2024-01-20 18:28:17 +01:00
reconciliation.py formatting 2023-12-03 17:31:42 +01:00
reconciliation.xml line: funktion für 'balance' + test 2023-01-01 20:34:51 +01:00
setup.py Tryton 6.8: index, info, tests 2023-06-08 17:13:40 +02:00
splitline.py formatting 2023-12-03 17:31:42 +01:00
splitline.xml add splitline 2023-01-15 23:06:47 +01:00
tryton.cfg Version 6.8.14 2024-01-20 18:28:17 +01:00
types.py book/line: felder für quantity, etc. 2022-12-22 00:32:26 +01:00
valuestore.py add worker-based precalculation of cashbook-values 2023-12-29 23:07:39 +01:00
versiondep.txt Version 6.8.13 2024-01-03 21:55:58 +01:00

mds-cashbook-investment
=======================
Tryton module to add investment accounts to cashbook.

Install
=======

pip install mds-cashbook-investment

Requires
========
- Tryton 6.8

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.

Changes
=======

*6.8.14 - 19.01.2024*

- 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