pull/3947/head
parent
ace199877c
commit
508f98a2d1
@ -1,10 +1,17 @@ |
||||
Check Extra Fields 'author' and 'company' |
||||
====== |
||||
|
||||
Make sure two extra fields exist in order to enable the "Distribution by entity" and "Distribution by author" reports. |
||||
Distribution by entity report enable the administrator to select a date range to show the number of users that |
||||
have been subscribed to a learning path or a course during this time frame. The number users are group by entity/company. |
||||
|
||||
Distribution by author report enable the administrator to define for each user if it is an author or not. |
||||
Then for each item in a Learning Path the administrator can select who is its author from the indentified list and indicate the price. |
||||
Finaly the reports enable the adminstrator to select a date range to show for each author how many of his content (LP item) |
||||
has been given access to users (based on the learning path subscription of the users) and show the amount of money they should be paid |
||||
based on the number of access authorised in this period. |
||||
|
||||
This plugin adds the extra fields necessary to display "Distribution by entity" and "Distribution by author" reports. |
||||
* For the "Distribution by entity" report to be displayed, it is necessary to have the type of extra user field, with a multiple selector. |
||||
The name of this field must be "company". |
||||
* For the "" Distribution by author "report to be displayed, it is necessary to have the field type extra learning path, with a multiple selector drop-down. |
||||
* For the "Distribution by author" report to be displayed, it is necessary to have the field type extra learning path, with a multiple selector drop-down. |
||||
The name of this field must be "authors". |
||||
|
Loading…
Reference in new issue