summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/permissions/permissions.json
diff options
context:
space:
mode:
authorChristian Hofmaier2017-05-02 15:53:48 +0200
committerChristian Hofmaier2017-05-02 15:53:48 +0200
commit06dfb55eb7a89e72e2e7587a844e3609573dfe1e (patch)
tree9dfc248a66f1c2f258a18183e8fe286231b67a11 /modules-available/statistics_reporting/permissions/permissions.json
parent[permissionmanager] another small bugfix (diff)
downloadslx-admin-06dfb55eb7a89e72e2e7587a844e3609573dfe1e.tar.gz
slx-admin-06dfb55eb7a89e72e2e7587a844e3609573dfe1e.tar.xz
slx-admin-06dfb55eb7a89e72e2e7587a844e3609573dfe1e.zip
[statistics_reporting] implemented usecase of permissionmanager in statistics_reporting
Diffstat (limited to 'modules-available/statistics_reporting/permissions/permissions.json')
-rw-r--r--modules-available/statistics_reporting/permissions/permissions.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules-available/statistics_reporting/permissions/permissions.json b/modules-available/statistics_reporting/permissions/permissions.json
new file mode 100644
index 00000000..14f4ff3b
--- /dev/null
+++ b/modules-available/statistics_reporting/permissions/permissions.json
@@ -0,0 +1,10 @@
+{
+ "table.view.total": "View total table.",
+ "table.view.location": "View location table.",
+ "table.view.client": "View client table.",
+ "table.view.user": "View user table.",
+ "table.view.vm": "View lecture table.",
+ "table.export": "Export tables as JSON/CSV/XML.",
+ "reporting.download": "Download weekly report.",
+ "reporting.change": "Change weekly reporting settings."
+} \ No newline at end of file