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

Turnover chart docu improvement and link

parent ecbabc8f
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 technical docu see the contentProcess of the jdito-record container of this entity
This 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)
......
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