phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup default_records.inc.php,1.26,1.27


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup default_records.inc.php,1.26,1.27
Date: Wed, 02 Jul 2003 07:32:59 -0400

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

Modified Files:
        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.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** default_records.inc.php     1 Jul 2003 11:19:24 -0000       1.26
--- default_records.inc.php     2 Jul 2003 11:32:57 -0000       1.27
***************
*** 182,187 ****
  #
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecoart (id, name, 
beskrivelse) VALUES (1, 'faktura', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecoart (id, name, 
beskrivelse) VALUES (2, 'kreditnota', NULL)");
  
  
--- 182,187 ----
  #
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecoart (id, name, 
description) VALUES (1, 'faktura', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecoart (id, name, 
description) VALUES (2, 'kreditnota', NULL)");
  
  
***************
*** 190,198 ****
  #
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilagtype (id, name, 
beskrivelse) VALUES (1, 'Drift, vedlikehold', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilagtype (id, name, 
beskrivelse) VALUES (2, 'Prosjekt, Kontrakt', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilagtype (id, name, 
beskrivelse) VALUES (3, 'Prosjekt, Tillegg', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilagtype (id, name, 
beskrivelse) VALUES (4, 'Prosjekt, LP-stign', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilagtype (id, name, 
beskrivelse) VALUES (5, 'Adminstrasjon', NULL)");
  
  #
--- 190,198 ----
  #
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilagtype (id, name, 
description) VALUES (1, 'Drift, vedlikehold', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilagtype (id, name, 
description) VALUES (2, 'Prosjekt, Kontrakt', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilagtype (id, name, 
description) VALUES (3, 'Prosjekt, Tillegg', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilagtype (id, name, 
description) VALUES (4, 'Prosjekt, LP-stign', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecobilagtype (id, name, 
description) VALUES (5, 'Adminstrasjon', NULL)");
  
  #
***************
*** 200,209 ****
  #
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, name, 
beskrivelse) VALUES (2, 'Mva 2', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, name, 
beskrivelse) VALUES (1, 'Mva 1', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, name, 
beskrivelse) VALUES (0, 'ingen', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, name, 
beskrivelse) VALUES (3, 'Mva 3', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, name, 
beskrivelse) VALUES (4, 'Mva 4', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, name, 
beskrivelse) VALUES (5, 'Mva 5', 'Renhold')");
  
  #
--- 200,209 ----
  #
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, name, 
description) VALUES (2, 'Mva 2', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, name, 
description) VALUES (1, 'Mva 1', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, name, 
description) VALUES (0, 'ingen', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, name, 
description) VALUES (3, 'Mva 3', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, name, 
description) VALUES (4, 'Mva 4', NULL)");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ecomva (id, name, 
description) VALUES (5, 'Mva 5', 'Renhold')");
  
  #





reply via email to

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