Improve Analytique

==================
ANCBS : order by accounting + display group
ANCGR : display accounting label
This commit is contained in:
Dany De Bontridder 2016-03-04 23:14:14 +01:00
parent 67b22425ce
commit de6ea77da2
4 changed files with 24 additions and 15 deletions

View file

@ -56,7 +56,7 @@ if ($idx %2 == 0)
echo '<tr class="even">';
else
echo '<tr class="odd">';
echo td($array[$i]['po_name']);
echo td($array[$i]['po_name']." ".h($array[$i]['po_description']));
echo td(nbm($array[$i]['sum_deb']),' class="num"');
echo td(nbm($array[$i]['sum_cred']),' class="num"');
$solde=bcsub($array[$i]['sum_cred'],$array[$i]['sum_deb']);