dolibarr  13.0.2
Public Member Functions | Protected Member Functions | List of all members
pdf_standard Class Reference

Class to generate expense report based on standard model. More...

+ Inheritance diagram for pdf_standard:
+ Collaboration diagram for pdf_standard:

Public Member Functions

 __construct ($db)
 Constructor. More...
 
 write_file ($object, $outputlangs, $srctemplatepath= '', $hidedetails=0, $hidedesc=0, $hideref=0)
 Function to build pdf onto disk. More...
 
 addSticker (&$pdf, $outputlangs, $param)
 Output a sticker on page at position _COUNTX, _COUNTY (_COUNTX and _COUNTY start from 0) More...
 
 Add_PDF_card (&$pdf, $textleft, $header, $footer, $outputlangs, $textright= '', $idmember=0, $photo= '')
 Output a sticker on page at position _COUNTX, _COUNTY (_COUNTX and _COUNTY start from 0) More...
 
 write_file ($object, $outputlangs, $srctemplatepath, $mode= 'member', $nooutput=0)
 Function to build PDF on disk, then output on HTTP stream. More...
 
 __construct ($db)
 Constructor. More...
 
 write_file ($object, $outputlangs, $srctemplatepath, $hidedetails=0, $hidedesc=0, $hideref=0)
 Function to build a document on disk using the generic odt module. More...
 
 __construct ($db)
 Constructor. More...
 
 write_file ($object, $outputlangs, $srctemplatepath= '', $hidedetails=0, $hidedesc=0, $hideref=0)
 Function to build a document on disk using the generic odt module. More...
 
 __construct ($db)
 Constructor. More...
 
 write_file ($object, $outputlangs= '', $srctemplatepath= '', $hidedetails=0, $hidedesc=0, $hideref=0)
 Function to build pdf onto disk. More...
 
- Public Member Functions inherited from CommonDocGenerator
 __construct ($db)
 Constructor. More...
 
 get_substitutionarray_user ($user, $outputlangs)
 Define array with couple substitution key => substitution value. More...
 
 getSubstitutionarrayMember ($member, $outputlangs)
 Define array with couple substitution key => substitution value. More...
 
 get_substitutionarray_mysoc ($mysoc, $outputlangs)
 Define array with couple substitution key => substitution value. More...
 
 get_substitutionarray_thirdparty ($object, $outputlangs, $array_key= 'company')
 Define array with couple substitution key => substitution value. More...
 
 get_substitutionarray_contact ($object, $outputlangs, $array_key= 'object')
 Define array with couple substitution key => substitution value. More...
 
 get_substitutionarray_other ($outputlangs)
 Define array with couple substitution key => substitution value. More...
 
 get_substitutionarray_object ($object, $outputlangs, $array_key= 'object')
 Define array with couple substitution key => substitution value. More...
 
 get_substitutionarray_lines ($line, $outputlangs, $linenumber=0)
 Define array with couple substitution key => substitution value. More...
 
 get_substitutionarray_shipment ($object, $outputlangs, $array_key= 'object')
 Define array with couple substitution key => substitution value. More...
 
 get_substitutionarray_shipment_lines ($line, $outputlangs)
 Define array with couple substitution key => substitution value. More...
 
 get_substitutionarray_each_var_object (&$object, $outputlangs, $recursive=true)
 Define array with couple substitution key => substitution value. More...
 
 fill_substitutionarray_with_extrafields ($object, $array_to_fill, $extrafields, $array_key, $outputlangs)
 Fill array with couple extrafield key => extrafield value. More...
 
 printRect ($pdf, $x, $y, $l, $h, $hidetop=0, $hidebottom=0)
 Rect pdf. More...
 
 columnSort ($a, $b)
 uasort callback function to Sort columns fields More...
 
 prepareArrayColumnField ($object, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0)
 Prepare Array Column Field. More...
 
 getColumnContentWidth ($colKey)
 get column content width from column key More...
 
 getColumnContentXStart ($colKey)
 get column content X (abscissa) left position from column key More...
 
 getColumnRank ($colKey)
 get column position rank from column key More...
 
 insertNewColumnDef ($newColKey, $defArray, $targetCol=false, $insertAfterTarget=false)
 get column position rank from column key More...
 
 printStdColumnContent ($pdf, &$curY, $colKey, $columnText= '')
 print standard column content More...
 
 printColDescContent ($pdf, &$curY, $colKey, $object, $i, $outputlangs, $hideref=0, $hidedesc=0, $issupplierline=0)
 print description column content More...
 
 getExtrafieldContent ($object, $extrafieldKey)
 get extrafield content for pdf writeHtmlCell compatibility usage for PDF line columns and object note block More...
 
 getColumnStatus ($colKey)
 get column status from column key More...
 
 pdfTabTitles (&$pdf, $tab_top, $tab_height, $outputlangs, $hidetop=0)
 Print standard column content. More...
 
 defineColumnExtrafield ($object, $outputlangs, $hidedetails=0)
 Define Array Column Field for extrafields. More...
 
