phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.31,1.32


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.31,1.32
Date: Wed, 02 Apr 2003 06:13:49 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv25335/setup

Modified Files:
        setup.inc.php 
Log Message:
no message

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** setup.inc.php       1 Apr 2003 08:00:07 -0000       1.31
--- setup.inc.php       2 Apr 2003 11:13:47 -0000       1.32
***************
*** 31,34 ****
--- 31,71 ----
        );
  
+       $setup_info['property']['license']  = 'GPL';
+       $setup_info['property']['description'] =
+       '<div align="left">
+ 
+       <b>FM</b> (Facilities-management) providing:
+               <ol><li>Helpdesk</li>
+               <li>Property register</li>
+               <li>Equipment register</li>
+               <li>Vendor register (using Addressbook)</li>
+               <li>Tenant register</li>
+               <li>Project/workorder by email</li>
+               <li>Service agreements with prizebook with historical prizing 
per vendor</li>
+               <li>Invoice hanling</li>
+                       <ol>
+                       <li>Import from file (currently Three different 
formats)</li>
+             <li>Approval per Role</li>
+                               <ol>
+                       <li>Janitor</li>
+             <li>Supervisor</li>
+             <li>Budget responsible</li>
+                       </ol>
+ 
+                       </li>
+             <li>Eksport to payment system / accounting system</li>
+                       </ol>
+       </ol>
+ 
+ 
+       <b>Property</b> is organized as a set of submodules - each with theis 
own set of user permission-settings.
+       <br>
+       <b>Workorder</b> can be used as a general tool for producing tender for 
bidding - the document is presented as a pdf-document.
+       </div>';
+ 
+       $setup_info['infolog']['note'] =
+               '';
+ 
+ 
        $setup_info['property']['tables'] = array(
                'boei_bydel',
***************
*** 111,114 ****
--- 148,152 ----
        $setup_info['property']['hooks'] = array
        (
+ //            'home',
                'add_def_pref',
                'deleteaccount',
***************
*** 128,137 ****
        $setup_info['property']['depends'][] = array(
                'appname'  => 'admin',
!               'versions' => Array('0.9.13')
        );
  
        $setup_info['property']['depends'][] = array(
                'appname'  => 'preferences',
!               'versions' => Array('0.9.13')
        );
  ?>
--- 166,175 ----
        $setup_info['property']['depends'][] = array(
                'appname'  => 'admin',
!               'versions' => Array('0.9.13','0.9.14','0.9.15')
        );
  
        $setup_info['property']['depends'][] = array(
                'appname'  => 'preferences',
!               'versions' => Array('0.9.13','0.9.14','0.9.15')
        );
  ?>





reply via email to

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