Cashbook: investment-accounts
Find a file
Frederik Jaeckel dcb746a56b Version 6.0.8
2023-04-17 12:03:26 +02: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 line: selection of digits for quantity 2023-04-17 12:01:51 +02:00
view book: new field 'purchase_amount', optimize form 2023-02-26 22:51:24 +01:00
.hgignore hg ignore 2023-01-21 19:18:02 +01:00
__init__.py book: add cache for asset-rates 2023-02-27 10:20:23 +01:00
asset.py book: add cache for asset-rates 2023-02-27 10:20:23 +01:00
assetsetting.py fix: import + no symbol if None 2023-02-27 21:17:48 +01:00
assetsetting.xml line: add fields 'Fee' + 'Dividend' - todos 2023-02-12 00:09:56 +01:00
book.py remove logging, add trytond.conf-settings 2023-03-05 10:26:39 +01:00
book.xml book: list-view - farbige asset-zeilen, 2022-12-23 19:15:20 +01:00
line.py line: selection of digits for quantity 2023-04-17 12:01:51 +02:00
line.xml add splitline 2023-01-15 23:06:47 +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 add splitline 2023-01-15 23:06:47 +01:00
README.rst Version 6.0.8 2023-04-17 12:03:26 +02:00
reconciliation.py fix: import + no symbol if None 2023-02-27 21:17:48 +01:00
reconciliation.xml line: funktion für 'balance' + test 2023-01-01 20:34:51 +01:00
setup.py remove logging, add trytond.conf-settings 2023-03-05 10:26:39 +01:00
splitline.py line/splitline: fixed selection of quantity-uom/digits 2023-02-01 14:29:48 +01:00
splitline.xml add splitline 2023-01-15 23:06:47 +01:00
tryton.cfg Version 6.0.8 2023-04-17 12:03:26 +02:00
types.py book/line: felder für quantity, etc. 2022-12-22 00:32:26 +01:00
versiondep.txt Version 6.0.7 2023-03-05 10:30:30 +01:00

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

Install
=======

pip install mds-cashbook-investment

Requires
========
- Tryton 6.0

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.0.8 - 17.04.2023*

- fix: line - selection of digits for quantity

*6.0.7 - 05.03.2023*

- updt: optimize queries for speed, optimize caching
- add: trytond.conf-settings

*6.0.6 - 27.02.2023*

- add: caching
- add: performance and yield info

*6.0.5 - 05.02.2023*

- fix: line rewrite values

*6.0.4 - 01.02.2023*

- fix: selection of quantity-uom/digits on line/spitline

*6.0.3 - 30.01.2023*

- add: performance-tab to line-form
- fix: digits of start/end-quantity in reconciliation

*6.0.2 - 28.01.2023*

- fix: transfer between cash-/asset-book with zero quantity
- add: view value/percent on chasbooks with btype=None

*6.0.1 - 21.01.2023*

- works

*6.0.0 - 20.12.2022*

- init