phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5203 - phpcompta/tags/rel650/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5203 - phpcompta/tags/rel650/include
Date: Thu, 28 Mar 2013 18:13:22 +0100 (CET)

Author: danydb
Date: 2013-03-28 18:13:22 +0100 (Thu, 28 Mar 2013)
New Revision: 5203

Modified:
   phpcompta/tags/rel650/include/class_acc_ledger.php
   phpcompta/tags/rel650/include/constant.php
   phpcompta/tags/rel650/include/search.inc.php
Log:
0000799: Pouvoir augmenter le nombre de lignes propos?\195?\169es pour un 
rapprochement

Modified: phpcompta/tags/rel650/include/class_acc_ledger.php
===================================================================
--- phpcompta/tags/rel650/include/class_acc_ledger.php  2013-03-28 17:05:08 UTC 
(rev 5202)
+++ phpcompta/tags/rel650/include/class_acc_ledger.php  2013-03-28 17:13:22 UTC 
(rev 5203)
@@ -627,7 +627,7 @@
        {
                global $g_parameter, $g_user;
                $gDossier = dossier::id();
-               $limit = " LIMIT 25";
+               $limit = " LIMIT ".MAX_RECONCILE;
                // Sort
                // Count
                $count = $this->db->count_sql($sql);

Modified: phpcompta/tags/rel650/include/constant.php
===================================================================
--- phpcompta/tags/rel650/include/constant.php  2013-03-28 17:05:08 UTC (rev 
5202)
+++ phpcompta/tags/rel650/include/constant.php  2013-03-28 17:13:22 UTC (rev 
5203)
@@ -61,6 +61,7 @@
 define ('MAX_COMPTE_CARD',4);
 define ('COMPTA_MAX_YEAR',2100);
 define ('COMPTA_MIN_YEAR',1990);
+define ('MAX_RECONCILE',25);
 
 if ( DEBUG ) error_reporting(2147483647);  else error_reporting(0);
 // Erreur

Modified: phpcompta/tags/rel650/include/search.inc.php
===================================================================
--- phpcompta/tags/rel650/include/search.inc.php        2013-03-28 17:05:08 UTC 
(rev 5202)
+++ phpcompta/tags/rel650/include/search.inc.php        2013-03-28 17:13:22 UTC 
(rev 5203)
@@ -90,7 +90,7 @@
 {
 
     // Navigation bar
-    $step=25;
+    $step=MAX_RECONCILE;
     $page=(isset($_GET['offset']))?$_GET['page']:1;
     $offset=(isset($_GET['offset']))?$_GET['offset']:0;
     if (count ($_GET) == 0)



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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