phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r5135 - phpcompta/tags/rel650/include
Date: Tue, 2 Oct 2012 18:58:09 +0200 (CEST)

Author: danydb
Date: 2012-10-02 18:58:09 +0200 (Tue, 02 Oct 2012)
New Revision: 5135

Modified:
   phpcompta/tags/rel650/include/class_print_ledger_simple_without_vat.php
   phpcompta/tags/rel650/include/export_poste_detail_csv.php
   phpcompta/tags/rel650/include/impress_poste.inc.php
Log:
Fix several some bugs : 
* PRINTJRN column name for ledget ACH, simple without VAT
* PRINTPOSTE show everything even when unlettered is choosen

Modified: 
phpcompta/tags/rel650/include/class_print_ledger_simple_without_vat.php
===================================================================
--- phpcompta/tags/rel650/include/class_print_ledger_simple_without_vat.php     
2012-10-02 16:49:40 UTC (rev 5134)
+++ phpcompta/tags/rel650/include/class_print_ledger_simple_without_vat.php     
2012-10-02 16:58:09 UTC (rev 5135)
@@ -78,11 +78,11 @@
         else
             $this->Cell(60,6,'Fournisseur');
         $this->Cell(105,6,'Commentaire');
-        $this->Cell(15,6,'Prix',0,0,'R');
         if ( $this->jrn_type=='ACH')
         {
             $this->Cell(15,6,'Privé',0,0,'R');
         }
+        $this->Cell(15,6,'Prix',0,0,'R');
 
         $this->Ln(5);
 

Modified: phpcompta/tags/rel650/include/export_poste_detail_csv.php
===================================================================
--- phpcompta/tags/rel650/include/export_poste_detail_csv.php   2012-10-02 
16:49:40 UTC (rev 5134)
+++ phpcompta/tags/rel650/include/export_poste_detail_csv.php   2012-10-02 
16:58:09 UTC (rev 5135)
@@ -111,7 +111,8 @@
         $Poste=new Acc_Account_Ledger($cn,$pos['pcm_val']);
         $Poste->get_name();
         list($array,$tot_deb,$tot_cred)=$Poste->get_row_date( 
$_REQUEST['from_periode'],
-                                        $_REQUEST['to_periode']
+                                        $_REQUEST['to_periode'],
+                                                                             
$_GET['ople']
                                                             );
         if ( count($Poste->row ) == 0 )
             continue;

Modified: phpcompta/tags/rel650/include/impress_poste.inc.php
===================================================================
--- phpcompta/tags/rel650/include/impress_poste.inc.php 2012-10-02 16:49:40 UTC 
(rev 5134)
+++ phpcompta/tags/rel650/include/impress_poste.inc.php 2012-10-02 16:58:09 UTC 
(rev 5135)
@@ -280,7 +280,7 @@
             {
                 $Poste=new Acc_Account_Ledger ($cn,$poste_id['pcm_val']);
                 $Poste->load();
-                $Poste->get_row_date( $_GET['from_periode'], 
$_GET['to_periode']);
+                $Poste->get_row_date( $_GET['from_periode'], 
$_GET['to_periode'],$_GET['ople']);
                 if ( empty($Poste->row)) continue;
                 echo '<tr><td  class="mtitle" style="width:auto" 
colspan="6"><h2 class="info">'. $poste_id['pcm_val'].' 
'.h($Poste->label).'</h2></td></tr>';
 



---
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]