- Public Member Functions inherited from CommonStickerGenerator
 __construct ($db)
 Constructor. More...
 
 write_file ($arrayofrecords, $outputlangs, $srctemplatepath, $outputdir= '')
 Function to build PDF on disk, then output on HTTP strem. More...
 
 addSticker (&$pdf, $outputlangs, $param)
 Output a sticker on page at position _COUNTX, _COUNTY (_COUNTX and _COUNTY start from 0) More...
 
 Set_Char_Size (&$pdf, $pt)
 Methode qui permet de modifier la taille des caracteres Cela modiera aussi l'espace entre chaque ligne. More...
 

Protected Member Functions

 printLine (&$pdf, $object, $linenumber, $curY, $default_font_size, $outputlangs, $hidedetails=0)
 
 _pagehead (&$pdf, $object, $showaddress, $outputlangs)
 Show top header of page. More...
 
 _tableau (&$pdf, $tab_top, $tab_height, $nexY, $outputlangs, $hidetop=0, $hidebottom=0, $currency= '')
 Show table for lines. More...
 
 tablePayments (&$pdf, $object, $posy, $outputlangs)
 Show payments table. More...
 
 _pagefoot (&$pdf, $object, $outputlangs, $hidefreetext=0)
 Show footer of page. More...
 
 _tableau (&$pdf, $tab_top, $tab_height, $nexY, $outputlangs, $hidetop=0, $hidebottom=0, $currency= '')
 Show table for lines. More...
 
 _pagehead (&$pdf, $object, $showaddress, $outputlangs, $titlekey="")
 Show top header of page. More...
 
 _pagefoot (&$pdf, $object, $outputlangs, $hidefreetext=0)
 Show footer of page. More...
 
 _tableau (&$pdf, $tab_top, $tab_height, $nexY, $outputlangs, $hidetop=0, $hidebottom=0, $currency= '')
 Show table for lines. More...
 
 _pagehead (&$pdf, $object, $showaddress, $outputlangs, $titlekey="")
 Show top header of page. More...
 
 _pagefoot (&$pdf, $object, $outputlangs, $hidefreetext=0)
 Show footer of page. More...
 
 _tableau_cheque (&$pdf, $object, $posy, $outputlangs)
 Show total to pay. More...
 
 _tableau (&$pdf, $tab_top, $tab_height, $nexY, $outputlangs, $hidetop=0, $hidebottom=0, $currency= '')
 Show table for lines. More...
 
 _pagehead (&$pdf, $object, $showaddress, $outputlangs)
 Show top header of page. More...
 
 _pagefoot (&$pdf, $object, $outputlangs, $hidefreetext=0)
 Show footer of page. More...
 
- Protected Member Functions inherited from CommonStickerGenerator
 _Pointille (&$pdf, $x1=0, $y1=0, $x2=210, $y2=297, $epaisseur=1, $nbPointilles=15)
 protected Print dot line More...
 
 _Croix (&$pdf, $x1=0, $y1=0, $x2=210, $y2=297, $epaisseur=1, $taille=4)
 protected Function realisant une croix aux 4 coins des cartes More...
 
 _Get_Height_Chars ($pt)
 protected Give the height for a char size given. More...
 
 _Set_Format (&$pdf, $format)
 protected Set format More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ModelePDFSuppliersPayments
