Author: danydb
Date: 2011-05-13 23:52:05 +0200 (Fri, 13 May 2011)
New Revision: 4087
Modified:
phpcompta/trunk/include/class_anc_listing.php
Log:
0000263: CA: acc?\195?\168s aux d?\195?\169tails op?\195?\169rations
Modified: phpcompta/trunk/include/class_anc_listing.php
===================================================================
--- phpcompta/trunk/include/class_anc_listing.php 2011-05-13 20:42:03 UTC
(rev 4086)
+++ phpcompta/trunk/include/class_anc_listing.php 2011-05-13 21:52:05 UTC
(rev 4087)
@@ -82,16 +82,19 @@
'<th>'._('Date').'</th>'.
'<th>'._('Nom').'</th>'.
'<th>'._('Description').'</th>'.
+ th(_('Operation')).
'<th>'._('Montant').'</th>'.
'<th>'._('D/C').'</th>'.
'</tr>';
foreach ( $array as $row )
{
$r.= '<tr>';
+ $detail=($row['jr_id'] !=
null)?HtmlInput::detail_op($row['jr_id'],$row['jr_internal']):'';
$r.=
'<td>'.$row['oa_date'].'</td>'.
'<td>'.h($row['po_name']).'</td>'.
'<td>'.h($row['oa_description']).'</td>'.
+ '<td>'.$detail.'</td>'.
'<td>'.nbm($row['oa_amount']).'</td>'.
'<td>'.(($row['oa_debit']=='f')?'CREDIT':'DEBIT').'</td>';
$r.= '</tr>';
_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev