phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] bookkeeping/setup setup.inc.php, 1.15, 1.16 tables_cu


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] bookkeeping/setup setup.inc.php, 1.15, 1.16 tables_current.inc.php, 1.6, 1.7
Date: Mon, 01 Dec 2003 16:31:37 +0000

Update of /cvsroot/phpgroupware/bookkeeping/setup
In directory subversions:/tmp/cvs-serv10111/setup

Modified Files:
        setup.inc.php tables_current.inc.php 
Log Message:
added projects invoicing part

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/bookkeeping/setup/tables_current.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** tables_current.inc.php      18 Aug 2001 00:32:55 -0000      1.6
--- tables_current.inc.php      1 Dec 2003 16:31:35 -0000       1.7
***************
*** 1,146 ****
  <?php
  
! /*************************************************************************\
! * Bookkeeping (phpGroupWare app)                                          *
! * http://www.phpgroupware.org                                             *
! * Written by Rick Bakker <address@hidden>                         *
! * --------------------------------------------                            *
! * This program is free software; you can redistribute it and/or modify it *
! * under the terms of the GNU General Public License as published by the   *
! * Free Software Foundation; either version 2 of the License, or (at your  *
! * option) any later version.                                              *
! \*************************************************************************/
! 
! /* $Id$ */
! 
! $phpgw_baseline = array(
!       'phpgw_bk_a' => array(
!               'fd' => array(
!                       'account_id' => array('type' => 'auto', 'precision' => 
4, 'nullable' => False),
!                       'account_type_id' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
!                       'bookkeeping_account_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
!                       'account' => array('type' => 'varchar', 'precision' => 
255,'nullable' => False) 
!               ),
!               'pk' => array('account_id'),
!               'fk' => array(),
!               'ix' => array(),
!               'uc' => array()
!       ),
!       'phpgw_bk_at' => array(
!               'fd' => array(
!                       'account_type_id' => array('type' => 'auto', 
'precision' => 4, 'nullable' => False),
!                       'account_type' => array('type' => 'varchar', 
'precision' => 255,'nullable' => False)
!               ),
!               'pk' => array('account_type_id'),
!               'fk' => array(),
!               'ix' => array(),
!               'uc' => array()
!       ),
!       'phpgw_bk_ba' => array(
!               'fd' => array(
!                       'bookkeeping_account_id' => array('type' => 'auto', 
'precision' => 4, 'nullable' => False),
!                       'bookkeeping_account' => array('type' => 'varchar', 
'precision' => 255,'nullable' => False)
!               ),
!               'pk' => array('bookkeeping_account_id'),
!               'fk' => array(),
!               'ix' => array(),
!               'uc' => array()
!       ),
!       'phpgw_bk_bm' => array(
!               'fd' => array(
!                       'bookkeeping_account_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => False),
!                       'module_id' => array('type' => 'int', 'precision' => 
4,'nullable' => False)
!               ),
!               'pk' => array(),
!               'fk' => array(),
!               'ix' => array(),
!               'uc' => array()
!       ),
!       'phpgw_bk_c' => array(
!               'fd' => array(
!                       'category_id' => array('type' => 'auto', 'precision' => 
4, 'nullable' => False),
!                       'parent_category_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => False),
!                       'bookkeeping_account_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
!                       'category' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
!                       'category' => array('type' => 'varchar', 'precision' => 
255,'nullable' => False),
!                       'description' => array('type' => 'text')
!               ),
!               'pk' => array('category_id'),
!               'fk' => array(),
!               'ix' => array(),
!               'uc' => array()
!       ),
!       'phpgw_bk_g' => array(
!               'fd' => array(
!                       'group_id' => array('type' => 'auto', 'precision' => 4, 
'nullable' => False),
!                       'group_' => array('type' => 'varchar', 'precision' => 
255,'nullable' => False),
!                       'bookkeeping_account_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => False)
!               ),
!               'pk' => array('group_id'),
!               'fk' => array(),
!               'ix' => array(),
!               'uc' => array()
!       ),
!       'phpgw_bk_gpa' => array(
!               'fd' => array(
!               'group_id' => array('type' => 'int', 'precision' => 4, 
'nullable' => False),
!                       'phpgw_account_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => False)
!               ),
!               'pk' => array(),
!               'fk' => array(),
!               'ix' => array(),
!               'uc' => array()
!       ),
!       'phpgw_bk_gr' => array(
!               'fd' => array(
!               'group_id' => array('type' => 'int', 'precision' => 4, 
'nullable' => False),
!               'location_id' => array('type' => 'int', 'precision' => 4, 
'nullable' => False),
!                       'acl_right' => array('type' => 'int', 'precision' => 4, 
'nullable' => False)
!               ),
!               'pk' => array(),
!               'fk' => array(),
!               'ix' => array(),
!               'uc' => array()
!       ),
!       'phpgw_bk_l' => array(
!               'fd' => array(
!                       'location_id' => array('type' => 'auto', 'precision' => 
4, 'nullable' => False),
!                       'location' => array('type' => 'varchar', 'precision' => 
255,'nullable' => False),
!                       'module_id' => array('type' => 'int', 'precision' => 4, 
'nullable' => False)
!               ),
!               'pk' => array('location_id'),
!               'fk' => array(),
!               'ix' => array(),
!               'uc' => array()
!       ),
!       'phpgw_bk_m' => array(
!               'fd' => array(
!                       'module_id' => array('type' => 'auto', 'precision' => 
4, 'nullable' => False),
!                       'module' => array('type' => 'varchar', 'precision' => 
255,'nullable' => False),
!                       'module_order' => array('type' => 'int', 'precision' => 
4, 'nullable' => False)
!               ),
!               'pk' => array('module_id'),
!               'fk' => array(),
!               'ix' => array(),
!               'uc' => array()
!       ),
!       'phpgw_bk_t' => array(
!               'fd' => array(
!                       'transaction_id' => array('type' => 'auto','nullable' 
=> False),
!                       'bookkeeping_account_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
!                       'date_transaction' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
!                       'category_id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
!                       'description' => array('type' => 'text','nullable' => 
True),
!                       'amount' => array('type' => 'decimal', 'precision' => 
20, 'scale' => 2, 'nullable' => False, 'default' => '0.00'),
!                       'currency_id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
!                       'phpgw_account_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
!                       'account_id' => array('type' => 'int', 'precision' => 
4,'nullable' => False)
!               ),
!               'pk' => array('transaction_id'),
!               'fk' => array(),
!               'ix' => array(),
!               'uc' => array()
!       )
! );
! 
  ?>
