From 35aa11ba34a320b6e4e805b73db953889e9cb252 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 28 Oct 2015 11:56:16 +0100 Subject: [PATCH] #1188 : display accouting for detail operations (ACH / VEN) --- include/template/ledger_detail_ach.php | 16 +++++++++++++++- include/template/ledger_detail_ven.php | 16 +++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/include/template/ledger_detail_ach.php b/include/template/ledger_detail_ach.php index ab3a72d55..59e8d33a5 100644 --- a/include/template/ledger_detail_ach.php +++ b/include/template/ledger_detail_ach.php @@ -144,7 +144,20 @@ $str_anc=""; $x = count($a_anc); /* set the width of the col */ /* add hidden variables pa[] to hold the value of pa_id */ - $str_anc.='CodeMontant' . _('Compt. Analytique') . Anc_Plan::hidden($a_anc).''; + $str_anc.=''. + ''. + _('Code'). + ''. + ''. + _('Poste'). + ''. + ''. + _('Montant'). + ''. + '' + . _('Compt. Analytique') .Anc_Plan::hidden($a_anc). + ''. + ''; } echo ''; @@ -224,6 +237,7 @@ $str_anc=""; bcscale(2); $str_anc.=''; $str_anc.=td($qcode); + $str_anc.=td($poste); $str_anc.=td(nbm($htva)." {$side}"); $str_anc.=$anc_op->display_table(1, $htva, $div); } else diff --git a/include/template/ledger_detail_ven.php b/include/template/ledger_detail_ven.php index f0642604b..631732487 100644 --- a/include/template/ledger_detail_ven.php +++ b/include/template/ledger_detail_ven.php @@ -146,7 +146,20 @@ echo $ipaid->input(); $x = count($a_anc); /* set the width of the col */ /* add hidden variables pa[] to hold the value of pa_id */ - $str_anc.='CodeMontant' . _('Compt. Analytique') .Anc_Plan::hidden($a_anc). ''.''; + $str_anc.=''. + ''. + _('Code'). + ''. + ''. + _('Poste'). + ''. + ''. + _('Montant'). + ''. + '' + . _('Compt. Analytique') .Anc_Plan::hidden($a_anc). + ''. + ''; } @@ -221,6 +234,7 @@ echo $ipaid->input(); bcscale(2); $str_anc.=''; $str_anc.=td($qcode); + $str_anc.=td($poste); $str_anc.=td(nbm($htva)." {$side}"); $str_anc.=$anc_op->display_table(1, $htva, $div).''; // $row.=($div == 'popup') ? $anc_op->display_table(1, $htva, $div):"";