phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/setup setup.inc.php, 1.62, 1.63 default_reco


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/setup setup.inc.php, 1.62, 1.63 default_records.inc.php, 1.35, 1.36
Date: Sat, 15 Nov 2003 19:41:46 +0000

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

Modified Files:
        setup.inc.php default_records.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.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** default_records.inc.php     11 Aug 2003 17:18:44 -0000      1.35
--- default_records.inc.php     15 Nov 2003 19:41:44 -0000      1.36
***************
*** 31,34 ****
--- 31,65 ----
  
  #
+ #fm_part_of_town
+ #
+ 
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_part_of_town 
(part_of_town_id, name, district_id) VALUES ('1', 'Part of town 1','1')");
+ 
+ 
+ #
+ #fm_owner_category
+ #
+ 
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_owner_category (id, 
descr) VALUES ('1', 'Owner category 1')");
+ 
+ #
+ #fm_owner
+ #
+ 
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_owner (owner_id, 
org_name, category) VALUES ('1', 'demo-owner 1','1')");
+ 
+ #
+ #fm_location1
+ #
+ 
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location1 ( 
location_code , loc1 , loc1_name , part_of_town_id , entry_date , category , 
user_id , owner_id , remark )VALUES ('5000', '5000', 'Location name', '1', NULL 
, '1', '6', '1', 'remark')");
+ 
+ #
+ #fm_location2
+ #
+ 
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location2 ( 
location_code , loc1 , loc2 , loc2_name , entry_date , category , user_id , 
remark )VALUES ('5000-01', '5000', '01', 'Location name', NULL , '1', '6', 
'remark')");
+ 
+ #
  # fm_branch
  #

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** setup.inc.php       6 Nov 2003 18:51:04 -0000       1.62
--- setup.inc.php       15 Nov 2003 19:41:44 -0000      1.63
***************
*** 77,80 ****
--- 77,81 ----
                'fm_tenant',
                'fm_tenant_category',
+               'fm_tenant_status',
                'fm_district',
                'fm_location',
***************
*** 171,175 ****
                'fm_entity_category',
                'fm_entity_choice',
!               'fm_entity_lookup'
        );
  
--- 172,177 ----
                'fm_entity_category',
                'fm_entity_choice',
!               'fm_entity_lookup',
!               'fm_entity_origin'
        );
  





reply via email to

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