25if ( ! defined (
'ALLOWED') ) die(
'Appel direct ne sont pas permis');
33$order=
" order by jr_date_order asc,substring(jr_pj_number,'[0-9]+$')::numeric asc ";
47$title[]=_(
"Montant opération");
69 if (
$res[
$i][
'total_invoice']!=
null &&
$res[
$i][
'jr_montant']!=
$res[
$i][
'total_invoice'])
71 if (
$res[
$i][
'jrn_def_type'] ==
'FIN')
73 $positive =
$cn->get_value(
"select qf_amount from quant_fin where jr_id=$1",array(
$res[
$i][
'jr_id']));
74 if ( $positive !=
'' )
$amount=$positive;
Manage the CSV : manage files and write CSV record.