[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.1.1.1,1.2 tables_
From: |
Sigurd Nes <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.1.1.1,1.2 tables_current.inc.php,1.1.1.1,1.2 |
Date: |
Sun, 01 Sep 2002 15:43:51 -0400 |
Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv6157/setup
Modified Files:
setup.inc.php tables_current.inc.php
Log Message:
no message
Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** setup.inc.php 28 Aug 2002 16:43:19 -0000 1.1.1.1
--- setup.inc.php 1 Sep 2002 19:43:49 -0000 1.2
***************
*** 10,14 ****
$setup_info['property']['name'] = 'property';
$setup_info['property']['title'] = 'Property';
! $setup_info['property']['version'] = '0.1.1.001';
$setup_info['property']['app_order'] = 14;
$setup_info['property']['enable'] = 1;
--- 10,14 ----
$setup_info['property']['name'] = 'property';
$setup_info['property']['title'] = 'Property';
! $setup_info['property']['version'] = '0.1.1.002';
$setup_info['property']['app_order'] = 14;
$setup_info['property']['enable'] = 1;
***************
*** 48,52 ****
'fm_wo_hours',
'fm_wo_key_loc',
- 'fm_wo_wrkordermembers',
'fm_request',
'fm_request_attrib',
--- 48,51 ----
***************
*** 60,64 ****
'phpgw_fm_tts_tickets',
'phpgw_fm_tts_views',
- 'fm_invoice_role',
't_ecoart',
't_ecobilag',
--- 59,62 ----
***************
*** 69,73 ****
't_ecodimd',
't_ecologg',
! 't_ecomva'
);
--- 67,72 ----
't_ecodimd',
't_ecologg',
! 't_ecomva',
! 'fm_admin'
);
Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** tables_current.inc.php 28 Aug 2002 16:43:19 -0000 1.1.1.1
--- tables_current.inc.php 1 Sep 2002 19:43:49 -0000 1.2
***************
*** 843,860 ****
'uc' => array()
),
- 'fm_invoice_role' => array(
- 'fd' => array(
- 'account_id' => array('type' =>
'int', 'precision' => 4, 'nullable' => False),
- 'account_lid' => array('type' => 'varchar',
'precision' => 40, 'nullable' => False),
- 'janitor' => array('type' => 'int',
'precision' => 2, 'nullable' => True),
- 'supervisor' => array('type' =>
'int', 'precision' => 2, 'nullable' => True),
- 'budget_responsible' => array('type'
=> 'int', 'precision' => 2, 'nullable' => True),
- 'transfer' => array('type' => 'int',
'precision' => 2, 'nullable' => True)
- ),
- 'pk' => array('account_id'),
- 'ix' => array(),
- 'fk' => array(),
- 'uc' => array()
- ),
't_ecoart' => array(
'fd' => array(
--- 843,846 ----
***************
*** 1023,1026 ****
--- 1009,1033 ----
'ix' => array(),
'fk' => array(),
+ 'uc' => array()
+ ),
+
+ 'fm_admin' = array(
+ 'fd' => array(
+ 'account_id' => array('type' =>
'int','precision' => 4,'default' => 0,'nullable' => False),
+ 'type' => array('type' => 'varchar','precision'
=> 2,'nullable' => True),
+ 'sub_module' => array('type' =>
'varchar','precision' => 15,'nullable' => False),
+ 'update_right' => array('type' =>
'varchar','precision' => 15,'nullable' => True),
+ 'can_read' => array('type' => 'int','precision'
=> 2,'default' => 0,'nullable' => True),
+ 'can_add' => array('type' => 'int','precision'
=> 2,'default' => 0,'nullable' => True),
+ 'can_edit' => array('type' => 'int','precision'
=> 2,'default' => 0,'nullable' => True),
+ 'can_delete' => array('type' =>
'int','precision' => 2,'default' => 0,'nullable' => True),
+ 'janitor' => array('type' => 'int','precision'
=> 2,'default' => 0,'nullable' => True),
+ 'supervisor' => array('type' =>
'int','precision' => 2,'default' => 0,'nullable' => True),
+ 'budget_responsible' => array('type' =>
'int','precision' => 2,'default' => 0,'nullable' => True),
+ 'transfer' => array('type' => 'int','precision'
=> 2,'default' => 0,'nullable' => True)
+ ),
+ 'pk' => array('account_id','sub_module' ),
+ 'fk' => array(),
+ 'ix' => array(),
'uc' => array()
)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.1.1.1,1.2 tables_current.inc.php,1.1.1.1,1.2,
Sigurd Nes <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: property/templates/default form_admin.tpl,1.1.1.1,1.2 invoice_paid.tpl,1.1.1.1,1.2 workorder_admin.tpl,1.1.1.1,1.2
- Next by Date:
[Phpgroupware-cvs] CVS: property/inc hook_admin.inc.php,1.2,1.3 header.inc.php,1.1.1.1,1.2
- Previous by thread:
[Phpgroupware-cvs] CVS: property/templates/default form_admin.tpl,1.1.1.1,1.2 invoice_paid.tpl,1.1.1.1,1.2 workorder_admin.tpl,1.1.1.1,1.2
- Next by thread:
[Phpgroupware-cvs] CVS: property/inc hook_admin.inc.php,1.2,1.3 header.inc.php,1.1.1.1,1.2
- Index(es):