phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.45,1.46 tables_cu


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.45,1.46 tables_current.inc.php,1.68,1.69
Date: Wed, 07 May 2003 05:02:13 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv28670/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.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** setup.inc.php       6 May 2003 20:01:01 -0000       1.45
--- setup.inc.php       7 May 2003 09:02:11 -0000       1.46
***************
*** 130,133 ****
--- 130,134 ----
                'fm_tts_views',
                'fm_ecoart',
+               'fm_ecoavvik',
                'fm_ecobilag',
                'fm_ecobilagkilde',

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -r1.68 -r1.69
*** tables_current.inc.php      6 May 2003 18:55:00 -0000       1.68
--- tables_current.inc.php      7 May 2003 09:02:11 -0000       1.69
***************
*** 925,928 ****
--- 925,952 ----
                        'uc' => array()
                ),
+               'fm_ecoavvik' => array(
+                       'fd' => array(
+                               'bilagsnr' => array('type' => 'int','precision' 
=> '4','nullable' => False),
+                               'belop' => array('type' => 
'decimal','precision' => '20','scale' => '2','default' => '0','nullable' => 
False),
+                               'fakturadato' => array('type' => 
'timestamp','nullable' => False,'default' => 'current_timestamp'),
+                               'forfallsdato' => array('type' => 
'timestamp','nullable' => False,'default' => 'current_timestamp'),
+                               'artid' => array('type' => 'int','precision' => 
'2','nullable' => False),
+                               'godkjentbelop' => array('type' => 
'decimal','precision' => '20','scale' => '2','default' => '0','nullable' => 
True),
+                               'spvend_code' => array('type' => 
'varchar','precision' => '12','nullable' => True),
+                               'oppsynsmannid' => array('type' => 
'varchar','precision' => '12','nullable' => True),
+                               'saksbehandlerid' => array('type' => 
'varchar','precision' => '12','nullable' => True),
+                               'budsjettansvarligid' => array('type' => 
'varchar','precision' => '12','nullable' => False),
+                               'utbetalingid' => array('type' => 
'varchar','precision' => '12','nullable' => True),
+                               'oppsynsigndato' => array('type' => 
'timestamp','nullable' => True,'default' => 'current_timestamp'),
+                               'saksigndato' => array('type' => 
'timestamp','nullable' => True,'default' => 'current_timestamp'),
+                               'budsjettsigndato' => array('type' => 
'timestamp','nullable' => True,'default' => 'current_timestamp'),
+                               'utbetalingsigndato' => array('type' => 
'timestamp','nullable' => True,'default' => 'current_timestamp'),
+                               'overftid' => array('type' => 
'timestamp','nullable' => True,'default' => 'current_timestamp')
+                       ),
+                       'pk' => array('bilagsnr'),
+                       'ix' => array(),
+                       'fk' => array(),
+                       'uc' => array()
+               ),
                'fm_ecobilag' => array(
                        'fd' => array(





reply via email to

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