[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: property/setup default_records.inc.php,1.5,1.6 t
From: |
Sigurd Nes <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: property/setup default_records.inc.php,1.5,1.6 tables_current.inc.php,1.26,1.27 |
Date: |
Fri, 07 Feb 2003 06:18:47 -0500 |
Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv6487/setup
Modified Files:
default_records.inc.php tables_current.inc.php
Log Message:
no message
Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/default_records.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** default_records.inc.php 12 Dec 2002 18:15:34 -0000 1.5
--- default_records.inc.php 7 Feb 2003 11:18:44 -0000 1.6
***************
*** 30,37 ****
#
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_wo_wrkorders_status
(status, descr) VALUES ('active', 'Aktiv')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_wo_wrkorders_status
(status, descr) VALUES ('ordered', '')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_wo_wrkorders_status
(status, descr) VALUES ('request', '')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_wo_wrkorders_status
(status, descr) VALUES ('closed', 'avsluttet')");
#
# `fm_wo_agreement_status`
--- 30,37 ----
#
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_wo_wrkorders_status
(id, descr) VALUES ('active', 'Aktiv')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_wo_wrkorders_status
(id, descr) VALUES ('ordered', '')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_wo_wrkorders_status
(id, descr) VALUES ('request', '')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_wo_wrkorders_status
(id, descr) VALUES ('closed', 'avsluttet')");
#
# `fm_wo_agreement_status`
***************
*** 51,59 ****
#
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_idgenerator (name,
value, descr) VALUES (Bilagsnummer, '2003100000', 'Bilagsnummer')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_idgenerator (name,
value, descr) VALUES (Ecobatchid, '1', 'Ecobatchid')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_idgenerator (name,
value, descr) VALUES (project, '1000', 'project')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_idgenerator (name,
value, descr) VALUES (Statuslog, '1', 'Statuslog')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_idgenerator (name,
value, descr) VALUES (workorder, '1000', 'workorder')");
?>
--- 51,59 ----
#
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_idgenerator (name,
value, descr) VALUES ('Bilagsnummer', '2003100000', 'Bilagsnummer')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_idgenerator (name,
value, descr) VALUES ('Ecobatchid', '1', 'Ecobatchid')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_idgenerator (name,
value, descr) VALUES ('project', '1000', 'project')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_idgenerator (name,
value, descr) VALUES ('Statuslog', '1', 'Statuslog')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_idgenerator (name,
value, descr) VALUES ('workorder', '1000', 'workorder')");
?>
Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** tables_current.inc.php 6 Feb 2003 09:03:46 -0000 1.26
--- tables_current.inc.php 7 Feb 2003 11:18:44 -0000 1.27
***************
*** 73,76 ****
--- 73,77 ----
'tid' => array('type' => 'char','precision' =>
'1','nullable' => True),
'owner' => array('type' => 'int','precision' =>
'4','nullable' => True),
+ 'entry_date' => array('type' =>
'int','precision' => '4','nullable' => True),
'access' => array('type' =>
'varchar','precision' => '7','nullable' => True),
'cat_id' => array('type' =>
'varchar','precision' => '32','nullable' => True),
***************
*** 181,184 ****
--- 182,186 ----
'tid' => array('type' => 'char','precision' =>
'1','nullable' => True),
'owner' => array('type' => 'int','precision' =>
'4','nullable' => True),
+ 'entry_date' => array('type' =>
'int','precision' => '4','nullable' => True),
'access' => array('type' =>
'varchar','precision' => '7','nullable' => True),
'cat_id' => array('type' =>
'varchar','precision' => '32','nullable' => True),
***************
*** 229,232 ****
--- 231,235 ----
'tid' => array('type' => 'char','precision' =>
'1','nullable' => True),
'owner' => array('type' => 'int','precision' =>
'4','nullable' => True),
+ 'entry_date' => array('type' =>
'int','precision' => '4','nullable' => True),
'access' => array('type' =>
'varchar','precision' => '7','nullable' => True),
'cat_id' => array('type' =>
'varchar','precision' => '32','nullable' => True),
***************
*** 259,262 ****
--- 262,266 ----
'tid' => array('type' => 'char','precision' =>
'1','nullable' => True),
'owner' => array('type' => 'int','precision' =>
'4','nullable' => True),
+ 'entry_date' => array('type' =>
'int','precision' => '4','nullable' => True),
'access' => array('type' =>
'varchar','precision' => '7','nullable' => True),
'cat_id' => array('type' =>
'varchar','precision' => '32','nullable' => True),
***************
*** 377,381 ****
'datatype' => array('type' =>
'char','precision' => '1','nullable' => True)
),
! 'pk' => array('id','property_type_id'),
'fk' => array(),
'ix' => array(),
--- 381,385 ----
'datatype' => array('type' =>
'char','precision' => '1','nullable' => True)
),
! 'pk' => array('id','type_id'),
'fk' => array(),
'ix' => array(),
***************
*** 812,816 ****
'fd' => array(
'id' => array('type' => 'auto',
'nullable' => False),
! 'group' => array('type' => 'int',
'precision' => 4, 'nullable' => True),
'priority' => array('type' => 'int',
'precision' => 2, 'nullable' => False),
'owner' => array('type' => 'int',
'precision' => 4, 'nullable' => True),
--- 816,820 ----
'fd' => array(
'id' => array('type' => 'auto',
'nullable' => False),
! 'group_id' => array('type' => 'int',
'precision' => 4, 'nullable' => True),
'priority' => array('type' => 'int',
'precision' => 2, 'nullable' => False),
'owner' => array('type' => 'int',
'precision' => 4, 'nullable' => True),
***************
*** 822,825 ****
--- 826,830 ----
'status' => array('type' =>
'char','precision' => 1, 'nullable' => False),
'details' => array('type' =>
'text','nullable' => False),
+ 'location_code' => array('type' => 'varchar',
'precision' => 4,'nullable' => True),
'property_id' => array('type' => 'varchar',
'precision' => 4,'nullable' => True),
'property_name' => array('type' => 'varchar',
'precision' => 50,'nullable' => True),
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: property/setup default_records.inc.php,1.5,1.6 tables_current.inc.php,1.26,1.27,
Sigurd Nes <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: property/inc class.bobuilding.inc.php,1.2,1.3 class.bocommon.inc.php,1.8,1.9 class.sobuilding.inc.php,1.3,1.4 class.socommon.inc.php,1.4,1.5 class.sotts.inc.php,1.4,1.5 class.uibuilding.inc.php,1.3,1.4 class.uiproperty.inc.php,1.4,1.5 class.uitts.inc.php,1.4,1.5 hook_admin.inc.php,1.11,1.12
- Next by Date:
[Phpgroupware-cvs] CVS: property/templates/default building.xsl,1.2,1.3
- Previous by thread:
[Phpgroupware-cvs] CVS: property/inc class.bobuilding.inc.php,1.2,1.3 class.bocommon.inc.php,1.8,1.9 class.sobuilding.inc.php,1.3,1.4 class.socommon.inc.php,1.4,1.5 class.sotts.inc.php,1.4,1.5 class.uibuilding.inc.php,1.3,1.4 class.uiproperty.inc.php,1.4,1.5 class.uitts.inc.php,1.4,1.5 hook_admin.inc.php,1.11,1.12
- Next by thread:
[Phpgroupware-cvs] CVS: property/templates/default building.xsl,1.2,1.3
- Index(es):