phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] hrm/setup default_records.inc.php, 1.2 phpgw_en.lang,


From: sigurdne
Subject: [Phpgroupware-cvs] hrm/setup default_records.inc.php, 1.2 phpgw_en.lang, 1.2 phpgw_no.lang, 1.2 tables_current.inc.php, 1.8 setup.inc.php, 1.4
Date: Wed, 30 Nov 2005 18:07:00 +0100

Update of hrm/setup

Modified Files:
     Branch: MAIN
            default_records.inc.php lines: +21 -21
            phpgw_en.lang lines: +2 -2
            phpgw_no.lang lines: +2 -2
            tables_current.inc.php lines: +183 -183
            setup.inc.php lines: +95 -95

Log Message:
no message

====================================================
Index: hrm/setup/default_records.inc.php
diff -u hrm/setup/default_records.inc.php:1.1 
hrm/setup/default_records.inc.php:1.2
--- hrm/setup/default_records.inc.php:1.1       Mon Nov 21 12:01:20 2005
+++ hrm/setup/default_records.inc.php   Wed Nov 30 17:07:22 2005
@@ -1,21 +1,21 @@
-<?php
-       /**
-       * phpGroupWare - HRM: a  human resource competence management system.
-       *
-       * @author Sigurd Nes <address@hidden>
-       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
-       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
-       * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
-       * @package hrm
-       * @subpackage setup
-       * @version $Id$
-       */
-
-
-       /**
-        * Description
-        * @package hrm
-        */
-
-
-?>
+<?php
+       /**
+       * phpGroupWare - HRM: a  human resource competence management system.
+       *
+       * @author Sigurd Nes <address@hidden>
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
+       * @package hrm
+       * @subpackage setup
+       * @version $Id$
+       */
+
+
+       /**
+        * Description
+        * @package hrm
+        */
+
+
+

====================================================
Index: hrm/setup/phpgw_en.lang
diff -u hrm/setup/phpgw_en.lang:1.1 hrm/setup/phpgw_en.lang:1.2
--- hrm/setup/phpgw_en.lang:1.1 Mon Nov 21 12:01:20 2005
+++ hrm/setup/phpgw_en.lang     Wed Nov 30 17:07:22 2005
@@ -1,2 +1,2 @@
-hrm    hrm     en      Human Resource Management
-Add    hrm     en      Add
+hrm    hrm     en      Human Resource Management
+Add    hrm     en      Add

====================================================
Index: hrm/setup/phpgw_no.lang
diff -u hrm/setup/phpgw_no.lang:1.1 hrm/setup/phpgw_no.lang:1.2
--- hrm/setup/phpgw_no.lang:1.1 Mon Nov 21 12:01:20 2005
+++ hrm/setup/phpgw_no.lang     Wed Nov 30 17:07:22 2005
@@ -1,2 +1,2 @@
-hrm    hrm     no      Kometanse styring
-Add    hrm     no      Legg til
+hrm    hrm     no      Kometanse styring
+Add    hrm     no      Legg til

