diff --git a/infolog/setup/setup.inc.php b/infolog/setup/setup.inc.php index 4aa2c3c377..2986434fc4 100755 --- a/infolog/setup/setup.inc.php +++ b/infolog/setup/setup.inc.php @@ -24,27 +24,27 @@ ); $setup_info['infolog']['license'] = 'GPL'; $setup_info['infolog']['description'] = - 'CRM (customer-relation-management) type app using Addressbook providing - Todo List, Notes and Phonelog. InfoLog is orininaly based on phpGroupWare\'s - ToDo-List and has the features of all 3 mentioned applications plus fully working ACL - (including Add+Private attributes, add for to addreplys/subtasks).
- Responsibility for a task (ToDo) or a phonecall can be delegated to an other + '
CRM (customer-relation-management) type app using Addressbook providing + Todo List, Notes and Phonelog. InfoLog is orininaly based on eGroupWare\'s + old ToDo-List and has the features of all 3 mentioned applications plus fully working ACL + (including Add+Private attributes, add for to addreplys/subtasks).
+Responsibility for a task (ToDo) or a phonecall can be delegated to an other user. All entries can be linked to addressbook entries, projects and/or calendar events. - This allows you to log all activity of a contact/address or project. + This allows you to log all activity of a contact/address or project. The entries may be viewed or added from InfoLog direct or from within - the contact/address, project or calendar view.
- Other documents / files can be linked to InfoLog entries and are store in the VFS + the contact/address, project or calendar view.
+Other documents / files can be linked to InfoLog entries and are store in the VFS (eGroupWare\'s virtual file system). An extension of the VFS allows to symlink - the files to a fileserver, instead of placeing a copy in the VFS + the files to a fileserver, instead of placeing a copy in the VFS (need to be configured in the admin-section). - It is planed to include emails and faxes into InfoLog in the future.'; + It is planed to include emails and faxes into InfoLog in the future.
'; $setup_info['infolog']['note'] = - 'Their is a CSV import filter (in the admin-section) to import existing data. - It allows to interactivly assign fields, customize the values with regular + 'Their is a CSV import filter (in the admin-section) to import existing data. + It allows to interactivly assign fields, customize the values with regular expressions and direct calls to php-functions (e.g. to link the phone calls - (again) to the addressbook entrys).
- More information about InfoLog and the current development-status can be found on the - InfoLog page in our Wiki.'; + (again) to the addressbook entrys).
+More information about InfoLog and the current development-status can be found on the + InfoLog page on our Website.
'; /* The hooks this app includes, needed for hooks registration */ $setup_info['infolog']['hooks']['preferences'] = 'infolog.admin_prefs_sidebox_hooks.all_hooks'; @@ -63,7 +63,7 @@ /* Dependencies for this app to work */ $setup_info['infolog']['depends'][] = array( 'appname' => 'phpgwapi', - 'versions' => Array('0.9.13','0.9.14','0.9.15','0.9.16') + 'versions' => Array('0.9.14','0.9.15','0.9.16','1.0.00') ); $setup_info['infolog']['depends'][] = array( 'appname' => 'etemplate',