static liste_modeles ($db, $maxfilenamelength=0)
 Return list of active generation models. More...
 
- Static Public Member Functions inherited from ModelePDFStock
static liste_modeles ($db, $maxfilenamelength=0)
 Return list of active generation modules. More...
 
- Static Public Member Functions inherited from ModelePDFProduct
static liste_modeles ($db, $maxfilenamelength=0)
 Return list of active generation modules. More...
 
- Static Public Member Functions inherited from ModeleExpenseReport
static liste_modeles ($db, $maxfilenamelength=0)
 Return list of active models generation. More...
 

Detailed Description

Class to generate expense report based on standard model.

Class to generate the supplier invoices payment file with the standard model.

Class to build documents using ODF templates generator.

Class to generate stick sheet with format Avery or other personalised.

Definition at line 45 of file pdf_standard.modules.php.

Constructor & Destructor Documentation

pdf_standard::__construct (   $db)

Constructor.

Parameters
DoliDB$dbDatabase handler

Definition at line 126 of file pdf_standard.modules.php.

References db, description, name, pdf_getFormat(), and type.

pdf_standard::__construct (   $db)

Constructor.

Parameters
DoliDB$dbDatabase handler

Definition at line 118 of file pdf_standard.modules.php.

References db, description, name, pdf_getFormat(), and type.

pdf_standard::__construct (   $db)

Constructor.

Parameters
DoliDB$dbDatabase handler

Definition at line 118 of file pdf_standard.modules.php.

References db, description, name, pdf_getFormat(), and type.

pdf_standard::__construct (   $db)

Constructor.

Parameters
DoliDB$dbDatabase handler

Definition at line 120 of file pdf_standard.modules.php.

References db, description, name, pdf_getFormat(), and type.

Member Function Documentation

pdf_standard::_pagefoot ( $pdf,
  $object,
  $outputlangs,
  $hidefreetext = 0 
)
protected

Show footer of page.

Need this->emetteur object

Parameters
TCPDF$pdfPDF
FactureFournisseur$objectObject to show
Translate$outputlangsObject lang for output
int$hidefreetext1=Hide free text
Returns
int Return height of bottom margin including footer text

Definition at line 798 of file pdf_standard.modules.php.

References pdf_pagefoot().

pdf_standard::_pagefoot ( $pdf,
  $object,
  $outputlangs,
  $hidefreetext = 0 
)
protected

Show footer of page.

Need this->emetteur object

Parameters
TCPDF$pdfPDF
Product$objectObject to show
Translate$outputlangsObject lang for output
int$hidefreetext1=Hide free text
Returns
int Return height of bottom margin including footer text

Definition at line 850 of file pdf_standard.modules.php.

References pdf_pagefoot().

pdf_standard::_pagefoot ( $pdf,
  $object,
  $outputlangs,
  $hidefreetext = 0 
)
protected

Show footer of page.

Need this->emetteur object

Parameters
TCPDF$pdfPDF
Object$objectObject to show
Translate$outputlangsObject lang for output
int$hidefreetext1=Hide free text
Returns
int Return height of bottom margin including footer text

Definition at line 912 of file pdf_standard.modules.php.

References pdf_pagefoot().

pdf_standard::_pagefoot ( $pdf,
  $object,
  $outputlangs,
  $hidefreetext = 0 
)
protected

Show footer of page.

Need this->emetteur object

Parameters
TCPDF$pdfPDF
ExpenseReport$objectObject to show
Translate$outputlangsObject lang for output
int$hidefreetext1=Hide free text
Returns
int Return height of bottom margin including footer text

Definition at line 1102 of file pdf_standard.modules.php.

References pdf_pagefoot().

Referenced by write_file().

pdf_standard::_pagehead ( $pdf,
  $object,
  $showaddress,
  $outputlangs 
)
protected

Show top header of page.

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

Definition at line 620 of file pdf_standard.modules.php.

References pdf_build_address(), pdf_getHeightForLogo(), pdf_getPDFFontSize(), and pdfBuildThirdpartyName().

