22if (!defined(
'ALLOWED'))
23 die(
'Appel direct ne sont pas permis');
24require
'class/balance_age.class.php';
54 $bal->get_array_card(
'C');
58 $bal->get_array_card(
'F');
69 $bal->get_array_card(
'X',
$http->get(
'cat'));
74 $a_cat=
$cn->get_array(
"select fd_id from vw_fiche_def where ad_id=".
ATTR_DEF_ACCOUNT.
" order by fd_label asc");
75 $nb_cat=count($a_cat);
76 for (
$i=0;
$i<$nb_cat;
$i++)
78 $bal->get_array_card(
'X', $a_cat[
$i][
'fd_id']);
compute the ageing balance, currently this code is not used