diff --git a/entity/TurnoverTree_entity/documentation.adoc b/entity/TurnoverTree_entity/documentation.adoc index 50bc8a67a562c087cfe8b804fa1a42c17c118dfd..b137bbb78e5378b6a3c2adf7716cb31f56cff507 100644 --- a/entity/TurnoverTree_entity/documentation.adoc +++ b/entity/TurnoverTree_entity/documentation.adoc @@ -1,3 +1,5 @@ = 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 diff --git a/entity/TurnoverTree_entity/recordcontainers/jdito/contentProcess.js b/entity/TurnoverTree_entity/recordcontainers/jdito/contentProcess.js index 3493235775d5b1183b589f1d210dac6c5ff5f100..61221d4e613507769c6f26cbea9e615e8998b657 100644 --- a/entity/TurnoverTree_entity/recordcontainers/jdito/contentProcess.js +++ b/entity/TurnoverTree_entity/recordcontainers/jdito/contentProcess.js @@ -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 diff --git a/entity/Turnover_entity/documentation.adoc b/entity/Turnover_entity/documentation.adoc index b41881dbf999ba3b4b2a98a8436ca85fc5f4be1c..c369458ae651df5cf5b04e813fc3cbe93c66a6e4 100644 --- a/entity/Turnover_entity/documentation.adoc +++ b/entity/Turnover_entity/documentation.adoc @@ -1,8 +1,6 @@ = 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