Add view for third in ACH/VEN/FIN (html+csv) pdf must be done

This commit is contained in:
Dany De Bontridder 2011-04-25 20:55:55 +00:00
parent e44fdac9a3
commit a5a538abf9
6 changed files with 36 additions and 1 deletions

View file

@ -238,6 +238,7 @@ if ( isset( $_REQUEST['bt_html'] ) )
"<th>Date</th>".
"<th> n° de pièce </th>".
"<th>internal</th>".
th('Tiers').
"<th>Commentaire</th>".
"<th> montant</th>".
"</TR>";
@ -250,8 +251,11 @@ if ( isset( $_REQUEST['bt_html'] ) )
echo "<TD>".$line['date']."</TD>";
echo "<TD>".h($line['jr_pj_number'])."</TD>";
echo "<TD>".HtmlInput::detail_op($line['jr_id'],$line['jr_internal'])."</TD>";
$tiers=$Jrn->get_tiers($line['jrn_def_type'],$line['jr_id']);
echo td($tiers);
echo "<TD>".h($line['comment'])."</TD>";
// echo "<TD>".$line['pj']."</TD>";
// If the ledger is financial :
// the credit must be negative and written in red