pdf_standard::_pagehead ( $pdf,
  $object,
  $showaddress,
  $outputlangs 
)
protected

Show top header of page.

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

Definition at line 653 of file pdf_standard.modules.php.

References db, dol_print_date(), dolGetFirstLastname(), pdf_getHeightForLogo(), pdf_getPDFFontSize(), and pdf_watermark().

Referenced by write_file().

pdf_standard::_pagehead ( $pdf,
  $object,
  $showaddress,
  $outputlangs,
  $titlekey = "" 
)
protected

Show top header of page.

Parameters
TCPDF$pdfObject PDF
Product$objectObject to show
int$showaddress0=no, 1=yes
Translate$outputlangsObject lang for output
string$titlekeyTranslation key to show as title of document
Returns
void

Definition at line 704 of file pdf_standard.modules.php.

References pdf_getHeightForLogo(), pdf_getPDFFontSize(), pdf_pagehead(), pdf_watermark(), and pdf_writeLinkedObjects().

pdf_standard::_pagehead ( $pdf,
  $object,
  $showaddress,
  $outputlangs,
  $titlekey = "" 
)
protected

Show top header of page.

Parameters
TCPDF$pdfObject PDF
Object$objectObject to show
int$showaddress0=no, 1=yes
Translate$outputlangsObject lang for output
string$titlekeyTranslation key to show as title of document
Returns
int Return topshift value

Definition at line 752 of file pdf_standard.modules.php.

References db, dol_print_date(), dol_print_error(), pdf_getHeightForLogo(), pdf_getPDFFontSize(), pdf_pagehead(), pdf_watermark(), pdf_writeLinkedObjects(), price(), and price2num().

pdf_standard::_tableau ( $pdf,
  $tab_top,
  $tab_height,
  $nexY,
  $outputlangs,
  $hidetop = 0,
  $hidebottom = 0,
  $currency = '' 
)
protected

Show table for lines.

Parameters
TCPDF$pdfObject PDF
integer$tab_topTop position of table
integer$tab_heightHeight of table (rectangle)
int$nexYY (not used)
Translate$outputlangsLangs object
int$hidetopHide top bar of array
int$hidebottomHide bottom bar of array
string$currencyCurrency code
Returns
void

Definition at line 579 of file pdf_standard.modules.php.

References pdf_getPDFFontSize().

pdf_standard::_tableau ( $pdf,
  $tab_top,
  $tab_height,
  $nexY,
  $outputlangs,
  $hidetop = 0,
  $hidebottom = 0,
  $currency = '' 
)
protected

Show table for lines.

Parameters
TCPDF$pdfObject PDF
string$tab_topTop position of table
string$tab_heightHeight of table (rectangle)
int$nexYY (not used)
Translate$outputlangsLangs object
int$hidetop1=Hide top bar of array and title, 0=Hide nothing, -1=Hide only title
int$hidebottomHide bottom bar of array
string$currencyCurrency code
Returns
void

Definition at line 601 of file pdf_standard.modules.php.

References pdf_getPDFFontSize(), and CommonDocGenerator\printRect().

pdf_standard::_tableau ( $pdf,
  $tab_top,
  $tab_height,
  $nexY,
  $outputlangs,
  $hidetop = 0,
  $hidebottom = 0,
  $currency = '' 
)
protected

Show table for lines.

Parameters
TCPDF$pdfObject PDF
string$tab_topTop position of table
string$tab_heightHeight of table (rectangle)
int$nexYY (not used)
Translate$outputlangsLangs object
int$hidetop1=Hide top bar of array and title, 0=Hide nothing, -1=Hide only title
int$hidebottomHide bottom bar of array
string$currencyCurrency code
Returns
void

Definition at line 648 of file pdf_standard.modules.php.

References pdf_getPDFFontSize().

pdf_standard::_tableau ( $pdf,
  $tab_top,
  $tab_height,
  $nexY,
  $outputlangs,
  $hidetop = 0,
  $hidebottom = 0,
  $currency = '' 
)
protected

Show table for lines.

Parameters
TCPDF$pdfObject PDF
int$tab_topTab top
int$tab_heightTab height
int$nexYnext y
Translate$outputlangsOutput langs
int$hidetop1=Hide top bar of array and title, 0=Hide nothing, -1=Hide only title
int$hidebottomHide bottom bar of array
string$currencyCurrency code
Returns
void

Definition at line 880 of file pdf_standard.modules.php.

References pdf_getPDFFontSize().

Referenced by write_file().

pdf_standard::_tableau_cheque ( $pdf,
  $object,
  $posy,
  $outputlangs 
)
protected

Show total to pay.

Parameters
TCPDF$pdfObject PDF
PaiementFourn$objectObject PaiementFourn
int$posyPosition depart
Translate$outputlangsObjet langs
Returns
int Position pour suite

Definition at line 517 of file pdf_standard.modules.php.

References dol_convertToWord(), pdf_getPDFFontSize(), and price().

Referenced by write_file().

pdf_standard::Add_PDF_card ( $pdf,
  $textleft,
  $header,
  $footer,
  $outputlangs,
  $textright = '',
  $idmember = 0,
  $photo = '' 
)

Output a sticker on page at position _COUNTX, _COUNTY (_COUNTX and _COUNTY start from 0)

  • LOGO is replace with company logo
  • PHOTO is replace with photo provided as parameter
Parameters
TCPDF$pdfPDF
string$textleftText left
string$headerHeader
string$footerFooter
Translate$outputlangsOutput langs
string$textrightText right
int$idmemberId member
string$photoPhoto (full path to image file used as replacement for key PHOTOS into left, right, header or footer text)
Returns
void

Definition at line 66 of file pdf_standard.class.php.

References CommonStickerGenerator\_Croix(), code, dol_getImageSize(), and get_exdir().

Referenced by write_file().

pdf_standard::addSticker ( $pdf,
  $outputlangs,
  $param 
)

Output a sticker on page at position _COUNTX, _COUNTY (_COUNTX and _COUNTY start from 0)

Parameters
TCPDF$pdfPDF reference
Translate$outputlangsOutput langs
array$paramAssociative array containing label content and optional parameters
Returns
void

Definition at line 45 of file pdf_standard.class.php.

pdf_standard::printLine ( $pdf,
  $object,
  $linenumber,
  $curY,
  $default_font_size,
  $outputlangs,
  $hidedetails = 0 
)
protected
Parameters
TCPDF$pdfObject PDF
ExpenseReport$objectObject to show
int$linenumberline number
int$curYcurrent y position
int$default_font_sizedefault siez of font
Translate$outputlangsObject lang for output
int$hidedetailsHide details (0=no, 1=yes, 2=just special lines)
Returns
void

Definition at line 570 of file pdf_standard.modules.php.

References dol_print_date(), pdf_getlinevatrate(), and price().

Referenced by write_file().

pdf_standard::tablePayments ( $pdf,
  $object,
  $posy,
  $outputlangs 
)
protected

Show payments table.

Parameters
TCPDF$pdfObject PDF
ExpenseReport$objectObject expensereport
int$posyPosition y in PDF
Translate$outputlangsObject langs for output
Returns
int <0 if KO, >0 if OK

Definition at line 990 of file pdf_standard.modules.php.

References $resql, db, dol_print_date(), pdf_getPDFFontSize(), and price().

Referenced by write_file().

pdf_standard::write_file (   $object,
  $outputlangs,
  $srctemplatepath,
  $hidedetails = 0,
  $hidedesc = 0,
  $hideref = 0 
)

Function to build a document on disk using the generic odt module.

Parameters
Product$objectObject source to build document
Translate$outputlangsLang output object
string$srctemplatepathFull path of source filename for generator using a template file
int$hidedetailsDo not show line details
int$hidedescDo not show desc
int$hiderefDo not show ref
Returns
int 1 if OK, <=0 if KO

Definition at line 163 of file pdf_standard.modules.php.

References _pagefoot(), _pagehead(), complete_substitutions_array(), convertBackOfficeMediasLinksToPublicLinks(), db, dol_concatdesc(), dol_htmlentitiesbr(), dol_mkdir(), dol_sanitizeFileName(), make_substitutions(), pdf_getInstance(), pdf_getPDFFont(), pdf_getPDFFontSize(), and pdf_getSubstitutionArray().

