dolibarr 21.0.0-alpha
|
File that contains parent class for PDF interventions models and parent class for interventions numbering models. More...
Go to the source code of this file.
Classes | |
class | ModelePDFFicheinter |
Parent class to manage intervention document templates. More... | |
class | ModeleNumRefFicheinter |
Parent class numbering models of intervention sheet references. More... | |
Functions | |
fichinter_create ($db, $object, $modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0) | |
Create an intervention document on disk using template defined into FICHEINTER_ADDON_PDF. | |
File that contains parent class for PDF interventions models and parent class for interventions numbering models.
Definition in file modules_fichinter.php.
fichinter_create | ( | $db, | |
$object, | |||
$modele, | |||
$outputlangs, | |||
$hidedetails = 0, | |||
$hidedesc = 0, | |||
$hideref = 0 ) |
Create an intervention document on disk using template defined into FICHEINTER_ADDON_PDF.
DoliDB | $db | object base de donnee |
Object | $object | Object fichinter |
string | $modele | force le modele a utiliser ('' par default) |
Translate | $outputlangs | object lang a utiliser pour traduction |
int | $hidedetails | Hide details of lines |
int | $hidedesc | Hide description |
int | $hideref | Hide ref |
Definition at line 112 of file modules_fichinter.php.
References $object, dol_buildpath(), dol_delete_preview(), dol_print_error(), dol_strlen(), and getDolGlobalString().