Author: danydb
Date: 2012-01-04 13:40:21 +0100 (Wed, 04 Jan 2012)
New Revision: 222

Added:
   trunk/coprop/include/budget.inc.php
Modified:
   trunk/coprop/index.php
Log:
ajout budget

Added: trunk/coprop/include/budget.inc.php
===================================================================
--- trunk/coprop/include/budget.inc.php                         (rev 0)
+++ trunk/coprop/include/budget.inc.php 2012-01-04 12:40:21 UTC (rev 222)
@@ -0,0 +1,6 @@
+<?php
+
+/**
+ * @file maintient des budgets
+ */
+?>

Modified: trunk/coprop/index.php
===================================================================
--- trunk/coprop/index.php      2012-01-04 11:41:53 UTC (rev 221)
+++ trunk/coprop/index.php      2012-01-04 12:40:21 UTC (rev 222)
@@ -41,6 +41,7 @@
          array($url.'&sa=lot',_('Lot'),_('Listes des lots et liaison 
copro'),1),
          array($url.'&sa=cle',_('Clef de répartition'),_('Clef de 
répartition'),2),
          array($url.'&sa=af',_('Appel de fond'),_('Création décompte pour 
appel de fond'),3),
+         array($url.'&sa=af',_('Budget'),_('budgets'),5),
          array($url.'&sa=pa',_('Paramètre'),_('Configuration et paramètre'),4)
        );
 
@@ -115,5 +116,9 @@
     require_once('include/appel_fond.inc.php');
     exit();
   }
-
+if ($def==5)
+  {
+    require_once('include/budget.inc.php');
+    exit();
+  }
 ?>


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to