noalyss  Version-9
Variables
export_fiche_pdf.php File Reference

Called by impress->category, export in PDF the history of a category of card. More...

Go to the source code of this file.

Variables

 $align =array('L','L','L','R','R','R','R')
 
 $cn =Dossier::connect()
 
 $end =$http->request('end')
 
foreach($array as $row_fiche) $fDate =date('dmy-Hi')
 
 $gDossier =dossier::id()
 
 $http =new HttpInput()
 
 $name =$cn->get_value('select fd_label from fiche_def where fd_id=$1',array($_GET['cat']))
 
 $pdf =new PDF($cn)
 
 $start =$http->request('start')
 
if($array==null) $tab =array(13,25,55,20,20,12,20)
 
if( $_GET['histo']==4) else
 
 exit
 

Detailed Description

Called by impress->category, export in PDF the history of a category of card.

Bug:
NOT USED MUST BE REMOVED

Definition in file export_fiche_pdf.php.

Variable Documentation

◆ $align

$align =array('L','L','L','R','R','R','R')

Definition at line 122 of file export_fiche_pdf.php.

◆ $cn

Definition at line 33 of file export_fiche_pdf.php.

◆ $end

$end =$http->request('end')

Definition at line 48 of file export_fiche_pdf.php.

◆ $fDate

foreach ( $array as $row_fiche) $fDate =date('dmy-Hi')

Definition at line 231 of file export_fiche_pdf.php.

◆ $gDossier

$gDossier =dossier::id()

Definition at line 32 of file export_fiche_pdf.php.

◆ $http

$http =new HttpInput()

Definition at line 46 of file export_fiche_pdf.php.

◆ $name

$name =$cn->get_value('select fd_label from fiche_def where fd_id=$1',array($_GET['cat']))

Definition at line 41 of file export_fiche_pdf.php.

◆ $pdf

$pdf =new PDF($cn)

Definition at line 37 of file export_fiche_pdf.php.

◆ $start

$start =$http->request('start')

Definition at line 47 of file export_fiche_pdf.php.

◆ $tab

if ( $array==null) $tab =array(13,25,55,20,20,12,20)

Definition at line 121 of file export_fiche_pdf.php.

◆ else

if ($_GET[ 'histo']==4) else
Initial value:
{
$array=Fiche::get_fiche_def($cn,$_GET['cat'],'name_asc')
$_GET['qcode']
static get_fiche_def($p_cn, $pFd_id, $p_order='')
get all the card from a categorie

Definition at line 111 of file export_fiche_pdf.php.

◆ exit

exit

Definition at line 233 of file export_fiche_pdf.php.