diff --git a/Docs/introduction.md b/Docs/introduction.md index 8568766..25d64a0 100644 --- a/Docs/introduction.md +++ b/Docs/introduction.md @@ -4,7 +4,7 @@ The **Helper** module is a very powerful module which allows users to create cus ## Target Group -The target group for this module is every organization which would like to create customized tools & reports while still integrating and managing them through the Orange-Management application. The implementation of such helpers requires programming knowledge in PHP and potentially JavaScript. +The target group for this module is every organization which would like to create customized helper & reports while still integrating and managing them through the Orange-Management application. The implementation of such helpers requires programming knowledge in PHP and potentially JavaScript. # Setup @@ -14,17 +14,17 @@ This module doesn't have any additional setup requirements since it is installed ## Permission Management -It's possible to only give selected users and groups access to certain tools. +It's possible to only give selected users and groups access to certain helper. ## Input handling -The custom tools can be created in a way which allows UI interaction by the user and it's also possible to allow tools to handle uploaded user data. E.g. a tool could create different reports based on the date defined by the user. +The custom helper can be created in a way which allows UI interaction by the user and it's also possible to allow helper to handle uploaded user data. E.g. a tool could create different reports based on the date defined by the user. -In some cases it's not possible to directly access data from within the application for such purposes it's possible to create tools which take additional data as uploads and use/transform this data according to the in the tool defined specifications. This way the same tool can be used in re-curring situation to create different results based on the different data without re-writing or re-uploading the tool every time. E.g. a tool could create reports based on uploaded data in excel or csv format. +In some cases it's not possible to directly access data from within the application for such purposes it's possible to create helper which take additional data as uploads and use/transform this data according to the in the tool defined specifications. This way the same tool can be used in re-curring situation to create different results based on the different data without re-writing or re-uploading the tool every time. E.g. a tool could create reports based on uploaded data in excel or csv format. ## Localization -The module allows users to create tools which also support localization. +The module allows users to create helper which also support localization. ## Default UI styles