phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r222 - in trunk/coprop: . include


From: phpcompta-dev
Subject: [Phpcompta-dev] r222 - in trunk/coprop: . include
Date: Wed, 4 Jan 2012 13:40:21 +0100 (CET)

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();
+  }
 ?>




reply via email to

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