28 require_once DOL_DOCUMENT_ROOT.
'/core/modules/supplier_proposal/modules_supplier_proposal.php';
29 require_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
30 require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
31 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
32 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
33 require_once DOL_DOCUMENT_ROOT.
'/core/lib/doc.lib.php';
51 public $version =
'dolibarr';
61 global $conf, $langs, $mysoc;
64 $langs->loadLangs(array(
"main",
"companies"));
67 $this->
name =
"ODT templates";
68 $this->
description = $langs->trans(
"DocumentModelOdt");
69 $this->scandir =
'SUPPLIER_PROPOSAL_ADDON_PDF_ODT_PATH';
73 $this->page_largeur = 0;
74 $this->page_hauteur = 0;
75 $this->format = array($this->page_largeur, $this->page_hauteur);
76 $this->marge_gauche = 0;
77 $this->marge_droite = 0;
78 $this->marge_haute = 0;
79 $this->marge_basse = 0;
81 $this->option_logo = 1;
82 $this->option_tva = 0;
83 $this->option_modereg = 0;
84 $this->option_condreg = 0;
85 $this->option_multilang = 1;
86 $this->option_escompte = 0;
87 $this->option_credit_note = 0;
88 $this->option_freetext = 1;
89 $this->option_draft_watermark = 0;
92 $this->emetteur = $mysoc;
93 if (!$this->emetteur->country_code) {
94 $this->emetteur->country_code = substr($langs->defaultlang, -2);
107 global $conf, $langs;
110 $langs->loadLangs(array(
'companies',
'errors'));
114 $odtChosen =
getDolGlobalInt(
'MAIN_SUPPLIER_PROPOSAL_CHOOSE_ODT_DOCUMENT') > 0;
118 $texte .=
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST">';
119 $texte .=
'<input type="hidden" name="token" value="'.newToken().
'">';
120 $texte .=
'<input type="hidden" name="page_y" value="">';
121 $texte .=
'<input type="hidden" name="action" value="setModuleOptions">';
122 $texte .=
'<input type="hidden" name="param1" value="SUPPLIER_PROPOSAL_ADDON_PDF_ODT_PATH">';
124 $texte .=
'<input type="hidden" name="param2" value="SUPPLIER_PROPOSAL_ADDON_PDF_ODT_DEFAULT">';
125 $texte .=
'<input type="hidden" name="param3" value="SUPPLIER_PROPOSAL_ADDON_PDF_ODT_TOBILL">';
126 $texte .=
'<input type="hidden" name="param4" value="SUPPLIER_PROPOSAL_ADDON_PDF_ODT_CLOSED">';
128 $texte .=
'<table class="nobordernopadding" width="100%">';
131 $texte .=
'<tr><td>';
132 $texttitle = $langs->trans(
"ListOfDirectories");
133 $listofdir = explode(
',', preg_replace(
'/[\r\n]+/',
',', $odtPath));
134 $listoffiles = array();
135 foreach ($listofdir as $key => $tmpdir) {
136 $tmpdir = trim($tmpdir);
137 $tmpdir = preg_replace(
'/DOL_DATA_ROOT/', DOL_DATA_ROOT, $tmpdir);
139 unset($listofdir[$key]);
142 if (!is_dir($tmpdir)) {
143 $texttitle .=
img_warning($langs->trans(
"ErrorDirNotFound", $tmpdir), 0);
145 $tmpfiles =
dol_dir_list($tmpdir,
'files', 0,
'\.(ods|odt)');
146 if (count($tmpfiles)) {
147 $listoffiles = array_merge($listoffiles, $tmpfiles);
151 $texthelp = $langs->trans(
"ListOfDirectoriesForModelGenODT");
153 $texthelp .=
'<br>'.$langs->trans(
"FollowingSubstitutionKeysCanBeUsed").
'<br>';
154 $texthelp .= $langs->transnoentitiesnoconv(
"FullListOnOnlineDocumentation");
156 $texte .=
$form->textwithpicto($texttitle, $texthelp, 1,
'help',
'', 1);
157 $texte .=
'<div><div style="display: inline-block; min-width: 100px; vertical-align: middle;">';
158 $texte .=
'<textarea class="flat" cols="60" name="value1">';
160 $texte .=
'</textarea>';
161 $texte .=
'</div><div style="display: inline-block; vertical-align: middle;">';
162 $texte .=
'<input type="submit" class="button small reposition" name="modify" value="'.$langs->trans(
"Modify").
'">';
163 $texte .=
'<br></div></div>';
166 $nbofiles = count($listoffiles);
167 if (!empty($odtPath)) {
168 $texte .= $langs->trans(
"NumberOfModelFilesFound").
': <b>';
170 $texte .= count($listoffiles);
176 $texte .=
'<div id="div_'.get_class($this).
'" class="hiddenx">';
178 foreach ($listoffiles as $file) {
179 $texte .=
'- '.$file[
'name'].
' <a href="'.DOL_URL_ROOT.
'/document.php?modulepart=doctemplates&file=supplier_proposal/'.urlencode(basename($file[
'name'])).
'">'.
img_picto(
'',
'listlight').
'</a>';
180 $texte .=
' <a class="reposition" href="'.$_SERVER[
"PHP_SELF"].
'?modulepart=doctemplates&keyforuploaddir=SUPPLIER_PROPOSAL_ADDON_PDF_ODT_PATH&action=deletefile&token='.
newToken().
'&file='.urlencode(basename($file[
'name'])).
'">'.
img_picto(
'',
'delete').
'</a>';
188 $texte .=
'<table width="50%;">';
190 $texte .=
'<td width="60%;">'.$langs->trans(
"DefaultModelSupplierProposalCreate").
'</td>';
191 $texte .=
'<td colspan="">';
193 $texte .=
"</td></tr>";
196 $texte .=
'<td width="60%;">'.$langs->trans(
"DefaultModelSupplierProposalToBill").
'</td>';
197 $texte .=
'<td colspan="">';
199 $texte .=
"</td></tr>";
202 $texte .=
'<td width="60%;">'.$langs->trans(
"DefaultModelSupplierProposalClosed").
'</td>';
203 $texte .=
'<td colspan="">';
205 $texte .=
"</td></tr>";
206 $texte .=
'</table>';
212 $texte .=
'<td rowspan="2" class="tdtop hideonsmartphone">';
213 $texte .=
'<span class="opacitymedium">';
214 $texte .= $langs->trans(
"ExampleOfDirectoriesForModelGen");
219 $texte .=
'</table>';
237 public function write_file($object, $outputlangs, $srctemplatepath, $hidedetails = 0, $hidedesc = 0, $hideref = 0)
240 global $user, $langs, $conf, $mysoc, $hookmanager;
242 if (empty($srctemplatepath)) {
243 dol_syslog(
"doc_generic_odt::write_file parameter srctemplatepath empty", LOG_WARNING);
248 if (!is_object($hookmanager)) {
249 include_once DOL_DOCUMENT_ROOT.
'/core/class/hookmanager.class.php';
252 $hookmanager->initHooks(array(
'odtgeneration'));
255 if (!is_object($outputlangs)) {
256 $outputlangs = $langs;
258 $sav_charset_output = $outputlangs->charset_output;
259 $outputlangs->charset_output =
'UTF-8';
262 $outputlangs->loadLangs(array(
"main",
"companies",
"bills",
"dict"));
264 if ($conf->supplier_proposal->dir_output) {
266 if (!is_object($object)) {
269 $result = $object->fetch($id);
276 $object->fetch_thirdparty();
278 $dir = $conf->supplier_proposal->dir_output;
280 if (!preg_match(
'/specimen/i', $objectref)) {
281 $dir .=
"/".$objectref;
283 $file = $dir.
"/".$objectref.
".odt";
285 if (!file_exists($dir)) {
287 $this->error = $langs->transnoentities(
"ErrorCanNotCreateDir", $dir);
292 if (file_exists($dir)) {
294 $newfile = basename($srctemplatepath);
295 $newfiletmp = preg_replace(
'/\.od[ts]/i',
'', $newfile);
296 $newfiletmp = preg_replace(
'/template_/i',
'', $newfiletmp);
297 $newfiletmp = preg_replace(
'/modele_/i',
'', $newfiletmp);
299 $newfiletmp = $objectref .
'_' . $newfiletmp;
302 $newfileformat = substr($newfile, strrpos($newfile,
'.') + 1);
305 if ($format ==
'1') {
306 $format =
'%Y%m%d%H%M%S';
310 $filename = $newfiletmp .
'.' . $newfileformat;
312 $file = $dir .
'/' . $filename;
318 dol_mkdir($conf->supplier_proposal->dir_temp);
319 if (!is_writable($conf->supplier_proposal->dir_temp)) {
320 $this->error = $langs->transnoentities(
"ErrorFailedToWriteInTempDirectory", $conf->supplier_proposal->dir_temp);
321 dol_syslog(
'Error in write_file: ' . $this->error, LOG_ERR);
327 $arrayidcontact = $object->getIdContact(
'external',
'BILLING');
328 if (count($arrayidcontact) > 0) {
330 $result = $object->fetch_contact($arrayidcontact[0]);
334 $contactobject =
null;
335 if (!empty($usecontact)) {
337 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))) {
338 $object->contact->fetch_thirdparty();
339 $socobject = $object->contact->thirdparty;
340 $contactobject = $object->contact;
342 $socobject = $object->thirdparty;
344 $contactobject = $object->contact;
347 $socobject = $object->thirdparty;
351 $substitutionarray = array(
352 '__FROM_NAME__' => $this->emetteur->name,
353 '__FROM_EMAIL__' => $this->emetteur->email,
354 '__TOTAL_TTC__' => $object->total_ttc,
355 '__TOTAL_HT__' => $object->total_ht,
356 '__TOTAL_VAT__' => $object->total_tva
360 $parameters = array(
'file'=>$file,
'object'=>$object,
'outputlangs'=>$outputlangs,
'substitutionarray'=>&$substitutionarray);
361 $reshook = $hookmanager->executeHooks(
'ODTSubstitution', $parameters, $this, $action);
365 $paramfreetext =
'SUPPLIER_PROPOSAL_FREE_TEXT';
366 if (!empty($conf->global->$paramfreetext)) {
371 require_once ODTPHP_PATH.
'odf.php';
373 $odfHandler =
new Odf(
376 'PATH_TO_TMP' => $conf->supplier_proposal->dir_temp,
377 'ZIP_PROXY' =>
'PclZipProxy',
378 'DELIMITER_LEFT' =>
'{',
379 'DELIMITER_RIGHT' =>
'}'
383 $this->error = $e->getMessage();
396 $odfHandler->setVars(
'free_text', $newfreetext,
true,
'UTF-8');
397 }
catch (OdfException $e) {
409 $array_thirdparty_contact = array();
410 if ($usecontact && is_object($contactobject)) {
414 $tmparray = array_merge($substitutionarray, $array_user, $array_soc, $array_thirdparty, $array_objet, $array_other, $array_thirdparty_contact);
418 $parameters = array(
'odfHandler'=>&$odfHandler,
'file'=>$file,
'object'=>$object,
'outputlangs'=>$outputlangs,
'substitutionarray'=>&$tmparray);
419 $reshook = $hookmanager->executeHooks(
'ODTSubstitution', $parameters, $this, $action);
421 foreach ($tmparray as $key => $value) {
423 if (preg_match(
'/logo$/', $key)) {
424 if (file_exists($value)) {
425 $odfHandler->setImage($key, $value);
427 $odfHandler->setVars($key,
'ErrorFileNotFound',
true,
'UTF-8');
431 $odfHandler->setVars($key, $value,
true,
'UTF-8');
433 }
catch (OdfException $e) {
439 $foundtagforlines = 1;
441 $listlines = $odfHandler->setSegment(
'lines');
442 }
catch (OdfException $e) {
444 $foundtagforlines = 0;
447 if ($foundtagforlines) {
449 foreach ($object->lines as $line) {
454 $parameters = array(
'odfHandler'=>&$odfHandler,
'file'=>$file,
'object'=>$object,
'outputlangs'=>$outputlangs,
'substitutionarray'=>&$tmparray,
'line'=>$line);
455 $reshook = $hookmanager->executeHooks(
'ODTSubstitutionLine', $parameters, $this, $action);
456 foreach ($tmparray as $key => $val) {
458 $listlines->setVars($key, $val,
true,
'UTF-8');
459 }
catch (OdfException $e) {
461 }
catch (SegmentException $e) {
467 $odfHandler->mergeSegment($listlines);
469 }
catch (OdfException $e) {
470 $this->error = $e->getMessage();
476 $tmparray = $outputlangs->get_translations_for_substitutions();
477 foreach ($tmparray as $key => $value) {
479 $odfHandler->setVars($key, $value,
true,
'UTF-8');
480 }
catch (OdfException $e) {
486 $parameters = array(
'odfHandler'=>&$odfHandler,
'file'=>$file,
'object'=>$object,
'outputlangs'=>$outputlangs,
'substitutionarray'=>&$tmparray);
487 $reshook = $hookmanager->executeHooks(
'beforeODTSave', $parameters, $this, $action);
490 if (!empty($conf->global->MAIN_ODT_AS_PDF)) {
492 $odfHandler->exportAsAttachedPDF($file);
494 $this->error = $e->getMessage();
500 $odfHandler->saveToDisk($file);
502 $this->error = $e->getMessage();
507 $parameters = array(
'odfHandler'=>&$odfHandler,
'file'=>$file,
'object'=>$object,
'outputlangs'=>$outputlangs,
'substitutionarray'=>&$tmparray);
508 $reshook = $hookmanager->executeHooks(
'afterODTCreation', $parameters, $this, $action);
514 $this->result = array(
'fullpath'=>$file);
518 $this->error = $langs->transnoentities(
"ErrorCanNotCreateDir", $dir);