dolibarr 21.0.0-beta
contrat.class.php
Go to the documentation of this file.
1<?php
2/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3 * Copyright (C) 2004-2012 Destailleur Laurent <eldy@users.sourceforge.net>
4 * Copyright (C) 2005-2014 Regis Houssin <regis.houssin@inodbox.com>
5 * Copyright (C) 2006 Andre Cianfarani <acianfa@free.fr>
6 * Copyright (C) 2008 Raphael Bertrand <raphael.bertrand@resultic.fr>
7 * Copyright (C) 2010-2016 Juanjo Menent <jmenent@2byte.es>
8 * Copyright (C) 2013 Christophe Battarel <christophe.battarel@altairis.fr>
9 * Copyright (C) 2013 Florian Henry <florian.henry@open-concept.pro>
10 * Copyright (C) 2014-2015 Marcos García <marcosgdf@gmail.com>
11 * Copyright (C) 2018 Nicolas ZABOURI <info@inovea-conseil.com>
12 * Copyright (C) 2018-2024 Frédéric France <frederic.france@free.fr>
13 * Copyright (C) 2015-2018 Ferran Marcet <fmarcet@2byte.es>
14 * Copyright (C) 2024 William Mead <william.mead@manchenumerique.fr>
15 * Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
16 *
17 * This program is free software; you can redistribute it and/or modify
18 * it under the terms of the GNU General Public License as published by
19 * the Free Software Foundation; either version 3 of the License, or
20 * (at your option) any later version.
21 *
22 * This program is distributed in the hope that it will be useful,
23 * but WITHOUT ANY WARRANTY; without even the implied warranty of
24 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * GNU General Public License for more details.
26 *
27 * You should have received a copy of the GNU General Public License
28 * along with this program. If not, see <https://www.gnu.org/licenses/>.
29 */
30
37require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
38require_once DOL_DOCUMENT_ROOT.'/contrat/class/contratligne.class.php';
39require_once DOL_DOCUMENT_ROOT.'/core/lib/price.lib.php';
40require_once DOL_DOCUMENT_ROOT.'/margin/lib/margins.lib.php';
41require_once DOL_DOCUMENT_ROOT.'/core/class/commonsignedobject.class.php';
42
49class Contrat extends CommonObject
50{
51 use CommonSignedObject;
52
56 public $element = 'contrat';
57
61 public $table_element = 'contrat';
62
66 public $table_element_line = 'contratdet';
67
71 public $fk_element = 'fk_contrat';
72
76 public $picto = 'contract';
77
82 public $restrictiononfksoc = 1;
83
87 protected $table_ref_field = 'ref';
88
93 public $ref_customer;
94
98 public $from;
99
104 public $ref_supplier;
105
110 public $entity;
111
116 public $socid;
117
123 public $fk_soc;
124
128 public $societe;
129
135 public $statut = 0;
140 public $status = 0;
141
145 public $product;
146
150 public $fk_user_author;
151
157 public $user_author_id;
158
159
164 public $user_creation;
165
169 public $user_cloture;
170
174 public $date_contrat;
175
179 public $commercial_signature_id;
183 public $fk_commercial_signature;
187 public $commercial_suivi_id;
191 public $fk_commercial_suivi;
192
198 public $fk_projet;
199
203 public $extraparams = array();
204
208 public $lines = array();
209
213 public $nbofservices;
217 public $nbofserviceswait;
221 public $nbofservicesopened;
225 public $nbofservicesexpired;
229 public $nbofservicesclosed;
230 //public $lower_planned_end_date;
231 //public $higher_planner_end_date;
232
237 protected $lines_id_index_mapper = array();
238
239
264 // BEGIN MODULEBUILDER PROPERTIES
268 public $fields = array(
269 'rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10),
270 'ref' => array('type' => 'varchar(50)', 'label' => 'Ref', 'enabled' => 1, 'visible' => -1, 'showoncombobox' => 1, 'position' => 15, 'searchall' => 1),
271 'ref_ext' => array('type' => 'varchar(255)', 'label' => 'Ref ext', 'enabled' => 1, 'visible' => 0, 'position' => 20),
272 'ref_customer' => array('type' => 'varchar(50)', 'label' => 'RefCustomer', 'enabled' => 1, 'visible' => -1, 'position' => 25, 'searchall' => 1),
273 'ref_supplier' => array('type' => 'varchar(50)', 'label' => 'RefSupplier', 'enabled' => 1, 'visible' => -1, 'position' => 26, 'searchall' => 1),
274 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 30, 'index' => 1),
275 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 35),
276 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 40),
277 'date_contrat' => array('type' => 'datetime', 'label' => 'Date contrat', 'enabled' => 1, 'visible' => -1, 'position' => 45),
278 'signed_status' => array('type' => 'smallint(6)', 'label' => 'SignedStatus', 'enabled' => 1, 'visible' => -1, 'position' => 50, 'arrayofkeyval' => array(0 => 'NoSignature', 1 => 'SignedSender', 2 => 'SignedReceiver', 3 => 'SignedReceiverOnline', 9 => 'SignedAll')),
279 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 'isModEnabled("societe")', 'visible' => -1, 'notnull' => 1, 'position' => 70),
280 'fk_projet' => array('type' => 'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)', 'label' => 'Project', 'enabled' => "isModEnabled('project')", 'visible' => -1, 'position' => 75),
281 'fk_commercial_signature' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'SaleRepresentative Signature', 'enabled' => 1, 'visible' => -1, 'position' => 80),
282 'fk_commercial_suivi' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'SaleRepresentative follower', 'enabled' => 1, 'visible' => -1, 'position' => 85),
283 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 90),
284 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 105, 'searchall' => 1),
285 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 110, 'searchall' => 1),
286 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'visible' => 0, 'position' => 115),
287 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 120),
288 'extraparams' => array('type' => 'varchar(255)', 'label' => 'Extraparams', 'enabled' => 1, 'visible' => -1, 'position' => 125),
289 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 135),
290 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'Last main doc', 'enabled' => 1, 'visible' => -1, 'position' => 140),
291 'statut' => array('type' => 'smallint(6)', 'label' => 'Statut', 'enabled' => 1, 'visible' => -1, 'position' => 500, 'notnull' => 1, 'arrayofkeyval' => array(0 => 'Draft', 1 => 'Validated', 2 => 'Closed'))
292 );
293 // END MODULEBUILDER PROPERTIES
294
295 const STATUS_DRAFT = 0;
296 const STATUS_VALIDATED = 1;
297 const STATUS_CLOSED = 2;
298
304 public function __construct($db)
305 {
306 $this->db = $db;
307
308 $this->ismultientitymanaged = 1;
309 $this->isextrafieldmanaged = 1;
310 }
311
318 public function getNextNumRef($soc)
319 {
320 global $db, $langs, $conf;
321 $langs->load("contracts");
322
323 if (getDolGlobalString('CONTRACT_ADDON')) {
324 $mybool = false;
325
326 $file = getDolGlobalString('CONTRACT_ADDON') . ".php";
327 $classname = getDolGlobalString('CONTRACT_ADDON');
328
329 // Include file with class
330 $dirmodels = array_merge(array('/'), (array) $conf->modules_parts['models']);
331
332 foreach ($dirmodels as $reldir) {
333 $dir = dol_buildpath($reldir."core/modules/contract/");
334
335 // Load file with numbering class (if found)
336 $mybool = ((bool) @include_once $dir.$file) || $mybool;
337 }
338
339 if (!$mybool) {
340 dol_print_error(null, "Failed to include file ".$file);
341 return '';
342 }
343
344 $obj = new $classname();
345 '@phan-var-force ModelNumRefContracts $obj';
346 $numref = $obj->getNextValue($soc, $this);
347
348 if ($numref != "") {
349 return $numref;
350 } else {
351 $this->error = $obj->error;
352 dol_print_error($db, get_class($this)."::getNextValue ".$obj->error);
353 return "";
354 }
355 } else {
356 $langs->load("errors");
357 print $langs->trans("Error")." ".$langs->trans("ErrorModuleSetupNotComplete", $langs->transnoentitiesnoconv("Contract"));
358 return "";
359 }
360 }
361
362 // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
373 public function active_line($user, $line_id, $date_start, $date_end = '', $comment = '')
374 {
375 // phpcs:enable
376 $result = $this->lines[$this->lines_id_index_mapper[$line_id]]->active_line($user, $date_start, $date_end, $comment);
377 if ($result < 0) {
378 $this->error = $this->lines[$this->lines_id_index_mapper[$line_id]]->error;
379 $this->errors = $this->lines[$this->lines_id_index_mapper[$line_id]]->errors;
380 }
381 return $result;
382 }
383
384
385 // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
395 public function close_line($user, $line_id, $date_end, $comment = '')
396 {
397 // phpcs:enable
398 $result = $this->lines[$this->lines_id_index_mapper[$line_id]]->close_line($user, $date_end, $comment);
399 if ($result < 0) {
400 $this->error = $this->lines[$this->lines_id_index_mapper[$line_id]]->error;
401 $this->errors = $this->lines[$this->lines_id_index_mapper[$line_id]]->errors;
402 }
403 return $result;
404 }
405
406
418 public function activateAll($user, $date_start = '', $notrigger = 0, $comment = '', $date_end = '')
419 {
420 if (empty($date_start)) {
421 $date_start = dol_now();
422 }
423
424 $this->db->begin();
425
426 $error = 0;
427
428 // Load lines
429 $this->fetch_lines();
430
431 foreach ($this->lines as $contratline) {
432 // Open lines not already open
433 if ($contratline->statut != ContratLigne::STATUS_OPEN) {
434 $contratline->context = $this->context;
435
436 $result = $contratline->active_line($user, $date_start, !empty($date_end) ? $date_end : -1, $comment); // This call trigger LINECONTRACT_ACTIVATE
437 if ($result < 0) {
438 $error++;
439 $this->error = $contratline->error;
440 $this->errors = $contratline->errors;
441 break;
442 }
443 }
444 }
445
446 if (!$error && $this->statut == 0) {
447 $result = $this->validate($user, '', $notrigger);
448 if ($result < 0) {
449 $error++;
450 }
451 }
452
453 if (!$error) {
454 $this->db->commit();
455 return 1;
456 } else {
457 $this->db->rollback();
458 return -1;
459 }
460 }
461
471 public function closeAll(User $user, $notrigger = 0, $comment = '')
472 {
473 $this->db->begin();
474
475 // Load lines
476 $this->fetch_lines();
477
478 $now = dol_now();
479
480 $error = 0;
481
482 foreach ($this->lines as $contratline) {
483 // Close lines not already closed
484 if ($contratline->statut != ContratLigne::STATUS_CLOSED) {
485 $contratline->date_end_real = $now;
486 $contratline->date_cloture = $now; // For backward compatibility
487 $contratline->user_closing_id = $user->id;
488 $contratline->statut = ContratLigne::STATUS_CLOSED;
489 $result = $contratline->close_line($user, $now, $comment, $notrigger);
490 if ($result < 0) {
491 $error++;
492 $this->error = $contratline->error;
493 $this->errors = $contratline->errors;
494 break;
495 }
496 }
497 }
498
499 if (!$error && $this->statut == 0) {
500 $result = $this->validate($user, '', $notrigger);
501 if ($result < 0) {
502 $error++;
503 }
504 }
505
506 if (!$error) {
507 $this->db->commit();
508 return 1;
509 } else {
510 $this->db->rollback();
511 return -1;
512 }
513 }
514
523 public function validate(User $user, $force_number = '', $notrigger = 0)
524 {
525 require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
526 global $conf;
527
528 $now = dol_now();
529
530 $error = 0;
531 dol_syslog(get_class($this).'::validate user='.$user->id.', force_number='.$force_number);
532
533
534 $this->db->begin();
535
536 $this->fetch_thirdparty();
537
538 // A contract is validated so we can move thirdparty to status customer
539 if (!getDolGlobalString('CONTRACT_DISABLE_AUTOSET_AS_CLIENT_ON_CONTRACT_VALIDATION') && $this->thirdparty->fournisseur == 0) {
540 $result = $this->thirdparty->setAsCustomer();
541 }
542
543 // Define new ref
544 if ($force_number) {
545 $num = $force_number;
546 } elseif (!$error && (preg_match('/^[\‍(]?PROV/i', $this->ref) || empty($this->ref))) { // empty should not happened, but when it occurs, the test save life
547 $num = $this->getNextNumRef($this->thirdparty);
548 } else {
549 $num = $this->ref;
550 }
551 $this->newref = dol_sanitizeFileName($num);
552
553 if ($num) {
554 $sql = "UPDATE ".MAIN_DB_PREFIX."contrat SET ref = '".$this->db->escape($num)."', statut = 1";
555 $sql .= " WHERE rowid = ".((int) $this->id)." AND statut = 0";
556
557 dol_syslog(get_class($this)."::validate", LOG_DEBUG);
558 $resql = $this->db->query($sql);
559 if (!$resql) {
560 dol_print_error($this->db);
561 $error++;
562 $this->error = $this->db->lasterror();
563 }
564
565 // Trigger calls
566 if (!$error && !$notrigger) {
567 // Call trigger
568 $result = $this->call_trigger('CONTRACT_VALIDATE', $user);
569 if ($result < 0) {
570 $error++;
571 }
572 // End call triggers
573 }
574
575 if (!$error) {
576 $this->oldref = $this->ref;
577
578 // Rename directory if dir was a temporary ref
579 if (preg_match('/^[\‍(]?PROV/i', $this->ref)) {
580 // Now we rename also files into index
581 $sql = 'UPDATE '.MAIN_DB_PREFIX."ecm_files set filename = CONCAT('".$this->db->escape($this->newref)."', SUBSTR(filename, ".(strlen($this->ref) + 1).")), filepath = 'contract/".$this->db->escape($this->newref)."'";
582 $sql .= " WHERE filename LIKE '".$this->db->escape($this->ref)."%' AND filepath = 'contract/".$this->db->escape($this->ref)."' and entity = ".$conf->entity;
583 $resql = $this->db->query($sql);
584 if (!$resql) {
585 $error++;
586 $this->error = $this->db->lasterror();
587 }
588 $sql = 'UPDATE '.MAIN_DB_PREFIX."ecm_files set filepath = 'contract/".$this->db->escape($this->newref)."'";
589 $sql .= " WHERE filepath = 'contract/".$this->db->escape($this->ref)."' and entity = ".$conf->entity;
590 $resql = $this->db->query($sql);
591 if (!$resql) {
592 $error++;
593 $this->error = $this->db->lasterror();
594 }
595
596 // We rename directory ($this->ref = old ref, $num = new ref) in order not to lose the attachments
597 $oldref = dol_sanitizeFileName($this->ref);
598 $newref = dol_sanitizeFileName($num);
599 $dirsource = $conf->contract->dir_output.'/'.$oldref;
600 $dirdest = $conf->contract->dir_output.'/'.$newref;
601 if (!$error && file_exists($dirsource)) {
602 dol_syslog(get_class($this)."::validate rename dir ".$dirsource." into ".$dirdest);
603
604 if (@rename($dirsource, $dirdest)) {
605 dol_syslog("Rename ok");
606 // Rename docs starting with $oldref with $newref
607 $listoffiles = dol_dir_list($conf->contract->dir_output.'/'.$newref, 'files', 1, '^'.preg_quote($oldref, '/'));
608 foreach ($listoffiles as $fileentry) {
609 $dirsource = $fileentry['name'];
610 $dirdest = preg_replace('/^'.preg_quote($oldref, '/').'/', $newref, $dirsource);
611 $dirsource = $fileentry['path'].'/'.$dirsource;
612 $dirdest = $fileentry['path'].'/'.$dirdest;
613 @rename($dirsource, $dirdest);
614 }
615 }
616 }
617 }
618 }
619
620 // Set new ref and define current status
621 if (!$error) {
622 $this->ref = $num;
623 $this->status = self::STATUS_VALIDATED;
624 $this->statut = self::STATUS_VALIDATED; // deprecated
625 $this->date_validation = $now;
626 }
627 } else {
628 $error++;
629 }
630
631 if (!$error) {
632 $this->db->commit();
633 return 1;
634 } else {
635 $this->db->rollback();
636 return -1;
637 }
638 }
639
647 public function reopen($user, $notrigger = 0)
648 {
649 require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
650
651 $now = dol_now();
652
653 $error = 0;
654 dol_syslog(get_class($this).'::reopen user='.$user->id);
655
656 $this->db->begin();
657
658 $this->fetch_thirdparty();
659
660 $sql = "UPDATE ".MAIN_DB_PREFIX."contrat SET statut = 0";
661 //$sql.= ", fk_user_valid = null, date_valid = null";
662 $sql .= " WHERE rowid = ".((int) $this->id)." AND statut = 1";
663
664 dol_syslog(get_class($this)."::validate", LOG_DEBUG);
665 $resql = $this->db->query($sql);
666 if (!$resql) {
667 dol_print_error($this->db);
668 $error++;
669 $this->error = $this->db->lasterror();
670 }
671
672 // Trigger calls
673 if (!$error && !$notrigger) {
674 // Call trigger
675 $result = $this->call_trigger('CONTRACT_REOPEN', $user);
676 if ($result < 0) {
677 $error++;
678 }
679 // End call triggers
680 }
681
682 // Set new ref and define current status
683 if (!$error) {
684 $this->statut = self::STATUS_DRAFT;
685 $this->status = self::STATUS_DRAFT;
686 $this->date_validation = $now;
687 }
688
689 if (!$error) {
690 $this->db->commit();
691 return 1;
692 } else {
693 $this->db->rollback();
694 return -1;
695 }
696 }
697
709 public function fetch($id, $ref = '', $ref_customer = '', $ref_supplier = '', $noextrafields = 0, $nolines = 0)
710 {
711 $result = -10;
712
713 $sql = "SELECT rowid, statut as status, ref, fk_soc as thirdpartyid,";
714 $sql .= " ref_supplier, ref_customer,";
715 $sql .= " ref_ext,";
716 $sql .= " entity,";
717 $sql .= " signed_status,";
718 $sql .= " date_contrat as datecontrat,";
719 $sql .= " fk_user_author,";
720 $sql .= " fk_projet as fk_project,";
721 $sql .= " fk_commercial_signature, fk_commercial_suivi,";
722 $sql .= " note_private, note_public, model_pdf, last_main_doc, extraparams";
723 $sql .= " FROM ".MAIN_DB_PREFIX."contrat";
724 if (!$id) {
725 $sql .= " WHERE entity IN (".getEntity('contract').")";
726 } else {
727 $sql .= " WHERE rowid = ".(int) $id;
728 }
729 if ($ref_customer) {
730 $sql .= " AND ref_customer = '".$this->db->escape($ref_customer)."'";
731 }
732 if ($ref_supplier) {
733 $sql .= " AND ref_supplier = '".$this->db->escape($ref_supplier)."'";
734 }
735 if ($ref) {
736 $sql .= " AND ref = '".$this->db->escape($ref)."'";
737 }
738
739 dol_syslog(get_class($this)."::fetch", LOG_DEBUG);
740 $resql = $this->db->query($sql);
741 if ($resql) {
742 $num = $this->db->num_rows($resql);
743 if ($num > 1) {
744 $this->error = 'Fetch found several records.';
745 dol_syslog($this->error, LOG_ERR);
746 $result = -2;
747 return 0;
748 } elseif ($num) { // $num = 1
749 $obj = $this->db->fetch_object($resql);
750 if ($obj) {
751 $this->id = $obj->rowid;
752 $this->ref = (!isset($obj->ref) || !$obj->ref) ? $obj->rowid : $obj->ref;
753 $this->ref_customer = $obj->ref_customer;
754 $this->ref_supplier = $obj->ref_supplier;
755 $this->ref_ext = $obj->ref_ext;
756 $this->entity = $obj->entity;
757 $this->statut = $obj->status;
758 $this->status = $obj->status;
759 $this->signed_status = $obj->signed_status;
760
761 $this->date_contrat = $this->db->jdate($obj->datecontrat);
762 $this->date_creation = $this->db->jdate($obj->datecontrat);
763
764 $this->user_author_id = $obj->fk_user_author;
765
766 $this->commercial_signature_id = $obj->fk_commercial_signature;
767 $this->commercial_suivi_id = $obj->fk_commercial_suivi;
768
769 $this->note_private = $obj->note_private;
770 $this->note_public = $obj->note_public;
771 $this->model_pdf = $obj->model_pdf;
772
773 $this->fk_projet = $obj->fk_project; // deprecated
774 $this->fk_project = $obj->fk_project;
775
776 $this->socid = $obj->thirdpartyid;
777 $this->fk_soc = $obj->thirdpartyid;
778 $this->last_main_doc = $obj->last_main_doc;
779 $this->extraparams = (isset($obj->extraparams) ? (array) json_decode($obj->extraparams, true) : null);
780
781 $this->db->free($resql);
782
783 // Retrieve all extrafields
784 // fetch optionals attributes and labels
785 if (empty($noextrafields)) {
786 $result = $this->fetch_optionals();
787 if ($result < 0) {
788 $this->error = $this->db->lasterror();
789 return -4;
790 }
791 }
792
793 // Lines
794 if (empty($nolines)) {
795 if ($result >= 0 && !empty($this->table_element_line)) {
796 $result = $this->fetch_lines();
797 if ($result < 0) {
798 $this->error = $this->db->lasterror();
799 return -3;
800 }
801 }
802 }
803
804 return $this->id;
805 } else {
806 dol_syslog(get_class($this)."::fetch Contract failed");
807 $this->error = "Fetch contract failed";
808 return -1;
809 }
810 } else {
811 dol_syslog(get_class($this)."::fetch Contract not found");
812 $this->error = "Contract not found";
813 return 0;
814 }
815 } else {
816 dol_syslog(get_class($this)."::fetch Error searching contract");
817 $this->error = $this->db->error();
818 return -1;
819 }
820 }
821
822 // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
832 public function fetch_lines($only_services = 0, $loadalsotranslation = 0, $noextrafields = 0)
833 {
834 // phpcs:enable
835 $this->nbofservices = 0;
836 $this->nbofserviceswait = 0;
837 $this->nbofservicesopened = 0;
838 $this->nbofservicesexpired = 0;
839 $this->nbofservicesclosed = 0;
840
841 $total_ttc = 0;
842 $total_vat = 0;
843 $total_ht = 0;
844
845 $now = dol_now();
846
847 $this->lines = array();
848 $pos = 0;
849
850 // Selects contract lines related to a product
851 $sql = "SELECT p.label as product_label, p.description as product_desc, p.ref as product_ref, p.fk_product_type as product_type,";
852 $sql .= " d.rowid, d.fk_contrat, d.statut as status, d.description, d.price_ht, d.vat_src_code, d.tva_tx, d.localtax1_tx, d.localtax2_tx, d.localtax1_type, d.localtax2_type, d.qty, d.remise_percent, d.subprice, d.fk_product_fournisseur_price as fk_fournprice, d.buy_price_ht as pa_ht,";
853 $sql .= " d.total_ht,";
854 $sql .= " d.total_tva,";
855 $sql .= " d.total_localtax1,";
856 $sql .= " d.total_localtax2,";
857 $sql .= " d.total_ttc,";
858 $sql .= " d.info_bits, d.fk_product,";
859 $sql .= " d.date_ouverture_prevue as date_start,";
860 $sql .= " d.date_ouverture as date_start_real,";
861 $sql .= " d.date_fin_validite as date_end,";
862 $sql .= " d.date_cloture as date_end_real,";
863 $sql .= " d.fk_user_author,";
864 $sql .= " d.fk_user_ouverture,";
865 $sql .= " d.fk_user_cloture,";
866 $sql .= " d.fk_unit,";
867 $sql .= " d.product_type as type,";
868 $sql .= " d.rang";
869 $sql .= " FROM ".MAIN_DB_PREFIX."contratdet as d LEFT JOIN ".MAIN_DB_PREFIX."product as p ON d.fk_product = p.rowid";
870 $sql .= " WHERE d.fk_contrat = ".((int) $this->id);
871 if ($only_services == 1) {
872 $sql .= " AND d.product_type = 1";
873 }
874 $sql .= " ORDER by d.rang ASC";
875
876 dol_syslog(get_class($this)."::fetch_lines", LOG_DEBUG);
877 $result = $this->db->query($sql);
878 if ($result) {
879 $num = $this->db->num_rows($result);
880 $i = 0;
881
882 while ($i < $num) {
883 $objp = $this->db->fetch_object($result);
884
885 $line = new ContratLigne($this->db);
886
887 $line->id = $objp->rowid;
888 $line->ref = $objp->rowid;
889 $line->fk_contrat = $objp->fk_contrat;
890 $line->desc = $objp->description; // Description line
891 $line->qty = $objp->qty;
892 $line->vat_src_code = $objp->vat_src_code;
893 $line->tva_tx = $objp->tva_tx;
894 $line->localtax1_tx = $objp->localtax1_tx;
895 $line->localtax2_tx = $objp->localtax2_tx;
896 $line->localtax1_type = $objp->localtax1_type;
897 $line->localtax2_type = $objp->localtax2_type;
898 $line->subprice = $objp->subprice;
899 $line->statut = $objp->status;
900 $line->status = $objp->status;
901 $line->remise_percent = $objp->remise_percent;
902 $line->price_ht = $objp->price_ht;
903 $line->price = $objp->price_ht; // For backward compatibility
904 $line->total_ht = $objp->total_ht;
905 $line->total_tva = $objp->total_tva;
906 $line->total_localtax1 = $objp->total_localtax1;
907 $line->total_localtax2 = $objp->total_localtax2;
908 $line->total_ttc = $objp->total_ttc;
909 $line->fk_product = (($objp->fk_product > 0) ? $objp->fk_product : 0);
910 $line->info_bits = $objp->info_bits;
911 $line->type = $objp->type;
912
913 $line->fk_fournprice = $objp->fk_fournprice;
914 $marginInfos = getMarginInfos($objp->subprice, $objp->remise_percent, $objp->tva_tx, $objp->localtax1_tx, $objp->localtax2_tx, $objp->fk_fournprice, $objp->pa_ht);
915 $line->pa_ht = $marginInfos[0];
916
917 $line->fk_user_author = $objp->fk_user_author;
918 $line->fk_user_ouverture = $objp->fk_user_ouverture;
919 $line->fk_user_cloture = $objp->fk_user_cloture;
920 $line->fk_unit = $objp->fk_unit;
921
922 $line->ref = $objp->product_ref; // deprecated
923 $line->product_ref = $objp->product_ref; // Product Ref
924 $line->product_type = $objp->product_type; // Product Type
925 $line->product_desc = $objp->product_desc; // Product Description
926 $line->product_label = $objp->product_label; // Product Label
927
928 $line->description = $objp->description;
929
930 $line->date_start = $this->db->jdate($objp->date_start);
931 $line->date_start_real = $this->db->jdate($objp->date_start_real);
932 $line->date_end = $this->db->jdate($objp->date_end);
933 $line->date_end_real = $this->db->jdate($objp->date_end_real);
934 // For backward compatibility
935 //$line->date_ouverture_prevue = $this->db->jdate($objp->date_ouverture_prevue);
936 //$line->date_ouverture = $this->db->jdate($objp->date_ouverture);
937 //$line->date_fin_validite = $this->db->jdate($objp->date_fin_validite);
938 //$line->date_cloture = $this->db->jdate($objp->date_cloture);
939 //$line->date_debut_prevue = $this->db->jdate($objp->date_ouverture_prevue);
940 //$line->date_debut_reel = $this->db->jdate($objp->date_ouverture);
941 //$line->date_fin_prevue = $this->db->jdate($objp->date_fin_validite);
942 //$line->date_fin_reel = $this->db->jdate($objp->date_cloture);
943
944 $line->rang = $objp->rang;
945
946 // Retrieve all extrafields for contract line
947 // fetch optionals attributes and labels
948 if (empty($noextrafields)) {
949 $line->fetch_optionals();
950 }
951
952 // multilangs
953 if (getDolGlobalInt('MAIN_MULTILANGS') && !empty($objp->fk_product) && !empty($loadalsotranslation)) {
954 $tmpproduct = new Product($this->db);
955 $tmpproduct->fetch($objp->fk_product);
956 $tmpproduct->getMultiLangs();
957
958 $line->multilangs = $tmpproduct->multilangs;
959 }
960
961 $this->lines[$pos] = $line;
962
963 $this->lines_id_index_mapper[$line->id] = $pos;
964
965 //dol_syslog("1 ".$line->desc);
966 //dol_syslog("2 ".$line->product_desc);
967
968 if ($line->statut == ContratLigne::STATUS_INITIAL) {
969 $this->nbofserviceswait++;
970 }
971 if ($line->statut == ContratLigne::STATUS_OPEN && (empty($line->date_end) || $line->date_end >= $now)) {
972 $this->nbofservicesopened++;
973 }
974 if ($line->statut == ContratLigne::STATUS_OPEN && (!empty($line->date_end) && $line->date_end < $now)) {
975 $this->nbofservicesexpired++;
976 }
977 if ($line->statut == ContratLigne::STATUS_CLOSED) {
978 $this->nbofservicesclosed++;
979 }
980
981 // TODO Not saved into database
982 $total_ttc += $objp->total_ttc;
983 $total_vat += $objp->total_tva;
984 $total_ht += $objp->total_ht;
985
986 $i++;
987 $pos++;
988 }
989 $this->db->free($result);
990 } else {
991 dol_syslog(get_class($this)."::Fetch Error when reading lines of contracts linked to products");
992 return -3;
993 }
994
995 // Now set the global properties on contract not stored into database.
996 $this->nbofservices = count($this->lines);
997 $this->total_ttc = (float) price2num($total_ttc);
998 $this->total_tva = (float) price2num($total_vat);
999 $this->total_ht = (float) price2num($total_ht);
1000
1001 return $this->lines;
1002 }
1003
1010 public function create($user)
1011 {
1012 global $conf, $langs, $mysoc;
1013
1014 // Check parameters
1015 $paramsok = 1;
1016 if ($this->commercial_signature_id <= 0) {
1017 $langs->load("commercial");
1018 $this->error .= $langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("SalesRepresentativeSignature"));
1019 $paramsok = 0;
1020 }
1021 if ($this->commercial_suivi_id <= 0) {
1022 $langs->load("commercial");
1023 $this->error .= ($this->error ? "<br>" : '');
1024 $this->error .= $langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("SalesRepresentativeFollowUp"));
1025 $paramsok = 0;
1026 }
1027 $this->entity = setEntity($this);
1028 if (!$paramsok) {
1029 return -1;
1030 }
1031
1032
1033 $this->db->begin();
1034
1035 $now = dol_now();
1036
1037 // Insert contract
1038 $sql = "INSERT INTO ".MAIN_DB_PREFIX."contrat (datec, fk_soc, fk_user_author, date_contrat,";
1039 $sql .= " fk_commercial_signature, fk_commercial_suivi, fk_projet,";
1040 $sql .= " ref, entity, signed_status, note_private, note_public, ref_customer, ref_supplier, ref_ext)";
1041 $sql .= " VALUES ('".$this->db->idate($now)."', ".((int) $this->socid).", ".((int) $user->id);
1042 $sql .= ", ".(dol_strlen($this->date_contrat) != 0 ? "'".$this->db->idate($this->date_contrat)."'" : "NULL");
1043 $sql .= ",".($this->commercial_signature_id > 0 ? ((int) $this->commercial_signature_id) : "NULL");
1044 $sql .= ",".($this->commercial_suivi_id > 0 ? ((int) $this->commercial_suivi_id) : "NULL");
1045 $sql .= ",".($this->fk_project > 0 ? ((int) $this->fk_project) : "NULL");
1046 $sql .= ", ".(dol_strlen($this->ref) <= 0 ? "null" : "'".$this->db->escape($this->ref)."'");
1047 $sql .= ", ".((int) $this->entity);
1048 $sql .= ", ".((int) $this->signed_status);
1049 $sql .= ", ".(!empty($this->note_private) ? ("'".$this->db->escape($this->note_private)."'") : "NULL");
1050 $sql .= ", ".(!empty($this->note_public) ? ("'".$this->db->escape($this->note_public)."'") : "NULL");
1051 $sql .= ", ".(!empty($this->ref_customer) ? ("'".$this->db->escape($this->ref_customer)."'") : "NULL");
1052 $sql .= ", ".(!empty($this->ref_supplier) ? ("'".$this->db->escape($this->ref_supplier)."'") : "NULL");
1053 $sql .= ", ".(!empty($this->ref_ext) ? ("'".$this->db->escape($this->ref_ext)."'") : "NULL");
1054 $sql .= ")";
1055 $resql = $this->db->query($sql);
1056
1057 if ($resql) {
1058 $error = 0;
1059
1060 $this->id = $this->db->last_insert_id(MAIN_DB_PREFIX."contrat");
1061
1062 // Load object modContract
1063 $module = (getDolGlobalString('CONTRACT_ADDON') ? $conf->global->CONTRACT_ADDON : 'mod_contract_serpis');
1064 if (substr($module, 0, 13) == 'mod_contract_' && substr($module, -3) == 'php') {
1065 $module = substr($module, 0, dol_strlen($module) - 4);
1066 }
1067 $result = dol_include_once('/core/modules/contract/'.$module.'.php');
1068 if ($result > 0) {
1069 $modCodeContract = new $module();
1070 '@phan-var-force ModelNumRefContracts $modCodeContrat';
1071
1072 if (!empty($modCodeContract->code_auto)) {
1073 // Force the ref to a draft value if numbering module is an automatic numbering
1074 $sql = 'UPDATE '.MAIN_DB_PREFIX."contrat SET ref='(PROV".$this->id.")' WHERE rowid=".((int) $this->id);
1075 if ($this->db->query($sql)) {
1076 if ($this->id) {
1077 $this->ref = "(PROV".$this->id.")";
1078 }
1079 }
1080 }
1081 }
1082
1083 if (!$error) {
1084 $result = $this->insertExtraFields();
1085 if ($result < 0) {
1086 $error++;
1087 }
1088 }
1089
1090 // Insert business contacts ('SALESREPSIGN','contrat')
1091 if (!$error) {
1092 $result = $this->add_contact($this->commercial_signature_id, 'SALESREPSIGN', 'internal');
1093 if ($result < 0) {
1094 $error++;
1095 }
1096 }
1097
1098 // Insert business contacts ('SALESREPFOLL','contrat')
1099 if (!$error) {
1100 $result = $this->add_contact($this->commercial_suivi_id, 'SALESREPFOLL', 'internal');
1101 if ($result < 0) {
1102 $error++;
1103 }
1104 }
1105
1106 if (!$error) {
1107 if (!empty($this->linkedObjectsIds) && empty($this->linked_objects)) { // To use new linkedObjectsIds instead of old linked_objects
1108 $this->linked_objects = $this->linkedObjectsIds; // TODO Replace linked_objects with linkedObjectsIds
1109 }
1110
1111 // Add object linked
1112 if (!$error && $this->id && !empty($this->linked_objects) && is_array($this->linked_objects)) {
1113 foreach ($this->linked_objects as $origin => $tmp_origin_id) {
1114 if (is_array($tmp_origin_id)) { // New behaviour, if linked_object can have several links per type, so is something like array('contract'=>array(id1, id2, ...))
1115 foreach ($tmp_origin_id as $origin_id) {
1116 $ret = $this->add_object_linked($origin, $origin_id);
1117 if (!$ret) {
1118 $this->error = $this->db->lasterror();
1119 $error++;
1120 }
1121 }
1122 } else { // Old behaviour, if linked_object has only one link per type, so is something like array('contract'=>id1))
1123 $origin_id = $tmp_origin_id;
1124 $ret = $this->add_object_linked($origin, $origin_id);
1125 if (!$ret) {
1126 $this->error = $this->db->lasterror();
1127 $error++;
1128 }
1129 }
1130 }
1131 }
1132
1133 if (!$error && $this->id && getDolGlobalString('MAIN_PROPAGATE_CONTACTS_FROM_ORIGIN') && !empty($this->origin) && !empty($this->origin_id)) { // Get contact from origin object
1134 $originforcontact = $this->origin;
1135 $originidforcontact = $this->origin_id;
1136 if ($originforcontact == 'shipping') { // shipment and order share the same contacts. If creating from shipment we take data of order
1137 require_once DOL_DOCUMENT_ROOT.'/expedition/class/expedition.class.php';
1138 $exp = new Expedition($this->db);
1139 $exp->fetch($this->origin_id);
1140 $exp->fetchObjectLinked();
1141 if (count($exp->linkedObjectsIds['commande']) > 0) {
1142 foreach ($exp->linkedObjectsIds['commande'] as $key => $value) {
1143 $originforcontact = 'commande';
1144 $originidforcontact = $value;
1145 break; // We take first one
1146 }
1147 }
1148 }
1149
1150 $sqlcontact = "SELECT ctc.code, ctc.source, ec.fk_socpeople FROM ".MAIN_DB_PREFIX."element_contact as ec, ".MAIN_DB_PREFIX."c_type_contact as ctc";
1151 $sqlcontact .= " WHERE element_id = ".((int) $originidforcontact)." AND ec.fk_c_type_contact = ctc.rowid AND ctc.element = '".$this->db->escape($originforcontact)."'";
1152
1153 $resqlcontact = $this->db->query($sqlcontact);
1154 if ($resqlcontact) {
1155 while ($objcontact = $this->db->fetch_object($resqlcontact)) {
1156 if ($objcontact->source == 'internal' && in_array($objcontact->code, array('SALESREPSIGN', 'SALESREPFOLL'))) {
1157 continue; // ignore this, already forced previously
1158 }
1159
1160 $this->add_contact($objcontact->fk_socpeople, $objcontact->code, $objcontact->source); // May failed because of duplicate key or because code of contact type does not exists for new object
1161 }
1162 } else {
1163 dol_print_error($this->db);
1164 }
1165 }
1166 }
1167
1168 if (!$error) {
1169 // Call trigger
1170 $result = $this->call_trigger('CONTRACT_CREATE', $user);
1171 if ($result < 0) {
1172 $error++;
1173 }
1174 // End call triggers
1175
1176 if (!$error) {
1177 $this->db->commit();
1178 return $this->id;
1179 } else {
1180 dol_syslog(get_class($this)."::create - 30 - ".$this->error, LOG_ERR);
1181 $this->db->rollback();
1182 return -3;
1183 }
1184 } else {
1185 $this->error = "Failed to add contract";
1186 dol_syslog(get_class($this)."::create - 20 - ".$this->error, LOG_ERR);
1187 $this->db->rollback();
1188 return -2;
1189 }
1190 } else {
1191 $this->error = $langs->trans("UnknownError").": ".$this->db->error();
1192 dol_syslog(get_class($this)."::create - 10 - ".$this->error, LOG_ERR);
1193
1194 $this->db->rollback();
1195 return -1;
1196 }
1197 }
1198
1199
1206 public function delete($user)
1207 {
1208 global $conf;
1209
1210 require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
1211
1212 $error = 0;
1213
1214 $this->db->begin();
1215
1216 // Call trigger
1217 $result = $this->call_trigger('CONTRACT_DELETE', $user);
1218 if ($result < 0) {
1219 $error++;
1220 }
1221 // End call triggers
1222
1223 if (!$error) {
1224 // Delete linked contacts
1225 $res = $this->delete_linked_contact();
1226 if ($res < 0) {
1227 dol_syslog(get_class($this)."::delete error", LOG_ERR);
1228 $error++;
1229 }
1230 }
1231
1232 if (!$error) {
1233 // Delete linked object
1234 $res = $this->deleteObjectLinked();
1235 if ($res < 0) {
1236 $error++;
1237 }
1238 }
1239
1240 // Delete lines
1241 if (!$error) {
1242 // Delete contratdet extrafields
1243 $main = MAIN_DB_PREFIX.'contratdet';
1244 $ef = $main."_extrafields";
1245 $sql = "DELETE FROM ".$ef." WHERE fk_object IN (SELECT rowid FROM ".$main." WHERE fk_contrat = ".((int) $this->id).")";
1246
1247 dol_syslog(get_class($this)."::delete contratdet_extrafields", LOG_DEBUG);
1248 $resql = $this->db->query($sql);
1249 if (!$resql) {
1250 $this->error = $this->db->error();
1251 $error++;
1252 }
1253 }
1254
1255 if (!$error) {
1256 // Delete contratdet
1257 $sql = "DELETE FROM ".MAIN_DB_PREFIX."contratdet";
1258 $sql .= " WHERE fk_contrat=".((int) $this->id);
1259
1260 dol_syslog(get_class($this)."::delete contratdet", LOG_DEBUG);
1261 $resql = $this->db->query($sql);
1262 if (!$resql) {
1263 $this->error = $this->db->error();
1264 $error++;
1265 }
1266 }
1267
1268 // Delete llx_ecm_files
1269 if (!$error) {
1270 $sql = 'DELETE FROM '.MAIN_DB_PREFIX."ecm_files WHERE src_object_type = '".$this->db->escape($this->table_element.(empty($this->module) ? "" : "@".$this->module))."' AND src_object_id = ".((int) $this->id);
1271 $resql = $this->db->query($sql);
1272 if (!$resql) {
1273 $this->error = $this->db->lasterror();
1274 $this->errors[] = $this->error;
1275 $error++;
1276 }
1277 }
1278
1279 // Delete contract
1280 if (!$error) {
1281 $sql = "DELETE FROM ".MAIN_DB_PREFIX."contrat";
1282 $sql .= " WHERE rowid=".((int) $this->id);
1283
1284 dol_syslog(get_class($this)."::delete contrat", LOG_DEBUG);
1285 $resql = $this->db->query($sql);
1286 if (!$resql) {
1287 $this->error = $this->db->error();
1288 $error++;
1289 }
1290 }
1291
1292 // Removed extrafields
1293 if (!$error) {
1294 $result = $this->deleteExtraFields();
1295 if ($result < 0) {
1296 $error++;
1297 dol_syslog(get_class($this)."::delete error -3 ".$this->error, LOG_ERR);
1298 }
1299 }
1300
1301 if (!$error) {
1302 // We remove directory
1303 $ref = dol_sanitizeFileName($this->ref);
1304 if ($conf->contrat->dir_output) {
1305 $dir = $conf->contrat->multidir_output[$this->entity]."/".$ref;
1306 if (file_exists($dir)) {
1307 $res = @dol_delete_dir_recursive($dir);
1308 if (!$res) {
1309 $this->error = 'ErrorFailToDeleteDir';
1310 $error++;
1311 }
1312 }
1313 }
1314 }
1315
1316 if (!$error) {
1317 $this->db->commit();
1318 return 1;
1319 } else {
1320 $this->error = $this->db->lasterror();
1321 $this->db->rollback();
1322 return -1;
1323 }
1324 }
1325
1333 public function update($user, $notrigger = 0)
1334 {
1335 global $conf;
1336 $error = 0;
1337
1338 // Clean parameters
1339 if (empty($this->fk_commercial_signature) && $this->commercial_signature_id > 0) {
1340 $this->fk_commercial_signature = $this->commercial_signature_id;
1341 }
1342 if (empty($this->fk_commercial_suivi) && $this->commercial_suivi_id > 0) {
1343 $this->fk_commercial_suivi = $this->commercial_suivi_id;
1344 }
1345 if (empty($this->socid) && $this->fk_soc > 0) {
1346 $this->socid = (int) $this->fk_soc;
1347 }
1348 if (empty($this->fk_project) && $this->projet > 0) {
1349 $this->fk_project = (int) $this->projet;
1350 }
1351
1352 if (isset($this->ref)) {
1353 $this->ref = trim($this->ref);
1354 }
1355 if (isset($this->ref_customer)) {
1356 $this->ref_customer = trim($this->ref_customer);
1357 }
1358 if (isset($this->ref_supplier)) {
1359 $this->ref_supplier = trim($this->ref_supplier);
1360 }
1361 if (isset($this->ref_ext)) {
1362 $this->ref_ext = trim($this->ref_ext);
1363 }
1364 if (isset($this->entity)) {
1365 $this->entity = (int) $this->entity;
1366 }
1367 if (isset($this->statut)) {
1368 $this->statut = (int) $this->statut;
1369 }
1370 if (isset($this->status)) {
1371 $this->status = (int) $this->status;
1372 }
1373 if (isset($this->socid)) {
1374 $this->socid = (int) $this->socid;
1375 }
1376 if (isset($this->fk_commercial_signature)) {
1377 $this->fk_commercial_signature = trim($this->fk_commercial_signature);
1378 }
1379 if (isset($this->fk_commercial_suivi)) {
1380 $this->fk_commercial_suivi = trim($this->fk_commercial_suivi);
1381 }
1382 if (isset($this->note_private)) {
1383 $this->note_private = trim($this->note_private);
1384 }
1385 if (isset($this->note_public)) {
1386 $this->note_public = trim($this->note_public);
1387 }
1388 if (isset($this->import_key)) {
1389 $this->import_key = trim($this->import_key);
1390 }
1391 //if (isset($this->extraparams)) $this->extraparams=trim($this->extraparams);
1392
1393 // $this->oldcopy must have been set by the caller of update
1394
1395 // Update request
1396 $sql = "UPDATE ".MAIN_DB_PREFIX."contrat SET";
1397 $sql .= " ref=".(isset($this->ref) ? "'".$this->db->escape($this->ref)."'" : "null").",";
1398 $sql .= " ref_customer=".(isset($this->ref_customer) ? "'".$this->db->escape($this->ref_customer)."'" : "null").",";
1399 $sql .= " ref_supplier=".(isset($this->ref_supplier) ? "'".$this->db->escape($this->ref_supplier)."'" : "null").",";
1400 $sql .= " ref_ext=".(isset($this->ref_ext) ? "'".$this->db->escape($this->ref_ext)."'" : "null").",";
1401 $sql .= " entity=".((int) $conf->entity).",";
1402 $sql .= " date_contrat=".(dol_strlen($this->date_contrat) != 0 ? "'".$this->db->idate($this->date_contrat)."'" : 'null').",";
1403 $sql .= " statut=".(isset($this->statut) ? $this->statut : (isset($this->status) ? $this->status : "null")).",";
1404 $sql .= " fk_soc=".($this->socid > 0 ? $this->socid : "null").",";
1405 $sql .= " fk_projet=".($this->fk_project > 0 ? $this->fk_project : "null").",";
1406 $sql .= " fk_commercial_signature=".(isset($this->fk_commercial_signature) ? $this->fk_commercial_signature : "null").",";
1407 $sql .= " fk_commercial_suivi=".(isset($this->fk_commercial_suivi) ? $this->fk_commercial_suivi : "null").",";
1408 $sql .= " note_private=".(isset($this->note_private) ? "'".$this->db->escape($this->note_private)."'" : "null").",";
1409 $sql .= " note_public=".(isset($this->note_public) ? "'".$this->db->escape($this->note_public)."'" : "null").",";
1410 $sql .= " import_key=".(isset($this->import_key) ? "'".$this->db->escape($this->import_key)."'" : "null");
1411 //$sql.= " extraparams=".(isset($this->extraparams)?"'".$this->db->escape($this->extraparams)."'":"null");
1412 $sql .= " WHERE rowid=".((int) $this->id);
1413
1414 $this->db->begin();
1415
1416 $resql = $this->db->query($sql);
1417 if (!$resql) {
1418 $error++;
1419 $this->errors[] = "Error ".$this->db->lasterror();
1420 }
1421
1422 if (!$error) {
1423 $result = $this->insertExtraFields(); // This delete and reinsert extrafields
1424 if ($result < 0) {
1425 $error++;
1426 }
1427 }
1428
1429 if (!$error && !$notrigger) {
1430 // Call triggers
1431 $result = $this->call_trigger('CONTRACT_MODIFY', $user);
1432 if ($result < 0) {
1433 $error++;
1434 }
1435 // End call triggers
1436 }
1437
1438 // Commit or rollback
1439 if ($error) {
1440 foreach ($this->errors as $errmsg) {
1441 dol_syslog(get_class($this)."::update ".$errmsg, LOG_ERR);
1442 $this->error .= ($this->error ? ', '.$errmsg : $errmsg);
1443 }
1444 $this->db->rollback();
1445 return -1 * $error;
1446 } else {
1447 $this->db->commit();
1448 return 1;
1449 }
1450 }
1451
1452
1476 public function addline($desc, $pu_ht, $qty, $txtva, $txlocaltax1, $txlocaltax2, $fk_product, $remise_percent, $date_start, $date_end, $price_base_type = 'HT', $pu_ttc = 0.0, $info_bits = 0, $fk_fournprice = null, $pa_ht = 0, $array_options = array(), $fk_unit = null, $rang = 0)
1477 {
1478 global $user, $langs, $conf, $mysoc;
1479 $error = 0;
1480
1481 dol_syslog(get_class($this)."::addline $desc, $pu_ht, $qty, $txtva, $txlocaltax1, $txlocaltax2, $fk_product, $remise_percent, $date_start, $date_end, $price_base_type, $pu_ttc, $info_bits, $rang");
1482
1483 // Check parameters
1484 if ($fk_product <= 0 && empty($desc)) {
1485 $this->error = "ErrorDescRequiredForFreeProductLines";
1486 return -1;
1487 }
1488
1489 if ($this->statut >= 0) {
1490 // Clean parameters
1491 $pu_ht = price2num($pu_ht);
1492 $pu_ttc = price2num($pu_ttc);
1493 $pa_ht = price2num($pa_ht);
1494
1495 // Clean vat code
1496 $reg = array();
1497 $vat_src_code = '';
1498 if (preg_match('/\‍((.*)\‍)/', (string) $txtva, $reg)) {
1499 $vat_src_code = $reg[1];
1500 $txtva = preg_replace('/\s*\‍(.*\‍)/', '', (string) $txtva); // Remove code into vatrate.
1501 }
1502 $txtva = price2num($txtva);
1503 $txlocaltax1 = price2num($txlocaltax1);
1504 $txlocaltax2 = price2num($txlocaltax2);
1505
1506 $remise_percent = price2num($remise_percent);
1507 $qty = price2num($qty);
1508 if (empty($qty)) {
1509 $qty = 1;
1510 }
1511 if (empty($info_bits)) {
1512 $info_bits = 0;
1513 }
1514 if (empty($pu_ht) || !is_numeric($pu_ht)) {
1515 $pu_ht = 0;
1516 }
1517 if (empty($pu_ttc)) {
1518 $pu_ttc = 0;
1519 }
1520 if (empty($txtva) || !is_numeric($txtva)) {
1521 $txtva = 0;
1522 }
1523 if (empty($txlocaltax1) || !is_numeric($txlocaltax1)) {
1524 $txlocaltax1 = 0;
1525 }
1526 if (empty($txlocaltax2) || !is_numeric($txlocaltax2)) {
1527 $txlocaltax2 = 0;
1528 }
1529
1530 if ($price_base_type == 'HT') {
1531 $pu = $pu_ht;
1532 } else {
1533 $pu = $pu_ttc;
1534 }
1535
1536 // Check parameters
1537 if (empty($remise_percent)) {
1538 $remise_percent = 0;
1539 }
1540 if (empty($rang)) {
1541 $rang = 0;
1542 }
1543
1544 if ($date_start && $date_end && $date_start > $date_end) {
1545 $langs->load("errors");
1546 $this->error = $langs->trans('ErrorStartDateGreaterEnd');
1547 return -1;
1548 }
1549
1550 $this->db->begin();
1551
1552 $localtaxes_type = getLocalTaxesFromRate($txtva.($vat_src_code ? ' ('.$vat_src_code.')' : ''), 0, $this->societe, $mysoc);
1553
1554 // Calcul du total TTC et de la TVA pour la ligne a partir de
1555 // qty, pu, remise_percent et txtva
1556 // TRES IMPORTANT: C'est au moment de l'insertion ligne qu'on doit stocker
1557 // la part ht, tva et ttc, et ce au niveau de la ligne qui a son propre taux tva.
1558
1559 $tabprice = calcul_price_total($qty, $pu, $remise_percent, $txtva, $txlocaltax1, $txlocaltax2, 0, $price_base_type, $info_bits, 1, $mysoc, $localtaxes_type);
1560 $total_ht = $tabprice[0];
1561 $total_tva = $tabprice[1];
1562 $total_ttc = $tabprice[2];
1563 $total_localtax1 = $tabprice[9];
1564 $total_localtax2 = $tabprice[10];
1565
1566 $localtax1_type = $localtaxes_type[0];
1567 $localtax2_type = $localtaxes_type[2];
1568
1569 // TODO A virer
1570 // Anciens indicateurs: $price, $remise (a ne plus utiliser)
1571 $remise = 0;
1572 $price = price2num(round($pu_ht, 2));
1573 if (dol_strlen(price2num($remise_percent)) > 0) {
1574 $remise = round(($pu_ht * $remise_percent / 100), 2);
1575 $price = $pu_ht - $remise;
1576 }
1577
1578 if (empty($pa_ht)) {
1579 $pa_ht = 0;
1580 }
1581
1582
1583 // if buy price not defined, define buyprice as configured in margin admin
1584 if ($pa_ht == 0) {
1585 $result = $this->defineBuyPrice($pu_ht, $remise_percent, $fk_product);
1586 if ($result < 0) {
1587 return -1;
1588 } else {
1589 $pa_ht = $result;
1590 }
1591 }
1592
1593 // Insertion dans la base
1594 $sql = "INSERT INTO ".MAIN_DB_PREFIX."contratdet";
1595 $sql .= " (fk_contrat, label, description, fk_product, qty, tva_tx, vat_src_code,";
1596 $sql .= " localtax1_tx, localtax2_tx, localtax1_type, localtax2_type, remise_percent, subprice,";
1597 $sql .= " total_ht, total_tva, total_localtax1, total_localtax2, total_ttc,";
1598 $sql .= " info_bits,";
1599 $sql .= " price_ht, remise, fk_product_fournisseur_price, buy_price_ht";
1600 if ($date_start > 0) {
1601 $sql .= ",date_ouverture_prevue";
1602 }
1603 if ($date_end > 0) {
1604 $sql .= ",date_fin_validite";
1605 }
1606 $sql .= ", fk_unit";
1607 $sql .= ", rang";
1608 $sql .= ") VALUES (";
1609 $sql .= $this->id.", '', '".$this->db->escape($desc)."',";
1610 $sql .= ($fk_product > 0 ? $fk_product : "null").",";
1611 $sql .= " ".((float) $qty).",";
1612 $sql .= " ".((float) $txtva).",";
1613 $sql .= " ".($vat_src_code ? "'".$this->db->escape($vat_src_code)."'" : "null").",";
1614 $sql .= " ".((float) $txlocaltax1).",";
1615 $sql .= " ".((float) $txlocaltax2).",";
1616 $sql .= " '".$this->db->escape($localtax1_type)."',";
1617 $sql .= " '".$this->db->escape($localtax2_type)."',";
1618 $sql .= " ".price2num($remise_percent).",";
1619 $sql .= " ".price2num($pu_ht).",";
1620 $sql .= " ".price2num($total_ht).",".price2num($total_tva).",".price2num($total_localtax1).",".price2num($total_localtax2).",".price2num($total_ttc).",";
1621 $sql .= " ".((int) $info_bits).",";
1622 $sql .= " ".price2num($price).",".price2num($remise).",";
1623 if (isset($fk_fournprice)) {
1624 $sql .= ' '.((int) $fk_fournprice).',';
1625 } else {
1626 $sql .= ' null,';
1627 }
1628 if (isset($pa_ht)) {
1629 $sql .= ' '.price2num($pa_ht);
1630 } else {
1631 $sql .= ' null';
1632 }
1633 if ($date_start > 0) {
1634 $sql .= ",'".$this->db->idate($date_start)."'";
1635 }
1636 if ($date_end > 0) {
1637 $sql .= ",'".$this->db->idate($date_end)."'";
1638 }
1639 $sql .= ", ".($fk_unit ? "'".$this->db->escape($fk_unit)."'" : "null");
1640 $sql .= ", ".(!empty($rang) ? (int) $rang : "0");
1641 $sql .= ")";
1642
1643 $resql = $this->db->query($sql);
1644 if ($resql) {
1645 $contractlineid = $this->db->last_insert_id(MAIN_DB_PREFIX."contratdet");
1646
1647 if (!$error) {
1648 $contractline = new ContratLigne($this->db);
1649 $contractline->array_options = $array_options;
1650 $contractline->id = $contractlineid;
1651 $result = $contractline->insertExtraFields();
1652 if ($result < 0) {
1653 $this->errors = array_merge($this->errors, $contractline->errors);
1654 $this->error = $contractline->error;
1655 $error++;
1656 }
1657 }
1658
1659 if (empty($error)) {
1660 // Call trigger
1661 $this->context['line_id'] = $contractlineid;
1662 $result = $this->call_trigger('LINECONTRACT_INSERT', $user);
1663 if ($result < 0) {
1664 $error++;
1665 }
1666 // End call triggers
1667 }
1668
1669 if ($error) {
1670 $this->db->rollback();
1671 return -1;
1672 } else {
1673 $this->db->commit();
1674 return $contractlineid;
1675 }
1676 } else {
1677 $this->db->rollback();
1678 $this->error = $this->db->error()." sql=".$sql;
1679 return -1;
1680 }
1681 } else {
1682 dol_syslog(get_class($this)."::addline ErrorTryToAddLineOnValidatedContract", LOG_ERR);
1683 return -2;
1684 }
1685 }
1686
1711 public function updateline($rowid, $desc, $pu, $qty, $remise_percent, $date_start, $date_end, $tvatx, $localtax1tx = 0.0, $localtax2tx = 0.0, $date_start_real = '', $date_end_real = '', $price_base_type = 'HT', $info_bits = 0, $fk_fournprice = null, $pa_ht = 0, $array_options = array(), $fk_unit = null, $rang = 0)
1712 {
1713 global $user, $conf, $langs, $mysoc;
1714
1715 $error = 0;
1716
1717 // Clean parameters
1718 $qty = trim((string) $qty);
1719 $desc = trim($desc);
1720 $desc = trim($desc);
1721 $price = price2num($pu);
1722 $tvatx = price2num($tvatx);
1723 $localtax1tx = price2num($localtax1tx);
1724 $localtax2tx = price2num($localtax2tx);
1725 $pa_ht = price2num($pa_ht);
1726 if (empty($fk_fournprice)) {
1727 $fk_fournprice = 0;
1728 }
1729 if (empty($rang)) {
1730 $rang = 0;
1731 }
1732
1733 $subprice = $price;
1734 $remise = 0;
1735 if (dol_strlen(price2num($remise_percent)) > 0) {
1736 $remise = round(($pu * $remise_percent / 100), 2);
1737 $price = $pu - $remise;
1738 } else {
1739 $remise_percent = 0;
1740 }
1741
1742 if ($date_start && $date_end && $date_start > $date_end) {
1743 $langs->load("errors");
1744 $this->error = $langs->trans('ErrorStartDateGreaterEnd');
1745 return -1;
1746 }
1747
1748 dol_syslog(get_class($this)."::updateline $rowid, $desc, $pu, $qty, $remise_percent, $date_start, $date_end, $date_start_real, $date_end_real, $tvatx, $localtax1tx, $localtax2tx, $price_base_type, $info_bits, $rang");
1749
1750 $this->db->begin();
1751
1752 // Calcul du total TTC et de la TVA pour la ligne a partir de
1753 // qty, pu, remise_percent et tvatx
1754 // TRES IMPORTANT: C'est au moment de l'insertion ligne qu'on doit stocker
1755 // la part ht, tva et ttc, et ce au niveau de la ligne qui a son propre taux tva.
1756
1757 $localtaxes_type = getLocalTaxesFromRate($tvatx, 0, $this->societe, $mysoc);
1758 $tvatx = preg_replace('/\s*\‍(.*\‍)/', '', $tvatx); // Remove code into vatrate.
1759
1760 $tabprice = calcul_price_total($qty, $pu, $remise_percent, (float) price2num($tvatx), $localtax1tx, $localtax2tx, 0, $price_base_type, $info_bits, 1, $mysoc, $localtaxes_type);
1761 $total_ht = $tabprice[0];
1762 $total_tva = $tabprice[1];
1763 $total_ttc = $tabprice[2];
1764 $total_localtax1 = $tabprice[9];
1765 $total_localtax2 = $tabprice[10];
1766
1767 $localtax1_type = (empty($localtaxes_type[0]) ? '' : $localtaxes_type[0]);
1768 $localtax2_type = (empty($localtaxes_type[2]) ? '' : $localtaxes_type[2]);
1769
1770 // TODO A virer
1771 // Anciens indicateurs: $price, $remise (a ne plus utiliser)
1772 $remise = 0;
1773 $price = price2num(round($pu, 2));
1774 if (dol_strlen(price2num($remise_percent)) > 0) {
1775 $remise = round(($pu * $remise_percent / 100), 2);
1776 $price = $pu - $remise;
1777 }
1778
1779 if (empty($pa_ht)) {
1780 $pa_ht = 0;
1781 }
1782
1783 // if buy price not defined, define buyprice as configured in margin admin
1784 if ($pa_ht == 0) {
1785 $result = $this->defineBuyPrice($pu, $remise_percent);
1786 if ($result < 0) {
1787 return -1;
1788 } else {
1789 $pa_ht = $result;
1790 }
1791 }
1792
1793 $sql = "UPDATE ".MAIN_DB_PREFIX."contratdet set description = '".$this->db->escape($desc)."'";
1794 $sql .= ",price_ht = ".((float) price2num($price));
1795 $sql .= ",subprice = ".((float) price2num($subprice));
1796 $sql .= ",remise = ".((float) price2num($remise));
1797 $sql .= ",remise_percent = ".((float) price2num($remise_percent));
1798 $sql .= ",qty = ".((float) $qty);
1799 $sql .= ",tva_tx = ".((float) price2num($tvatx));
1800 $sql .= ",localtax1_tx = ".((float) price2num($localtax1tx));
1801 $sql .= ",localtax2_tx = ".((float) price2num($localtax2tx));
1802 $sql .= ",localtax1_type='".$this->db->escape($localtax1_type)."'";
1803 $sql .= ",localtax2_type='".$this->db->escape($localtax2_type)."'";
1804 $sql .= ", total_ht = ".((float) price2num($total_ht));
1805 $sql .= ", total_tva = ".((float) price2num($total_tva));
1806 $sql .= ", total_localtax1 = ".((float) price2num($total_localtax1));
1807 $sql .= ", total_localtax2 = ".((float) price2num($total_localtax2));
1808 $sql .= ", total_ttc = ".((float) price2num($total_ttc));
1809 $sql .= ", fk_product_fournisseur_price=".($fk_fournprice > 0 ? $fk_fournprice : "null");
1810 $sql .= ", buy_price_ht = ".((float) price2num($pa_ht));
1811 if ($date_start > 0) {
1812 $sql .= ",date_ouverture_prevue = '".$this->db->idate($date_start)."'";
1813 } else {
1814 $sql .= ",date_ouverture_prevue = null";
1815 }
1816 if ($date_end > 0) {
1817 $sql .= ",date_fin_validite = '".$this->db->idate($date_end)."'";
1818 } else {
1819 $sql .= ",date_fin_validite = null";
1820 }
1821 if ($date_start_real > 0) {
1822 $sql .= ",date_ouverture = '".$this->db->idate($date_start_real)."'";
1823 } else {
1824 $sql .= ",date_ouverture = null";
1825 }
1826 if ($date_end_real > 0) {
1827 $sql .= ",date_cloture = '".$this->db->idate($date_end_real)."'";
1828 } else {
1829 $sql .= ",date_cloture = null";
1830 }
1831 $sql .= ", fk_unit = ".($fk_unit > 0 ? ((int) $fk_unit) : "null");
1832 $sql .= ", rang = ".(!empty($rang) ? ((int) $rang) : "0");
1833 $sql .= " WHERE rowid = ".((int) $rowid);
1834
1835 dol_syslog(get_class($this)."::updateline", LOG_DEBUG);
1836 $result = $this->db->query($sql);
1837 if ($result) {
1838 if (is_array($array_options) && count($array_options) > 0) { // For avoid conflicts if trigger used
1839 $contractline = new ContratLigne($this->db);
1840 $contractline->fetch($rowid);
1841
1842 // We replace values in $contractline->array_options only for entries defined into $array_options
1843 foreach ($array_options as $key => $value) {
1844 $contractline->array_options[$key] = $array_options[$key];
1845 }
1846
1847 $result = $contractline->insertExtraFields();
1848 if ($result < 0) {
1849 $this->errors[] = $contractline->error;
1850 $error++;
1851 }
1852 }
1853
1854 if (empty($error)) {
1855 // Call trigger
1856 $this->context['line_id'] = $rowid;
1857 $result = $this->call_trigger('LINECONTRACT_MODIFY', $user);
1858 if ($result < 0) {
1859 $this->db->rollback();
1860 return -3;
1861 }
1862 // End call triggers
1863
1864 $this->db->commit();
1865 return 1;
1866 } else {
1867 $this->db->rollback();
1868 return -1;
1869 }
1870 } else {
1871 $this->db->rollback();
1872 $this->error = $this->db->error();
1873 dol_syslog(get_class($this)."::updateline Erreur -1");
1874 return -1;
1875 }
1876 }
1877
1885 public function deleteLine($idline, User $user)
1886 {
1887 $error = 0;
1888
1889 if ($this->statut >= 0) {
1890 // Call trigger
1891 $this->context['line_id'] = $idline;
1892 $result = $this->call_trigger('LINECONTRACT_DELETE', $user);
1893 if ($result < 0) {
1894 return -1;
1895 }
1896 // End call triggers
1897
1898 $this->db->begin();
1899
1900 $sql = "DELETE FROM ".MAIN_DB_PREFIX.$this->table_element_line;
1901 $sql .= " WHERE rowid = ".((int) $idline);
1902
1903 dol_syslog(get_class($this)."::deleteline", LOG_DEBUG);
1904 $resql = $this->db->query($sql);
1905 if (!$resql) {
1906 $this->error = "Error ".$this->db->lasterror();
1907 $error++;
1908 }
1909
1910 if (!$error) {
1911 // Remove extrafields
1912 $contractline = new ContratLigne($this->db);
1913 $contractline->id = $idline;
1914 $result = $contractline->deleteExtraFields();
1915 if ($result < 0) {
1916 $error++;
1917 $this->error = "Error ".get_class($this)."::deleteline deleteExtraFields error -4 ".$contractline->error;
1918 }
1919 }
1920
1921 if (empty($error)) {
1922 $this->db->commit();
1923 return 1;
1924 } else {
1925 dol_syslog(get_class($this)."::deleteline ERROR:".$this->error, LOG_ERR);
1926 $this->db->rollback();
1927 return -1;
1928 }
1929 } else {
1930 $this->error = 'ErrorDeleteLineNotAllowedByObjectStatus';
1931 return -2;
1932 }
1933 }
1934
1935
1936 // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
1944 public function update_statut($user)
1945 {
1946 // phpcs:enable
1947 dol_syslog(__METHOD__." is deprecated", LOG_WARNING);
1948
1949 // If draft, we keep it (should not happen)
1950 if ($this->statut == 0) {
1951 return 1;
1952 }
1953
1954 // Load $this->lines array
1955 // $this->fetch_lines();
1956
1957 // $newstatut=1;
1958 // foreach($this->lines as $key => $contractline)
1959 // {
1960 // // if ($contractline) // Loop on each service
1961 // }
1962
1963 return 1;
1964 }
1965
1966
1973 public function getLibStatut($mode)
1974 {
1975 return $this->LibStatut($this->statut, $mode);
1976 }
1977
1978 // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
1986 public function LibStatut($status, $mode)
1987 {
1988 // phpcs:enable
1989 global $langs;
1990
1991 if (empty($this->labelStatus) || empty($this->labelStatusShort)) {
1992 global $langs;
1993 $langs->load("contracts");
1994 $this->labelStatus[self::STATUS_DRAFT] = $langs->transnoentitiesnoconv('ContractStatusDraft');
1995 $this->labelStatus[self::STATUS_VALIDATED] = $langs->transnoentitiesnoconv('ContractStatusValidated');
1996 $this->labelStatus[self::STATUS_CLOSED] = $langs->transnoentitiesnoconv('ContractStatusClosed');
1997 $this->labelStatusShort[self::STATUS_DRAFT] = $langs->transnoentitiesnoconv('ContractStatusDraft');
1998 $this->labelStatusShort[self::STATUS_VALIDATED] = $langs->transnoentitiesnoconv('ContractStatusValidated');
1999 $this->labelStatusShort[self::STATUS_CLOSED] = $langs->transnoentitiesnoconv('ContractStatusClosed');
2000 }
2001
2002 $statusType = 'status'.$status;
2003 if ($status == self::STATUS_VALIDATED) {
2004 $statusType = 'status6';
2005 }
2006
2007 if ($mode == 4 || $mode == 6 || $mode == 7) {
2008 $text = '';
2009 if ($mode == 4) {
2010 $text = '<span class="hideonsmartphone">';
2011 $text .= ($this->nbofserviceswait + $this->nbofservicesopened + $this->nbofservicesexpired + $this->nbofservicesclosed);
2012 $text .= ' '.$langs->trans("Services");
2013 $text .= ': &nbsp; &nbsp; ';
2014 $text .= '</span>';
2015 }
2016 $text .= ($mode == 7 ? '<span class="nowraponall">' : '');
2017 $text .= ($mode != 7 || $this->nbofserviceswait > 0) ? ($this->nbofserviceswait.ContratLigne::LibStatut(0, 3, -1, 'class="marginleft2"')).(($mode != 7 || $this->nbofservicesopened || $this->nbofservicesexpired || $this->nbofservicesclosed) ? ' &nbsp; ' : '') : '';
2018 $text .= ($mode == 7 ? '</span><span class="nowraponall">' : '');
2019 $text .= ($mode != 7 || $this->nbofservicesopened > 0) ? ($this->nbofservicesopened.ContratLigne::LibStatut(4, 3, 0, 'class="marginleft2"')).(($mode != 7 || $this->nbofservicesexpired || $this->nbofservicesclosed) ? ' &nbsp; ' : '') : '';
2020 $text .= ($mode == 7 ? '</span><span class="nowraponall">' : '');
2021 $text .= ($mode != 7 || $this->nbofservicesexpired > 0) ? ($this->nbofservicesexpired.ContratLigne::LibStatut(4, 3, 1, 'class="marginleft2"')).(($mode != 7 || $this->nbofservicesclosed) ? ' &nbsp; ' : '') : '';
2022 $text .= ($mode == 7 ? '</span><span class="nowraponall">' : '');
2023 $text .= ($mode != 7 || $this->nbofservicesclosed > 0) ? ($this->nbofservicesclosed.ContratLigne::LibStatut(5, 3, -1, 'class="marginleft2"')) : '';
2024 $text .= ($mode == 7 ? '</span>' : '');
2025 if (getDolGlobalString('CONTRACT_SHOW_SIGNATURE_STATUS_WITH_SERVICE_STATUS')) {
2026 $text .= is_null($this->signed_status) ? '' : ' '.$this->getLibSignedStatus(5);
2027 }
2028 return $text;
2029 } else {
2030 return dolGetStatus($this->labelStatus[$status], $this->labelStatusShort[$status], '', $statusType, $mode);
2031 }
2032 }
2033
2040 public function getTooltipContentArray($params)
2041 {
2042 global $conf, $langs, $user;
2043
2044 $langs->load('contracts');
2045
2046 $datas = [];
2047 $nofetch = !empty($params['nofetch']);
2048
2049 if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
2050 return ['optimize' => $langs->trans("ShowContract")];
2051 }
2052 if ($user->hasRight('contrat', 'lire')) {
2053 $datas['picto'] = img_picto('', $this->picto).' <u class="paddingrightonly">'.$langs->trans("Contract").'</u>';
2054 /* Status of a contract is status of all services, so disabled
2055 if (isset($this->statut)) {
2056 $label .= ' '.$this->getLibStatut(5);
2057 }*/
2058 $datas['ref'] = '<br><b>'.$langs->trans('Ref').':</b> '.($this->ref ? $this->ref : $this->id);
2059 if (!$nofetch) {
2060 $langs->load('companies');
2061 if (empty($this->thirdparty)) {
2062 $this->fetch_thirdparty();
2063 }
2064 $datas['customer'] = '<br><b>'.$langs->trans('Customer').':</b> '.$this->thirdparty->getNomUrl(1, '', 0, 1);
2065 }
2066 $datas['refcustomer'] = '<br><b>'.$langs->trans('RefCustomer').':</b> '. $this->ref_customer;
2067 if (!$nofetch) {
2068 $langs->load('project');
2069 if (is_null($this->project) || (is_object($this->project) && $this->project->isEmpty())) {
2070 $res = $this->fetchProject();
2071 if ($res > 0 && $this->project instanceof Project) {
2072 $datas['project'] = '<br><b>'.$langs->trans('Project').':</b> '.$this->project->getNomUrl(1, '', 0, 1);
2073 }
2074 }
2075 }
2076 $datas['refsupplier'] = '<br><b>'.$langs->trans('RefSupplier').':</b> '.$this->ref_supplier;
2077 if (!empty($this->total_ht)) {
2078 $datas['amountht'] = '<br><b>'.$langs->trans('AmountHT').':</b> '.price($this->total_ht, 0, $langs, 0, -1, -1, $conf->currency);
2079 }
2080 if (!empty($this->total_tva)) {
2081 $datas['vatamount'] = '<br><b>'.$langs->trans('VAT').':</b> '.price($this->total_tva, 0, $langs, 0, -1, -1, $conf->currency);
2082 }
2083 if (!empty($this->total_ttc)) {
2084 $datas['amounttc'] = '<br><b>'.$langs->trans('AmountTTC').':</b> '.price($this->total_ttc, 0, $langs, 0, -1, -1, $conf->currency);
2085 }
2086 }
2087 return $datas;
2088 }
2089
2099 public function getNomUrl($withpicto = 0, $maxlength = 0, $notooltip = 0, $save_lastsearch_value = -1)
2100 {
2101 global $conf, $langs, $user, $hookmanager;
2102
2103 $result = '';
2104
2105 $url = DOL_URL_ROOT.'/contrat/card.php?id='.$this->id;
2106
2107 //if ($option !== 'nolink')
2108 //{
2109 // Add param to save lastsearch_values or not
2110 $add_save_lastsearch_values = ($save_lastsearch_value == 1 ? 1 : 0);
2111 if ($save_lastsearch_value == -1 && isset($_SERVER["PHP_SELF"]) && preg_match('/list\.php/', $_SERVER["PHP_SELF"])) {
2112 $add_save_lastsearch_values = 1;
2113 }
2114 if ($add_save_lastsearch_values) {
2115 $url .= '&save_lastsearch_values=1';
2116 }
2117 //}
2118 $params = [
2119 'id' => $this->id,
2120 'objecttype' => $this->element,
2121 'nofetch' => 1,
2122 ];
2123 $classfortooltip = 'classfortooltip';
2124 $dataparams = '';
2125 if (getDolGlobalInt('MAIN_ENABLE_AJAX_TOOLTIP')) {
2126 $classfortooltip = 'classforajaxtooltip';
2127 $dataparams = ' data-params="'.dol_escape_htmltag(json_encode($params)).'"';
2128 $label = '';
2129 } else {
2130 $label = implode($this->getTooltipContentArray($params));
2131 }
2132
2133 $linkclose = '';
2134 if (empty($notooltip) && $user->hasRight('contrat', 'lire')) {
2135 if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
2136 $label = $langs->trans("ShowContract");
2137 $linkclose .= ' alt="'.dol_escape_htmltag($label, 1).'"';
2138 }
2139 $linkclose .= ($label ? ' title="'.dol_escape_htmltag($label, 1).'"' : ' title="tocomplete"');
2140 $linkclose .= $dataparams.' class="'.$classfortooltip.'"';
2141 }
2142 $linkstart = '<a href="'.$url.'"';
2143 $linkstart .= $linkclose.'>';
2144 $linkend = '</a>';
2145
2146 $result .= $linkstart;
2147 if ($withpicto) {
2148 $result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), (($withpicto != 2) ? 'class="paddingright"' : ''), 0, 0, $notooltip ? 0 : 1);
2149 }
2150 if ($withpicto != 2) {
2151 $result .= ($this->ref ? $this->ref : $this->id);
2152 }
2153 $result .= $linkend;
2154
2155 global $action;
2156 $hookmanager->initHooks(array('contractdao'));
2157 $parameters = array('id' => $this->id, 'getnomurl' => &$result);
2158 $reshook = $hookmanager->executeHooks('getNomUrl', $parameters, $this, $action); // Note that $action and $object may have been modified by some hooks
2159 if ($reshook > 0) {
2160 $result = $hookmanager->resPrint;
2161 } else {
2162 $result .= $hookmanager->resPrint;
2163 }
2164
2165 return $result;
2166 }
2167
2174 public function info($id)
2175 {
2176 $sql = "SELECT c.rowid, c.ref, c.datec,";
2177 $sql .= " c.tms as date_modification,";
2178 $sql .= " fk_user_author";
2179 $sql .= " FROM ".MAIN_DB_PREFIX."contrat as c";
2180 $sql .= " WHERE c.rowid = ".((int) $id);
2181
2182 $result = $this->db->query($sql);
2183 if ($result) {
2184 if ($this->db->num_rows($result)) {
2185 $obj = $this->db->fetch_object($result);
2186
2187 $this->id = $obj->rowid;
2188 $this->ref = (!$obj->ref) ? $obj->rowid : $obj->ref;
2189
2190 $this->user_creation_id = $obj->fk_user_author;
2191 $this->date_creation = $this->db->jdate($obj->datec);
2192 $this->date_modification = $this->db->jdate($obj->date_modification);
2193 }
2194
2195 $this->db->free($result);
2196 } else {
2197 dol_print_error($this->db);
2198 }
2199 }
2200
2201 // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
2208 public function array_detail($status = -1)
2209 {
2210 // phpcs:enable
2211 $tab = array();
2212
2213 $sql = "SELECT cd.rowid";
2214 $sql .= " FROM ".MAIN_DB_PREFIX."contratdet as cd";
2215 $sql .= " WHERE fk_contrat =".((int) $this->id);
2216 if ($status >= 0) {
2217 $sql .= " AND statut = ".((int) $status);
2218 }
2219
2220 dol_syslog(get_class($this)."::array_detail()", LOG_DEBUG);
2221 $resql = $this->db->query($sql);
2222 if ($resql) {
2223 $num = $this->db->num_rows($resql);
2224 $i = 0;
2225 while ($i < $num) {
2226 $obj = $this->db->fetch_object($resql);
2227 $tab[$i] = $obj->rowid;
2228 $i++;
2229 }
2230 return $tab;
2231 } else {
2232 $this->error = $this->db->error();
2233 return -1;
2234 }
2235 }
2236
2246 public function getListOfContracts($option = 'all', $status = [], $product_categories = [], $line_status = [])
2247 {
2248 $tab = array();
2249
2250 $sql = "SELECT c.rowid";
2251 $sql .= " FROM ".MAIN_DB_PREFIX."contrat as c";
2252 if (!empty($product_categories)) {
2253 $sql .= " LEFT JOIN ".MAIN_DB_PREFIX."contratdet as cd ON cd.fk_contrat = c.rowid";
2254 $sql .= " INNER JOIN ".MAIN_DB_PREFIX."categorie_product as cp ON cp.fk_product = cd.fk_product AND cp.fk_categorie IN (".$this->db->sanitize(implode(', ', $product_categories)).")";
2255 }
2256 $sql .= " WHERE c.fk_soc =".((int) $this->socid);
2257 $sql .= ($option == 'others') ? " AND c.rowid <> ".((int) $this->id) : "";
2258 $sql .= (!empty($status)) ? " AND c.statut IN (".$this->db->sanitize(implode(', ', $status)).")" : "";
2259 $sql .= (!empty($line_status)) ? " AND cd.statut IN (".$this->db->sanitize(implode(', ', $line_status)).")" : "";
2260 $sql .= " GROUP BY c.rowid";
2261
2262 dol_syslog(get_class($this)."::getOtherContracts()", LOG_DEBUG);
2263 $resql = $this->db->query($sql);
2264 if ($resql) {
2265 $num = $this->db->num_rows($resql);
2266 $i = 0;
2267 while ($i < $num) {
2268 $obj = $this->db->fetch_object($resql);
2269 $contrat = new Contrat($this->db);
2270 $contrat->fetch($obj->rowid);
2271 $tab[$contrat->id] = $contrat;
2272 $i++;
2273 }
2274 return $tab;
2275 } else {
2276 $this->error = $this->db->lasterror();
2277 return -1;
2278 }
2279 }
2280
2281
2282 // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
2290 public function load_board($user, $mode)
2291 {
2292 // phpcs:enable
2293 global $conf, $langs;
2294
2295 $this->from = " FROM ".MAIN_DB_PREFIX."contrat as c";
2296 $this->from .= ", ".MAIN_DB_PREFIX."contratdet as cd";
2297 $this->from .= ", ".MAIN_DB_PREFIX."societe as s";
2298 if (!$user->hasRight('societe', 'client', 'voir')) {
2299 $this->from .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
2300 }
2301
2302 if ($mode == 'inactive') {
2303 $sql = "SELECT cd.rowid, cd.date_ouverture_prevue as datefin";
2304 $sql .= $this->from;
2305 $sql .= " WHERE c.statut = 1";
2306 $sql .= " AND c.rowid = cd.fk_contrat";
2307 $sql .= " AND cd.statut = 0";
2308 } elseif ($mode == 'expired') {
2309 $sql = "SELECT cd.rowid, cd.date_fin_validite as datefin";
2310 $sql .= $this->from;
2311 $sql .= " WHERE c.statut = 1";
2312 $sql .= " AND c.rowid = cd.fk_contrat";
2313 $sql .= " AND cd.statut = 4";
2314 $sql .= " AND cd.date_fin_validite < '".$this->db->idate(dol_now())."'";
2315 } elseif ($mode == 'active') {
2316 $sql = "SELECT cd.rowid, cd.date_fin_validite as datefin";
2317 $sql .= $this->from;
2318 $sql .= " WHERE c.statut = 1";
2319 $sql .= " AND c.rowid = cd.fk_contrat";
2320 $sql .= " AND cd.statut = 4";
2321 //$datetouse = dol_now();
2322 //$sql.= " AND cd.date_fin_validite < '".$this->db->idate($datetouse)."'";
2323 }
2324 $sql .= " AND c.fk_soc = s.rowid";
2325 $sql .= " AND c.entity = ".((int) $conf->entity);
2326 if ($user->socid) {
2327 $sql .= " AND c.fk_soc = ".((int) $user->socid);
2328 }
2329 if (!$user->hasRight('societe', 'client', 'voir')) {
2330 $sql .= " AND c.fk_soc = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
2331 }
2332
2333 $resql = $this->db->query($sql);
2334 if ($resql) {
2335 $langs->load("contracts");
2336 $now = dol_now();
2337
2338 if ($mode == 'inactive') {
2339 $warning_delay = $conf->contract->services->inactifs->warning_delay;
2340 $label = $langs->trans("BoardNotActivatedServices");
2341 $labelShort = $langs->trans("BoardNotActivatedServicesShort");
2342 $url = DOL_URL_ROOT.'/contrat/services_list.php?mainmenu=commercial&leftmenu=contracts&search_status=0&sortfield=cd.date_fin_validite&sortorder=asc';
2343 $url_late = DOL_URL_ROOT.'/contrat/services_list.php?mainmenu=commercial&leftmenu=contracts&search_status=0&search_option=late';
2344 } elseif ($mode == 'active') {
2345 $warning_delay = $conf->contract->services->expires->warning_delay;
2346 $url = DOL_URL_ROOT.'/contrat/services_list.php?mainmenu=commercial&leftmenu=contracts&search_status=4&filter=expired&sortfield=cd.date_fin_validite&sortorder=asc';
2347 $url_late = DOL_URL_ROOT.'/contrat/services_list.php?mainmenu=commercial&leftmenu=contracts&search_status=4&search_option=late';
2348 $label = $langs->trans("BoardExpiredServices");
2349 $labelShort = $langs->trans("BoardExpiredServicesShort");
2350 } else {
2351 $warning_delay = $conf->contract->services->expires->warning_delay;
2352 $url = DOL_URL_ROOT.'/contrat/services_list.php?mainmenu=commercial&leftmenu=contracts&sortfield=cd.date_fin_validite&sortorder=asc';
2353 $url_late = DOL_URL_ROOT.'/contrat/services_list.php?mainmenu=commercial&leftmenu=contracts&search_option=late';
2354 $label = $langs->trans("BoardRunningServices");
2355 $labelShort = $langs->trans("BoardRunningServicesShort");
2356 }
2357
2358 $response = new WorkboardResponse();
2359 $response->warning_delay = $warning_delay / 60 / 60 / 24;
2360 $response->label = $label;
2361 $response->labelShort = $labelShort;
2362 $response->url = $url;
2363 $response->url_late = $url_late;
2364 $response->img = img_object('', "contract");
2365
2366 while ($obj = $this->db->fetch_object($resql)) {
2367 $response->nbtodo++;
2368
2369 if ($obj->datefin && $this->db->jdate($obj->datefin) < ($now - $warning_delay)) {
2370 $response->nbtodolate++;
2371 }
2372 }
2373
2374 return $response;
2375 } else {
2376 dol_print_error($this->db);
2377 $this->error = $this->db->error();
2378 return -1;
2379 }
2380 }
2381
2387 public function loadStateBoard()
2388 {
2389 global $conf, $user;
2390
2391 $this->nb = array();
2392 $clause = "WHERE";
2393
2394 $sql = "SELECT count(c.rowid) as nb";
2395 $sql .= " FROM ".MAIN_DB_PREFIX."contrat as c";
2396 $sql .= " LEFT JOIN ".MAIN_DB_PREFIX."societe as s ON c.fk_soc = s.rowid";
2397 if (!$user->hasRight('societe', 'client', 'voir')) {
2398 $sql .= " LEFT JOIN ".MAIN_DB_PREFIX."societe_commerciaux as sc ON s.rowid = sc.fk_soc";
2399 $sql .= " WHERE sc.fk_user = ".((int) $user->id);
2400 $clause = "AND";
2401 }
2402 $sql .= " ".$clause." c.entity = ".$conf->entity;
2403
2404 $resql = $this->db->query($sql);
2405 if ($resql) {
2406 while ($obj = $this->db->fetch_object($resql)) {
2407 $this->nb["contracts"] = $obj->nb;
2408 }
2409 $this->db->free($resql);
2410 return 1;
2411 } else {
2412 dol_print_error($this->db);
2413 $this->error = $this->db->error();
2414 return -1;
2415 }
2416 }
2417
2418
2419 /* gestion des contacts d'un contrat */
2420
2426 public function getIdBillingContact()
2427 {
2428 return $this->getIdContact('external', 'BILLING');
2429 }
2430
2436 public function getIdServiceContact()
2437 {
2438 return $this->getIdContact('external', 'SERVICE');
2439 }
2440
2441
2449 public function initAsSpecimen()
2450 {
2451 global $user, $langs, $conf;
2452
2453 // Load array of products prodids
2454 $num_prods = 0;
2455 $prodids = array();
2456 $sql = "SELECT rowid";
2457 $sql .= " FROM ".MAIN_DB_PREFIX."product";
2458 $sql .= " WHERE entity IN (".getEntity('product').")";
2459 $sql .= " AND tosell = 1";
2460 $sql .= $this->db->plimit(100);
2461
2462 $resql = $this->db->query($sql);
2463 if ($resql) {
2464 $num_prods = $this->db->num_rows($resql);
2465 $i = 0;
2466 while ($i < $num_prods) {
2467 $i++;
2468 $row = $this->db->fetch_row($resql);
2469 $prodids[$i] = $row[0];
2470 }
2471 }
2472
2473 // Initialise parameters
2474 $this->id = 0;
2475 $this->specimen = 1;
2476
2477 $this->ref = 'SPECIMEN';
2478 $this->ref_customer = 'SPECIMENCUST';
2479 $this->ref_supplier = 'SPECIMENSUPP';
2480 $this->socid = 1;
2481 $this->status = 0;
2482 $this->date_creation = (dol_now() - 3600 * 24 * 7);
2483 $this->date_contrat = dol_now();
2484 $this->commercial_signature_id = 1;
2485 $this->commercial_suivi_id = 1;
2486 $this->note_private = 'This is a comment (private)';
2487 $this->note_public = 'This is a comment (public)';
2488 $this->fk_project = 0;
2489 // Lines
2490 $nbp = min(1000, GETPOSTINT('nblines') ? GETPOSTINT('nblines') : 5); // We can force the nb of lines to test from command line (but not more than 1000)
2491 $xnbp = 0;
2492 while ($xnbp < $nbp) {
2493 $line = new ContratLigne($this->db);
2494 $line->qty = 1;
2495 $line->subprice = 100;
2496 $line->tva_tx = 19.6;
2497 $line->remise_percent = 10;
2498 $line->total_ht = 90;
2499 $line->total_ttc = 107.64; // 90 * 1.196
2500 $line->total_tva = 17.64;
2501 $line->date_start = dol_now() - 500000;
2502 $line->date_start_real = dol_now() - 200000;
2503 $line->date_end = dol_now() + 500000;
2504 $line->date_end_real = dol_now() - 100000;
2505 if ($num_prods > 0) {
2506 $prodid = mt_rand(1, $num_prods);
2507 $line->fk_product = $prodids[$prodid];
2508 }
2509 $this->lines[$xnbp] = $line;
2510 $xnbp++;
2511 }
2512
2513 return 1;
2514 }
2515
2521 public function getLinesArray()
2522 {
2523 return $this->fetch_lines();
2524 }
2525
2531 public function getTicketsArray()
2532 {
2533 global $user;
2534
2535 $ticket = new Ticket($this->db);
2536 $nbTicket = $ticket->fetchAll($user, 'ASC', 't.datec', 0, 0, 0, array('t.fk_contract' => $this->id));
2537
2538 return ($nbTicket < 0 ? $nbTicket : $ticket->lines);
2539 }
2540
2541
2553 public function generateDocument($modele, $outputlangs, $hidedetails = 0, $hidedesc = 0, $hideref = 0, $moreparams = null)
2554 {
2555 global $conf, $langs;
2556
2557 if (!dol_strlen($modele)) {
2558 $modele = ''; // No doc template/generation by default
2559
2560 if (!empty($this->model_pdf)) {
2561 $modele = $this->model_pdf;
2562 } elseif (getDolGlobalString('CONTRACT_ADDON_PDF')) {
2563 $modele = getDolGlobalString('CONTRACT_ADDON_PDF');
2564 }
2565 }
2566
2567 if (empty($modele)) {
2568 return 0;
2569 } else {
2570 $langs->load("contracts");
2571 $outputlangs->load("products");
2572
2573 $modelpath = "core/modules/contract/doc/";
2574 return $this->commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams);
2575 }
2576 }
2577
2586 public static function replaceThirdparty(DoliDB $dbs, $origin_id, $dest_id)
2587 {
2588 $tables = array(
2589 'contrat'
2590 );
2591
2592 return CommonObject::commonReplaceThirdparty($dbs, $origin_id, $dest_id, $tables);
2593 }
2594
2603 public static function replaceProduct(DoliDB $db, $origin_id, $dest_id)
2604 {
2605 $tables = array(
2606 'contratdet'
2607 );
2608
2609 return CommonObject::commonReplaceProduct($db, $origin_id, $dest_id, $tables);
2610 }
2611
2620 public function createFromClone(User $user, $socid = 0, $notrigger = 0)
2621 {
2622 global $db, $langs, $conf, $hookmanager, $extrafields;
2623
2624 dol_include_once('/projet/class/project.class.php');
2625
2626 $error = 0;
2627
2628 $this->fetch($this->id);
2629
2630 // Load dest object
2631 $clonedObj = clone $this;
2632 $clonedObj->socid = $socid;
2633
2634 $this->db->begin();
2635
2636 $objsoc = new Societe($this->db);
2637
2638 $objsoc->fetch($clonedObj->socid);
2639
2640 // Clean data
2641 $clonedObj->statut = 0;
2642 // Clean extrafields
2643 if (is_array($clonedObj->array_options) && count($clonedObj->array_options) > 0) {
2644 $extrafields->fetch_name_optionals_label($this->table_element);
2645 foreach ($clonedObj->array_options as $key => $option) {
2646 $shortkey = preg_replace('/options_/', '', $key);
2647 //var_dump($shortkey); var_dump($extrafields->attributes[$this->element]['unique'][$shortkey]);
2648 if (!empty($extrafields->attributes[$this->element]['unique'][$shortkey])) {
2649 //var_dump($key); var_dump($clonedObj->array_options[$key]); exit;
2650 unset($clonedObj->array_options[$key]);
2651 }
2652 }
2653 }
2654
2655 if (!getDolGlobalString('CONTRACT_ADDON') || !is_readable(DOL_DOCUMENT_ROOT."/core/modules/contract/" . getDolGlobalString('CONTRACT_ADDON').".php")) {
2656 $this->error = 'ErrorSetupNotComplete';
2657 dol_syslog($this->error);
2658 return -1;
2659 }
2660
2661 // Set ref
2662 require_once DOL_DOCUMENT_ROOT."/core/modules/contract/" . getDolGlobalString('CONTRACT_ADDON').'.php';
2663 $obj = getDolGlobalString('CONTRACT_ADDON');
2664 $modContract = new $obj();
2665 '@phan-var-force ModelNumRefContracts $modContract';
2666 $clonedObj->ref = $modContract->getNextValue($objsoc, $clonedObj);
2667
2668 // get extrafields so they will be clone
2669 foreach ($this->lines as $line) {
2670 $line->fetch_optionals($line->id);
2671 }
2672
2673 // Create clone
2674 $clonedObj->context['createfromclone'] = 'createfromclone';
2675 $result = $clonedObj->create($user);
2676 if ($result < 0) {
2677 $error++;
2678 $this->error = $clonedObj->error;
2679 $this->errors[] = $clonedObj->error;
2680 } else {
2681 // copy external contacts if same company
2682 if ($this->socid == $clonedObj->socid) {
2683 if ($clonedObj->copy_linked_contact($this, 'external') < 0) {
2684 $error++;
2685 }
2686 }
2687 }
2688
2689 if (!$error) {
2690 foreach ($this->lines as $line) {
2691 $result = $clonedObj->addline($line->description, $line->subprice, $line->qty, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, $line->fk_product, $line->remise_percent, $line->date_start, $line->date_cloture, 'HT', 0, $line->info_bits, $line->fk_fournprice, $line->pa_ht, $line->array_options, $line->fk_unit, $line->rang);
2692 if ($result < 0) {
2693 $error++;
2694 $this->error = $clonedObj->error;
2695 $this->errors[] = $clonedObj->error;
2696 }
2697 }
2698 }
2699
2700 if (!$error) {
2701 // Hook of thirdparty module
2702 if (is_object($hookmanager)) {
2703 $parameters = array(
2704 'objFrom' => $this,
2705 'clonedObj' => $clonedObj
2706 );
2707 $action = '';
2708 $reshook = $hookmanager->executeHooks('createFrom', $parameters, $clonedObj, $action); // Note that $action and $object may have been modified by some hooks
2709 if ($reshook < 0) {
2710 $this->setErrorsFromObject($hookmanager);
2711 $error++;
2712 }
2713 }
2714 }
2715
2716 unset($clonedObj->context['createfromclone']);
2717
2718 // End
2719 if (!$error) {
2720 $this->db->commit();
2721 return $clonedObj->id;
2722 } else {
2723 $this->db->rollback();
2724 return -1;
2725 }
2726 }
2727
2728
2738 public function doAutoRenewContracts($thirdparty_id = 0, $delayindaysshort = 0)
2739 {
2740 global $langs, $user;
2741
2742 $langs->load("agenda");
2743
2744 $now = dol_now();
2745
2746 $enddatetoscan = dol_time_plus_duree($now, -1 * abs($delayindaysshort), 'd');
2747
2748 $error = 0;
2749 $this->output = '';
2750 $this->error = '';
2751
2752 $contractlineprocessed = array();
2753 $contractignored = array();
2754 $contracterror = array();
2755
2756 dol_syslog(__METHOD__, LOG_DEBUG);
2757
2758 $sql = 'SELECT c.rowid, c.ref_customer, cd.rowid as lid, cd.date_fin_validite, p.duration';
2759 $sql .= ' FROM '.MAIN_DB_PREFIX.'contrat as c, '.MAIN_DB_PREFIX.'contratdet as cd';
2760 $sql .= ' LEFT JOIN '.MAIN_DB_PREFIX.'product as p ON p.rowid = cd.fk_product';
2761 $sql .= ' WHERE cd.fk_contrat = c.rowid';
2762 $sql .= " AND date_format(cd.date_fin_validite, '%Y-%m-%d') <= date_format('".$this->db->idate($enddatetoscan)."', '%Y-%m-%d')";
2763 $sql .= " AND cd.statut = 4";
2764 if ($thirdparty_id > 0) {
2765 $sql .= " AND c.fk_soc = ".((int) $thirdparty_id);
2766 }
2767 //print $sql;
2768
2769 $resql = $this->db->query($sql);
2770 if ($resql) {
2771 $num = $this->db->num_rows($resql);
2772
2773 include_once DOL_DOCUMENT_ROOT.'/core/class/html.formmail.class.php';
2774
2775 $i = 0;
2776 while ($i < $num) {
2777 $obj = $this->db->fetch_object($resql);
2778 if ($obj) {
2779 if (!empty($contractlineprocessed[$obj->lid]) || !empty($contractignored[$obj->rowid]) || !empty($contracterror[$obj->rowid])) {
2780 continue;
2781 }
2782
2783 // Load contract
2784 $object = new Contrat($this->db);
2785 $object->fetch($obj->rowid); // fetch also lines
2786 //$object->fetch_thirdparty();
2787
2788 if ($object->id <= 0) {
2789 $error++;
2790 $this->errors[] = 'Failed to load contract with id='.$obj->rowid;
2791 continue;
2792 }
2793
2794 dol_syslog("* Process contract line in doRenewalContracts for contract id=".$object->id." ref=".$object->ref." ref_customer=".$object->ref_customer." contract line id=".$obj->lid);
2795
2796 // Update expiration date of line
2797 $expirationdate = $this->db->jdate($obj->date_fin_validite);
2798 $duration_value = preg_replace('/[^0-9]/', '', $obj->duration);
2799 $duration_unit = preg_replace('/\d/', '', $obj->duration);
2800 //var_dump($expirationdate.' '.$enddatetoscan);
2801
2802 // Load linked ->linkedObjects (objects linked)
2803 // @TODO Comment this line and then make the search if there is n open invoice(s) by doing a dedicated SQL COUNT request to fill $contractcanceled.
2804 $object->fetchObjectLinked(null, '', null, '', 'OR', 1, 'sourcetype', 1);
2805
2806 // Test if there is at least 1 open invoice
2807 if (isset($object->linkedObjects['facture']) && is_array($object->linkedObjects['facture']) && count($object->linkedObjects['facture']) > 0) {
2808 // Sort array of linked invoices by ascending date
2809 usort($object->linkedObjects['facture'], array('Contrat', 'contractCmpDate'));
2810 //dol_sort_array($object->linkedObjects['facture'], 'date');
2811
2812 $someinvoicenotpaid = 0;
2813 foreach ($object->linkedObjects['facture'] as $idinvoice => $invoice) {
2814 if ($invoice->statut == Facture::STATUS_DRAFT) {
2815 continue;
2816 } // Draft invoice are not invoice not paid
2817
2818 if (empty($invoice->paye)) {
2819 $someinvoicenotpaid++;
2820 }
2821 }
2822 if ($someinvoicenotpaid) {
2823 $this->output .= 'Contract '.$object->ref.' is qualified for renewal but there is '.$someinvoicenotpaid.' invoice(s) unpayed so we cancel renewal'."\n";
2824 $contractignored[$object->id] = $object->ref;
2825 continue;
2826 }
2827 }
2828
2829 if ($expirationdate && $expirationdate < $enddatetoscan) {
2830 dol_syslog("Define the newdate of end of services from expirationdate=".$expirationdate);
2831 $newdate = $expirationdate;
2832 $protecti = 0; // $protecti is to avoid infinite loop
2833 while ($newdate < $enddatetoscan && $protecti < 1000) {
2834 $newdate = dol_time_plus_duree($newdate, (int) $duration_value, $duration_unit);
2835 $protecti++;
2836 }
2837
2838 if ($protecti < 1000) { // If not, there is a pb
2839 // We will update the end of date of contrat, so first we refresh contract data
2840 dol_syslog("We will update the end of date of contract with newdate = ".dol_print_date($newdate, 'dayhourrfc'));
2841
2842 $this->db->begin();
2843
2844 $errorforlocaltransaction = 0;
2845
2846 $label = 'Renewal of contrat '.$object->ref.' line '.$obj->lid;
2847 $comment = 'Renew date of contract '.$object->ref.' line '.$obj->lid.' by doAutoRenewContracts';
2848
2849 $sqlupdate = 'UPDATE '.MAIN_DB_PREFIX."contratdet SET date_fin_validite = '".$this->db->idate($newdate)."'";
2850 $sqlupdate .= ' WHERE rowid = '.((int) $obj->lid);
2851 $resqlupdate = $this->db->query($sqlupdate);
2852 if ($resqlupdate) {
2853 $contractlineprocessed[$obj->lid] = $object->ref;
2854
2855 $actioncode = 'RENEW_CONTRACT';
2856 $now = dol_now();
2857
2858 // Create an event
2859 $actioncomm = new ActionComm($this->db);
2860 $actioncomm->type_code = 'AC_OTH_AUTO'; // Type of event ('AC_OTH', 'AC_OTH_AUTO', 'AC_XXX'...)
2861 $actioncomm->code = 'AC_'.$actioncode;
2862 $actioncomm->label = $label;
2863 $actioncomm->datep = $now;
2864 $actioncomm->datef = $now;
2865 $actioncomm->percentage = -1; // Not applicable
2866 $actioncomm->socid = $object->socid;
2867 $actioncomm->authorid = $user->id; // User saving action
2868 $actioncomm->userownerid = $user->id; // Owner of action
2869 $actioncomm->fk_element = $object->id;
2870 $actioncomm->elementtype = 'contract';
2871 $actioncomm->note_private = $comment;
2872
2873 $ret = $actioncomm->create($user); // User creating action
2874 } else {
2875 $contracterror[$object->id] = $object->ref;
2876
2877 $error++;
2878 $errorforlocaltransaction++;
2879 $this->error = $this->db->lasterror();
2880 }
2881
2882 if (! $errorforlocaltransaction) {
2883 $this->db->commit();
2884 } else {
2885 $this->db->rollback();
2886 }
2887 } else {
2888 $error++;
2889 $this->error = "Bad value for newdate in doAutoRenewContracts - expirationdate=".$expirationdate." enddatetoscan=".$enddatetoscan." duration_value=".$duration_value." duration_unit=".$duration_value;
2890 dol_syslog($this->error, LOG_ERR);
2891 }
2892 }
2893 }
2894 $i++;
2895 }
2896 } else {
2897 $error++;
2898 $this->error = $this->db->lasterror();
2899 }
2900
2901 $this->output .= count($contractlineprocessed).' contract line(s) with end date before '.dol_print_date($enddatetoscan, 'day').' were renewed'.(count($contractlineprocessed) > 0 ? ' : '.implode(',', $contractlineprocessed) : '');
2902
2903 return ($error ? 1 : 0);
2904 }
2905
2913 public static function contractCmpDate($a, $b)
2914 {
2915 if ($a->date == $b->date) {
2916 return strcmp((string) $a->id, (string) $b->id);
2917 }
2918 return ($a->date < $b->date) ? -1 : 1;
2919 }
2920
2928 public function getKanbanView($option = '', $arraydata = null)
2929 {
2930 global $langs;
2931
2932 $selected = (empty($arraydata['selected']) ? 0 : $arraydata['selected']);
2933
2934 $return = '<div class="box-flex-item box-flex-grow-zero">';
2935 $return .= '<div class="info-box info-box-sm">';
2936 $return .= '<span class="info-box-icon bg-infobox-action">';
2937 $return .= img_picto('', $this->picto);
2938 $return .= '</span>';
2939 $return .= '<div class="info-box-content">';
2940 $return .= '<span class="info-box-ref inline-block tdoverflowmax150 valignmiddle">'.(method_exists($this, 'getNomUrl') ? $this->getNomUrl() : $this->ref).'</span>';
2941 if ($selected >= 0) {
2942 $return .= '<input id="cb'.$this->id.'" class="flat checkforselect fright" type="checkbox" name="toselect[]" value="'.$this->id.'"'.($selected ? ' checked="checked"' : '').'>';
2943 }
2944 if (!empty($arraydata['thirdparty'])) {
2945 $tmpthirdparty = $arraydata['thirdparty'];
2946 '@phan-var-force Societe $tmpthirdparty';
2947 $return .= '<br><div class="info-box-label inline-block valignmiddle">'.$tmpthirdparty->getNomUrl(1).'</div>';
2948 }
2949 if (property_exists($this, 'date_contrat')) {
2950 $return .= '<br><span class="opacitymedium valignmiddle">'.$langs->trans("DateContract").' : </span><span class="info-box-label valignmiddle">'.dol_print_date($this->date_contrat, 'day').'</span>';
2951 }
2952 if (method_exists($this, 'getLibStatut')) {
2953 $return .= '<br><div class="info-box-status valignmiddle">'.$this->getLibStatut(7).'</div>';
2954 }
2955 $return .= '</div>';
2956 $return .= '</div>';
2957 $return .= '</div>';
2958
2959 return $return;
2960 }
2961}
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
Definition card.php:66
$object ref
Definition info.php:89
Class to manage agenda events (actions)
Parent class of all other business classes (invoices, contracts, proposals, orders,...
fetch_optionals($rowid=null, $optionsArray=null)
Function to get extra fields of an object into $this->array_options This method is in most cases call...
add_object_linked($origin=null, $origin_id=null, $f_user=null, $notrigger=0)
Add an object link into llx_element_element.
defineBuyPrice($unitPrice=0.0, $discountPercent=0.0, $fk_product=0)
Get buy price to use for margin calculation.
commonGenerateDocument($modelspath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams=null)
Common function for all objects extending CommonObject for generating documents.
fetchProject()
Load the project with id $this->fk_project into this->project.
fetch_thirdparty($force_thirdparty_id=0)
Load the third party of object, from id $this->socid or $this->fk_soc, into this->thirdparty.
getIdContact($source, $code, $status=0)
Return id of contacts for a source and a contact code.
deleteObjectLinked($sourceid=null, $sourcetype='', $targetid=null, $targettype='', $rowid=0, $f_user=null, $notrigger=0)
Delete all links between an object $this.
setErrorsFromObject($object)
setErrorsFromObject
deleteExtraFields()
Delete all extra fields values for the current object.
static commonReplaceThirdparty(DoliDB $dbs, $origin_id, $dest_id, array $tables, $ignoreerrors=0)
Function used to replace a thirdparty id with another one.
static commonReplaceProduct(DoliDB $dbs, $origin_id, $dest_id, array $tables, $ignoreerrors=0)
Function used to replace a product id with another one.
insertExtraFields($trigger='', $userused=null)
Add/Update all extra fields values for the current object.
delete_linked_contact($source='', $code='')
Delete all links between an object $this and all its contacts in llx_element_contact.
call_trigger($triggerName, $user)
Call trigger based on this instance.
add_contact($fk_socpeople, $type_contact, $source='external', $notrigger=0)
Add a link between element $this->element and a contact.
static contractCmpDate($a, $b)
Used to sort lines by date.
createFromClone(User $user, $socid=0, $notrigger=0)
Load an object from its id and create a new one in database.
fetch($id, $ref='', $ref_customer='', $ref_supplier='', $noextrafields=0, $nolines=0)
Load a contract from database.
loadStateBoard()
Load the indicators this->nb for state board.
update_statut($user)
Update statut of contract according to services.
updateline($rowid, $desc, $pu, $qty, $remise_percent, $date_start, $date_end, $tvatx, $localtax1tx=0.0, $localtax2tx=0.0, $date_start_real='', $date_end_real='', $price_base_type='HT', $info_bits=0, $fk_fournprice=null, $pa_ht=0, $array_options=array(), $fk_unit=null, $rang=0)
Mets a jour une ligne de contrat.
getTicketsArray()
Create an array of associated tickets.
generateDocument($modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0, $moreparams=null)
Create a document onto disk according to template module.
active_line($user, $line_id, $date_start, $date_end='', $comment='')
Activate a contract line.
getTooltipContentArray($params)
getTooltipContentArray
getLinesArray()
Create an array of order lines.
validate(User $user, $force_number='', $notrigger=0)
Validate a contract.
getIdBillingContact()
Return id des contacts clients de facturation.
initAsSpecimen()
Initialise an instance with random values.
create($user)
Create a contract into database.
close_line($user, $line_id, $date_end, $comment='')
Close a contract line.
reopen($user, $notrigger=0)
Unvalidate a contract.
getKanbanView($option='', $arraydata=null)
Return clickable link of object (with eventually picto)
deleteLine($idline, User $user)
Delete a contract line.
array_detail($status=-1)
Return list of line rowid.
addline($desc, $pu_ht, $qty, $txtva, $txlocaltax1, $txlocaltax2, $fk_product, $remise_percent, $date_start, $date_end, $price_base_type='HT', $pu_ttc=0.0, $info_bits=0, $fk_fournprice=null, $pa_ht=0, $array_options=array(), $fk_unit=null, $rang=0)
Ajoute une ligne de contrat en base.
update($user, $notrigger=0)
Update object into database.
closeAll(User $user, $notrigger=0, $comment='')
Close all lines of a contract.
static replaceThirdparty(DoliDB $dbs, $origin_id, $dest_id)
Function used to replace a thirdparty id with another one.
getListOfContracts($option='all', $status=[], $product_categories=[], $line_status=[])
Return list of other contracts for the same company than current contract.
load_board($user, $mode)
Load indicators for dashboard (this->nbtodo and this->nbtodolate)
LibStatut($status, $mode)
Return the label of a given contrat status.
activateAll($user, $date_start='', $notrigger=0, $comment='', $date_end='')
Open all lines of a contract.
__construct($db)
Constructor.
doAutoRenewContracts($thirdparty_id=0, $delayindaysshort=0)
Action executed by scheduler CAN BE A CRON TASK Loop on each contract lines and update the end of dat...
getNomUrl($withpicto=0, $maxlength=0, $notooltip=0, $save_lastsearch_value=-1)
Return clickable name (with picto eventually)
info($id)
Charge les information d'ordre info dans l'objet contrat.
getLibStatut($mode)
Return label of a contract status.
static replaceProduct(DoliDB $db, $origin_id, $dest_id)
Function used to replace a product id with another one.
fetch_lines($only_services=0, $loadalsotranslation=0, $noextrafields=0)
Load lines array into this->lines.
getIdServiceContact()
Return id des contacts clients de prestation.
getNextNumRef($soc)
Return next contract ref.
Class to manage lines of contracts.
Class to manage Dolibarr database access.
const STATUS_DRAFT
Draft status.
Class to manage products or services.
Class to manage projects.
Class to manage third parties objects (customers, suppliers, prospects...)
Class to manage Dolibarr users.
print $langs trans("Ref").' m titre as m m statut as status
Or an array listing all the potential status of the object: array: int of the status => translated la...
Definition index.php:171
dol_time_plus_duree($time, $duration_value, $duration_unit, $ruleforendofmonth=0)
Add a delay to a date.
Definition date.lib.php:125
dol_delete_dir_recursive($dir, $count=0, $nophperrors=0, $onlysub=0, &$countdeleted=0, $indexdatabase=1, $nolog=0)
Remove a directory $dir and its subdirectories (or only files and subdirectories)
dol_dir_list($utf8_path, $types="all", $recursive=0, $filter="", $excludefilter=null, $sortcriteria="name", $sortorder=SORT_ASC, $mode=0, $nohook=0, $relativename="", $donotfollowsymlinks=0, $nbsecondsold=0)
Scan a directory and return a list of files/directories.
Definition files.lib.php:63
img_object($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0)
Show a picto called object_picto (generic function)
setEntity($currentobject)
Set entity id to use when to create an object.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
price2num($amount, $rounding='', $option=0)
Function that return a number with universal decimal format (decimal separator is '.
dol_strlen($string, $stringencoding='UTF-8')
Make a strlen call.
price($amount, $form=0, $outlangs='', $trunc=1, $rounding=-1, $forcerounding=-1, $currency_code='')
Function to format a value into an amount for visual output Function used into PDF and HTML pages.
dol_now($mode='auto')
Return date for now.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
getLocalTaxesFromRate($vatrate, $local, $buyer, $seller, $firstparamisid=0)
Get type and rate of localtaxes for a particular vat rate/country of a thirdparty.
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs=null, $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
if(!function_exists( 'dol_getprefix')) dol_include_once($relpath, $classname='')
Make an include_once using default root and alternate root if it fails.
dolGetStatus($statusLabel='', $statusLabelShort='', $html='', $statusType='status0', $displayMode=0, $url='', $params=array())
Output the badge of a status.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
dol_sanitizeFileName($str, $newstr='_', $unaccent=1)
Clean a string to use it as a file name.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
getMarginInfos($pv_ht, $remise_percent, $tva_tx, $localtax1_tx, $localtax2_tx, $fk_pa, $pa_ht)
Return an array with margins information of a line.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
Definition member.php:79
Class to generate the form for creating a new ticket.
calcul_price_total($qty, $pu, $remise_percent_ligne, $txtva, $uselocaltax1_rate, $uselocaltax2_rate, $remise_percent_global, $price_base_type, $info_bits, $type, $seller='', $localtaxes_array=[], $progress=100, $multicurrency_tx=1, $pu_devise=0, $multicurrency_code='')
Calculate totals (net, vat, ...) of a line.
Definition price.lib.php:90