noalyss  Version-6.7.2
Public Member Functions
PDFBalance_simple Class Reference
Inheritance diagram for PDFBalance_simple:
PDF TFPDF

Public Member Functions

 Header ()
 set_info ($p_from_poste, $to_poste, $p_from, $p_to)
 set_info(dossier,from poste,to poste, from periode, to periode)

Detailed Description

Definition at line 230 of file class_pdf.php.


Member Function Documentation

Reimplemented from PDF.

Definition at line 247 of file class_pdf.php.

References PDF\Cell(), from, from_poste, PDF\Ln(), to, and to_poste.

    {
        parent::Header();
        $this->SetFont('DejaVu','B',8);
        $titre=sprintf("Balance simple poste %s %s date %s %s",
                       $this->from_poste,
                       $this->to_poste,
                       $this->from,
                       $this->to);
        $this->Cell(0,7,$titre,1,0,'C');

        $this->Ln();
        $this->SetFont('DejaVu','',6);
        $this->Cell(20,7,'id','B');
        $this->Cell(90,7,'Poste Comptable','B');
        $this->Cell(20,7,'Débit','B',0,'L');
        $this->Cell(20,7,'Crédit','B',0,'L');
        $this->Cell(20,7,'Solde','B',0,'L');
        $this->Cell(20,7,'D/C','B',0,'L');
        $this->Ln();

    }
PDFBalance_simple::set_info ( p_from_poste,
to_poste,
p_from,
p_to 
)

set_info(dossier,from poste,to poste, from periode, to periode)

Parameters:
$p_from_postestart = poste
$p_to_posteend = poste
$p_fromperiode start
$p_toperiode end

Definition at line 239 of file class_pdf.php.

References $to_poste, from, from_poste, to, and to_poste.

    {
        $this->dossier='Balance simple '.dossier::name();
        $this->from_poste=$p_from_poste;
        $this->to_poste=$to_poste;
        $this->from=$p_from;
        $this->to=$p_to;
    }

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations