dolibarr  17.0.4
Public Member Functions | Protected Member Functions | List of all members
pdf_paiement Class Reference

Classe permettant de generer les rapports de paiement. More...

Inheritance diagram for pdf_paiement:
Inheritance graph
[legend]

Public Member Functions

 __construct ($db)
 Constructor. More...
 
 write_file ($_dir, $month, $year, $outputlangs)
 Fonction generant la rapport sur le disque. More...
 
 Body (&$pdf, $page, $lines, $outputlangs)
 Output body. More...
 

Protected Member Functions

 _pagehead (&$pdf, $page, $showaddress, $outputlangs)
 Show top header of page. More...
 

Detailed Description

Classe permettant de generer les rapports de paiement.

Definition at line 34 of file pdf_paiement.class.php.

Constructor & Destructor Documentation

◆ __construct()

pdf_paiement::__construct (   $db)

Constructor.

Parameters
DoliDb$dbDatabase handler

Reimplemented in pdf_paiement_fourn.

Definition at line 41 of file pdf_paiement.class.php.

Member Function Documentation

◆ _pagehead()

pdf_paiement::_pagehead ( $pdf,
  $page,
  $showaddress,
  $outputlangs 
)
protected

Show top header of page.

Parameters
TCPDF$pdfObject PDF
int$pageObject to show
int$showaddress0=no, 1=yes
Translate$outputlangsObject lang for output
Returns
void

Definition at line 365 of file pdf_paiement.class.php.

◆ Body()

pdf_paiement::Body ( $pdf,
  $page,
  $lines,
  $outputlangs 
)

Output body.

Parameters
TCPDF$pdfPDF object
string$pagePage
array$linesArray of lines
Translate$outputlangsObject langs
Returns
void

Definition at line 439 of file pdf_paiement.class.php.

◆ write_file()

pdf_paiement::write_file (   $_dir,
  $month,
  $year,
  $outputlangs 
)

Fonction generant la rapport sur le disque.

Parameters
string$_dirrepertoire
int$monthmois du rapport
int$yearannee du rapport
string$outputlangsLang output object
Returns
int <0 if KO, >0 if OK

Definition at line 96 of file pdf_paiement.class.php.


The documentation for this class was generated from the following file: