25if ( ! defined (
'ALLOWED') ) die(
'Appel direct ne sont pas permis');
26include_once(
"class/acc_report.class.php");
27include_once(
"lib/ac_common.php");
28include_once(
"lib/impress.class.php");
29require_once NOALYSS_INCLUDE.
'/header_print.php';
47$pdf->SetAuthor(
'NOALYSS');
57 if (
$_GET [
'type_periode'] == 0 )
67 }
catch (Exception
$e) {
74 catch (Exception $exc)
102$pdf->SetFont(
'DejaVuCond',
'',8);
128 $pdf->write_cell(30,6,sprintf(
'% 12.2f',
$array[
$i][
'montant']),0,0,
'R');
137 $pdf->write_cell(0,7,$periode_name[
$a],
'B');
142 $pdf->write_cell(160,6,
$e[
$i][
'desc']);
143 $pdf->write_cell(30,6,sprintf(
'% 12.2f',
$e[
$i][
'montant']),0,0,
'R');
getPeriodeName($p_cn, $p_id, $pos='p_start')
Show the periode which found thanks its id.
Class rapport Create, view, modify and parse report.
API for creating PDF, unicode, based on tfpdf.