Skip to content
Snippets Groups Projects
Commit 5beb43fb authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

Turnover chart docu improvement and link

parent 3df448b3
No related branches found
No related tags found
No related merge requests found
= TurnoverTree_entity
For technical docu see the contentProcess of the jdito-record container of this entity
This entity provides information to display the Turnover via tree.
\ No newline at end of file
......@@ -16,6 +16,8 @@ import("system.translate");
* - ... to sort the table so that all parents are added before the childs (as the treetable needs it in this order)
* - the sort function also sorts the data by year, month and productgroup name (using TreeUtils.treeOrderBy)
* - the _addCount is modified specially for THIS tree.
* - forecast and turnover are in one row, the chart needs extra rows for each
*
* TODO: make more generic and use for both: the tree and the chart
*
* See Turnover_entity content process for more documentation
......
= Turnover_entity
For the inner working, see code documentation in Turnover_entity.jdito.contentProcess.js.
This entity provides charts to display the Turnover.
For technical docu see the contentProcess of the jdito-record container of this entityThis entity provides charts to display the Turnover.
This chart can show any data in a cumulative way:
* It loads the most specific data (e.g. Productgroups) and calculates the layers above (e.g. Productgroups -> Months -> years)
* And then it shows the most top layer (years) at the top. If you click on it, it drills down to the more specific layer (Months / Productgroups)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment