From 52cc6cc87d35a74051044c4f3f881614a015dffb Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Mon, 13 Mar 2023 09:25:48 +0100 Subject: [PATCH] readme --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rst b/README.rst index b70ba37..6a3e8a4 100644 --- a/README.rst +++ b/README.rst @@ -11,6 +11,21 @@ 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 =======