Cashbook: Line, bar and pie charts to show account balances and performance
Find a file
Frederik Jaeckel fc1975f0ad formatting
2023-06-16 14:15:57 +02:00
icon dashboard-view ok 2022-11-05 10:07:13 +01:00
locale add translations 2023-03-11 08:19:48 +01:00
tests formatting 2023-06-16 14:15:57 +02:00
view Kassenbuchkategorie eingebunden + Test 2022-11-08 21:56:03 +01:00
.hgignore auswertung-tabelle, menü, icon 2022-10-28 13:27:33 +02:00
__init__.py formatting 2023-06-16 14:15:57 +02:00
colors.py auswertung-tabelle, menü, icon 2022-10-28 13:27:33 +02:00
currency.py formatting 2023-06-16 14:15:57 +02:00
evaluation.py formatting 2023-06-16 14:15:57 +02:00
evaluation.xml auswertung-tabelle, menü, icon 2022-10-28 13:27:33 +02:00
evaluation_context.py formatting 2023-06-16 14:15:57 +02:00
evaluation_context.xml line: anzig+einstellungen ok + test 2022-11-05 00:19:41 +01:00
evaluation_wizard.py formatting 2023-06-16 14:15:57 +02:00
evaluation_wizard.xml graph weiter gebaut 2022-11-03 23:28:57 +01:00
icon.xml auswertung-tabelle, menü, icon 2022-10-28 13:27:33 +02:00
investment.py formatting 2023-06-16 14:15:57 +02:00
ir.xml dashboard-view ok 2022-11-05 13:56:09 +01:00
line.py formatting 2023-06-16 14:15:57 +02:00
line.xml dashboard-view ok 2022-11-05 13:56:09 +01:00
menu.xml auswertung-tabelle, menü, icon 2022-10-28 13:27:33 +02:00
message.xml add translations 2023-03-11 08:19:48 +01:00
README.rst readme 2023-03-13 09:25:48 +01:00
setup.py formatting 2023-06-16 14:15:57 +02:00
templates.py formatting 2023-06-16 14:15:57 +02:00
tryton.cfg evaluation: extend categories-diff/percent/value + tests 2023-02-05 14:39:00 +01:00
versiondep.txt Kassenbuchkategorie eingebunden + Test 2022-11-08 21:56:03 +01:00

mds-cashbook-report
===================
Tryton module to add reports to cashbook.

Install
=======

pip install mds-cashbook-report

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

Info
====
Module cashbook_report adds the following evaluations:
- account balance as amount,
- price difference according to stock exchange price as amount,
- exchange rate difference in percent,
- current value according to stock exchange price,
- total yield

The displayed data is selected according to cash books,
types of cash books and cash books by category.
The presentation can be done as pie, bar and line chart.
For each evaluation, a dashboard view is also created,
so that you can display several evaluations at the same time.

Changes
=======

*6.0.0 - 28.10.2022*

- init