29 require_once DOL_DOCUMENT_ROOT.
'/core/modules/facture/modules_facture.php';
30 require_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
31 require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
32 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
33 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
34 require_once DOL_DOCUMENT_ROOT.
'/core/lib/doc.lib.php';
52 public $phpmin = array(7, 0);
58 public $version =
'dolibarr';
68 global $conf, $langs, $mysoc;
71 $langs->loadLangs(array(
"main",
"companies"));
74 $this->
name =
"ODT/ODS templates";
75 $this->
description = $langs->trans(
"DocumentModelOdt");
76 $this->scandir =
'FACTURE_ADDON_PDF_ODT_PATH';
80 $this->page_largeur = 0;
81 $this->page_hauteur = 0;
82 $this->format = array($this->page_largeur, $this->page_hauteur);
83 $this->marge_gauche = 0;
84 $this->marge_droite = 0;
85 $this->marge_haute = 0;
86 $this->marge_basse = 0;
88 $this->option_logo = 1;
89 $this->option_tva = 0;
90 $this->option_modereg = 0;
91 $this->option_condreg = 0;
92 $this->option_multilang = 1;
93 $this->option_escompte = 0;
94 $this->option_credit_note = 0;
95 $this->option_freetext = 1;
96 $this->option_draft_watermark = 0;
99 $this->emetteur = $mysoc;
100 if (!$this->emetteur->country_code) {
101 $this->emetteur->country_code = substr($langs->defaultlang, -2);
114 global $conf, $langs;
117 $langs->loadLangs(array(
"errors",
"companies"));
122 $texte .=
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST" enctype="multipart/form-data">';
123 $texte .=
'<input type="hidden" name="token" value="'.newToken().
'">';
124 $texte .=
'<input type="hidden" name="page_y" value="">';
125 $texte .=
'<input type="hidden" name="action" value="setModuleOptions">';
126 $texte .=
'<input type="hidden" name="param1" value="FACTURE_ADDON_PDF_ODT_PATH">';
127 $texte .=
'<table class="nobordernopadding" width="100%">';
130 $texte .=
'<tr><td valign="middle">';
131 $texttitle = $langs->trans(
"ListOfDirectories");
132 $listofdir = explode(
',', preg_replace(
'/[\r\n]+/',
',', trim($conf->global->FACTURE_ADDON_PDF_ODT_PATH)));
133 $listoffiles = array();
134 foreach ($listofdir as $key => $tmpdir) {
135 $tmpdir = trim($tmpdir);
136 $tmpdir = preg_replace(
'/DOL_DATA_ROOT/', DOL_DATA_ROOT, $tmpdir);
138 unset($listofdir[$key]);
141 if (!is_dir($tmpdir)) {
142 $texttitle .=
img_warning($langs->trans(
"ErrorDirNotFound", $tmpdir), 0);
144 $tmpfiles =
dol_dir_list($tmpdir,
'files', 0,
'\.(ods|odt)');
145 if (count($tmpfiles)) {
146 $listoffiles = array_merge($listoffiles, $tmpfiles);
150 $texthelp = $langs->trans(
"ListOfDirectoriesForModelGenODT");
152 $texthelp .=
'<br>'.$langs->trans(
"FollowingSubstitutionKeysCanBeUsed").
'<br>';
153 $texthelp .= $langs->transnoentitiesnoconv(
"FullListOnOnlineDocumentation");
155 $texte .=
$form->textwithpicto($texttitle, $texthelp, 1,
'help',
'', 1);
156 $texte .=
'<div><div style="display: inline-block; min-width: 100px; vertical-align: middle;">';
157 $texte .=
'<textarea class="flat" cols="60" name="value1">';
158 $texte .= $conf->global->FACTURE_ADDON_PDF_ODT_PATH;
159 $texte .=
'</textarea>';
160 $texte .=
'</div><div style="display: inline-block; vertical-align: middle;">';
161 $texte .=
'<input type="submit" class="button small reposition" name="modify"value="'.$langs->trans(
"Modify").
'">';
162 $texte .=
'<br></div></div>';
165 $nbofiles = count($listoffiles);
166 if (!empty($conf->global->FACTURE_ADDON_PDF_ODT_PATH)) {
167 $texte .= $langs->trans(
"NumberOfModelFilesFound").
': <b>';
169 $texte .= count($listoffiles);
174 $texte .=
'<div id="div_'.get_class($this).
'" class="hiddenx">';
176 foreach ($listoffiles as $file) {
177 $texte .=
'- '.$file[
'name'].
' <a href="'.DOL_URL_ROOT.
'/document.php?modulepart=doctemplates&file=invoices/'.urlencode(basename($file[
'name'])).
'">'.
img_picto(
'',
'listlight').
'</a>';
178 $texte .=
' <a class="reposition" href="'.$_SERVER[
"PHP_SELF"].
'?modulepart=doctemplates&keyforuploaddir=FACTURE_ADDON_PDF_ODT_PATH&action=deletefile&token='.
newToken().
'&file='.urlencode(basename($file[
'name'])).
'">'.
img_picto(
'',
'delete').
'</a>';
184 $texte .=
'<div>'.$langs->trans(
"UploadNewTemplate");
186 $maxmin = $maxfilesizearray[
'maxmin'];
188 $texte .=
'<input type="hidden" name="MAX_FILE_SIZE" value="'.($maxmin * 1024).
'">';
190 $texte .=
' <input type="file" name="uploadfile">';
191 $texte .=
'<input type="hidden" value="FACTURE_ADDON_PDF_ODT_PATH" name="keyforuploaddir">';
192 $texte .=
'<input type="submit" class="button small reposition" value="'.dol_escape_htmltag($langs->trans(
"Upload")).
'" name="upload">';
196 $texte .=
'<td rowspan="2" class="tdtop hideonsmartphone">';
197 $texte .=
'<span class="opacitymedium">';
198 $texte .= $langs->trans(
"ExampleOfDirectoriesForModelGen");
203 $texte .=
'</table>';
221 public function write_file($object, $outputlangs, $srctemplatepath, $hidedetails = 0, $hidedesc = 0, $hideref = 0)
224 global $user, $langs, $conf, $mysoc, $hookmanager;
226 if (empty($srctemplatepath)) {
227 dol_syslog(
"doc_generic_odt::write_file parameter srctemplatepath empty", LOG_WARNING);
232 if (!is_object($hookmanager)) {
233 include_once DOL_DOCUMENT_ROOT.
'/core/class/hookmanager.class.php';
236 $hookmanager->initHooks(array(
'odtgeneration'));
239 if (!is_object($outputlangs)) {
240 $outputlangs = $langs;
242 $sav_charset_output = $outputlangs->charset_output;
243 $outputlangs->charset_output =
'UTF-8';
246 $outputlangs->loadLangs(array(
"main",
"dict",
"companies",
"bills"));
248 if ($conf->facture->dir_output) {
250 if (!is_object($object)) {
253 $result = $object->fetch($id);
260 $object->fetch_thirdparty();
262 $dir = $conf->facture->dir_output;
264 if (!preg_match(
'/specimen/i', $objectref)) {
265 $dir .=
"/".$objectref;
267 $file = $dir.
"/".$objectref.
".odt";
269 if (!file_exists($dir)) {
271 $this->error = $langs->transnoentities(
"ErrorCanNotCreateDir", $dir);
276 if (file_exists($dir)) {
278 $newfile = basename($srctemplatepath);
279 $newfiletmp = preg_replace(
'/\.od[ts]/i',
'', $newfile);
280 $newfiletmp = preg_replace(
'/template_/i',
'', $newfiletmp);
281 $newfiletmp = preg_replace(
'/modele_/i',
'', $newfiletmp);
283 $newfiletmp = $objectref .
'_' . $newfiletmp;
286 $newfileformat = substr($newfile, strrpos($newfile,
'.') + 1);
287 if (!empty($conf->global->MAIN_DOC_USE_TIMING)) {
288 $format = $conf->global->MAIN_DOC_USE_TIMING;
289 if ($format ==
'1') {
290 $format =
'%Y%m%d%H%M%S';
294 $filename = $newfiletmp .
'.' . $newfileformat;
296 $file = $dir .
'/' . $filename;
304 if (!is_writable($conf->facture->dir_temp)) {
305 $this->error = $langs->transnoentities(
"ErrorFailedToWriteInTempDirectory", $conf->facture->dir_temp);
306 dol_syslog(
'Error in write_file: ' . $this->error, LOG_ERR);
312 $arrayidcontact = $object->getIdContact(
'external',
'BILLING');
313 if (count($arrayidcontact) > 0) {
315 $result = $object->fetch_contact($arrayidcontact[0]);
319 $contactobject =
null;
320 if (!empty($usecontact)) {
322 if ($object->contact->socid != $object->thirdparty->id && (!isset($conf->global->MAIN_USE_COMPANY_NAME_OF_CONTACT) || !empty($conf->global->MAIN_USE_COMPANY_NAME_OF_CONTACT))) {
323 $object->contact->fetch_thirdparty();
324 $socobject = $object->contact->thirdparty;
325 $contactobject = $object->contact;
327 $socobject = $object->thirdparty;
329 $contactobject = $object->contact;
332 $socobject = $object->thirdparty;
336 $object->fetchObjectLinked(
'',
'',
'',
'');
339 if (isset($object->linkedObjects[
'propal'][0])) {
340 $propal_object = $object->linkedObjects[
'propal'][0];
342 $propal_object =
null;
346 $substitutionarray = array(
347 '__FROM_NAME__' => $this->emetteur->name,
348 '__FROM_EMAIL__' => $this->emetteur->email,
349 '__TOTAL_TTC__' => $object->total_ttc,
350 '__TOTAL_HT__' => $object->total_ht,
351 '__TOTAL_VAT__' => $object->total_tva
355 $parameters = array(
'file'=>$file,
'object'=>$object,
'outputlangs'=>$outputlangs,
'substitutionarray'=>&$substitutionarray);
356 $reshook = $hookmanager->executeHooks(
'ODTSubstitution', $parameters, $this, $action);
360 $paramfreetext =
'INVOICE_FREE_TEXT';
361 if (!empty($conf->global->$paramfreetext)) {
366 require_once ODTPHP_PATH.
'odf.php';
368 $odfHandler =
new odf(
371 'PATH_TO_TMP' => $conf->facture->dir_temp,
372 'ZIP_PROXY' =>
'PclZipProxy',
373 'DELIMITER_LEFT' =>
'{',
374 'DELIMITER_RIGHT' =>
'}'
378 $this->error = $e->getMessage();
391 $odfHandler->setVars(
'free_text', $newfreetext,
true,
'UTF-8');
392 }
catch (OdfException $e) {
406 $array_thirdparty_contact = array();
407 if ($usecontact && is_object($contactobject)) {
411 $tmparray = array_merge($substitutionarray, $array_object_from_properties, $array_user, $array_soc, $array_thirdparty, $array_objet, $array_propal, $array_other, $array_thirdparty_contact);
422 $tmparray[
'object_MONTH_TEXT'] =
dol_print_date($this->date,
'%B');
429 $parameters = array(
'odfHandler'=>&$odfHandler,
'file'=>$file,
'object'=>$object,
'outputlangs'=>$outputlangs,
'substitutionarray'=>&$tmparray);
430 $reshook = $hookmanager->executeHooks(
'ODTSubstitution', $parameters, $this, $action);
433 foreach ($tmparray as $key => $value) {
435 if (preg_match(
'/logo$/', $key)) {
437 if (file_exists($value)) {
438 $odfHandler->setImage($key, $value);
440 $odfHandler->setVars($key,
'ErrorFileNotFound',
true,
'UTF-8');
444 $odfHandler->setVars($key, $value,
true,
'UTF-8');
446 }
catch (OdfException $e) {
452 $foundtagforlines = 1;
454 $listlines = $odfHandler->setSegment(
'lines');
455 }
catch (OdfException $e) {
457 $foundtagforlines = 0;
460 if ($foundtagforlines) {
462 foreach ($object->lines as $line) {
467 $parameters = array(
'odfHandler'=>&$odfHandler,
'file'=>$file,
'object'=>$object,
'outputlangs'=>$outputlangs,
'substitutionarray'=>&$tmparray,
'line'=>$line);
468 $reshook = $hookmanager->executeHooks(
'ODTSubstitutionLine', $parameters, $this, $action);
469 foreach ($tmparray as $key => $val) {
471 $listlines->setVars($key, $val,
true,
'UTF-8');
472 }
catch (OdfException $e) {
474 }
catch (SegmentException $e) {
480 $odfHandler->mergeSegment($listlines);
482 }
catch (OdfException $e) {
483 $this->error = $e->getMessage();
489 $tmparray = $outputlangs->get_translations_for_substitutions();
490 foreach ($tmparray as $key => $value) {
492 $odfHandler->setVars($key, $value,
true,
'UTF-8');
493 }
catch (OdfException $e) {
499 $parameters = array(
'odfHandler'=>&$odfHandler,
'file'=>$file,
'object'=>$object,
'outputlangs'=>$outputlangs,
'substitutionarray'=>&$tmparray);
500 $reshook = $hookmanager->executeHooks(
'beforeODTSave', $parameters, $this, $action);
503 if (!empty($conf->global->MAIN_ODT_AS_PDF)) {
505 $odfHandler->exportAsAttachedPDF($file);
507 $this->error = $e->getMessage();
513 $odfHandler->saveToDisk($file);
515 $this->error = $e->getMessage();
520 $parameters = array(
'odfHandler'=>&$odfHandler,
'file'=>$file,
'object'=>$object,
'outputlangs'=>$outputlangs,
'substitutionarray'=>&$tmparray);
521 $reshook = $hookmanager->executeHooks(
'afterODTCreation', $parameters, $this, $action);
527 $this->result = array(
'fullpath'=>$file);
531 $this->error = $langs->transnoentities(
"ErrorCanNotCreateDir", $dir);