40require_once DOL_DOCUMENT_ROOT.
'/core/class/commonorder.class.php';
41require_once DOL_DOCUMENT_ROOT.
'/fourn/class/fournisseur.product.class.php';
42require_once DOL_DOCUMENT_ROOT.
'/fourn/class/fournisseur.orderline.class.php';
43require_once DOL_DOCUMENT_ROOT.
'/multicurrency/class/multicurrency.class.php';
44if (isModEnabled(
'productbatch')) {
45 require_once DOL_DOCUMENT_ROOT.
'/product/class/productbatch.class.php';
57 public $element =
'order_supplier';
62 public $table_element =
'commande_fournisseur';
67 public $table_element_line =
'commande_fournisseurdet';
72 public $class_element_line =
'CommandeFournisseurLigne';
77 public $fk_element =
'fk_commande';
82 public $picto =
'supplier_order';
88 public $restrictiononfksoc = 1;
108 public $ref_supplier;
156 public $date_approve;
162 public $date_approve2;
167 public $date_commande;
173 public $remise_percent;
177 public $methode_commande_id;
181 public $methode_commande;
186 public $delivery_date;
201 public $total_localtax1;
206 public $total_localtax2;
226 public $cond_reglement_id;
231 public $cond_reglement_code;
236 public $cond_reglement_label;
241 public $cond_reglement_doc;
251 public $mode_reglement_id;
256 public $mode_reglement_code;
261 public $mode_reglement;
266 public $user_author_id;
271 public $user_approve_id;
277 public $user_approve_id2;
287 public $extraparams = array();
292 public $lines = array();
307 public $linked_objects = array();
312 public $date_lim_reglement;
316 public $receptions = array();
322 public $fk_multicurrency;
327 public $multicurrency_code;
332 public $multicurrency_tx;
337 public $multicurrency_total_ht;
342 public $multicurrency_total_tva;
347 public $multicurrency_total_ttc;
377 'rowid' => array(
'type' =>
'integer',
'label' =>
'TechnicalID',
'enabled' => 1,
'visible' => 0,
'notnull' => 1,
'position' => 10),
378 'ref' => array(
'type' =>
'varchar(255)',
'label' =>
'Ref',
'enabled' => 1,
'visible' => 1,
'showoncombobox' => 1,
'position' => 25,
'searchall' => 1),
379 'ref_ext' => array(
'type' =>
'varchar(255)',
'label' =>
'Ref ext',
'enabled' => 1,
'visible' => 0,
'position' => 35),
380 'ref_supplier' => array(
'type' =>
'varchar(255)',
'label' =>
'RefOrderSupplierShort',
'enabled' => 1,
'visible' => 1,
'position' => 40,
'searchall' => 1),
381 'fk_projet' => array(
'type' =>
'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)',
'label' =>
'Project',
'enabled' =>
"isModEnabled('project')",
'visible' => -1,
'position' => 45),
382 'date_valid' => array(
'type' =>
'datetime',
'label' =>
'DateValidation',
'enabled' => 1,
'visible' => -1,
'position' => 710),
383 'date_approve' => array(
'type' =>
'datetime',
'label' =>
'DateApprove',
'enabled' => 1,
'visible' => -1,
'position' => 720),
384 'date_approve2' => array(
'type' =>
'datetime',
'label' =>
'DateApprove2',
'enabled' => 1,
'visible' => 3,
'position' => 725),
385 'date_commande' => array(
'type' =>
'date',
'label' =>
'OrderDateShort',
'enabled' => 1,
'visible' => 1,
'position' => 70),
386 'date_livraison' => array(
'type' =>
'datetime',
'label' =>
'DeliveryDate',
'enabled' =>
'empty($conf->global->ORDER_DISABLE_DELIVERY_DATE)',
'visible' => 1,
'position' => 74),
387 'fk_user_author' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserAuthor',
'enabled' => 1,
'visible' => 3,
'position' => 41),
388 'fk_user_modif' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserModif',
'enabled' => 1,
'visible' => 3,
'notnull' => -1,
'position' => 80),
389 'fk_user_valid' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserValidation',
'enabled' => 1,
'visible' => 3,
'position' => 711),
390 'fk_user_approve' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserApproval',
'enabled' => 1,
'visible' => 3,
'position' => 721),
391 'fk_user_approve2' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserApproval2',
'enabled' => 1,
'visible' => 3,
'position' => 726),
392 'source' => array(
'type' =>
'smallint(6)',
'label' =>
'Source',
'enabled' => 1,
'visible' => 3,
'notnull' => 1,
'position' => 100),
393 'billed' => array(
'type' =>
'smallint(6)',
'label' =>
'Billed',
'enabled' => 1,
'visible' => 1,
'position' => 710),
394 'total_ht' => array(
'type' =>
'double(24,8)',
'label' =>
'AmountHT',
'enabled' => 1,
'visible' => 1,
'position' => 130,
'isameasure' => 1),
395 'total_tva' => array(
'type' =>
'double(24,8)',
'label' =>
'AmountVAT',
'enabled' => 1,
'visible' => 1,
'position' => 135,
'isameasure' => 1),
396 'localtax1' => array(
'type' =>
'double(24,8)',
'label' =>
'LT1',
'enabled' => 1,
'visible' => 3,
'position' => 140,
'isameasure' => 1),
397 'localtax2' => array(
'type' =>
'double(24,8)',
'label' =>
'LT2',
'enabled' => 1,
'visible' => 3,
'position' => 145,
'isameasure' => 1),
398 'total_ttc' => array(
'type' =>
'double(24,8)',
'label' =>
'AmountTTC',
'enabled' => 1,
'visible' => -1,
'position' => 150,
'isameasure' => 1),
399 'note_public' => array(
'type' =>
'html',
'label' =>
'NotePublic',
'enabled' => 1,
'visible' => 0,
'position' => 750,
'searchall' => 1),
400 'note_private' => array(
'type' =>
'html',
'label' =>
'NotePrivate',
'enabled' => 1,
'visible' => 0,
'position' => 760,
'searchall' => 1),
401 'model_pdf' => array(
'type' =>
'varchar(255)',
'label' =>
'ModelPDF',
'enabled' => 1,
'visible' => 0,
'position' => 165),
402 'fk_input_method' => array(
'type' =>
'integer',
'label' =>
'OrderMode',
'enabled' => 1,
'visible' => 3,
'position' => 170),
403 'fk_cond_reglement' => array(
'type' =>
'integer',
'label' =>
'PaymentTerm',
'enabled' => 1,
'visible' => 3,
'position' => 175),
404 'fk_mode_reglement' => array(
'type' =>
'integer',
'label' =>
'PaymentMode',
'enabled' => 1,
'visible' => 3,
'position' => 180),
405 'extraparams' => array(
'type' =>
'varchar(255)',
'label' =>
'Extraparams',
'enabled' => 1,
'visible' => 0,
'position' => 190),
406 'fk_account' => array(
'type' =>
'integer',
'label' =>
'BankAccount',
'enabled' =>
'isModEnabled("bank")',
'visible' => 3,
'position' => 200),
407 'fk_incoterms' => array(
'type' =>
'integer',
'label' =>
'IncotermCode',
'enabled' => 1,
'visible' => 3,
'position' => 205),
408 'location_incoterms' => array(
'type' =>
'varchar(255)',
'label' =>
'IncotermLocation',
'enabled' => 1,
'visible' => 3,
'position' => 210),
409 'fk_multicurrency' => array(
'type' =>
'integer',
'label' =>
'Fk multicurrency',
'enabled' => 1,
'visible' => 0,
'position' => 215),
410 'multicurrency_code' => array(
'type' =>
'varchar(255)',
'label' =>
'Currency',
'enabled' =>
'isModEnabled("multicurrency")',
'visible' => -1,
'position' => 220),
411 'multicurrency_tx' => array(
'type' =>
'double(24,8)',
'label' =>
'CurrencyRate',
'enabled' =>
'isModEnabled("multicurrency")',
'visible' => -1,
'position' => 225),
412 'multicurrency_total_ht' => array(
'type' =>
'double(24,8)',
'label' =>
'MulticurrencyAmountHT',
'enabled' =>
'isModEnabled("multicurrency")',
'visible' => -1,
'position' => 230),
413 'multicurrency_total_tva' => array(
'type' =>
'double(24,8)',
'label' =>
'MulticurrencyAmountVAT',
'enabled' =>
'isModEnabled("multicurrency")',
'visible' => -1,
'position' => 235),
414 'multicurrency_total_ttc' => array(
'type' =>
'double(24,8)',
'label' =>
'MulticurrencyAmountTTC',
'enabled' =>
'isModEnabled("multicurrency")',
'visible' => -1,
'position' => 240),
415 'date_creation' => array(
'type' =>
'datetime',
'label' =>
'Date creation',
'enabled' => 1,
'visible' => -1,
'position' => 500),
416 'fk_soc' => array(
'type' =>
'integer:Societe:societe/class/societe.class.php',
'label' =>
'ThirdParty',
'enabled' =>
'isModEnabled("societe")',
'visible' => 1,
'notnull' => 1,
'position' => 50),
417 'entity' => array(
'type' =>
'integer',
'label' =>
'Entity',
'default' =>
'1',
'enabled' => 1,
'visible' => 0,
'notnull' => 1,
'position' => 1000,
'index' => 1),
418 'tms' => array(
'type' =>
'datetime',
'label' =>
"DateModificationShort",
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'position' => 501),
419 'last_main_doc' => array(
'type' =>
'varchar(255)',
'label' =>
'LastMainDoc',
'enabled' => 1,
'visible' => 0,
'position' => 700),
420 'fk_statut' => array(
'type' =>
'smallint(6)',
'label' =>
'Status',
'enabled' => 1,
'visible' => 1,
'position' => 701),
421 'import_key' => array(
'type' =>
'varchar(14)',
'label' =>
'ImportId',
'enabled' => 1,
'visible' => 0,
'position' => 900),
485 $this->ismultientitymanaged = 1;
496 public function fetch($id, $ref =
'')
499 if (empty($id) && empty($ref)) {
503 $sql =
"SELECT c.rowid, c.entity, c.ref, ref_supplier, c.fk_soc, c.fk_statut as status, c.amount_ht, c.total_ht, c.total_ttc, c.total_tva,";
504 $sql .=
" c.localtax1, c.localtax2, ";
505 $sql .=
" c.date_creation, c.date_valid, c.date_approve, c.date_approve2,";
506 $sql .=
" c.fk_user_author as user_author_id, c.fk_user_valid as user_validation_id, c.fk_user_approve as user_approve_id, c.fk_user_approve2 as user_approve_id2,";
507 $sql .=
" c.date_commande as date_commande, c.date_livraison as delivery_date, c.fk_cond_reglement, c.fk_mode_reglement, c.fk_projet as fk_project, c.remise_percent, c.source, c.fk_input_method,";
508 $sql .=
" c.fk_account,";
509 $sql .=
" c.note_private, c.note_public, c.model_pdf, c.extraparams, c.billed,";
510 $sql .=
" c.fk_multicurrency, c.multicurrency_code, c.multicurrency_tx, c.multicurrency_total_ht, c.multicurrency_total_tva, c.multicurrency_total_ttc,";
511 $sql .=
" cm.libelle as methode_commande,";
512 $sql .=
" cr.code as cond_reglement_code, cr.libelle as cond_reglement_label, cr.libelle_facture as cond_reglement_doc,";
513 $sql .=
" p.code as mode_reglement_code, p.libelle as mode_reglement_libelle";
514 $sql .=
', c.fk_incoterms, c.location_incoterms';
515 $sql .=
', i.libelle as label_incoterms';
516 $sql .=
" FROM ".$this->db->prefix().
"commande_fournisseur as c";
517 $sql .=
" LEFT JOIN ".$this->db->prefix().
"c_payment_term as cr ON c.fk_cond_reglement = cr.rowid";
518 $sql .=
" LEFT JOIN ".$this->db->prefix().
"c_paiement as p ON c.fk_mode_reglement = p.id";
519 $sql .=
" LEFT JOIN ".$this->db->prefix().
"c_input_method as cm ON cm.rowid = c.fk_input_method";
520 $sql .=
' LEFT JOIN '.$this->db->prefix().
'c_incoterms as i ON c.fk_incoterms = i.rowid';
523 $sql .=
" WHERE c.entity IN (".getEntity(
'supplier_order').
")";
525 $sql .=
" WHERE c.rowid=".((int) $id);
529 $sql .=
" AND c.ref='".$this->db->escape($ref).
"'";
532 dol_syslog(get_class($this).
"::fetch", LOG_DEBUG);
533 $resql = $this->db->query($sql);
535 $obj = $this->db->fetch_object($resql);
537 $this->error =
'Bill with id '.$id.
' not found';
538 dol_syslog(get_class($this).
'::fetch '.$this->error);
542 $this->
id = $obj->rowid;
543 $this->entity = $obj->entity;
545 $this->
ref = $obj->ref;
546 $this->ref_supplier = $obj->ref_supplier;
547 $this->socid = $obj->fk_soc;
548 $this->fourn_id = $obj->fk_soc;
549 $this->statut = $obj->status;
550 $this->
status = $obj->status;
551 $this->billed = $obj->billed;
552 $this->user_author_id = $obj->user_author_id;
553 $this->user_validation_id = $obj->user_validation_id;
554 $this->user_approve_id = $obj->user_approve_id;
555 $this->user_approve_id2 = $obj->user_approve_id2;
556 $this->total_ht = $obj->total_ht;
557 $this->total_tva = $obj->total_tva;
558 $this->total_localtax1 = $obj->localtax1;
559 $this->total_localtax2 = $obj->localtax2;
560 $this->total_ttc = $obj->total_ttc;
561 $this->date_creation = $this->db->jdate($obj->date_creation);
562 $this->date_valid = $this->db->jdate($obj->date_valid);
563 $this->date_approve = $this->db->jdate($obj->date_approve);
564 $this->date_approve2 = $this->db->jdate($obj->date_approve2);
565 $this->date_commande = $this->db->jdate($obj->date_commande);
566 if (isset($obj->date_commande)) {
567 $this->date = $this->date_commande;
569 $this->date = $this->date_creation;
571 $this->delivery_date = $this->db->jdate($obj->delivery_date);
572 $this->remise_percent = $obj->remise_percent;
573 $this->methode_commande_id = $obj->fk_input_method;
574 $this->methode_commande = $obj->methode_commande;
576 $this->source = $obj->source;
577 $this->fk_project = $obj->fk_project;
578 $this->cond_reglement_id = $obj->fk_cond_reglement;
579 $this->cond_reglement_code = $obj->cond_reglement_code;
580 $this->cond_reglement = $obj->cond_reglement_label;
581 $this->cond_reglement_label = $obj->cond_reglement_label;
582 $this->cond_reglement_doc = $obj->cond_reglement_doc;
583 $this->fk_account = $obj->fk_account;
584 $this->mode_reglement_id = $obj->fk_mode_reglement;
585 $this->mode_reglement_code = $obj->mode_reglement_code;
586 $this->mode_reglement = $obj->mode_reglement_libelle;
587 $this->note = $obj->note_private;
588 $this->note_private = $obj->note_private;
589 $this->note_public = $obj->note_public;
590 $this->model_pdf = $obj->model_pdf;
593 $this->fk_incoterms = $obj->fk_incoterms;
594 $this->location_incoterms = $obj->location_incoterms;
595 $this->label_incoterms = $obj->label_incoterms;
598 $this->fk_multicurrency = $obj->fk_multicurrency;
599 $this->multicurrency_code = $obj->multicurrency_code;
600 $this->multicurrency_tx = $obj->multicurrency_tx;
601 $this->multicurrency_total_ht = $obj->multicurrency_total_ht;
602 $this->multicurrency_total_tva = $obj->multicurrency_total_tva;
603 $this->multicurrency_total_ttc = $obj->multicurrency_total_ttc;
605 $this->extraparams = isset($obj->extraparams) ? (array) json_decode($obj->extraparams,
true) : array();
607 $this->db->free($resql);
622 $this->error = $this->db->error().
" sql=".$sql;
638 $this->lines = array();
640 $sql =
"SELECT l.rowid, l.fk_commande, l.ref as ref_supplier, l.fk_product, l.product_type, l.label, l.description, l.qty,";
641 $sql .=
" l.vat_src_code, l.tva_tx, l.remise_percent, l.subprice,";
642 $sql .=
" l.localtax1_tx, l. localtax2_tx, l.localtax1_type, l. localtax2_type, l.total_localtax1, l.total_localtax2,";
643 $sql .=
" l.total_ht, l.total_tva, l.total_ttc, l.info_bits, l.special_code, l.fk_parent_line, l.rang,";
644 $sql .=
" p.rowid as product_id, p.ref as product_ref, p.label as product_label, p.description as product_desc, p.tobatch as product_tobatch, p.barcode as product_barcode,";
645 $sql .=
" l.fk_unit,";
646 $sql .=
" l.date_start, l.date_end,";
647 $sql .=
' l.fk_multicurrency, l.multicurrency_code, l.multicurrency_subprice, l.multicurrency_total_ht, l.multicurrency_total_tva, l.multicurrency_total_ttc';
648 $sql .=
" FROM ".$this->db->prefix().
"commande_fournisseurdet as l";
649 $sql .=
' LEFT JOIN '.$this->db->prefix().
'product as p ON l.fk_product = p.rowid';
650 $sql .=
" WHERE l.fk_commande = ".((int) $this->
id);
652 $sql .=
' AND p.fk_product_type = 0';
654 $sql .=
" ORDER BY l.rang, l.rowid";
657 dol_syslog(get_class($this).
"::fetch_lines", LOG_DEBUG);
659 $result = $this->db->query($sql);
661 $num = $this->db->num_rows($result);
665 $objp = $this->db->fetch_object($result);
669 $line->id = $objp->rowid;
670 $line->fk_commande = $objp->fk_commande;
671 $line->desc = $objp->description;
672 $line->description = $objp->description;
673 $line->qty = $objp->qty;
674 $line->tva_tx = $objp->tva_tx;
675 $line->localtax1_tx = $objp->localtax1_tx;
676 $line->localtax2_tx = $objp->localtax2_tx;
677 $line->localtax1_type = $objp->localtax1_type;
678 $line->localtax2_type = $objp->localtax2_type;
679 $line->subprice = $objp->subprice;
680 $line->pu_ht = $objp->subprice;
681 $line->remise_percent = $objp->remise_percent;
683 $line->vat_src_code = $objp->vat_src_code;
684 $line->total_ht = $objp->total_ht;
685 $line->total_tva = $objp->total_tva;
686 $line->total_localtax1 = $objp->total_localtax1;
687 $line->total_localtax2 = $objp->total_localtax2;
688 $line->total_ttc = $objp->total_ttc;
689 $line->product_type = $objp->product_type;
691 $line->fk_product = $objp->fk_product;
693 $line->libelle = $objp->product_label;
694 $line->product_label = $objp->product_label;
695 $line->product_desc = $objp->product_desc;
696 $line->product_tobatch = $objp->product_tobatch;
697 $line->product_barcode = $objp->product_barcode;
699 $line->ref = $objp->product_ref;
700 $line->product_ref = $objp->product_ref;
701 $line->ref_fourn = $objp->ref_supplier;
702 $line->ref_supplier = $objp->ref_supplier;
709 $sqlsearchpackage =
'SELECT rowid, packaging FROM '.$this->db->prefix().
"product_fournisseur_price";
710 $sqlsearchpackage .=
' WHERE entity IN ('.getEntity(
'product_fournisseur_price').
")";
711 $sqlsearchpackage .=
" AND fk_product = ".((int) $objp->fk_product);
712 $sqlsearchpackage .=
" AND ref_fourn = '".$this->db->escape($objp->ref_supplier).
"'";
713 $sqlsearchpackage .=
" AND quantity <= ".((float) $objp->qty);
714 $sqlsearchpackage .=
" AND (packaging IS NULL OR packaging = 0 OR packaging <= ".((float) $objp->qty).
")";
715 $sqlsearchpackage .=
" AND fk_soc = ".((int) $this->socid);
716 $sqlsearchpackage .=
" ORDER BY packaging ASC";
717 $sqlsearchpackage .=
" LIMIT 1";
719 $resqlsearchpackage = $this->db->query($sqlsearchpackage);
720 if ($resqlsearchpackage) {
721 $objsearchpackage = $this->db->fetch_object($resqlsearchpackage);
722 if ($objsearchpackage) {
723 $line->fk_fournprice = $objsearchpackage->rowid;
724 $line->packaging = $objsearchpackage->packaging;
727 $this->error = $this->db->lasterror();
732 $line->date_start = $this->db->jdate($objp->date_start);
733 $line->date_end = $this->db->jdate($objp->date_end);
734 $line->fk_unit = $objp->fk_unit;
737 $line->fk_multicurrency = $objp->fk_multicurrency;
738 $line->multicurrency_code = $objp->multicurrency_code;
739 $line->multicurrency_subprice = $objp->multicurrency_subprice;
740 $line->multicurrency_total_ht = $objp->multicurrency_total_ht;
741 $line->multicurrency_total_tva = $objp->multicurrency_total_tva;
742 $line->multicurrency_total_ttc = $objp->multicurrency_total_ttc;
744 $line->info_bits = $objp->info_bits;
745 $line->special_code = $objp->special_code;
746 $line->fk_parent_line = $objp->fk_parent_line;
748 $line->rang = $objp->rang;
752 $line->fetch_optionals();
754 $this->lines[$i] = $line;
758 $this->db->free($result);
762 $this->error = $this->db->error().
" sql=".$sql;
775 public function valid($user, $idwarehouse = 0, $notrigger = 0)
778 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
784 if ((!
getDolGlobalString(
'MAIN_USE_ADVANCED_PERMS') && ($user->hasRight(
"fournisseur",
"commande",
"creer") || $user->hasRight(
"supplier_order",
"creer")))
785 || (
getDolGlobalString(
'MAIN_USE_ADVANCED_PERMS') && $user->hasRight(
"fournisseur",
"supplier_order_advance",
"validate"))) {
790 $soc->fetch($this->fourn_id);
793 if (preg_match(
'/^[\(]?PROV/i', $this->
ref) || empty($this->
ref)) {
794 $num = $this->getNextNumRef($soc);
800 $sql =
'UPDATE '.$this->db->prefix().
"commande_fournisseur";
801 $sql .=
" SET ref='".$this->db->escape($num).
"',";
802 $sql .=
" fk_statut = ".((int) self::STATUS_VALIDATED).
",";
803 $sql .=
" date_valid='".$this->db->idate(
dol_now()).
"',";
804 $sql .=
" fk_user_valid = ".((int) $user->id);
805 $sql .=
" WHERE rowid = ".((int) $this->
id);
806 $sql .=
" AND fk_statut = ".((int) self::STATUS_DRAFT);
808 $resql = $this->db->query($sql);
814 if (!$error && !$notrigger) {
816 $result = $this->
call_trigger(
'ORDER_SUPPLIER_VALIDATE', $user);
824 $this->oldref = $this->ref;
827 if (preg_match(
'/^[\(]?PROV/i', $this->
ref)) {
829 $sql =
'UPDATE '.$this->db->prefix().
"ecm_files set filename = CONCAT('".$this->db->escape($this->newref).
"', SUBSTR(filename, ".(strlen($this->
ref) + 1).
")), filepath = 'fournisseur/commande/".$this->db->escape($this->newref).
"'";
830 $sql .=
" WHERE filename LIKE '".$this->db->escape($this->
ref).
"%' AND filepath = 'fournisseur/commande/".$this->db->escape($this->
ref).
"' and entity = ".((int)
$conf->entity);
831 $resql = $this->db->query($sql);
834 $this->error = $this->db->lasterror();
836 $sql =
'UPDATE '.$this->db->prefix().
"ecm_files set filepath = 'fournisseur/commande/".$this->db->escape($this->newref).
"'";
837 $sql .=
" WHERE filepath = 'fournisseur/commande/".$this->db->escape($this->
ref).
"' and entity = ".$conf->entity;
838 $resql = $this->db->query($sql);
841 $this->error = $this->db->lasterror();
847 $dirsource =
$conf->fournisseur->commande->dir_output.
'/'.$oldref;
848 $dirdest =
$conf->fournisseur->commande->dir_output.
'/'.$newref;
849 if (!$error && file_exists($dirsource)) {
850 dol_syslog(get_class($this).
"::valid rename dir ".$dirsource.
" into ".$dirdest);
852 if (@rename($dirsource, $dirdest)) {
855 $listoffiles =
dol_dir_list(
$conf->fournisseur->commande->dir_output.
'/'.$newref,
'files', 1,
'^'.preg_quote($oldref,
'/'));
856 foreach ($listoffiles as $fileentry) {
857 $dirsource = $fileentry[
'name'];
858 $dirdest = preg_replace(
'/^'.preg_quote($oldref,
'/').
'/', $newref, $dirsource);
859 $dirsource = $fileentry[
'path'].
'/'.$dirsource;
860 $dirdest = $fileentry[
'path'].
'/'.$dirdest;
861 @rename($dirsource, $dirdest);
879 $this->db->rollback();
883 $this->error =
'NotAuthorized';
884 dol_syslog(get_class($this).
"::valid ".$this->error, LOG_ERR);
909 public function LibStatut($status, $mode = 0, $billed = 0)
912 global $langs, $hookmanager;
914 if (empty($this->labelStatus) || empty($this->labelStatusShort)) {
915 $langs->load(
'orders');
917 $this->labelStatus[0] =
'StatusSupplierOrderDraft';
918 $this->labelStatus[1] =
'StatusSupplierOrderValidated';
919 $this->labelStatus[2] =
'StatusSupplierOrderApproved';
921 $this->labelStatus[3] =
'StatusSupplierOrderOnProcess';
923 $this->labelStatus[3] =
'StatusSupplierOrderOnProcessWithValidation';
925 $this->labelStatus[4] =
'StatusSupplierOrderReceivedPartially';
926 $this->labelStatus[5] =
'StatusSupplierOrderReceivedAll';
927 $this->labelStatus[6] =
'StatusSupplierOrderCanceled';
928 $this->labelStatus[7] =
'StatusSupplierOrderCanceled';
929 $this->labelStatus[9] =
'StatusSupplierOrderRefused';
932 $this->labelStatusShort[0] =
'StatusSupplierOrderDraftShort';
933 $this->labelStatusShort[1] =
'StatusSupplierOrderValidatedShort';
934 $this->labelStatusShort[2] =
'StatusSupplierOrderApprovedShort';
935 $this->labelStatusShort[3] =
'StatusSupplierOrderOnProcessShort';
936 $this->labelStatusShort[4] =
'StatusSupplierOrderReceivedPartiallyShort';
937 $this->labelStatusShort[5] =
'StatusSupplierOrderReceivedAllShort';
938 $this->labelStatusShort[6] =
'StatusSupplierOrderCanceledShort';
939 $this->labelStatusShort[7] =
'StatusSupplierOrderCanceledShort';
940 $this->labelStatusShort[9] =
'StatusSupplierOrderRefusedShort';
943 $statustrans = array(
955 $statusClass =
'status0';
956 if (!empty($statustrans[$status])) {
957 $statusClass = $statustrans[$status];
962 $billedtext =
' - '.$langs->trans(
"Billed");
964 if ($status == 5 && $billed) {
965 $statusClass =
'status6';
968 $statusLong = $langs->transnoentitiesnoconv($this->labelStatus[$status]).$billedtext;
969 $statusShort = $langs->transnoentitiesnoconv($this->labelStatusShort[$status]);
971 $parameters = array(
'status' => $status,
'mode' => $mode,
'billed' => $billed);
972 $reshook = $hookmanager->executeHooks(
'LibStatut', $parameters, $this);
974 return $hookmanager->resPrint;
977 return dolGetStatus($statusLong, $statusShort,
'', $statusClass, $mode);
988 global
$conf, $langs, $user;
990 $langs->loadLangs([
'bills',
'orders']);
993 $nofetch = !empty($params[
'nofetch']);
995 if ($user->hasRight(
"fournisseur",
"commande",
"read")) {
996 $datas[
'picto'] =
'<u class="paddingrightonly">'.$langs->trans(
"SupplierOrder").
'</u>';
998 $datas[
'picto'] .=
' '.$this->getLibStatut(5);
1000 if (!empty($this->
ref)) {
1001 $datas[
'ref'] =
'<br><b>'.$langs->trans(
'Ref').
':</b> '.$this->ref;
1003 if (!empty($this->ref_supplier)) {
1004 $datas[
'refsupplier'] =
'<br><b>'.$langs->trans(
'RefSupplier').
':</b> '.$this->ref_supplier;
1007 $langs->load(
'companies');
1008 if (empty($this->thirdparty)) {
1011 $datas[
'supplier'] =
'<br><b>'.$langs->trans(
'Supplier').
':</b> '.$this->thirdparty->getNomUrl(1,
'', 0, 1);
1013 if (!empty($this->total_ht)) {
1014 $datas[
'totalht'] =
'<br><b>'.$langs->trans(
'AmountHT').
':</b> '.
price($this->total_ht, 0, $langs, 0, -1, -1,
$conf->currency);
1016 if (!empty($this->total_tva)) {
1017 $datas[
'totaltva'] =
'<br><b>'.$langs->trans(
'VAT').
':</b> '.
price($this->total_tva, 0, $langs, 0, -1, -1,
$conf->currency);
1019 if (!empty($this->total_ttc)) {
1020 $datas[
'totalttc'] =
'<br><b>'.$langs->trans(
'AmountTTC').
':</b> '.
price($this->total_ttc, 0, $langs, 0, -1, -1,
$conf->currency);
1022 if (!empty($this->date)) {
1023 $datas[
'date'] =
'<br><b>'.$langs->trans(
'Date').
':</b> '.
dol_print_date($this->date,
'day');
1025 if (!empty($this->delivery_date)) {
1026 $datas[
'deliverydate'] =
'<br><b>'.$langs->trans(
'DeliveryDate').
':</b> '.
dol_print_date($this->delivery_date,
'dayhour');
1042 public function getNomUrl($withpicto = 0, $option =
'', $notooltip = 0, $save_lastsearch_value = -1, $addlinktonotes = 0)
1044 global $langs, $user, $hookmanager;
1049 'objecttype' => $this->element,
1050 'option' => $option,
1053 $classfortooltip =
'classfortooltip';
1056 $classfortooltip =
'classforajaxtooltip';
1057 $dataparams =
' data-params="'.dol_escape_htmltag(json_encode($params)).
'"';
1063 $url = DOL_URL_ROOT.
'/fourn/commande/card.php?id='.$this->id;
1065 if ($option !==
'nolink') {
1067 $add_save_lastsearch_values = ($save_lastsearch_value == 1 ? 1 : 0);
1068 if ($save_lastsearch_value == -1 && isset($_SERVER[
"PHP_SELF"]) && preg_match(
'/list\.php/', $_SERVER[
"PHP_SELF"])) {
1069 $add_save_lastsearch_values = 1;
1071 if ($add_save_lastsearch_values) {
1072 $url .=
'&save_lastsearch_values=1';
1077 if (empty($notooltip)) {
1079 $label = $langs->trans(
"ShowOrder");
1080 $linkclose .=
' alt="'.dol_escape_htmltag($label, 1).
'"';
1082 $linkclose .= ($label ?
' title="'.dol_escape_htmltag($label, 1).
'"' :
' title="tocomplete"');
1083 $linkclose .= $dataparams.
' class="'.$classfortooltip.
'"';
1086 $linkstart =
'<a href="'.$url.
'"';
1087 $linkstart .= $linkclose.
'>';
1090 $result .= $linkstart;
1092 $result .=
img_object(($notooltip ?
'' : $label), ($this->picto ? $this->picto :
'generic'), (($withpicto != 2) ?
'class="paddingright"' :
''), 0, 0, $notooltip ? 0 : 1);
1094 if ($withpicto != 2) {
1095 $result .= $this->ref;
1097 $result .= $linkend;
1099 if ($addlinktonotes) {
1100 $txttoshow = ($user->socid > 0 ? $this->note_public : $this->note_private);
1103 $result .=
' <span class="note inline-block">';
1104 $result .=
'<a href="'.DOL_URL_ROOT.
'/fourn/commande/note.php?id='.$this->
id.
'" class="classfortooltip" title="'.
dol_escape_htmltag($notetoshow).
'">';
1109 $result .=
'</span>';
1114 $hookmanager->initHooks(array($this->element .
'dao'));
1115 $parameters = array(
'id' => $this->
id,
'getnomurl' => &$result);
1116 $reshook = $hookmanager->executeHooks(
'getNomUrl', $parameters, $this, $action);
1118 $result = $hookmanager->resPrint;
1120 $result .= $hookmanager->resPrint;
1133 public function getNextNumRef($soc)
1135 global $langs,
$conf;
1136 $langs->load(
"orders");
1145 $dirmodels = array_merge(array(
'/'), (array)
$conf->modules_parts[
'models']);
1147 foreach ($dirmodels as $reldir) {
1148 $dir =
dol_buildpath($reldir.
"core/modules/supplier_order/");
1151 $mybool = ((bool) @include_once $dir.$file) || $mybool;
1159 $obj =
new $classname();
1160 '@phan-var-force ModeleNumRefSuppliersOrders $obj';
1162 $numref = $obj->getNextValue($soc, $this);
1164 if ($numref !=
"") {
1167 $this->error = $obj->error;
1171 $this->error =
"Error_COMMANDE_SUPPLIER_ADDON_NotDefined";
1186 if ($this->billed) {
1192 $sql =
'UPDATE '.$this->db->prefix().
'commande_fournisseur SET billed = 1';
1195 if ($this->db->query($sql)) {
1198 $result = $this->
call_trigger(
'ORDER_SUPPLIER_CLASSIFY_BILLED', $user);
1208 $this->db->commit();
1211 $this->db->rollback();
1217 $this->db->rollback();
1231 if (empty($this->billed)) {
1237 $sql =
'UPDATE '.$this->db->prefix().
'commande_fournisseur SET billed = 0';
1241 if (!$this->db->query($sql)) {
1243 $this->db->rollback();
1248 $result = $this->
call_trigger(
'ORDER_SUPPLIER_CLASSIFY_UNBILLED', $user);
1250 $this->db->rollback();
1256 $this->db->commit();
1269 public function approve($user, $idwarehouse = 0, $secondlevel = 0)
1271 global $langs,
$conf;
1272 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
1278 if ($user->hasRight(
"fournisseur",
"commande",
"approuver")) {
1284 $soc =
new Societe($this->db);
1285 $soc->fetch($this->fourn_id);
1288 if (preg_match(
'/^[\(]?PROV/i', $this->
ref) || empty($this->
ref)) {
1289 $num = $this->getNextNumRef($soc);
1296 $movetoapprovestatus =
true;
1299 $sql =
"UPDATE ".$this->db->prefix().
"commande_fournisseur";
1300 $sql .=
" SET ref='".$this->db->escape($num).
"',";
1301 if (empty($secondlevel)) {
1302 $sql .=
" date_approve='".$this->db->idate($now).
"',";
1303 $sql .=
" fk_user_approve = ".((int) $user->id);
1305 if (empty($this->user_approve_id2)) {
1306 $movetoapprovestatus =
false;
1307 $comment =
' (first level)';
1311 $sql .=
" date_approve2='".$this->db->idate($now).
"',";
1312 $sql .=
" fk_user_approve2 = ".((int) $user->id);
1313 if (empty($this->user_approve_id)) {
1314 $movetoapprovestatus =
false;
1316 $comment =
' (second level)';
1319 if ($movetoapprovestatus) {
1320 $sql .=
", fk_statut = ".self::STATUS_ACCEPTED;
1322 $sql .=
", fk_statut = ".self::STATUS_VALIDATED;
1324 $sql .=
" WHERE rowid = ".((int) $this->
id);
1325 $sql .=
" AND fk_statut = ".self::STATUS_VALIDATED;
1327 if ($this->db->query($sql)) {
1329 $result = $this->
add_contact($user->id,
'SALESREPFOLL',
'internal', 1);
1330 if ($result < 0 && $result != -2) {
1336 if (!$error && $movetoapprovestatus && isModEnabled(
'stock') &&
getDolGlobalString(
'STOCK_CALCULATE_ON_SUPPLIER_VALIDATE_ORDER')) {
1337 require_once DOL_DOCUMENT_ROOT.
'/product/stock/class/mouvementstock.class.php';
1338 $langs->load(
"agenda");
1340 $cpt = count($this->lines);
1341 for ($i = 0; $i < $cpt; $i++) {
1343 if ($this->lines[$i]->fk_product > 0) {
1344 $this->line = $this->lines[$i];
1346 $mouvP->origin = &$this;
1347 $mouvP->setOrigin($this->element, $this->
id);
1349 $up_ht_disc = $this->lines[$i]->subprice;
1350 if (!empty($this->lines[$i]->remise_percent) && !
getDolGlobalString(
'STOCK_EXCLUDE_DISCOUNT_FOR_PMP')) {
1351 $up_ht_disc =
price2num($up_ht_disc * (100 - $this->lines[$i]->remise_percent) / 100,
'MU');
1353 $result = $mouvP->reception($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $up_ht_disc, $langs->trans(
"OrderApprovedInDolibarr", $this->ref));
1364 $result = $this->
call_trigger(
'ORDER_SUPPLIER_APPROVE', $user);
1372 $this->
ref = $this->newref;
1374 if ($movetoapprovestatus) {
1379 if (empty($secondlevel)) {
1380 $this->date_approve = $now;
1381 $this->user_approve_id = $user->id;
1383 $this->date_approve2 = $now;
1384 $this->user_approve_id2 = $user->id;
1387 $this->db->commit();
1390 $this->db->rollback();
1394 $this->db->rollback();
1395 $this->error = $this->db->lasterror();
1399 dol_syslog(get_class($this).
"::approve Not Authorized", LOG_ERR);
1412 global
$conf, $langs;
1418 if ($user->hasRight(
"fournisseur",
"commande",
"approuver")) {
1421 $sql =
"UPDATE ".$this->db->prefix().
"commande_fournisseur SET fk_statut = ".
self::STATUS_REFUSED;
1422 $sql .=
" WHERE rowid = ".((int) $this->
id);
1424 if ($this->db->query($sql)) {
1429 $result = $this->
call_trigger(
'ORDER_SUPPLIER_REFUSE', $user);
1432 $this->db->rollback();
1434 $this->db->commit();
1439 $this->db->rollback();
1440 $this->error = $this->db->lasterror();
1441 dol_syslog(get_class($this).
"::refuse Error -1");
1445 dol_syslog(get_class($this).
"::refuse Not Authorized");
1459 public function Cancel($user, $idwarehouse = -1)
1462 global $langs,
$conf;
1468 if ($user->hasRight(
"fournisseur",
"commande",
"commander")) {
1473 $sql =
"UPDATE ".$this->db->prefix().
"commande_fournisseur SET fk_statut = ".((int) $statut);
1474 $sql .=
" WHERE rowid = ".((int) $this->
id);
1475 dol_syslog(get_class($this).
"::cancel", LOG_DEBUG);
1476 if ($this->db->query($sql)) {
1480 $result = $this->
call_trigger(
'ORDER_SUPPLIER_CANCEL', $user);
1487 $this->db->commit();
1490 $this->db->rollback();
1494 $this->db->rollback();
1495 $this->error = $this->db->lasterror();
1496 dol_syslog(get_class($this).
"::cancel ".$this->error);
1500 dol_syslog(get_class($this).
"::cancel Not Authorized");
1514 public function commande($user, $date, $methode, $comment =
'')
1519 if ($user->hasRight(
"fournisseur",
"commande",
"commander")) {
1522 $newnoteprivate = $this->note_private;
1524 $newnoteprivate =
dol_concatdesc($newnoteprivate, $langs->trans(
"Comment").
': '.$comment);
1527 $sql =
"UPDATE ".$this->db->prefix().
"commande_fournisseur";
1528 $sql .=
" SET fk_statut=".self::STATUS_ORDERSENT.
", fk_input_method=".$methode.
", date_commande='".$this->db->idate($date).
"', ";
1529 $sql .=
" note_private='".$this->db->escape($newnoteprivate).
"'";
1530 $sql .=
" WHERE rowid=".((int) $this->
id);
1532 dol_syslog(get_class($this).
"::commande", LOG_DEBUG);
1533 if ($this->db->query($sql)) {
1535 $this->methode_commande_id = $methode;
1536 $this->date_commande = $date;
1537 $this->context = array(
'comments' => $comment);
1540 $result = $this->
call_trigger(
'ORDER_SUPPLIER_SUBMIT', $user);
1547 $this->error = $this->db->lasterror();
1548 $this->errors[] = $this->db->lasterror();
1552 $this->db->commit();
1554 $this->db->rollback();
1558 $this->error = $langs->trans(
'NotAuthorized');
1559 $this->errors[] = $langs->trans(
'NotAuthorized');
1560 dol_syslog(get_class($this).
"::commande User not Authorized", LOG_WARNING);
1563 return ($error ? -1 : 1);
1573 public function create($user, $notrigger = 0)
1575 global $langs,
$conf, $hookmanager;
1583 $date = ($this->date_commande ? $this->date_commande : $this->date);
1587 $delivery_date = $this->delivery_date;
1590 if (empty($this->source)) {
1595 if (!empty($this->multicurrency_code) && empty($this->multicurrency_tx)) {
1600 if (empty($this->fk_multicurrency)) {
1601 $this->multicurrency_code =
$conf->currency;
1602 $this->fk_multicurrency = 0;
1603 $this->multicurrency_tx = 1;
1611 $sql =
"INSERT INTO ".$this->db->prefix().
"commande_fournisseur (";
1613 $sql .=
", ref_supplier";
1614 $sql .=
", note_private";
1615 $sql .=
", note_public";
1618 $sql .=
", fk_projet";
1619 $sql .=
", date_creation";
1620 $sql .=
", date_livraison";
1621 $sql .=
", fk_user_author";
1622 $sql .=
", fk_statut";
1624 $sql .=
", model_pdf";
1625 $sql .=
", fk_mode_reglement";
1626 $sql .=
", fk_cond_reglement";
1627 $sql .=
", fk_account";
1628 $sql .=
", fk_incoterms, location_incoterms";
1629 $sql .=
", fk_multicurrency";
1630 $sql .=
", multicurrency_code";
1631 $sql .=
", multicurrency_tx";
1633 $sql .=
" VALUES (";
1635 $sql .=
", ".(isset($this->ref_supplier) ?
"'".$this->db->escape($this->ref_supplier).
"'" :
"NULL");
1636 $sql .=
", '".$this->db->escape($this->note_private).
"'";
1637 $sql .=
", '".$this->db->escape($this->note_public).
"'";
1638 $sql .=
", ".((int) $this->entity);
1639 $sql .=
", ".((int) $this->socid);
1640 $sql .=
", ".($this->fk_project > 0 ? ((int) $this->fk_project) :
"null");
1641 $sql .=
", '".$this->db->idate($date).
"'";
1642 $sql .=
", ".($delivery_date ?
"'".$this->db->idate($delivery_date).
"'" :
"null");
1643 $sql .=
", ".((int) $user->id);
1644 $sql .=
", ".self::STATUS_DRAFT;
1645 $sql .=
", ".((int) $this->source);
1646 $sql .=
", '".$this->db->escape(
getDolGlobalString(
'COMMANDE_SUPPLIER_ADDON_PDF')).
"'";
1647 $sql .=
", ".($this->mode_reglement_id > 0 ? $this->mode_reglement_id :
'null');
1648 $sql .=
", ".($this->cond_reglement_id > 0 ? $this->cond_reglement_id :
'null');
1649 $sql .=
", ".($this->fk_account > 0 ? $this->fk_account :
'NULL');
1650 $sql .=
", ".(int) $this->fk_incoterms;
1651 $sql .=
", '".$this->db->escape($this->location_incoterms).
"'";
1652 $sql .=
", ".(int) $this->fk_multicurrency;
1653 $sql .=
", '".$this->db->escape($this->multicurrency_code).
"'";
1654 $sql .=
", ".(float) $this->multicurrency_tx;
1657 dol_syslog(get_class($this).
"::create", LOG_DEBUG);
1658 if ($this->db->query($sql)) {
1659 $this->
id = $this->db->last_insert_id($this->db->prefix().
"commande_fournisseur");
1662 $num = count($this->lines);
1665 for ($i = 0; $i < $num; $i++) {
1666 $line = $this->lines[$i];
1667 if (!is_object($line)) {
1668 $line = (object) $line;
1679 $line->localtax1_tx,
1680 $line->localtax2_tx,
1684 $line->remise_percent,
1687 $line->product_type,
1692 $line->array_options,
1694 $line->multicurrency_subprice,
1701 dol_syslog(get_class($this).
"::create ".$this->error, LOG_WARNING);
1702 $this->db->rollback();
1707 $sql =
"UPDATE ".$this->db->prefix().
"commande_fournisseur";
1708 $sql .=
" SET ref='(PROV".$this->id.
")'";
1709 $sql .=
" WHERE rowid=".((int) $this->
id);
1711 dol_syslog(get_class($this).
"::create", LOG_DEBUG);
1712 if ($this->db->query($sql)) {
1715 $this->
ref =
"(PROV".$this->id.
")";
1717 if (!empty($this->linkedObjectsIds) && empty($this->linked_objects)) {
1718 $this->linked_objects = $this->linkedObjectsIds;
1722 if (!$error && $this->
id && !empty($this->linked_objects) && is_array($this->linked_objects)) {
1723 foreach ($this->linked_objects as $origin => $tmp_origin_id) {
1724 if (is_array($tmp_origin_id)) {
1725 foreach ($tmp_origin_id as $origin_id) {
1733 $origin_id = $tmp_origin_id;
1751 if (!$error && !$notrigger) {
1753 $result = $this->
call_trigger(
'ORDER_SUPPLIER_CREATE', $user);
1755 $this->db->rollback();
1762 $this->db->commit();
1765 $this->error = $this->db->lasterror();
1766 $this->db->rollback();
1771 $this->error =
'Failed to get ID of inserted line';
1776 $this->error = $this->db->lasterror();
1777 $this->db->rollback();
1797 if (isset($this->
ref)) {
1798 $this->
ref = trim($this->
ref);
1800 if (isset($this->ref_supplier)) {
1801 $this->ref_supplier = trim($this->ref_supplier);
1803 if (isset($this->note_private)) {
1804 $this->note_private = trim($this->note_private);
1806 if (isset($this->note_public)) {
1807 $this->note_public = trim($this->note_public);
1809 if (isset($this->model_pdf)) {
1810 $this->model_pdf = trim($this->model_pdf);
1812 if (isset($this->import_key)) {
1813 $this->import_key = trim($this->import_key);
1817 $sql =
"UPDATE ".$this->db->prefix().$this->table_element.
" SET";
1819 $sql .=
" ref=".(isset($this->
ref) ?
"'".$this->db->escape($this->
ref).
"'" :
"null").
",";
1820 $sql .=
" ref_supplier=".(isset($this->ref_supplier) ?
"'".$this->db->escape($this->ref_supplier).
"'" :
"null").
",";
1821 $sql .=
" ref_ext=".(isset($this->ref_ext) ?
"'".$this->db->escape($this->ref_ext).
"'" :
"null").
",";
1822 $sql .=
" fk_soc=".(isset($this->socid) ? $this->socid :
"null").
",";
1823 $sql .=
" date_commande=".(strval($this->date_commande) !=
'' ?
"'".$this->db->idate($this->date_commande).
"'" :
'null').
",";
1824 $sql .=
" date_valid=".(strval($this->date_validation) !=
'' ?
"'".$this->db->idate($this->date_validation).
"'" :
'null').
",";
1825 $sql .=
" total_tva=".(isset($this->total_tva) ? $this->total_tva :
"null").
",";
1826 $sql .=
" localtax1=".(isset($this->total_localtax1) ? $this->total_localtax1 :
"null").
",";
1827 $sql .=
" localtax2=".(isset($this->total_localtax2) ? $this->total_localtax2 :
"null").
",";
1828 $sql .=
" total_ht=".(isset($this->total_ht) ? $this->total_ht :
"null").
",";
1829 $sql .=
" total_ttc=".(isset($this->total_ttc) ? $this->total_ttc :
"null").
",";
1830 $sql .=
" fk_statut=".(isset($this->statut) ? $this->statut :
"null").
",";
1831 $sql .=
" fk_user_author=".(isset($this->user_author_id) ? $this->user_author_id :
"null").
",";
1832 $sql .=
" fk_user_valid=".(isset($this->user_validation_id) && $this->user_validation_id > 0 ? $this->user_validation_id :
"null").
",";
1833 $sql .=
" fk_projet=".(isset($this->fk_project) ? $this->fk_project :
"null").
",";
1834 $sql .=
" fk_cond_reglement=".(isset($this->cond_reglement_id) ? $this->cond_reglement_id :
"null").
",";
1835 $sql .=
" fk_mode_reglement=".(isset($this->mode_reglement_id) ? $this->mode_reglement_id :
"null").
",";
1836 $sql .=
" date_livraison=".(strval($this->delivery_date) !=
'' ?
"'".$this->db->idate($this->delivery_date).
"'" :
'null').
",";
1838 $sql .=
" fk_account=".($this->fk_account > 0 ? $this->fk_account :
"null").
",";
1840 $sql .=
" note_private=".(isset($this->note_private) ?
"'".$this->db->escape($this->note_private).
"'" :
"null").
",";
1841 $sql .=
" note_public=".(isset($this->note_public) ?
"'".$this->db->escape($this->note_public).
"'" :
"null").
",";
1842 $sql .=
" model_pdf=".(isset($this->model_pdf) ?
"'".$this->db->escape($this->model_pdf).
"'" :
"null").
",";
1843 $sql .=
" import_key=".(isset($this->import_key) ?
"'".$this->db->escape($this->import_key).
"'" :
"null");
1845 $sql .=
" WHERE rowid=".((int) $this->
id);
1849 dol_syslog(get_class($this).
"::update", LOG_DEBUG);
1850 $resql = $this->db->query($sql);
1853 $this->errors[] =
"Error ".$this->db->lasterror();
1863 if (!$error && !$notrigger) {
1865 $result = $this->
call_trigger(
'ORDER_SUPPLIER_MODIFY', $user);
1874 foreach ($this->errors as $errmsg) {
1875 dol_syslog(get_class($this).
"::update ".$errmsg, LOG_ERR);
1876 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
1878 $this->db->rollback();
1881 $this->db->commit();
1896 global
$conf, $user, $hookmanager;
1903 foreach ($this->lines as $line) {
1904 $line->fetch_optionals();
1908 $objFrom = clone $this;
1911 if (!empty($socid) && $socid != $this->socid) {
1912 $objsoc =
new Societe($this->db);
1914 if ($objsoc->fetch($socid) > 0) {
1915 $this->socid = $objsoc->id;
1916 $this->cond_reglement_id = (!empty($objsoc->cond_reglement_id) ? $objsoc->cond_reglement_id : 0);
1917 $this->mode_reglement_id = (!empty($objsoc->mode_reglement_id) ? $objsoc->mode_reglement_id : 0);
1918 $this->fk_project = 0;
1919 $this->fk_delivery_address = 0;
1929 $this->user_author_id = $user->id;
1930 $this->user_validation_id = 0;
1933 $this->date_creation = 0;
1934 $this->date_validation = 0;
1935 $this->date_commande = 0;
1936 $this->ref_supplier =
'';
1937 $this->user_approve_id = 0;
1938 $this->user_approve_id2 = 0;
1939 $this->date_approve = 0;
1940 $this->date_approve2 = 0;
1943 $this->context[
'createfromclone'] =
'createfromclone';
1944 $result = $this->
create($user, $notrigger);
1951 if (is_object($hookmanager)) {
1952 $parameters = array(
'objFrom' => $objFrom);
1954 $reshook = $hookmanager->executeHooks(
'createFrom', $parameters, $this, $action);
1962 unset($this->context[
'createfromclone']);
1966 $this->db->commit();
1969 $this->db->rollback();
2003 public function addline($desc, $pu_ht, $qty, $txtva, $txlocaltax1 = 0.0, $txlocaltax2 = 0.0, $fk_product = 0, $fk_prod_fourn_price = 0, $ref_supplier =
'', $remise_percent = 0.0, $price_base_type =
'HT', $pu_ttc = 0.0, $type = 0, $info_bits = 0, $notrigger = 0, $date_start =
null, $date_end =
null, $array_options = [], $fk_unit =
null, $pu_ht_devise = 0, $origin =
'', $origin_id = 0, $rang = -1, $special_code = 0)
2005 global $langs, $mysoc,
$conf;
2007 dol_syslog(get_class($this).
"::addline $desc, $pu_ht, $qty, $txtva, $txlocaltax1, $txlocaltax2, $fk_product, $fk_prod_fourn_price, $ref_supplier, $remise_percent, $price_base_type, $pu_ttc, $type, $info_bits, $notrigger, $date_start, $date_end, $fk_unit, $pu_ht_devise, $origin, $origin_id");
2008 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
2010 if ($this->statut == self::STATUS_DRAFT) {
2011 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
2020 if (empty($txtva)) {
2026 if (empty($txlocaltax1)) {
2029 if (empty($txlocaltax2)) {
2032 if (empty($remise_percent)) {
2033 $remise_percent = 0;
2036 $remise_percent =
price2num($remise_percent);
2039 $pu_ht_devise =
price2num($pu_ht_devise);
2041 if (!preg_match(
'/\((.*)\)/', (
string) $txtva)) {
2046 if ($price_base_type ==
'HT') {
2051 $desc = trim($desc);
2054 if ($qty < 0 && !$fk_product) {
2055 $this->error = $langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"Product"));
2061 if ($date_start && $date_end && $date_start > $date_end) {
2062 $langs->load(
"errors");
2063 $this->error = $langs->trans(
'ErrorStartDateGreaterEnd');
2070 $product_type = $type;
2073 if ($fk_product > 0) {
2074 if (
getDolGlobalInt(
'SUPPLIER_ORDER_WITH_PREDEFINED_PRICES_ONLY') == 1) {
2076 dol_syslog(get_class($this).
"::addline we check supplier prices fk_product=".$fk_product.
" fk_prod_fourn_price=".$fk_prod_fourn_price.
" qty=".$qty.
" ref_supplier=".$ref_supplier);
2078 if ($prod->fetch($fk_product) > 0) {
2079 $product_type = $prod->type;
2080 $label = $prod->label;
2084 $result = $prod->get_buyprice($fk_prod_fourn_price, $qty, $fk_product,
'none', (isset($this->fk_soc) ? $this->fk_soc : $this->socid));
2088 if ($result > 0 && ($origin ==
'commande' || $pu ===
'')) {
2089 $pu = $prod->fourn_pu;
2090 $ref_supplier = $prod->ref_supplier;
2092 if ($remise_percent == 0 && $prod->remise_percent != 0) {
2093 $remise_percent = $prod->remise_percent;
2097 $langs->load(
"errors");
2098 $this->error =
"Ref ".$prod->ref.
" ".$langs->trans(
"ErrorQtyTooLowForThisSupplier");
2099 $this->db->rollback();
2100 dol_syslog(get_class($this).
"::addline we did not found supplier price, so we can't guess unit price");
2105 if ($result == -1) {
2106 $langs->load(
"errors");
2107 $this->error =
"Ref ".$prod->ref.
" ".$langs->trans(
"ErrorQtyTooLowForThisSupplier");
2108 $this->db->rollback();
2109 dol_syslog(get_class($this).
"::addline result=".$result.
" - ".$this->error, LOG_DEBUG);
2113 $this->error = $prod->error;
2114 $this->db->rollback();
2115 dol_syslog(get_class($this).
"::addline result=".$result.
" - ".$this->error, LOG_ERR);
2119 $this->error = $prod->error;
2120 $this->db->rollback();
2127 $prod =
new Product($this->db);
2128 $prod->get_buyprice($fk_prod_fourn_price, $qty, $fk_product,
'none', (empty($this->fk_soc) ? $this->socid : $this->fk_soc));
2130 if ($qty < $prod->packaging) {
2131 $qty = $prod->packaging;
2133 if (!empty($prod->packaging) && (fmod((
float) $qty, $prod->packaging) > 0.000001)) {
2134 $coeff = intval((
float) $qty / $prod->packaging) + 1;
2135 $qty = (float) $prod->packaging * $coeff;
2136 setEventMessages($langs->trans(
'QtyRecalculatedWithPackaging'),
null,
'mesgs');
2142 if (isModEnabled(
"multicurrency") && $pu_ht_devise > 0) {
2151 if (preg_match(
'/\((.*)\)/', $txtva, $reg)) {
2152 $vat_src_code = $reg[1];
2153 $txtva = preg_replace(
'/\s*\(.*\)/',
'', $txtva);
2161 $tabprice =
calcul_price_total($qty, $pu, $remise_percent, $txtva, $txlocaltax1, $txlocaltax2, 0, $price_base_type, $info_bits, $product_type, $this->thirdparty, $localtaxes_type, 100, $this->multicurrency_tx, $pu_ht_devise);
2163 $total_ht = $tabprice[0];
2164 $total_tva = $tabprice[1];
2165 $total_ttc = $tabprice[2];
2166 $total_localtax1 = $tabprice[9];
2167 $total_localtax2 = $tabprice[10];
2168 $pu = $pu_ht = $tabprice[3];
2171 $multicurrency_total_ht = $tabprice[16];
2172 $multicurrency_total_tva = $tabprice[17];
2173 $multicurrency_total_ttc = $tabprice[18];
2174 $pu_ht_devise = $tabprice[19];
2176 $localtax1_type = empty($localtaxes_type[0]) ?
'' : $localtaxes_type[0];
2177 $localtax2_type = empty($localtaxes_type[2]) ?
'' : $localtaxes_type[2];
2181 $rang = $rangmax + 1;
2187 $this->line->context = $this->context;
2189 $this->line->fk_commande = $this->id;
2190 $this->line->label = $label;
2191 $this->line->ref_fourn = $ref_supplier;
2192 $this->line->ref_supplier = $ref_supplier;
2193 $this->line->desc = $desc;
2194 $this->line->qty = $qty;
2195 $this->line->tva_tx = $txtva;
2196 $this->line->localtax1_tx = ($total_localtax1 ? $localtaxes_type[1] : 0);
2197 $this->line->localtax2_tx = ($total_localtax2 ? $localtaxes_type[3] : 0);
2198 $this->line->localtax1_type = $localtax1_type;
2199 $this->line->localtax2_type = $localtax2_type;
2200 $this->line->fk_product = $fk_product;
2201 $this->line->product_type = $product_type;
2202 $this->line->remise_percent = $remise_percent;
2203 $this->line->subprice = (float) $pu_ht;
2204 $this->line->rang = $rang;
2205 $this->line->info_bits = $info_bits;
2207 $this->line->vat_src_code = $vat_src_code;
2208 $this->line->total_ht = (float) $total_ht;
2209 $this->line->total_tva = (float) $total_tva;
2210 $this->line->total_localtax1 = (float) $total_localtax1;
2211 $this->line->total_localtax2 = (float) $total_localtax2;
2212 $this->line->total_ttc = (float) $total_ttc;
2213 $this->line->product_type = $type;
2214 $this->line->special_code = (!empty($special_code) ? $special_code : 0);
2215 $this->line->origin = $origin;
2216 $this->line->origin_id = $origin_id;
2217 $this->line->fk_unit = $fk_unit;
2219 $this->line->date_start = $date_start;
2220 $this->line->date_end = $date_end;
2223 $this->line->fk_multicurrency = $this->fk_multicurrency;
2224 $this->line->multicurrency_code = $this->multicurrency_code;
2225 $this->line->multicurrency_subprice = (float) $pu_ht_devise;
2226 $this->line->multicurrency_total_ht = (float) $multicurrency_total_ht;
2227 $this->line->multicurrency_total_tva = (float) $multicurrency_total_tva;
2228 $this->line->multicurrency_total_ttc = (float) $multicurrency_total_ttc;
2230 $this->line->subprice = (float) $pu_ht;
2231 $this->line->price = $this->line->subprice;
2233 $this->line->remise_percent = $remise_percent;
2235 if (is_array($array_options) && count($array_options) > 0) {
2236 $this->line->array_options = $array_options;
2239 $result = $this->line->insert($notrigger);
2242 if (!empty($this->line->fk_parent_line)) {
2244 } elseif ($rang > 0 && $rang <= count($this->lines)) {
2245 $linecount = count($this->lines);
2246 for ($ii = $rang; $ii <= $linecount; $ii++) {
2252 $result = $this->
update_price(1,
'auto', 0, $this->thirdparty);
2254 $this->db->commit();
2255 return $this->line->id;
2257 $this->db->rollback();
2261 $this->error = $this->line->error;
2262 $this->errors = $this->line->errors;
2263 dol_syslog(get_class($this).
"::addline error=".$this->error, LOG_ERR);
2264 $this->db->rollback();
2289 public function dispatchProduct($user, $product, $qty, $entrepot, $price = 0, $comment =
'', $eatby =
'', $sellby =
'', $batch =
'', $fk_commandefourndet = 0, $notrigger = 0, $fk_reception = 0)
2291 global
$conf, $langs;
2294 require_once DOL_DOCUMENT_ROOT.
'/product/stock/class/mouvementstock.class.php';
2297 if ($entrepot <= 0) {
2298 $this->error =
'ErrorBadValueForParameterWarehouse';
2302 $this->error =
'ErrorBadValueForParameterQty';
2306 $dispatchstatus = 1;
2308 $dispatchstatus = 0;
2315 if (($this->statut == self::STATUS_ORDERSENT || $this->statut == self::STATUS_RECEIVED_PARTIALLY || $this->statut == self::STATUS_RECEIVED_COMPLETELY)) {
2318 $sql =
"INSERT INTO ".$this->db->prefix().
"receptiondet_batch";
2319 $sql .=
" (fk_element, fk_product, qty, fk_entrepot, fk_user, datec, fk_elementdet, status, comment, eatby, sellby, batch, fk_reception) VALUES";
2320 $sql .=
" ('".$this->id.
"','".$product.
"','".$qty.
"',".($entrepot > 0 ?
"'".$entrepot.
"'" :
"null").
",'".$user->id.
"','".$this->db->idate($now).
"','".$fk_commandefourndet.
"', ".$dispatchstatus.
", '".$this->db->escape($comment).
"', ";
2321 $sql .= ($eatby ?
"'".$this->db->idate($eatby).
"'" :
"null").
", ".($sellby ?
"'".$this->db->idate($sellby).
"'" :
"null").
", ".($batch ?
"'".$this->db->escape($batch).
"'" :
"null").
", ".($fk_reception > 0 ?
"'".$this->db->escape($fk_reception).
"'" :
"null");
2324 dol_syslog(get_class($this).
"::dispatchProduct", LOG_DEBUG);
2325 $resql = $this->db->query($sql);
2328 global
$conf, $langs, $user;
2330 $result = $this->
call_trigger(
'LINEORDER_SUPPLIER_DISPATCH', $user);
2337 $this->error = $this->db->lasterror();
2342 if (!$error && $entrepot > 0 && isModEnabled(
'stock') &&
getDolGlobalString(
'STOCK_CALCULATE_ON_SUPPLIER_DISPATCH_ORDER')) {
2346 $mouv->origin = &$this;
2347 $mouv->setOrigin($this->element, $this->
id);
2350 if (
getDolGlobalString(
'SUPPLIER_ORDER_ALLOW_NEGATIVE_QTY_FOR_SUPPLIER_ORDER_RETURN') && $qty < 0) {
2351 $result = $mouv->livraison($user, $product, $entrepot, $qty * (-1), $price, $comment, $now, $eatby, $sellby, $batch, 0, $inventorycode);
2353 $result = $mouv->reception($user, $product, $entrepot, $qty, $price, $comment, $eatby, $sellby, $batch,
'', 0, $inventorycode);
2357 $this->error = $mouv->error;
2358 $this->errors = $mouv->errors;
2359 dol_syslog(get_class($this).
"::dispatchProduct ".$this->error.
" ".implode(
',', $this->errors), LOG_ERR);
2366 $this->db->commit();
2369 $this->db->rollback();
2373 $this->error =
'BadStatusForObject';
2389 if ($this->statut == 0) {
2392 if ($line->fetch($idline) <= 0) {
2398 foreach ($dispatchedLines as $dispatchLine) {
2399 if ($dispatchLine[
'orderlineid'] == $idline) {
2400 $this->error =
"LineAlreadyDispatched";
2401 $this->errors[] = $this->error;
2406 if ($line->delete($user, $notrigger) > 0) {
2425 public function delete(
User $user, $notrigger = 0)
2427 global $langs,
$conf;
2428 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
2434 if (empty($notrigger)) {
2436 $result = $this->
call_trigger(
'ORDER_SUPPLIER_DELETE', $user);
2438 $this->errors[] =
'ErrorWhenRunningTrigger';
2439 dol_syslog(get_class($this).
"::delete ".$this->error, LOG_ERR);
2440 $this->db->rollback();
2448 if (!empty($this->linkedObjects) && array_key_exists(
'reception', $this->linkedObjects)) {
2449 foreach ($this->linkedObjects[
'reception'] as $element) {
2450 if ($element->statut >= 0) {
2451 $this->errors[] = $langs->trans(
'ReceptionExist');
2458 $main = $this->db->prefix().
'commande_fournisseurdet';
2459 $ef = $main.
"_extrafields";
2460 $sql =
"DELETE FROM $ef WHERE fk_object IN (SELECT rowid FROM $main WHERE fk_commande = ".((int) $this->
id).
")";
2461 dol_syslog(get_class($this).
"::delete extrafields lines", LOG_DEBUG);
2462 if (!$this->db->query($sql)) {
2463 $this->error = $this->db->lasterror();
2464 $this->errors[] = $this->db->lasterror();
2468 $sql =
"DELETE FROM ".$this->db->prefix().
"commande_fournisseurdet WHERE fk_commande =".((int) $this->
id);
2469 dol_syslog(get_class($this).
"::delete", LOG_DEBUG);
2470 if (!$this->db->query($sql)) {
2471 $this->error = $this->db->lasterror();
2472 $this->errors[] = $this->db->lasterror();
2476 $sql =
"DELETE FROM ".$this->db->prefix().
"commande_fournisseur WHERE rowid =".((int) $this->
id);
2477 dol_syslog(get_class($this).
"::delete", LOG_DEBUG);
2478 if ($resql = $this->db->query($sql)) {
2479 if ($this->db->affected_rows($resql) < 1) {
2480 $this->error = $this->db->lasterror();
2481 $this->errors[] = $this->db->lasterror();
2485 $this->error = $this->db->lasterror();
2486 $this->errors[] = $this->db->lasterror();
2494 $this->error =
'FailToDeleteExtraFields';
2495 $this->errors[] =
'FailToDeleteExtraFields';
2497 dol_syslog(get_class($this).
"::delete error -4 ".$this->error, LOG_ERR);
2504 $this->error =
'FailToDeleteObjectLinked';
2505 $this->errors[] =
'FailToDeleteObjectLinked';
2516 if ($conf->fournisseur->commande->dir_output) {
2517 $dir =
$conf->fournisseur->commande->dir_output.
"/".$ref;
2518 $file = $dir.
"/".$ref.
".pdf";
2519 if (file_exists($file)) {
2521 $this->error =
'ErrorFailToDeleteFile';
2522 $this->errors[] =
'ErrorFailToDeleteFile';
2526 if (file_exists($dir)) {
2529 $this->error =
'ErrorFailToDeleteDir';
2530 $this->errors[] =
'ErrorFailToDeleteDir';
2538 dol_syslog(get_class($this).
"::delete $this->id by $user->id", LOG_DEBUG);
2539 $this->db->commit();
2542 dol_syslog(get_class($this).
"::delete ".$this->error, LOG_ERR);
2543 $this->db->rollback();
2562 $sql =
"SELECT p.ref, p.label,";
2563 $sql .=
" e.rowid as warehouse_id, e.ref as entrepot,";
2564 $sql .=
" cfd.rowid as dispatchedlineid, cfd.fk_product, cfd.qty, cfd.eatby, cfd.sellby, cfd.batch, cfd.comment, cfd.status, cfd.fk_elementdet";
2565 $sql .=
" FROM ".$this->db->prefix().
"product as p,";
2566 $sql .=
" ".$this->db->prefix().
"receptiondet_batch as cfd";
2567 $sql .=
" LEFT JOIN ".$this->db->prefix().
"entrepot as e ON cfd.fk_entrepot = e.rowid";
2568 $sql .=
" WHERE cfd.fk_element = ".((int) $this->
id);
2569 $sql .=
" AND cfd.fk_product = p.rowid";
2571 $sql .=
" AND cfd.status = ".((int) $status);
2573 $sql .=
" ORDER BY cfd.rowid ASC";
2575 $resql = $this->db->query($sql);
2577 $num = $this->db->num_rows($resql);
2581 $objp = $this->db->fetch_object($resql);
2584 'id' => $objp->dispatchedlineid,
2585 'productid' => $objp->fk_product,
2586 'warehouseid' => $objp->warehouse_id,
2587 'qty' => $objp->qty,
2588 'orderlineid' => $objp->fk_elementdet
2595 dol_print_error($this->db,
'Failed to execute request to get dispatched lines');
2614 global
$conf, $langs;
2618 $dispatchedlinearray = array();
2622 $usercanreceive = 0;
2623 if (!isModEnabled(
'reception')) {
2624 $usercanreceive = $user->hasRight(
"fournisseur",
"commande",
"receptionner");
2626 $usercanreceive = $user->hasRight(
"reception",
"creer");
2629 if ($usercanreceive) {
2631 if ($type ==
'par') {
2633 } elseif ($type ==
'tot') {
2635 } elseif ($type ==
'nev') {
2637 } elseif ($type ==
'can') {
2641 dol_syslog(get_class($this).
"::Livraison Error -2", LOG_ERR);
2648 if (!$error && ($type ==
'tot')) {
2650 if (count($dispatchedlinearray) > 0) {
2653 $this->errors[] =
'ErrorCantSetReceptionToTotalDoneWithReceptionToApprove';
2654 dol_syslog(
'ErrorCantSetReceptionToTotalDoneWithReceptionToApprove', LOG_DEBUG);
2657 if (!$error &&
getDolGlobalString(
'SUPPLIER_ORDER_USE_DISPATCH_STATUS_NEED_APPROVE') && ($type ==
'tot')) {
2659 if (count($dispatchedlinearray) > 0) {
2662 $this->errors[] =
'ErrorCantSetReceptionToTotalDoneWithReceptionDenied';
2663 dol_syslog(
'ErrorCantSetReceptionToTotalDoneWithReceptionDenied', LOG_DEBUG);
2670 if (empty($error)) {
2673 $sql =
"UPDATE ".$this->db->prefix().
"commande_fournisseur";
2674 $sql .=
" SET fk_statut = ".((int) $statut);
2675 $sql .=
" WHERE rowid = ".((int) $this->
id);
2676 $sql .=
" AND fk_statut IN (".self::STATUS_ORDERSENT.
",".self::STATUS_RECEIVED_PARTIALLY.
")";
2678 dol_syslog(get_class($this).
"::Livraison", LOG_DEBUG);
2679 $resql = $this->db->query($sql);
2682 $old_statut = $this->statut;
2683 $this->statut = $statut;
2684 $this->context[
'actionmsg2'] = $comment;
2687 $result_trigger = $this->
call_trigger(
'ORDER_SUPPLIER_RECEIVE', $user);
2688 if ($result_trigger < 0) {
2693 if (empty($error)) {
2694 $this->db->commit();
2696 $this->statut = $old_statut;
2697 $this->db->rollback();
2698 $this->error = $this->db->lasterror();
2702 $this->db->rollback();
2703 $this->error = $this->db->lasterror();
2708 $this->error = $langs->trans(
'NotAuthorized');
2709 $this->errors[] = $langs->trans(
'NotAuthorized');
2710 dol_syslog(get_class($this).
"::Livraison Not Authorized");
2742 if ($user->hasRight(
"fournisseur",
"commande",
"creer") || $user->hasRight(
"supplier_order",
"creer")) {
2747 $sql =
"UPDATE ".$this->db->prefix().
"commande_fournisseur";
2748 $sql .=
" SET date_livraison = ".($delivery_date ?
"'".$this->db->idate($delivery_date).
"'" :
'null');
2749 $sql .=
" WHERE rowid = ".((int) $this->
id);
2752 $resql = $this->db->query($sql);
2754 $this->errors[] = $this->db->error();
2759 $this->oldcopy = clone $this;
2760 $this->delivery_date = $delivery_date;
2763 if (!$notrigger && empty($error)) {
2765 $result = $this->
call_trigger(
'ORDER_SUPPLIER_MODIFY', $user);
2773 $this->db->commit();
2776 foreach ($this->errors as $errmsg) {
2777 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
2778 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
2780 $this->db->rollback();
2800 if ($user->hasRight(
"fournisseur",
"commande",
"creer") || $user->hasRight(
"supplier_order",
"creer")) {
2805 $sql =
"UPDATE ".$this->db->prefix().
"commande_fournisseur";
2806 $sql .=
" SET fk_projet = ".($id_projet > 0 ? (int) $id_projet :
'null');
2807 $sql .=
" WHERE rowid = ".((int) $this->
id);
2810 $resql = $this->db->query($sql);
2812 $this->errors[] = $this->db->error();
2817 $this->oldcopy = clone $this;
2818 $this->fk_projet = $id_projet;
2819 $this->fk_project = $id_projet;
2822 if (!$notrigger && empty($error)) {
2824 $result = $this->
call_trigger(
'ORDER_SUPPLIER_MODIFY', $user);
2832 $this->db->commit();
2835 foreach ($this->errors as $errmsg) {
2836 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
2837 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
2839 $this->db->rollback();
2857 $comclient =
new Commande($this->db);
2858 $comclient->fetch($comclientid);
2862 $this->lines = array();
2864 $num = count($comclient->lines);
2865 for ($i = 0; $i < $num; $i++) {
2866 $prod =
new Product($this->db);
2869 if ($prod->fetch($comclient->lines[$i]->fk_product) > 0) {
2870 $label = $prod->label;
2874 $sql =
"INSERT INTO ".$this->db->prefix().
"commande_fournisseurdet";
2875 $sql .=
" (fk_commande, label, description, fk_product, price, qty, tva_tx, localtax1_tx, localtax2_tx, remise_percent, subprice, remise, ref)";
2876 $sql .=
" VALUES (".((int) $idc).
", '".$this->db->escape($label).
"', '".$this->db->escape($comclient->lines[$i]->desc).
"'";
2877 $sql .=
",".$comclient->lines[$i]->fk_product.
", ".
price2num($comclient->lines[$i]->price,
'MU');
2878 $sql .=
", ".price2num($comclient->lines[$i]->qty,
'MS').
", ".
price2num($comclient->lines[$i]->tva_tx, 5).
", ".
price2num($comclient->lines[$i]->localtax1_tx, 5).
", ".
price2num($comclient->lines[$i]->localtax2_tx, 5).
", ".
price2num($comclient->lines[$i]->remise_percent, 3);
2879 $sql .=
", '".price2num($comclient->lines[$i]->subprice,
'MT').
"','0', '".$this->db->escape($ref).
"');";
2880 if ($this->db->query($sql)) {
2897 global
$conf, $langs;
2902 $sql =
'UPDATE '.$this->db->prefix().
'commande_fournisseur';
2903 $sql .=
" SET fk_statut = ".$status;
2904 $sql .=
" WHERE rowid = ".((int) $this->
id);
2906 dol_syslog(get_class($this).
"::setStatus", LOG_DEBUG);
2907 $resql = $this->db->query($sql);
2910 $triggerName = array();
2911 $triggerName[0] =
'DRAFT';
2912 $triggerName[1] =
'VALIDATED';
2913 $triggerName[2] =
'APPROVED';
2914 $triggerName[3] =
'ORDERED';
2915 $triggerName[4] =
'RECEIVED_PARTIALLY';
2916 $triggerName[5] =
'RECEIVED_COMPLETELY';
2917 $triggerName[6] =
'CANCELED';
2918 $triggerName[7] =
'CANCELED';
2919 $triggerName[9] =
'REFUSED';
2922 $result = $this->
call_trigger(
"ORDER_SUPPLIER_STATUS_".$triggerName[$status], $user);
2929 $this->error = $this->db->lasterror();
2930 dol_syslog(get_class($this).
"::setStatus ".$this->error);
2934 $this->statut = $status;
2935 $this->db->commit();
2938 $this->db->rollback();
2966 public function updateline($rowid, $desc, $pu, $qty, $remise_percent, $txtva, $txlocaltax1 = 0, $txlocaltax2 = 0, $price_base_type =
'HT', $info_bits = 0, $type = 0, $notrigger = 0, $date_start = 0, $date_end = 0, $array_options = [], $fk_unit =
null, $pu_ht_devise = 0, $ref_supplier =
'')
2968 global $mysoc,
$conf, $langs;
2969 dol_syslog(get_class($this).
"::updateline $rowid, $desc, $pu, $qty, $remise_percent, $txtva, $price_base_type, $info_bits, $type, $fk_unit");
2970 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
2974 if ($this->statut == self::STATUS_DRAFT) {
2979 if (empty($info_bits)) {
2982 if (empty($txtva)) {
2985 if (empty($txlocaltax1)) {
2988 if (empty($txlocaltax2)) {
2991 if (empty($remise_percent)) {
2992 $remise_percent = 0;
2995 $remise_percent = (float)
price2num($remise_percent);
3001 $pu_ht_devise =
price2num($pu_ht_devise);
3002 if (!preg_match(
'/\((.*)\)/', (
string) $txtva)) {
3005 $txlocaltax1 = (float)
price2num($txlocaltax1);
3006 $txlocaltax2 = (float)
price2num($txlocaltax2);
3012 if ($date_start && $date_end && $date_start > $date_end) {
3013 $langs->load(
"errors");
3014 $this->error = $langs->trans(
'ErrorStartDateGreaterEnd');
3030 if (preg_match(
'/\((.*)\)/', $txtva, $reg)) {
3031 $vat_src_code = $reg[1];
3032 $txtva = preg_replace(
'/\s*\(.*\)/',
'', $txtva);
3035 $tabprice =
calcul_price_total($qty, $pu, $remise_percent, $txtva, $txlocaltax1, $txlocaltax2, 0, $price_base_type, $info_bits, $type, $this->thirdparty, $localtaxes_type, 100, $this->multicurrency_tx, $pu_ht_devise);
3036 $total_ht = $tabprice[0];
3037 $total_tva = $tabprice[1];
3038 $total_ttc = $tabprice[2];
3039 $total_localtax1 = $tabprice[9];
3040 $total_localtax2 = $tabprice[10];
3041 $pu_ht = $tabprice[3];
3042 $pu_tva = $tabprice[4];
3043 $pu_ttc = $tabprice[5];
3046 $multicurrency_total_ht = $tabprice[16];
3047 $multicurrency_total_tva = $tabprice[17];
3048 $multicurrency_total_ttc = $tabprice[18];
3049 $pu_ht_devise = $tabprice[19];
3051 $localtax1_type = empty($localtaxes_type[0]) ?
'' : $localtaxes_type[0];
3052 $localtax2_type = empty($localtaxes_type[2]) ?
'' : $localtaxes_type[2];
3056 $this->line->fetch($rowid);
3058 $oldline = clone $this->line;
3059 $this->line->oldline = $oldline;
3061 $this->line->context = $this->context;
3063 $this->line->fk_commande = $this->id;
3065 $this->line->desc = $desc;
3069 if ($qty < $this->line->packaging) {
3070 $qty = $this->line->packaging;
3072 if (!empty($this->line->packaging) && ($qty % $this->line->packaging) > 0) {
3073 $coeff = intval($qty / $this->line->packaging) + 1;
3074 $qty = $this->line->packaging * $coeff;
3075 setEventMessage($langs->trans(
'QtyRecalculatedWithPackaging'),
'mesgs');
3080 $this->line->qty = $qty;
3081 $this->line->ref_supplier = $ref_supplier;
3083 $this->line->vat_src_code = $vat_src_code;
3084 $this->line->tva_tx = $txtva;
3085 $this->line->localtax1_tx = $txlocaltax1;
3086 $this->line->localtax2_tx = $txlocaltax2;
3087 $this->line->localtax1_type = empty($localtaxes_type[0]) ?
'' : $localtaxes_type[0];
3088 $this->line->localtax2_type = empty($localtaxes_type[2]) ?
'' : $localtaxes_type[2];
3089 $this->line->remise_percent = $remise_percent;
3090 $this->line->subprice = (float) $pu_ht;
3091 $this->line->info_bits = $info_bits;
3092 $this->line->total_ht = (float) $total_ht;
3093 $this->line->total_tva = (float) $total_tva;
3094 $this->line->total_localtax1 = (float) $total_localtax1;
3095 $this->line->total_localtax2 = (float) $total_localtax2;
3096 $this->line->total_ttc = (float) $total_ttc;
3097 $this->line->product_type = $type;
3098 $this->line->special_code = $oldline->special_code;
3099 $this->line->rang = $oldline->rang;
3100 $this->line->origin = $this->origin;
3101 $this->line->fk_unit = $fk_unit;
3103 $this->line->date_start = $date_start;
3104 $this->line->date_end = $date_end;
3107 $this->line->fk_multicurrency = $this->fk_multicurrency;
3108 $this->line->multicurrency_code = $this->multicurrency_code;
3109 $this->line->multicurrency_subprice = (float) $pu_ht_devise;
3110 $this->line->multicurrency_total_ht = (float) $multicurrency_total_ht;
3111 $this->line->multicurrency_total_tva = (float) $multicurrency_total_tva;
3112 $this->line->multicurrency_total_ttc = (float) $multicurrency_total_ttc;
3114 $this->line->subprice = (float) $pu_ht;
3115 $this->line->price = $this->line->subprice;
3117 $this->line->remise_percent = $remise_percent;
3119 if (is_array($array_options) && count($array_options) > 0) {
3121 foreach ($array_options as $key => $value) {
3122 $this->line->array_options[$key] = $array_options[$key];
3126 $result = $this->line->update($notrigger);
3132 $this->db->commit();
3135 $this->error = $this->db->lasterror();
3136 $this->db->rollback();
3140 $this->error =
"Order status makes operation forbidden";
3141 dol_syslog(get_class($this).
"::updateline ".$this->error, LOG_ERR);
3156 global $user, $langs,
$conf;
3158 include_once DOL_DOCUMENT_ROOT.
'/fourn/class/fournisseur.product.class.php';
3160 dol_syslog(get_class($this).
"::initAsSpecimen");
3167 $sql =
"SELECT rowid";
3168 $sql .=
" FROM ".$this->db->prefix().
"product";
3169 $sql .=
" WHERE entity IN (".getEntity(
'product').
")";
3170 $sql .= $this->db->order(
"rowid",
"ASC");
3171 $sql .= $this->db->plimit(1);
3172 $resql = $this->db->query($sql);
3173 if ($resql && $this->db->num_rows($resql)) {
3174 $obj = $this->db->fetch_object($resql);
3175 $prodid = $obj->rowid;
3180 $this->
ref =
'SPECIMEN';
3181 $this->specimen = 1;
3184 $this->date_commande = $now;
3185 $this->date_lim_reglement = $this->date + 3600 * 24 * 30;
3186 $this->cond_reglement_code =
'RECEP';
3187 $this->mode_reglement_code =
'CHQ';
3189 $this->note_public =
'This is a comment (public)';
3190 $this->note_private =
'This is a comment (private)';
3192 $this->multicurrency_tx = 1;
3193 $this->multicurrency_code =
$conf->currency;
3201 while ($xnbp < $nbp) {
3203 $line->desc = $langs->trans(
"Description").
" ".$xnbp;
3205 $line->subprice = 100;
3206 $line->tva_tx = 19.6;
3207 $line->localtax1_tx = 0;
3208 $line->localtax2_tx = 0;
3210 $line->total_ht = 50;
3211 $line->total_ttc = 59.8;
3212 $line->total_tva = 9.8;
3213 $line->remise_percent = 50;
3215 $line->total_ht = 100;
3216 $line->total_ttc = 119.6;
3217 $line->total_tva = 19.6;
3218 $line->remise_percent = 00;
3220 $line->fk_product = $prodid;
3222 $this->lines[$xnbp] = $line;
3224 $this->total_ht += $line->total_ht;
3225 $this->total_tva += $line->total_tva;
3226 $this->total_ttc += $line->total_ttc;
3242 $sql =
'SELECT c.rowid, date_creation as datec, tms as datem, date_valid as date_validation, date_approve as datea, date_approve2 as datea2,';
3243 $sql .=
' fk_user_author, fk_user_modif, fk_user_valid, fk_user_approve, fk_user_approve2';
3244 $sql .=
' FROM '.$this->db->prefix().
'commande_fournisseur as c';
3245 $sql .=
' WHERE c.rowid = '.((int) $id);
3247 $result = $this->db->query($sql);
3249 if ($this->db->num_rows($result)) {
3250 $obj = $this->db->fetch_object($result);
3252 $this->
id = $obj->rowid;
3254 $this->user_creation_id = $obj->fk_user_author;
3255 $this->user_validation_id = $obj->fk_user_valid;
3256 $this->user_modification_id = $obj->fk_user_modif;
3257 $this->user_approve_id = $obj->fk_user_approve;
3258 $this->user_approve_id2 = $obj->fk_user_approve2;
3260 $this->date_creation = $this->db->jdate($obj->datec);
3261 $this->date_modification = $this->db->jdate($obj->datem);
3262 $this->date_approve = $this->db->jdate($obj->datea);
3263 $this->date_approve2 = $this->db->jdate($obj->datea2);
3264 $this->date_validation = $this->db->jdate($obj->date_validation);
3266 $this->db->free($result);
3279 global
$conf, $user;
3281 $this->nb = array();
3284 $sql =
"SELECT count(co.rowid) as nb";
3285 $sql .=
" FROM ".$this->db->prefix().
"commande_fournisseur as co";
3286 $sql .=
" LEFT JOIN ".$this->db->prefix().
"societe as s ON co.fk_soc = s.rowid";
3287 if (!$user->hasRight(
"societe",
"client",
"voir") && !$user->socid) {
3288 $sql .=
" LEFT JOIN ".$this->db->prefix().
"societe_commerciaux as sc ON s.rowid = sc.fk_soc";
3289 $sql .=
" WHERE sc.fk_user = ".((int) $user->id);
3292 $sql .=
" ".$clause.
" co.entity IN (".
getEntity(
'supplier_order').
")";
3294 $resql = $this->db->query($sql);
3296 while ($obj = $this->db->fetch_object($resql)) {
3297 $this->nb[
"supplier_orders"] = $obj->nb;
3299 $this->db->free($resql);
3303 $this->error = $this->db->error();
3319 global
$conf, $langs;
3321 $sql =
"SELECT c.rowid, c.date_creation as datec, c.date_commande, c.fk_statut, c.date_livraison as delivery_date, c.total_ht";
3322 $sql .=
" FROM ".$this->db->prefix().
"commande_fournisseur as c";
3323 if (!$user->hasRight(
"societe",
"client",
"voir") && !$user->socid) {
3324 $sql .=
" JOIN ".$this->db->prefix().
"societe_commerciaux as sc ON c.fk_soc = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
3326 $sql .=
" WHERE c.entity = ".$conf->entity;
3327 if ($mode ===
'awaiting') {
3328 $sql .=
" AND c.fk_statut IN (".self::STATUS_ORDERSENT.
", ".self::STATUS_RECEIVED_PARTIALLY.
")";
3330 $sql .=
" AND c.fk_statut IN (".self::STATUS_VALIDATED.
", ".self::STATUS_ACCEPTED.
")";
3333 $sql .=
" AND c.fk_soc = ".((int) $user->socid);
3336 $resql = $this->db->query($sql);
3341 $response->warning_delay =
$conf->commande->fournisseur->warning_delay / 60 / 60 / 24;
3342 $response->label = $langs->trans(
"SuppliersOrdersToProcess");
3343 $response->labelShort = $langs->trans(
"Opened");
3344 $response->url = DOL_URL_ROOT.
'/fourn/commande/list.php?search_status=1,2&mainmenu=commercial&leftmenu=orders_suppliers';
3345 $response->url_late = DOL_URL_ROOT.
'/fourn/commande/list.php?mainmenu=commercial&leftmenu=orders_suppliers&search_option=late';
3348 if ($mode ===
'awaiting') {
3349 $response->label = $langs->trans(
"SuppliersOrdersAwaitingReception");
3350 $response->labelShort = $langs->trans(
"AwaitingReception");
3351 $response->url = DOL_URL_ROOT.
'/fourn/commande/list.php?search_status=3,4&mainmenu=commercial&leftmenu=orders_suppliers';
3354 while ($obj = $this->db->fetch_object($resql)) {
3355 $commandestatic->delivery_date = $this->db->jdate($obj->delivery_date);
3356 $commandestatic->date_commande = $this->db->jdate($obj->date_commande);
3357 $commandestatic->statut = $obj->fk_statut;
3359 $response->nbtodo++;
3360 $response->total += $obj->total_ht;
3362 if ($commandestatic->hasDelay()) {
3363 $response->nbtodolate++;
3369 $this->error = $this->db->error();
3384 if ($this->methode_commande_id > 0) {
3385 $sql =
"SELECT rowid, code, libelle as label";
3386 $sql .=
" FROM ".$this->db->prefix().
'c_input_method';
3387 $sql .=
" WHERE active=1 AND rowid = ".((int) $this->methode_commande_id);
3389 $resql = $this->db->query($sql);
3391 if ($this->db->num_rows($resql)) {
3392 $obj = $this->db->fetch_object($resql);
3394 $string = $langs->trans($obj->code);
3395 if ($string == $obj->code) {
3396 $string = $obj->label !=
'-' ? $obj->label :
'';
3419 public function generateDocument($modele, $outputlangs, $hidedetails = 0, $hidedesc = 0, $hideref = 0, $moreparams =
null)
3421 global
$conf, $langs;
3426 if (!empty($this->model_pdf)) {
3427 $modele = $this->model_pdf;
3433 if (empty($modele)) {
3436 $langs->load(
"suppliers");
3437 $outputlangs->load(
"products");
3439 $modelpath =
"core/modules/supplier_order/doc/";
3440 $result = $this->
commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams);
3453 if (empty($this->lines)) {
3460 foreach ($this->lines as $line) {
3461 if ($line->fk_product > 0) {
3463 $idp = $tmpproductfourn->find_min_price_product_fournisseur($line->fk_product, $line->qty, $this->thirdparty->id);
3466 if ($tmpproductfourn->delivery_time_days > $nb) {
3467 $nb = $tmpproductfourn->delivery_time_days;
3476 return $nb.
' '.$langs->trans(
'days');
3489 return $user->hasRight(
"fournisseur",
"commande");
3504 'commande_fournisseur'
3521 'commande_fournisseurdet'
3538 if ($this->statut == self::STATUS_ORDERSENT || $this->statut == self::STATUS_RECEIVED_PARTIALLY) {
3540 if (!empty($this->delivery_date)) {
3541 $date_to_test = $this->delivery_date;
3542 return $date_to_test && $date_to_test < ($now -
$conf->commande->fournisseur->warning_delay);
3550 $date_to_test = $this->date_commande;
3552 return ($this->statut > 0 && $this->statut < 5) && $date_to_test && $date_to_test < ($now -
$conf->commande->fournisseur->warning_delay);
3565 global
$conf, $langs;
3567 $langs->load(
'orders');
3571 if ($this->statut == self::STATUS_ORDERSENT || $this->statut == self::STATUS_RECEIVED_PARTIALLY) {
3572 if (!empty($this->delivery_date)) {
3573 $text = $langs->trans(
"DeliveryDate").
' '.
dol_print_date($this->delivery_date,
'day');
3575 $text = $langs->trans(
"OrderDate").
' '.
dol_print_date($this->date_commande,
'day');
3578 $text = $langs->trans(
"OrderDate").
' '.
dol_print_date($this->date_commande,
'day');
3581 $text .=
' '.($conf->commande->fournisseur->warning_delay > 0 ?
'+' :
'-').
' '.round(abs(
$conf->commande->fournisseur->warning_delay) / 3600 / 24, 1).
' '.$langs->trans(
"days").
' < '.$langs->trans(
"Today");
3598 if (isModEnabled(
"supplier_order")) {
3599 require_once DOL_DOCUMENT_ROOT.
'/fourn/class/fournisseur.commande.dispatch.class.php';
3601 $qtydelivered = array();
3602 $qtywished = array();
3606 $filter = array(
't.fk_element' => $this->
id);
3608 $filter[
't.status'] = 1;
3611 $ret = $supplierorderdispatch->fetchAll(
'',
'', 0, 0, $filter);
3613 $this->error = $supplierorderdispatch->error;
3614 $this->errors = $supplierorderdispatch->errors;
3617 if (is_array($supplierorderdispatch->lines) && count($supplierorderdispatch->lines) > 0) {
3618 require_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
3622 foreach ($supplierorderdispatch->lines as $line) {
3623 if (array_key_exists($line->fk_product, $qtydelivered)) {
3624 $qtydelivered[$line->fk_product] += $line->qty;
3626 $qtydelivered[$line->fk_product] = $line->qty;
3629 foreach ($this->lines as $line) {
3634 if (array_key_exists($line->fk_product, $qtywished)) {
3635 $qtywished[$line->fk_product] += $line->qty;
3637 $qtywished[$line->fk_product] = $line->qty;
3642 $diff_array = array_diff_assoc($qtydelivered, $qtywished);
3643 $keysinwishednotindelivered = array_diff(array_keys($qtywished), array_keys($qtydelivered));
3644 $keysindeliverednotinwished = array_diff(array_keys($qtydelivered), array_keys($qtywished));
3652 if (count($diff_array) == 0 && count($keysinwishednotindelivered) == 0 && count($keysindeliverednotinwished) == 0) {
3653 if ($closeopenorder) {
3655 $ret = $this->
Livraison($user, $date_liv,
'tot', $comment);
3663 $ret = $this->
Livraison($user, $date_liv,
'par', $comment);
3674 if (count($diff_array) > 0) {
3678 foreach ($diff_array as $key => $value) {
3680 if ($qtydelivered[$key] >= $qtywished[$key]) {
3687 if ($close == count($diff_array)) {
3689 if ($closeopenorder) {
3690 $ret = $this->
Livraison($user, $date_liv,
'tot', $comment);
3697 $ret = $this->
Livraison($user, $date_liv,
'par', $comment);
3705 $ret = $this->
Livraison($user, $date_liv,
'par', $comment);
3713 $ret = $this->
Livraison($user, $date_liv,
'par', $comment);
3735 $this->receptions = array();
3737 dol_syslog(get_class($this).
"::loadReceptions", LOG_DEBUG);
3739 $sql =
'SELECT cd.rowid, cd.fk_product,';
3740 $sql .=
' sum(cfd.qty) as qty';
3741 $sql .=
' FROM '.$this->db->prefix().
'receptiondet_batch as cfd,';
3742 if ($filtre_statut >= 0) {
3743 $sql .=
' '.$this->db->prefix().
'reception as e,';
3745 $sql .=
' '.$this->db->prefix().
'commande_fournisseurdet as cd';
3747 if ($filtre_statut >= 0) {
3748 $sql .=
' cfd.fk_reception = e.rowid AND';
3750 $sql .=
' cfd.fk_elementdet = cd.rowid';
3751 $sql .=
' AND cd.fk_commande ='.((int) $this->
id);
3752 if (isset($this->fk_product) && !empty($this->fk_product) > 0) {
3753 $sql .=
' AND cd.fk_product = '.((int) $this->fk_product);
3755 if ($filtre_statut >= 0) {
3756 $sql .=
' AND e.fk_statut >= '.((int) $filtre_statut);
3758 $sql .=
' GROUP BY cd.rowid, cd.fk_product';
3760 $resql = $this->db->query($sql);
3762 $num = $this->db->num_rows($resql);
3765 $obj = $this->db->fetch_object($resql);
3766 empty($this->receptions[$obj->rowid]) ? $this->receptions[$obj->rowid] = $obj->qty : $this->receptions[$obj->rowid] += $obj->qty;
3769 $this->db->free($resql);
3773 $this->error = $this->db->lasterror();
3789 $selected = (empty($arraydata[
'selected']) ? 0 : $arraydata[
'selected']);
3791 $return =
'<div class="box-flex-item box-flex-grow-zero">';
3792 $return .=
'<div class="info-box info-box-sm">';
3793 $return .=
'<span class="info-box-icon bg-infobox-action">';
3795 $return .=
'</span>';
3796 $return .=
'<div class="info-box-content">';
3797 $return .=
'<span class="info-box-ref inline-block tdoverflowmax150 valignmiddle">'.(method_exists($this,
'getNomUrl') ? $this->
getNomUrl() : $this->ref).
'</span>';
3798 if ($selected >= 0) {
3799 $return .=
'<input id="cb'.$this->id.
'" class="flat checkforselect fright" type="checkbox" name="toselect[]" value="'.$this->
id.
'"'.($selected ?
' checked="checked"' :
'').
'>';
3801 if (property_exists($this,
'socid') || property_exists($this,
'total_tva')) {
3802 $return .=
'<br><span class="info-box-label amount">'.$this->socid.
'</span>';
3804 if (property_exists($this,
'billed')) {
3805 $return .=
'<br><span class="opacitymedium">'.$langs->trans(
"Billed").
' : </span><span class="info-box-label">'.
yn($this->billed).
'</span>';
3807 if (method_exists($this,
'getLibStatut')) {
3808 $return .=
'<br><div class="info-box-status">'.$this->getLibStatut(3).
'</div>';
3810 $return .=
'</div>';
3811 $return .=
'</div>';
3812 $return .=
'</div>';
Class to manage table ReceptionLineBatch.
Class to manage predefined suppliers products.
const STATUS_CANCELED_AFTER_ORDER
Order canceled/never received.
const STATUS_RECEIVED_PARTIALLY
Received partially.
setDeliveryDate($user, $delivery_date, $notrigger=0)
Set the planned delivery date.
updateFromCommandeClient($user, $idc, $comclientid)
Update a supplier order from a sales order.
getNomUrl($withpicto=0, $option='', $notooltip=0, $save_lastsearch_value=-1, $addlinktonotes=0)
Return clickable name (with picto eventually)
loadReceptions($filtre_statut=-1)
Load array this->receptions of lines of shipments with nb of products sent for each order line Note: ...
static replaceProduct(DoliDB $dbs, $origin_id, $dest_id)
Function used to replace a product id with another one.
$fields
'type' field format ('integer', 'integer:ObjectClass:PathToClass[:AddCreateButtonOrNot[:Filter[:Sortf...
refuse($user)
Refuse an order.
set_date_livraison($user, $delivery_date, $notrigger=0)
Set delivery date.
getKanbanView($option='', $arraydata=null)
Return clickable link of object (with eventually picto)
info($id)
Charge les information d'ordre info dans l'objet facture.
const STATUS_CANCELED
Order canceled.
fetch_lines($only_product=0)
Load array lines.
getInputMethod()
Returns the translated input method of object (defined if $this->methode_commande_id > 0).
const STATUS_VALIDATED
Validated status.
const STATUS_RECEIVED_COMPLETELY
Received completely.
addline($desc, $pu_ht, $qty, $txtva, $txlocaltax1=0.0, $txlocaltax2=0.0, $fk_product=0, $fk_prod_fourn_price=0, $ref_supplier='', $remise_percent=0.0, $price_base_type='HT', $pu_ttc=0.0, $type=0, $info_bits=0, $notrigger=0, $date_start=null, $date_end=null, $array_options=[], $fk_unit=null, $pu_ht_devise=0, $origin='', $origin_id=0, $rang=-1, $special_code=0)
Add order line.
loadStateBoard()
Load the indicators this->nb for the state board.
calcAndSetStatusDispatch(User $user, $closeopenorder=1, $comment='')
Calc status regarding to dispatched stock.
set_id_projet($user, $id_projet, $notrigger=0)
Set the id projet.
const STATUS_DRAFT
Draft status.
showDelay()
Show the customer delayed info.
getTooltipContentArray($params)
getTooltipContentArray
classifyUnBilled(User $user)
Classify not billed.
approve($user, $idwarehouse=0, $secondlevel=0)
Approve a supplier order.
__construct($db)
Constructor.
Cancel($user, $idwarehouse=-1)
Cancel an approved order.
dispatchProduct($user, $product, $qty, $entrepot, $price=0, $comment='', $eatby='', $sellby='', $batch='', $fk_commandefourndet=0, $notrigger=0, $fk_reception=0)
Save a receiving into the tracking table of receiving (receptiondet_batch) and add product into stock...
valid($user, $idwarehouse=0, $notrigger=0)
Validate an order.
create($user, $notrigger=0)
Create order with draft status.
update(User $user, $notrigger=0)
Update Supplier Order.
createFromClone(User $user, $socid=0, $notrigger=0)
Load an object from its id and create a new one in database.
updateline($rowid, $desc, $pu, $qty, $remise_percent, $txtva, $txlocaltax1=0, $txlocaltax2=0, $price_base_type='HT', $info_bits=0, $type=0, $notrigger=0, $date_start=0, $date_end=0, $array_options=[], $fk_unit=null, $pu_ht_devise=0, $ref_supplier='')
Update line.
generateDocument($modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0, $moreparams=null)
Create a document onto disk according to template model.
const STATUS_ACCEPTED
Accepted.
const STATUS_ORDERSENT
Order sent, shipment on process.
commande($user, $date, $methode, $comment='')
Submit a supplier order to supplier.
getRights()
Returns the rights used for this class.
load_board($user, $mode='opened')
Load indicators for dashboard (this->nbtodo and this->nbtodolate)
deleteLine($idline, $notrigger=0)
Delete line.
getMaxDeliveryTimeDay($langs)
Return the max number delivery delay in day.
fetch($id, $ref='')
Get object and lines from database.
Livraison($user, $date, $type, $comment)
Set a delivery in database for this supplier order.
getDispachedLines($status=-1)
Return array of dispatched lines waiting to be approved for this order.
classifyBilled(User $user)
Class invoiced the supplier order.
initAsSpecimen()
Initialise an instance with random values.
const SOURCE_ID_REPLENISHMENT
The constant used into source field to track the order was generated by the replenishement feature.
setStatus($user, $status)
Tag order with a particular status.
const STATUS_REFUSED
Refused.
static replaceThirdparty(DoliDB $dbs, $origin_id, $dest_id)
Function used to replace a thirdparty id with another one.
getLibStatut($mode=0)
Return label of the status of object.
hasDelay()
Is the supplier order delayed? We suppose a purchase ordered as late if a the purchase order has been...
LibStatut($status, $mode=0, $billed=0)
Return label of a status.
Class to manage line orders.
Class to manage customers 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...
line_order($renum=false, $rowidorder='ASC', $fk_parent_line=true)
Save a new position (field rang) for details lines.
deleteEcmFiles($mode=0)
Delete related files of object in database.
update_price($exclspec=0, $roundingadjust='auto', $nodatabaseupdate=0, $seller=null)
Update total_ht, total_ttc, total_vat, total_localtax1, total_localtax2 for an object (sum of lines).
add_object_linked($origin=null, $origin_id=null, $f_user=null, $notrigger=0)
Add an object link into llx_element_element.
commonGenerateDocument($modelspath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams=null)
Common function for all objects extending CommonObject for generating documents.
fetch_thirdparty($force_thirdparty_id=0)
Load the third party of object, from id $this->socid or $this->fk_soc, into this->thirdparty.
deleteObjectLinked($sourceid=null, $sourcetype='', $targetid=null, $targettype='', $rowid=0, $f_user=null, $notrigger=0)
Delete all links between an object $this.
setErrorsFromObject($object)
setErrorsFromObject
updateRangOfLine($rowid, $rang)
Update position of line (rang)
deleteExtraFields()
Delete all extra fields values for the current object.
fetchObjectLinked($sourceid=null, $sourcetype='', $targetid=null, $targettype='', $clause='OR', $alsosametype=1, $orderby='sourcetype', $loadalsoobjects=1)
Fetch array of objects linked to current object (object of enabled modules only).
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.
line_max($fk_parent_line=0)
Get max value used for position of line (rang)
insertExtraFields($trigger='', $userused=null)
Add/Update all extra fields values for the current object.
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.
Superclass for orders classes.
Class to manage Dolibarr database access.
Class to manage stock movements.
static getIdFromCode($dbs, $code)
Get id of currency from code.
static getIdAndTxFromCode($dbs, $code, $date_document='')
Get id and rate of currency from code.
Class to manage predefined suppliers products.
Class to manage products or services.
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...
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_delete_file($file, $disableglob=0, $nophperrors=0, $nohook=0, $object=null, $allowdotdot=false, $indexdatabase=1, $nolog=0)
Remove a file or several files with a mask.
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.
getDolGlobalFloat($key, $default=0)
Return a Dolibarr global constant float value.
img_object($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0)
Show a picto called object_picto (generic function)
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
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.
dol_string_nohtmltag($stringtoclean, $removelinefeed=1, $pagecodeto='UTF-8', $strip_tags=0, $removedoublespaces=1)
Clean a string from all HTML tags and entities.
price2num($amount, $rounding='', $option=0)
Function that return a number with universal decimal format (decimal separator is '.
setEventMessage($mesgs, $style='mesgs', $noduplicate=0, $attop=0)
Set event message in dol_events session object.
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).
dol_concatdesc($text1, $text2, $forxml=false, $invert=false)
Concat 2 descriptions with a new line between them (second operand after first one with appropriate n...
yn($yesno, $format=1, $color=0)
Return yes or no in current language.
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.
getEntity($element, $shared=1, $currentobject=null)
Get list of entity id to use.
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0, $cleanalsojavascript=0)
Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input f...
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
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.