====================================================
Index: hrm/setup/tables_current.inc.php
diff -u hrm/setup/tables_current.inc.php:1.7 
hrm/setup/tables_current.inc.php:1.8
--- hrm/setup/tables_current.inc.php:1.7        Tue Nov 29 20:22:03 2005
+++ hrm/setup/tables_current.inc.php    Wed Nov 30 17:07:22 2005
@@ -1,183 +1,183 @@
-<?php
-       /**
-       * phpGroupWare - HRM: a  human resource competence management system.
-       *
-       * @author Sigurd Nes <address@hidden>
-       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
-       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
-       * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
-       * @package hrm
-       * @subpackage setup
-       * @version $Id$
-       */
-
-       $phpgw_baseline = array(
-               'hrm_org' => array(
-                       'fd' => array(
-                               'id' => array('type' => 'auto','precision' => 
'4','nullable' => False),
-                               'org_parent' => array('type' => 
'int','precision' => '4','nullable' => True),
-                               'job_id' => array('type' => 'int','precision' 
=> '4','nullable' => True),
-                               'user_id' => array('type' => 'int','precision' 
=> '4','nullable' => True),
-                               'part_time_percent' => array('type' => 
'int','precision' => '4','nullable' => True),
-                               'name' => array('type' => 'varchar','precision' 
=> '64','nullable' => True),
-                               'descr' => array('type' => 'text','nullable' => 
True),
-                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
-                               'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
-                               'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
-                       ),
-                       'pk' => array('id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
-
-               'hrm_job' => array(
-                       'fd' => array(
-                               'id' => array('type' => 'auto','precision' => 
'4','nullable' => False),
-                               'job_parent' => array('type' => 
'int','precision' => '4','nullable' => True),
-                               'job_level' => array('type' => 
'int','precision' => '4','nullable' => True),
-                               'name' => array('type' => 'varchar','precision' 
=> '64','nullable' => True),
-                               'descr' => array('type' => 'text','nullable' => 
True),
-                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
-                               'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
-                               'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
-                       ),
-                       'pk' => array('id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
-
-               'hrm_task' => array(
-                       'fd' => array(
-                               'id' => array('type' => 'auto','precision' => 
'4','nullable' => False),
-                               'job_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
-                               'name' => array('type' => 'varchar','precision' 
=> '64','nullable' => True),
-                               'descr' => array('type' => 'text','nullable' => 
True),
-                               'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
-                               'skill_id' => array('type' => 'int','precision' 
=> '4','nullable' => True),
-                               'experience_id' => array('type' => 
'int','precision' => '4','nullable' => True),
-                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
-                               'task_owner' => array('type' => 
'int','precision' => '4','nullable' => True),
-                       ),
-                       'pk' => array('id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
-
-               'hrm_task_job' => array(
-                       'fd' => array(
-                               'task_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
-                               'job_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
-                               'importance' => array('type' => 
'int','precision' => '4','nullable' => True),
-                               'required_skill' => array('type' => 
'int','precision' => '4','nullable' => True)
-                       ),
-                       'pk' => array('task_id','job_id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
-
-               'hrm_training' => array(
-                       'fd' => array(
-                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
-                               'user_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
-                               'title' => array('type' => 
'varchar','precision' => '40','nullable' => True),
-                               'skill' => array('type' => 'int','precision' => 
'4','nullable' => True),
-                               'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
-                               'start_date' => array('type' => 
'int','precision' => '4','nullable' => True),
-                               'end_date' => array('type' => 'int','precision' 
=> '4','nullable' => True),
-                               'place_id' => array('type' => 'int','precision' 
=> '4','nullable' => True),
-                               'reference' => array('type' => 
'varchar','precision' => '255','nullable' => True),
-                               'descr' => array('type' => 'text','nullable' => 
True),
-                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
-                               'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
-                               'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
-                       ),
-                       'pk' => array('id','user_id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
-               'hrm_training_category' => array(
-                       'fd' => array(
-                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
-                               'descr' => array('type' => 
'varchar','precision' => '40','nullable' => True),
-                       ),
-                       'pk' => array('id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
-
-               'hrm_training_place' => array(
-                       'fd' => array(
-                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
-                               'name' => array('type' => 'varchar','precision' 
=> '64','nullable' => True),
-                               'address' => array('type' => 
'varchar','precision' => '255','nullable' => False),
-                               'zip' => array('type' => 'int','precision' => 
'4','nullable' => True),
-                               'town' => array('type' => 'varchar','precision' 
=> '255','nullable' => False),
-                               'remark' => array('type' => 'text','nullable' 
=> True),
-                       ),
-                       'pk' => array('id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
-               'hrm_training_task' => array(
-                       'fd' => array(
-                               'training_id' => array('type' => 
'int','precision' => '4','nullable' => False),
-                               'task_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
-                               'relevance' => array('type' => 
'int','precision' => '4','nullable' => True),
-                       ),
-                       'pk' => array('training_id','task_id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
-               'hrm_acl' => array(
-                       'fd' => array(
-                               'acl_appname' => array('type' => 
'varchar','precision' => '50'),
-                               'acl_location' => array('type' => 
'varchar','precision' => '255'),
-                               'acl_account' => array('type' => 
'int','precision' => '4'),
-                               'acl_grantor' => array('type' => 
'int','precision' => '4','nullable' => True),
-                               'acl_rights' => array('type' => 
'int','precision' => '4'),
-                               'acl_type' => array('type' => 'int','precision' 
=> '2')
-                       ),
-                       'pk' => array(),
-                       'ix' => array(),
-                       'fk' => array(),
-                       'uc' => array()
-               ),
-               'hrm_experience_category' => array(
-                       'fd' => array(
-                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
-                               'descr' => array('type' => 
'varchar','precision' => '40','nullable' => True),
-                       ),
-                       'pk' => array('id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
-               'hrm_skill_level' => array(
-                       'fd' => array(
-                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
-                               'descr' => array('type' => 
'varchar','precision' => '40','nullable' => True),
-                       ),
-                       'pk' => array('id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
-               'hrm_task_category' => array(
-                       'fd' => array(
-                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
-                               'descr' => array('type' => 
'varchar','precision' => '40','nullable' => True),
-                       ),
-                       'pk' => array('id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               )
-       );
+<?php
+       /**
+       * phpGroupWare - HRM: a  human resource competence management system.
+       *
+       * @author Sigurd Nes <address@hidden>
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
+       * @package hrm
+       * @subpackage setup
+       * @version $Id$
+       */
+
+       $phpgw_baseline = array(
+               'hrm_org' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'auto','precision' => 
'4','nullable' => False),
+                               'org_parent' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'job_id' => array('type' => 'int','precision' 
=> '4','nullable' => True),
+                               'user_id' => array('type' => 'int','precision' 
=> '4','nullable' => True),
+                               'part_time_percent' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'name' => array('type' => 'varchar','precision' 
=> '64','nullable' => True),
+                               'descr' => array('type' => 'text','nullable' => 
True),
+                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
+                               'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+
+               'hrm_job' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'auto','precision' => 
'4','nullable' => False),
+                               'job_parent' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'job_level' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'name' => array('type' => 'varchar','precision' 
=> '64','nullable' => True),
+                               'descr' => array('type' => 'text','nullable' => 
True),
+                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
+                               'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+
+               'hrm_task' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'auto','precision' => 
'4','nullable' => False),
+                               'job_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
+                               'name' => array('type' => 'varchar','precision' 
=> '64','nullable' => True),
+                               'descr' => array('type' => 'text','nullable' => 
True),
+                               'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
+                               'skill_id' => array('type' => 'int','precision' 
=> '4','nullable' => True),
+                               'experience_id' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'task_owner' => array('type' => 
'int','precision' => '4','nullable' => True),
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+
+               'hrm_task_job' => array(
+                       'fd' => array(
+                               'task_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
+                               'job_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
+                               'importance' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'required_skill' => array('type' => 
'int','precision' => '4','nullable' => True)
+                       ),
+                       'pk' => array('task_id','job_id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+
+               'hrm_training' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'user_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
+                               'title' => array('type' => 
'varchar','precision' => '40','nullable' => True),
+                               'skill' => array('type' => 'int','precision' => 
'4','nullable' => True),
+                               'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
+                               'start_date' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'end_date' => array('type' => 'int','precision' 
=> '4','nullable' => True),
+                               'place_id' => array('type' => 'int','precision' 
=> '4','nullable' => True),
+                               'reference' => array('type' => 
'varchar','precision' => '255','nullable' => True),
+                               'descr' => array('type' => 'text','nullable' => 
True),
+                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
+                               'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
+                       ),
+                       'pk' => array('id','user_id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'hrm_training_category' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'descr' => array('type' => 
'varchar','precision' => '40','nullable' => True),
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+
+               'hrm_training_place' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'name' => array('type' => 'varchar','precision' 
=> '64','nullable' => True),
+                               'address' => array('type' => 
'varchar','precision' => '255','nullable' => False),
+                               'zip' => array('type' => 'int','precision' => 
'4','nullable' => True),
+                               'town' => array('type' => 'varchar','precision' 
=> '255','nullable' => False),
+                               'remark' => array('type' => 'text','nullable' 
=> True),
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'hrm_training_task' => array(
+                       'fd' => array(
+                               'training_id' => array('type' => 
'int','precision' => '4','nullable' => False),
+                               'task_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
+                               'relevance' => array('type' => 
'int','precision' => '4','nullable' => True),
+                       ),
+                       'pk' => array('training_id','task_id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'hrm_acl' => array(
+                       'fd' => array(
+                               'acl_appname' => array('type' => 
'varchar','precision' => '50'),
+                               'acl_location' => array('type' => 
'varchar','precision' => '255'),
+                               'acl_account' => array('type' => 
'int','precision' => '4'),
+                               'acl_grantor' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'acl_rights' => array('type' => 
'int','precision' => '4'),
+                               'acl_type' => array('type' => 'int','precision' 
=> '2')
+                       ),
+                       'pk' => array(),
+                       'ix' => array(),
+                       'fk' => array(),
+                       'uc' => array()
+               ),
+               'hrm_experience_category' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'descr' => array('type' => 
'varchar','precision' => '40','nullable' => True),
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'hrm_skill_level' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'descr' => array('type' => 
'varchar','precision' => '40','nullable' => True),
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'hrm_task_category' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'descr' => array('type' => 
'varchar','precision' => '40','nullable' => True),
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               )
+       );

====================================================
Index: hrm/setup/setup.inc.php
diff -u hrm/setup/setup.inc.php:1.3 hrm/setup/setup.inc.php:1.4
--- hrm/setup/setup.inc.php:1.3 Tue Nov 29 15:07:58 2005
+++ hrm/setup/setup.inc.php     Wed Nov 30 17:07:22 2005
@@ -1,95 +1,95 @@
-<?php
-       /**
-       * phpGroupWare - HRM: a  human resource competence management system.
-       *
-       * @author Sigurd Nes <address@hidden>
-       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
-       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
-       * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
-       * @package hrm
-       * @subpackage setup
-       * @version $Id$
-       */
-
-       $setup_info['hrm']['name']      = 'hrm';
-       $setup_info['hrm']['title']     = 'Human resource management';
-       $setup_info['hrm']['version']   = '0.9.17.000';
-       $setup_info['hrm']['app_order'] = 20;
-       $setup_info['hrm']['enable']    = 1;
-       $setup_info['hrm']['globals_checked']    = True;
-
-       $setup_info['hrm']['author'][] = array
-       (
-               'name'  => 'Sigurd Nes',
-               'email' => 'address@hidden'
-       );
-
-       $setup_info['hrm']['maintainer'] = array
-       (
-               'name'  => 'Sigurd Nes',
-               'email' => 'address@hidden'
-       );
-
-       $setup_info['hrm']['license']  = 'GPL';
-       $setup_info['hrm']['description'] =
-       '<div align="left">
-               <b>HRM</b> human resource competence management system:
-               <ol>
-                       <li>List of education and courses per user.</li>
-                               <ol>
-                                       <li>The user will maintain the 
information - which possibly (as option) needs approval from a moderator per 
record.</li>
-                               </ol>
-                       <li>List of type of experience pr categories and period 
and a rating of skills per user.</li>
-                       <li>Ability to generate a standardized CV as PDF and 
Excel (also good for openoffice)</li>
-                       <li>Job-requirements profile - and matching against 
relevant users to reveal need for training/education.</li>
-                       <li>Users wish list for training education.</li>
-               </ol>
-       </div>';
-
-       $setup_info['hrm']['note'] =
-               'Training item is rated and linked to tasks with degree of 
relevance. The task is rated for importance and grouped into job-descriptions 
(job-type) - which is linked to an organization layout (hierarchy). <br>
-               Training items is categorized as education, courses or work 
experiences';
-
-       $setup_info['hrm']['tables'] = array(
-               'hrm_acl',
-               'hrm_org',
-               'hrm_job',
-               'hrm_task',
-               'hrm_task_job',
-               'hrm_training',
-               'hrm_training_category',
-               'hrm_training_place',
-               'hrm_training_task',
-               'hrm_experience_category',
-               'hrm_skill_level',
-               'hrm_task_category'
-       );
-
-       /* The hooks this app includes, needed for hooks registration */
-       $setup_info['hrm']['hooks'] = array
-       (
-//             'add_def_pref',
-               'manual',
-               'settings',
-               'preferences',
-               'admin',
-               'help'
-       );
-
-       /* Dependencies for this app to work */
-       $setup_info['hrm']['depends'][] = array
-       (
-               'appname'  => 'phpgwapi',
-               'versions' => Array('0.9.15', '0.9.16', '0.9.17', '0.9.18')
-       );
-
-       $setup_info['hrm']['depends'][] = array(
-               'appname'  => 'admin',
-               'versions' => Array('0.9.13', '0.9.14', '0.9.15', '0.9.16', 
'0.9.17', '0.9.18')
-       );
-
-       $setup_info['hrm']['depends'][] = array(
-               'appname'  => 'preferences',
-               'versions' => Array('0.9.13', '0.9.14', '0.9.15', '0.9.16', 
'0.9.17', '0.9.18')
-       );
-?>
+<?php
+       /**
+       * phpGroupWare - HRM: a  human resource competence management system.
+       *
+       * @author Sigurd Nes <address@hidden>
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
+       * @package hrm
+       * @subpackage setup
+       * @version $Id$
+       */
+
+       $setup_info['hrm']['name']      = 'hrm';
+       $setup_info['hrm']['title']     = 'Human resource management';
+       $setup_info['hrm']['version']   = '0.9.17.000';
+       $setup_info['hrm']['app_order'] = 20;
+       $setup_info['hrm']['enable']    = 1;
+       $setup_info['hrm']['globals_checked']    = True;
+
+       $setup_info['hrm']['author'][] = array
+       (
+               'name'  => 'Sigurd Nes',
+               'email' => 'address@hidden'
+       );
+
+       $setup_info['hrm']['maintainer'] = array
+       (
+               'name'  => 'Sigurd Nes',
+               'email' => 'address@hidden'
+       );
+
+       $setup_info['hrm']['license']  = 'GPL';
+       $setup_info['hrm']['description'] =
+       '<div align="left">
+               <b>HRM</b> human resource competence management system:
+               <ol>
+                       <li>List of education and courses per user.</li>
+                               <ol>
+                                       <li>The user will maintain the 
information - which possibly (as option) needs approval from a moderator per 
record.</li>
+                               </ol>
+                       <li>List of type of experience pr categories and period 
and a rating of skills per user.</li>
+                       <li>Ability to generate a standardized CV as PDF and 
Excel (also good for openoffice)</li>
+                       <li>Job-requirements profile - and matching against 
relevant users to reveal need for training/education.</li>
+                       <li>Users wish list for training education.</li>
+               </ol>
+       </div>';
+
+       $setup_info['hrm']['note'] =
+               'Training item is rated and linked to tasks with degree of 
relevance. The task is rated for importance and grouped into job-descriptions 
(job-type) - which is linked to an organization layout (hierarchy). <br>
+               Training items is categorized as education, courses or work 
experiences';
+
+       $setup_info['hrm']['tables'] = array(
+               'hrm_acl',
+               'hrm_org',
+               'hrm_job',
+               'hrm_task',
+               'hrm_task_job',
+               'hrm_training',
+               'hrm_training_category',
+               'hrm_training_place',
+               'hrm_training_task',
+               'hrm_experience_category',
+               'hrm_skill_level',
+               'hrm_task_category'
+       );
+
+       /* The hooks this app includes, needed for hooks registration */
+       $setup_info['hrm']['hooks'] = array
+       (
+//             'add_def_pref',
+               'manual',
+               'settings',
+               'preferences',
+               'admin',
+               'help'
+       );
+
+       /* Dependencies for this app to work */
+       $setup_info['hrm']['depends'][] = array
+       (
+               'appname'  => 'phpgwapi',
+               'versions' => Array('0.9.15', '0.9.16', '0.9.17', '0.9.18')
+       );
+
+       $setup_info['hrm']['depends'][] = array(
+               'appname'  => 'admin',
+               'versions' => Array('0.9.13', '0.9.14', '0.9.15', '0.9.16', 
'0.9.17', '0.9.18')
+       );
+
+       $setup_info['hrm']['depends'][] = array(
+               'appname'  => 'preferences',
+               'versions' => Array('0.9.13', '0.9.14', '0.9.15', '0.9.16', 
'0.9.17', '0.9.18')
+       );
+






reply via email to

[Prev in Thread] Current Thread [Next in Thread]