--- 1,15 ----
  <?php
+       
/*************************************************************************\     
+       * Bookkeeping (phpGroupWare app)                                        
  *
+       * http://www.phpgroupware.org                                           
  *
+       * Written by Rick Bakker <address@hidden>                         *
+       * --------------------------------------------                          
  *
+       * This program is free software; you can redistribute it and/or modify 
it *
+       * under the terms of the GNU General Public License as published by the 
  *
+       * Free Software Foundation; either version 2 of the License, or (at 
your  *
+       * option) any later version.                                            
  *
+       
\*************************************************************************/
+       /* $Id$ */
  
!       //$phpgw_baseline = array();
  ?>

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/bookkeeping/setup/setup.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** setup.inc.php       23 Oct 2002 20:47:28 -0000      1.15
--- setup.inc.php       1 Dec 2003 16:31:35 -0000       1.16
***************
*** 1,51 ****
  <?php
!   /*************************************************************************\
!   * phpGroupWare app (Bookkeeping)                                          *
!   * http://www.phpgroupware.org                                             *
!   * Written by Rick Bakker <address@hidden>                         *
!   * --------------------------------------------                            *
!   * This program is free software; you can redistribute it and/or modify it *
!   * under the terms of the GNU General Public License as published by the   *
!   * Free Software Foundation; either version 2 of the License, or (at your  *
!   * option) any later version.                                              *
!   \*************************************************************************/
! 
!   /* $Id$ */
  
!       $setup_info['bookkeeping']['name']      = 'bookkeeping';
!       $setup_info['bookkeeping']['version']   = '0.4';
!       $setup_info['bookkeeping']['app_order'] = 8;
!       $setup_info['bookkeeping']['enable']    = 1;
  
!       $setup_info['bookkeeping']['author'] = '';
!       $setup_info['bookkeeping']['license']  = 'GPL';
!       $setup_info['bookkeeping']['description'] =
!               'Small accounting program.';
!       $setup_info['bookkeeping']['maintainer'] = '';
!       $setup_info['bookkeeping']['maintainer_email'] = '';
  
!       $setup_info['bookkeeping']['tables'] = array(
!               'phpgw_bk_a',
!               'phpgw_bk_at',
!               'phpgw_bk_ba',
!               'phpgw_bk_bm',
!               'phpgw_bk_c',
!               'phpgw_bk_g',
!               'phpgw_bk_gpa',
!               'phpgw_bk_gr',
!               'phpgw_bk_l',
!               'phpgw_bk_m',
!               'phpgw_bk_t'
!       );
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['bookkeeping']['hooks'][] = 'admin';
!       $setup_info['bookkeeping']['hooks'][] = 'preferences';
  
        /* Dependencies for this app to work */
!       $setup_info['bookkeeping']['depends'][] = array(
                 'appname' => 'phpgwapi',
!                'versions' => Array('0.9.13', '0.9.14', '0.9.15')
        );
  
  ?>
--- 1,46 ----
  <?php
!       
/*************************************************************************\
!       * phpGroupWare app (Bookkeeping)                                        
  *
!       * http://www.phpgroupware.org                                           
  *
!       * Written by Bettina Gille address@hidden                         *
!       * -----------------------------------------------                       
  *
!       * This program is free software; you can redistribute it and/or modify 
it *
!       * under the terms of the GNU General Public License as published by the 
  *
!       * Free Software Foundation; either version 2 of the License, or (at 
your  *
!       * option) any later version.                                            
  *
!       
\*************************************************************************/
!       /* $Id$ */
  
!       $setup_info['bookkeeping']['name']                              = 
'bookkeeping';
!       $setup_info['bookkeeping']['version']                   = '0.5.1.001';
!       $setup_info['bookkeeping']['app_order']                 = 13;
!       $setup_info['bookkeeping']['enable']                    = 1;
  
!       $setup_info['bookkeeping']['author']                    = 'Bettina 
Gille';
!       $setup_info['bookkeeping']['license']                   = 'GPL';
!       $setup_info['bookkeeping']['description']               = 'accounting 
programm for projects and products';
!       $setup_info['bookkeeping']['maintainer']                = 'Bettina 
Gille';
!       $setup_info['bookkeeping']['maintainer_email']  = 'address@hidden';
  
!       /*$setup_info['bookkeeping']['tables'] = array(); */
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['bookkeeping']['hooks'] = array
!       (
!               'admin',
!               'preferences',
!               'sidebox_menu'
!       );
  
        /* Dependencies for this app to work */
!       $setup_info['bookkeeping']['depends'][] = array
!       (
                 'appname' => 'phpgwapi',
!                'versions' => Array('0.9.14','0.9.15','0.9.16')
        );
  
+       $setup_info['bookkeeping']['depends'][] = array(
+                'appname' => 'projects',
+                'versions' => Array('0.8.7')
+       );
  ?>





reply via email to

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