noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 172/323: History accounting / card : first co


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 172/323: History accounting / card : first column is date
Date: Wed, 14 Mar 2018 17:38:44 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit c685e391d35829d62d0ffc252e50fcdb42bcded3
Author: Dany De Bontridder <address@hidden>
Date:   Sat Feb 10 09:46:34 2018 +0100

    History accounting / card : first column is date
---
 include/export/export_poste_detail_csv.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/export/export_poste_detail_csv.php 
b/include/export/export_poste_detail_csv.php
index 66e15dc..a7d0198 100644
--- a/include/export/export_poste_detail_csv.php
+++ b/include/export/export_poste_detail_csv.php
@@ -75,6 +75,7 @@ if ( ! isset ($_REQUEST['oper_detail']))
             continue;
         $title=array();
         
+        $title[]=_("Date");
         $title[]=_("Poste");
         $title[]=_("n° pièce");
         $title[]=_("Code journal");
@@ -82,7 +83,6 @@ if ( ! isset ($_REQUEST['oper_detail']))
         $title[]=_("QuickCode");
         $title[]=_("Lib.");
         $title[]=_("Interne");
-        $title[]=_("Date");
         $title[]=_("Tiers");
         $title[]=_("Description");
         $title[]=_("Débit");
@@ -134,6 +134,7 @@ if ( ! isset ($_REQUEST['oper_detail']))
             $tot_cred=bcadd($tot_cred,$op['cred_montant']);
             $diff=bcsub($op['deb_montant'],$op['cred_montant']);
             $prog=bcadd($prog,$diff);
+            $export->add($op['j_date_fmt']);
             $export->add($pos['pcm_val']);
            $export->add($op['jr_pj_number']);
            $export->add($op['jrn_def_code']);
@@ -141,7 +142,6 @@ if ( ! isset ($_REQUEST['oper_detail']))
            $export->add($op['j_qcode']);
             $export->add($name);
             $export->add($op['jr_internal']);
-            $export->add($op['j_date_fmt']);
             $export->add($tiers);
             $export->add($op['description']);
             $export->add($op['deb_montant'],"number");



reply via email to

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