phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/setup default_records.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/setup default_records.inc.php
Date: Tue, 09 Jan 2007 20:55:48 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   07/01/09 20:55:48

Modified files:
        setup          : default_records.inc.php 

Log message:
        fix this later

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/setup/default_records.inc.php?cvsroot=phpgroupware&r1=1.40&r2=1.41

Patches:
Index: default_records.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/setup/default_records.inc.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- default_records.inc.php     2 Jan 2007 15:05:49 -0000       1.40
+++ default_records.inc.php     9 Jan 2007 20:55:47 -0000       1.41
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage setup
-       * @version $Id: default_records.inc.php,v 1.40 2007/01/02 15:05:49 
sigurdne Exp $
+       * @version $Id: default_records.inc.php,v 1.41 2007/01/09 20:55:47 
sigurdne Exp $
        */
 
 
@@ -27,7 +27,6 @@
 #fm_meter_category
 #
 
-//$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_meter_category (id, 
descr) VALUES ('1', 'Power meter')");
 $GLOBALS['phpgw_setup']->oProc->query("DELETE from phpgw_config WHERE 
config_app='property'");
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_config (config_app, 
config_name, config_value) VALUES ('property','meter_table', 'fm_entity_1_1')");
 
@@ -293,30 +292,30 @@
 # Dumping data for table fm_ecoart
 #
 
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecoart (id, name) VALUES 
(1, 'faktura')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecoart (id, name) VALUES 
(2, 'kreditnota')");
+//$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecoart (id, descr) 
VALUES (1, 'faktura')");
+//$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecoart (id, descr) 
VALUES (2, 'kreditnota')");
 
 
 #
 # Dumping data for table fm_ecobilag_category
 #
 
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilag_category (id, 
descr) VALUES (1, 'Drift, vedlikehold')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilag_category (id, 
descr) VALUES (2, 'Prosjekt, Kontrakt')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilag_category (id, 
descr) VALUES (3, 'Prosjekt, Tillegg')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilag_category (id, 
descr) VALUES (4, 'Prosjekt, LP-stign')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilag_category (id, 
descr) VALUES (5, 'Adminstrasjon')");
+//$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilag_category (id, 
descr) VALUES (1, 'Drift, vedlikehold')");
+//$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilag_category (id, 
descr) VALUES (2, 'Prosjekt, Kontrakt')");
+//$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilag_category (id, 
descr) VALUES (3, 'Prosjekt, Tillegg')");
+//$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilag_category (id, 
descr) VALUES (4, 'Prosjekt, LP-stign')");
+//$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilag_category (id, 
descr) VALUES (5, 'Administrasjon')");
 
 #
 # Dumping data for table fm_ecomva
 #
 
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, descr) 
VALUES (2, 'Mva 2'");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, descr) 
VALUES (1, 'Mva 1')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, descr) 
VALUES (0, 'ingen')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, descr) 
VALUES (3, 'Mva 3')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, descr) 
VALUES (4, 'Mva 4')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, descr) 
VALUES (5, 'Mva 5')");
+//$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, descr) 
VALUES (2, 'Mva 2'");
+//$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, descr) 
VALUES (1, 'Mva 1')");
+//$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, descr) 
VALUES (0, 'ingen')");
+//$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, descr) 
VALUES (3, 'Mva 3')");
+//$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, descr) 
VALUES (4, 'Mva 4')");
+//$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, descr) 
VALUES (5, 'Mva 5')");
 
 #
 # Dumping data for table fm_location1_category




reply via email to

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