pdf_standard::write_file (   $object,
  $outputlangs = '',
  $srctemplatepath = '',
  $hidedetails = 0,
  $hidedesc = 0,
  $hideref = 0 
)

Function to build pdf onto disk.

Parameters
PaiementFourn$objectId of object to generate
Translate$outputlangsLang output object
string$srctemplatepathFull path of source filename for generator using a template file
int$hidedetailsDo not show line details
int$hidedescDo not show desc
int$hiderefDo not show ref
Returns
int 1=OK, 0=KO

Supplier invoice list

Definition at line 189 of file pdf_standard.modules.php.

References $resql, _pagefoot(), _pagehead(), _tableau(), _tableau_cheque(), db, dol_mkdir(), dol_sanitizeFileName(), pdf_getInstance(), pdf_getPDFFont(), pdf_getPDFFontSize(), and price().

pdf_standard::write_file (   $object,
  $outputlangs,
  $srctemplatepath = '',
  $hidedetails = 0,
  $hidedesc = 0,
  $hideref = 0 
)

Function to build a document on disk using the generic odt module.

Parameters
Entrepot$objectObject source to build document
Translate$outputlangsLang output object
string$srctemplatepathFull path of source filename for generator using a template file
int$hidedetailsDo not show line details
int$hidedescDo not show desc
int$hiderefDo not show ref
Returns
int 1 if OK, <=0 if KO

Footer table

Definition at line 192 of file pdf_standard.modules.php.

References $resql, _pagefoot(), _pagehead(), _tableau(), complete_substitutions_array(), convertBackOfficeMediasLinksToPublicLinks(), db, dol_htmlentitiesbr(), dol_mkdir(), dol_print_error(), dol_sanitizeFileName(), dol_trunc(), make_substitutions(), pdf_getInstance(), pdf_getPDFFont(), pdf_getPDFFontSize(), pdf_getSubstitutionArray(), pdf_writelinedesc(), price(), and price2num().

pdf_standard::write_file (   $object,
  $outputlangs,
  $srctemplatepath = '',
  $hidedetails = 0,
  $hidedesc = 0,
  $hideref = 0 
)

Function to build pdf onto disk.

Parameters
ExpenseReport$objectObject to generate
Translate$outputlangsLang output object
string$srctemplatepathFull path of source filename for generator using a template file
int$hidedetailsDo not show line details
int$hidedescDo not show desc
int$hiderefDo not show ref
Returns
int 1=OK, 0=KO

Definition at line 210 of file pdf_standard.modules.php.

References _pagefoot(), _pagehead(), _tableau(), complete_substitutions_array(), convertBackOfficeMediasLinksToPublicLinks(), db, dol_concatdesc(), dol_htmlentitiesbr(), dol_mkdir(), dol_sanitizeFileName(), make_substitutions(), pdf_getInstance(), pdf_getPDFFont(), pdf_getPDFFontSize(), pdf_getSubstitutionArray(), price(), printLine(), and tablePayments().

pdf_standard::write_file (   $object,
  $outputlangs,
  $srctemplatepath,
  $mode = 'member',
  $nooutput = 0 
)

Function to build PDF on disk, then output on HTTP stream.

Parameters
Adherent$objectMember object. Old usage: Array of record informations (array('textleft'=>,'textheader'=>, ...'id'=>,'photo'=>)
Translate$outputlangsLang object for output language
string$srctemplatepathFull path of source filename for generator using a template file. Example: '5161', 'AVERYC32010', 'CARD', ...
string$modeTell if doc module is called for 'member', ...
int$nooutput1=Generate only file on disk and do not return it on response
Returns
int 1=OK, 0=KO

Definition at line 243 of file pdf_standard.class.php.

References CommonStickerGenerator\_Set_Format(), Add_PDF_card(), code, complete_substitutions_array(), dol_mimetype(), dol_mkdir(), dol_now(), dol_print_date(), dol_print_error(), get_exdir(), make_substitutions(), pdf_getInstance(), pdf_getPDFFont(), and type.


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