39require_once DOL_DOCUMENT_ROOT.
'/core/class/commonorder.class.php';
40require_once DOL_DOCUMENT_ROOT.
'/fourn/class/fournisseur.product.class.php';
41require_once DOL_DOCUMENT_ROOT.
'/multicurrency/class/multicurrency.class.php';
42if (isModEnabled(
'productbatch')) {
43 require_once DOL_DOCUMENT_ROOT.
'/product/class/productbatch.class.php';
55 public $element =
'order_supplier';
60 public $table_element =
'commande_fournisseur';
65 public $table_element_line =
'commande_fournisseurdet';
70 public $fk_element =
'fk_commande';
75 public $picto =
'supplier_order';
81 public $restrictiononfksoc = 1;
101 public $ref_supplier;
139 public $date_creation;
149 public $date_approve;
155 public $date_approve2;
160 public $date_commande;
163 public $remise_percent;
164 public $methode_commande_id;
165 public $methode_commande;
170 public $delivery_date;
185 public $total_localtax1;
190 public $total_localtax2;
207 public $cond_reglement_id;
212 public $cond_reglement_code;
217 public $cond_reglement_label;
222 public $cond_reglement_doc;
232 public $mode_reglement_id;
237 public $mode_reglement_code;
242 public $mode_reglement;
247 public $user_author_id;
252 public $user_approve_id;
258 public $user_approve_id2;
262 public $extraparams = array();
267 public $lines = array();
277 public $linked_objects = array();
282 public $date_lim_reglement;
283 public $receptions = array();
289 public $fk_multicurrency;
294 public $multicurrency_code;
299 public $multicurrency_tx;
304 public $multicurrency_total_ht;
309 public $multicurrency_total_tva;
314 public $multicurrency_total_ttc;
344 'rowid' => array(
'type' =>
'integer',
'label' =>
'TechnicalID',
'enabled' => 1,
'visible' => 0,
'notnull' => 1,
'position' => 10),
345 'ref' => array(
'type' =>
'varchar(255)',
'label' =>
'Ref',
'enabled' => 1,
'visible' => 1,
'showoncombobox' => 1,
'position' => 25,
'searchall' => 1),
346 'ref_ext' => array(
'type' =>
'varchar(255)',
'label' =>
'Ref ext',
'enabled' => 1,
'visible' => 0,
'position' => 35),
347 'ref_supplier' => array(
'type' =>
'varchar(255)',
'label' =>
'RefOrderSupplierShort',
'enabled' => 1,
'visible' => 1,
'position' => 40,
'searchall' => 1),
348 'fk_projet' => array(
'type' =>
'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)',
'label' =>
'Project',
'enabled' =>
"isModEnabled('project')",
'visible' => -1,
'position' => 45),
349 'date_valid' => array(
'type' =>
'datetime',
'label' =>
'DateValidation',
'enabled' => 1,
'visible' => -1,
'position' => 710),
350 'date_approve' => array(
'type' =>
'datetime',
'label' =>
'DateApprove',
'enabled' => 1,
'visible' => -1,
'position' => 720),
351 'date_approve2' => array(
'type' =>
'datetime',
'label' =>
'DateApprove2',
'enabled' => 1,
'visible' => 3,
'position' => 725),
352 'date_commande' => array(
'type' =>
'date',
'label' =>
'OrderDateShort',
'enabled' => 1,
'visible' => 1,
'position' => 70),
353 'date_livraison' => array(
'type' =>
'datetime',
'label' =>
'DeliveryDate',
'enabled' =>
'empty($conf->global->ORDER_DISABLE_DELIVERY_DATE)',
'visible' => 1,
'position' => 74),
354 'fk_user_author' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserAuthor',
'enabled' => 1,
'visible' => 3,
'position' => 41),
355 'fk_user_modif' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserModif',
'enabled' => 1,
'visible' => 3,
'notnull' => -1,
'position' => 80),
356 'fk_user_valid' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserValidation',
'enabled' => 1,
'visible' => 3,
'position' => 711),
357 'fk_user_approve' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserApproval',
'enabled' => 1,
'visible' => 3,
'position' => 721),
358 'fk_user_approve2' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserApproval2',
'enabled' => 1,
'visible' => 3,
'position' => 726),
359 'source' => array(
'type' =>
'smallint(6)',
'label' =>
'Source',
'enabled' => 1,
'visible' => 3,
'notnull' => 1,
'position' => 100),
360 'billed' => array(
'type' =>
'smallint(6)',
'label' =>
'Billed',
'enabled' => 1,
'visible' => 1,
'position' => 710),
361 'total_ht' => array(
'type' =>
'double(24,8)',
'label' =>
'AmountHT',
'enabled' => 1,
'visible' => 1,
'position' => 130,
'isameasure' => 1),
362 'total_tva' => array(
'type' =>
'double(24,8)',
'label' =>
'AmountVAT',
'enabled' => 1,
'visible' => 1,
'position' => 135,
'isameasure' => 1),
363 'localtax1' => array(
'type' =>
'double(24,8)',
'label' =>
'LT1',
'enabled' => 1,
'visible' => 3,
'position' => 140,
'isameasure' => 1),
364 'localtax2' => array(
'type' =>
'double(24,8)',
'label' =>
'LT2',
'enabled' => 1,
'visible' => 3,
'position' => 145,
'isameasure' => 1),
365 'total_ttc' => array(
'type' =>
'double(24,8)',
'label' =>
'AmountTTC',
'enabled' => 1,
'visible' => -1,
'position' => 150,
'isameasure' => 1),
366 'note_public' => array(
'type' =>
'html',
'label' =>
'NotePublic',
'enabled' => 1,
'visible' => 0,
'position' => 750,
'searchall' => 1),
367 'note_private' => array(
'type' =>
'html',
'label' =>
'NotePrivate',
'enabled' => 1,
'visible' => 0,
'position' => 760,
'searchall' => 1),
368 'model_pdf' => array(
'type' =>
'varchar(255)',
'label' =>
'ModelPDF',
'enabled' => 1,
'visible' => 0,
'position' => 165),
369 'fk_input_method' => array(
'type' =>
'integer',
'label' =>
'OrderMode',
'enabled' => 1,
'visible' => 3,
'position' => 170),
370 'fk_cond_reglement' => array(
'type' =>
'integer',
'label' =>
'PaymentTerm',
'enabled' => 1,
'visible' => 3,
'position' => 175),
371 'fk_mode_reglement' => array(
'type' =>
'integer',
'label' =>
'PaymentMode',
'enabled' => 1,
'visible' => 3,
'position' => 180),
372 'extraparams' => array(
'type' =>
'varchar(255)',
'label' =>
'Extraparams',
'enabled' => 1,
'visible' => 0,
'position' => 190),
373 'fk_account' => array(
'type' =>
'integer',
'label' =>
'BankAccount',
'enabled' =>
'isModEnabled("bank")',
'visible' => 3,
'position' => 200),
374 'fk_incoterms' => array(
'type' =>
'integer',
'label' =>
'IncotermCode',
'enabled' => 1,
'visible' => 3,
'position' => 205),
375 'location_incoterms' => array(
'type' =>
'varchar(255)',
'label' =>
'IncotermLocation',
'enabled' => 1,
'visible' => 3,
'position' => 210),
376 'fk_multicurrency' => array(
'type' =>
'integer',
'label' =>
'Fk multicurrency',
'enabled' => 1,
'visible' => 0,
'position' => 215),
377 'multicurrency_code' => array(
'type' =>
'varchar(255)',
'label' =>
'Currency',
'enabled' =>
'isModEnabled("multicurrency")',
'visible' => -1,
'position' => 220),
378 'multicurrency_tx' => array(
'type' =>
'double(24,8)',
'label' =>
'CurrencyRate',
'enabled' =>
'isModEnabled("multicurrency")',
'visible' => -1,
'position' => 225),
379 'multicurrency_total_ht' => array(
'type' =>
'double(24,8)',
'label' =>
'MulticurrencyAmountHT',
'enabled' =>
'isModEnabled("multicurrency")',
'visible' => -1,
'position' => 230),
380 'multicurrency_total_tva' => array(
'type' =>
'double(24,8)',
'label' =>
'MulticurrencyAmountVAT',
'enabled' =>
'isModEnabled("multicurrency")',
'visible' => -1,
'position' => 235),
381 'multicurrency_total_ttc' => array(
'type' =>
'double(24,8)',
'label' =>
'MulticurrencyAmountTTC',
'enabled' =>
'isModEnabled("multicurrency")',
'visible' => -1,
'position' => 240),
382 'date_creation' => array(
'type' =>
'datetime',
'label' =>
'Date creation',
'enabled' => 1,
'visible' => -1,
'position' => 500),
383 'fk_soc' => array(
'type' =>
'integer:Societe:societe/class/societe.class.php',
'label' =>
'ThirdParty',
'enabled' =>
'isModEnabled("societe")',
'visible' => 1,
'notnull' => 1,
'position' => 50),
384 'entity' => array(
'type' =>
'integer',
'label' =>
'Entity',
'default' =>
'1',
'enabled' => 1,
'visible' => 0,
'notnull' => 1,
'position' => 1000,
'index' => 1),
385 'tms' => array(
'type' =>
'datetime',
'label' =>
"DateModificationShort",
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'position' => 501),
386 'last_main_doc' => array(
'type' =>
'varchar(255)',
'label' =>
'LastMainDoc',
'enabled' => 1,
'visible' => 0,
'position' => 700),
387 'fk_statut' => array(
'type' =>
'smallint(6)',
'label' =>
'Status',
'enabled' => 1,
'visible' => 1,
'position' => 701),
388 'import_key' => array(
'type' =>
'varchar(14)',
'label' =>
'ImportId',
'enabled' => 1,
'visible' => 0,
'position' => 900),
452 $this->ismultientitymanaged = 1;
463 public function fetch($id, $ref =
'')
466 if (empty($id) && empty($ref)) {
470 $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,";
471 $sql .=
" c.localtax1, c.localtax2, ";
472 $sql .=
" c.date_creation, c.date_valid, c.date_approve, c.date_approve2,";
473 $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,";
474 $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,";
475 $sql .=
" c.fk_account,";
476 $sql .=
" c.note_private, c.note_public, c.model_pdf, c.extraparams, c.billed,";
477 $sql .=
" c.fk_multicurrency, c.multicurrency_code, c.multicurrency_tx, c.multicurrency_total_ht, c.multicurrency_total_tva, c.multicurrency_total_ttc,";
478 $sql .=
" cm.libelle as methode_commande,";
479 $sql .=
" cr.code as cond_reglement_code, cr.libelle as cond_reglement_label, cr.libelle_facture as cond_reglement_doc,";
480 $sql .=
" p.code as mode_reglement_code, p.libelle as mode_reglement_libelle";
481 $sql .=
', c.fk_incoterms, c.location_incoterms';
482 $sql .=
', i.libelle as label_incoterms';
483 $sql .=
" FROM ".$this->db->prefix().
"commande_fournisseur as c";
484 $sql .=
" LEFT JOIN ".$this->db->prefix().
"c_payment_term as cr ON c.fk_cond_reglement = cr.rowid";
485 $sql .=
" LEFT JOIN ".$this->db->prefix().
"c_paiement as p ON c.fk_mode_reglement = p.id";
486 $sql .=
" LEFT JOIN ".$this->db->prefix().
"c_input_method as cm ON cm.rowid = c.fk_input_method";
487 $sql .=
' LEFT JOIN '.$this->db->prefix().
'c_incoterms as i ON c.fk_incoterms = i.rowid';
490 $sql .=
" WHERE c.entity IN (".getEntity(
'supplier_order').
")";
492 $sql .=
" WHERE c.rowid=".((int) $id);
496 $sql .=
" AND c.ref='".$this->db->escape($ref).
"'";
499 dol_syslog(get_class($this).
"::fetch", LOG_DEBUG);
500 $resql = $this->db->query($sql);
502 $obj = $this->db->fetch_object($resql);
504 $this->error =
'Bill with id '.$id.
' not found';
505 dol_syslog(get_class($this).
'::fetch '.$this->error);
509 $this->
id = $obj->rowid;
510 $this->entity = $obj->entity;
512 $this->
ref = $obj->ref;
513 $this->ref_supplier = $obj->ref_supplier;
514 $this->socid = $obj->fk_soc;
515 $this->fourn_id = $obj->fk_soc;
516 $this->
statut = $obj->status;
517 $this->
status = $obj->status;
518 $this->billed = $obj->billed;
519 $this->user_author_id = $obj->user_author_id;
520 $this->user_validation_id = $obj->user_validation_id;
521 $this->user_approve_id = $obj->user_approve_id;
522 $this->user_approve_id2 = $obj->user_approve_id2;
523 $this->total_ht = $obj->total_ht;
524 $this->total_tva = $obj->total_tva;
525 $this->total_localtax1 = $obj->localtax1;
526 $this->total_localtax2 = $obj->localtax2;
527 $this->total_ttc = $obj->total_ttc;
528 $this->date_creation = $this->db->jdate($obj->date_creation);
529 $this->date_valid = $this->db->jdate($obj->date_valid);
530 $this->date_approve = $this->db->jdate($obj->date_approve);
531 $this->date_approve2 = $this->db->jdate($obj->date_approve2);
532 $this->date_commande = $this->db->jdate($obj->date_commande);
533 if (isset($obj->date_commande)) {
534 $this->date = $this->date_commande;
536 $this->date = $this->date_creation;
538 $this->delivery_date = $this->db->jdate($obj->delivery_date);
539 $this->remise_percent = $obj->remise_percent;
540 $this->methode_commande_id = $obj->fk_input_method;
541 $this->methode_commande = $obj->methode_commande;
543 $this->source = $obj->source;
544 $this->fk_project = $obj->fk_project;
545 $this->cond_reglement_id = $obj->fk_cond_reglement;
546 $this->cond_reglement_code = $obj->cond_reglement_code;
547 $this->cond_reglement = $obj->cond_reglement_label;
548 $this->cond_reglement_label = $obj->cond_reglement_label;
549 $this->cond_reglement_doc = $obj->cond_reglement_doc;
550 $this->fk_account = $obj->fk_account;
551 $this->mode_reglement_id = $obj->fk_mode_reglement;
552 $this->mode_reglement_code = $obj->mode_reglement_code;
553 $this->mode_reglement = $obj->mode_reglement_libelle;
554 $this->note = $obj->note_private;
555 $this->note_private = $obj->note_private;
556 $this->note_public = $obj->note_public;
557 $this->model_pdf = $obj->model_pdf;
560 $this->fk_incoterms = $obj->fk_incoterms;
561 $this->location_incoterms = $obj->location_incoterms;
562 $this->label_incoterms = $obj->label_incoterms;
565 $this->fk_multicurrency = $obj->fk_multicurrency;
566 $this->multicurrency_code = $obj->multicurrency_code;
567 $this->multicurrency_tx = $obj->multicurrency_tx;
568 $this->multicurrency_total_ht = $obj->multicurrency_total_ht;
569 $this->multicurrency_total_tva = $obj->multicurrency_total_tva;
570 $this->multicurrency_total_ttc = $obj->multicurrency_total_ttc;
572 $this->extraparams = isset($obj->extraparams) ? (array) json_decode($obj->extraparams,
true) : array();
574 $this->db->free($resql);
589 $this->error = $this->db->error().
" sql=".$sql;
605 $this->lines = array();
607 $sql =
"SELECT l.rowid, l.fk_commande, l.ref as ref_supplier, l.fk_product, l.product_type, l.label, l.description, l.qty,";
608 $sql .=
" l.vat_src_code, l.tva_tx, l.remise_percent, l.subprice,";
609 $sql .=
" l.localtax1_tx, l. localtax2_tx, l.localtax1_type, l. localtax2_type, l.total_localtax1, l.total_localtax2,";
610 $sql .=
" l.total_ht, l.total_tva, l.total_ttc, l.info_bits, l.special_code, l.fk_parent_line, l.rang,";
611 $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,";
612 $sql .=
" l.fk_unit,";
613 $sql .=
" l.date_start, l.date_end,";
614 $sql .=
' l.fk_multicurrency, l.multicurrency_code, l.multicurrency_subprice, l.multicurrency_total_ht, l.multicurrency_total_tva, l.multicurrency_total_ttc';
615 $sql .=
" FROM ".$this->db->prefix().
"commande_fournisseurdet as l";
616 $sql .=
' LEFT JOIN '.$this->db->prefix().
'product as p ON l.fk_product = p.rowid';
617 $sql .=
" WHERE l.fk_commande = ".((int) $this->
id);
619 $sql .=
' AND p.fk_product_type = 0';
621 $sql .=
" ORDER BY l.rang, l.rowid";
624 dol_syslog(get_class($this).
"::fetch_lines", LOG_DEBUG);
626 $result = $this->db->query($sql);
628 $num = $this->db->num_rows($result);
632 $objp = $this->db->fetch_object($result);
636 $line->id = $objp->rowid;
637 $line->fk_commande = $objp->fk_commande;
638 $line->desc = $objp->description;
639 $line->description = $objp->description;
640 $line->qty = $objp->qty;
641 $line->tva_tx = $objp->tva_tx;
642 $line->localtax1_tx = $objp->localtax1_tx;
643 $line->localtax2_tx = $objp->localtax2_tx;
644 $line->localtax1_type = $objp->localtax1_type;
645 $line->localtax2_type = $objp->localtax2_type;
646 $line->subprice = $objp->subprice;
647 $line->pu_ht = $objp->subprice;
648 $line->remise_percent = $objp->remise_percent;
650 $line->vat_src_code = $objp->vat_src_code;
651 $line->total_ht = $objp->total_ht;
652 $line->total_tva = $objp->total_tva;
653 $line->total_localtax1 = $objp->total_localtax1;
654 $line->total_localtax2 = $objp->total_localtax2;
655 $line->total_ttc = $objp->total_ttc;
656 $line->product_type = $objp->product_type;
658 $line->fk_product = $objp->fk_product;
660 $line->libelle = $objp->product_label;
661 $line->product_label = $objp->product_label;
662 $line->product_desc = $objp->product_desc;
663 $line->product_tobatch = $objp->product_tobatch;
664 $line->product_barcode = $objp->product_barcode;
666 $line->ref = $objp->product_ref;
667 $line->product_ref = $objp->product_ref;
668 $line->ref_fourn = $objp->ref_supplier;
669 $line->ref_supplier = $objp->ref_supplier;
676 $sqlsearchpackage =
'SELECT rowid, packaging FROM '.$this->db->prefix().
"product_fournisseur_price";
677 $sqlsearchpackage .=
' WHERE entity IN ('.getEntity(
'product_fournisseur_price').
")";
678 $sqlsearchpackage .=
" AND fk_product = ".((int) $objp->fk_product);
679 $sqlsearchpackage .=
" AND ref_fourn = '".$this->db->escape($objp->ref_supplier).
"'";
680 $sqlsearchpackage .=
" AND quantity <= ".((float) $objp->qty);
681 $sqlsearchpackage .=
" AND (packaging IS NULL OR packaging = 0 OR packaging <= ".((float) $objp->qty).
")";
682 $sqlsearchpackage .=
" AND fk_soc = ".((int) $this->socid);
683 $sqlsearchpackage .=
" ORDER BY packaging ASC";
684 $sqlsearchpackage .=
" LIMIT 1";
686 $resqlsearchpackage = $this->db->query($sqlsearchpackage);
687 if ($resqlsearchpackage) {
688 $objsearchpackage = $this->db->fetch_object($resqlsearchpackage);
689 if ($objsearchpackage) {
690 $line->fk_fournprice = $objsearchpackage->rowid;
691 $line->packaging = $objsearchpackage->packaging;
694 $this->error = $this->db->lasterror();
699 $line->date_start = $this->db->jdate($objp->date_start);
700 $line->date_end = $this->db->jdate($objp->date_end);
701 $line->fk_unit = $objp->fk_unit;
704 $line->fk_multicurrency = $objp->fk_multicurrency;
705 $line->multicurrency_code = $objp->multicurrency_code;
706 $line->multicurrency_subprice = $objp->multicurrency_subprice;
707 $line->multicurrency_total_ht = $objp->multicurrency_total_ht;
708 $line->multicurrency_total_tva = $objp->multicurrency_total_tva;
709 $line->multicurrency_total_ttc = $objp->multicurrency_total_ttc;
711 $line->info_bits = $objp->info_bits;
712 $line->special_code = $objp->special_code;
713 $line->fk_parent_line = $objp->fk_parent_line;
715 $line->rang = $objp->rang;
719 $line->fetch_optionals();
721 $this->lines[$i] = $line;
725 $this->db->free($result);
729 $this->error = $this->db->error().
" sql=".$sql;
742 public function valid($user, $idwarehouse = 0, $notrigger = 0)
745 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
751 if ((!
getDolGlobalString(
'MAIN_USE_ADVANCED_PERMS') && ($user->hasRight(
"fournisseur",
"commande",
"creer") || $user->hasRight(
"supplier_order",
"creer")))
752 || (
getDolGlobalString(
'MAIN_USE_ADVANCED_PERMS') && $user->hasRight(
"fournisseur",
"supplier_order_advance",
"validate"))) {
757 $soc->fetch($this->fourn_id);
760 if (preg_match(
'/^[\(]?PROV/i', $this->
ref) || empty($this->
ref)) {
767 $sql =
'UPDATE '.$this->db->prefix().
"commande_fournisseur";
768 $sql .=
" SET ref='".$this->db->escape($num).
"',";
769 $sql .=
" fk_statut = ".((int) self::STATUS_VALIDATED).
",";
770 $sql .=
" date_valid='".$this->db->idate(
dol_now()).
"',";
771 $sql .=
" fk_user_valid = ".((int) $user->id);
772 $sql .=
" WHERE rowid = ".((int) $this->
id);
773 $sql .=
" AND fk_statut = ".((int) self::STATUS_DRAFT);
775 $resql = $this->db->query($sql);
781 if (!$error && !$notrigger) {
783 $result = $this->
call_trigger(
'ORDER_SUPPLIER_VALIDATE', $user);
791 $this->oldref = $this->ref;
794 if (preg_match(
'/^[\(]?PROV/i', $this->
ref)) {
796 $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).
"'";
797 $sql .=
" WHERE filename LIKE '".$this->db->escape($this->
ref).
"%' AND filepath = 'fournisseur/commande/".$this->db->escape($this->
ref).
"' and entity = ".((int) $conf->entity);
798 $resql = $this->db->query($sql);
801 $this->error = $this->db->lasterror();
803 $sql =
'UPDATE '.$this->db->prefix().
"ecm_files set filepath = 'fournisseur/commande/".$this->db->escape($this->newref).
"'";
804 $sql .=
" WHERE filepath = 'fournisseur/commande/".$this->db->escape($this->
ref).
"' and entity = ".$conf->entity;
805 $resql = $this->db->query($sql);
808 $this->error = $this->db->lasterror();
814 $dirsource = $conf->fournisseur->commande->dir_output.
'/'.$oldref;
815 $dirdest = $conf->fournisseur->commande->dir_output.
'/'.$newref;
816 if (!$error && file_exists($dirsource)) {
817 dol_syslog(get_class($this).
"::valid rename dir ".$dirsource.
" into ".$dirdest);
819 if (@rename($dirsource, $dirdest)) {
822 $listoffiles =
dol_dir_list($conf->fournisseur->commande->dir_output.
'/'.$newref,
'files', 1,
'^'.preg_quote($oldref,
'/'));
823 foreach ($listoffiles as $fileentry) {
824 $dirsource = $fileentry[
'name'];
825 $dirdest = preg_replace(
'/^'.preg_quote($oldref,
'/').
'/', $newref, $dirsource);
826 $dirsource = $fileentry[
'path'].
'/'.$dirsource;
827 $dirdest = $fileentry[
'path'].
'/'.$dirdest;
828 @rename($dirsource, $dirdest);
846 $this->db->rollback();
850 $this->error =
'NotAuthorized';
851 dol_syslog(get_class($this).
"::valid ".$this->error, LOG_ERR);
876 public function LibStatut($status, $mode = 0, $billed = 0)
879 global $langs, $hookmanager;
881 if (empty($this->labelStatus) || empty($this->labelStatusShort)) {
882 $langs->load(
'orders');
884 $this->labelStatus[0] =
'StatusSupplierOrderDraft';
885 $this->labelStatus[1] =
'StatusSupplierOrderValidated';
886 $this->labelStatus[2] =
'StatusSupplierOrderApproved';
888 $this->labelStatus[3] =
'StatusSupplierOrderOnProcess';
890 $this->labelStatus[3] =
'StatusSupplierOrderOnProcessWithValidation';
892 $this->labelStatus[4] =
'StatusSupplierOrderReceivedPartially';
893 $this->labelStatus[5] =
'StatusSupplierOrderReceivedAll';
894 $this->labelStatus[6] =
'StatusSupplierOrderCanceled';
895 $this->labelStatus[7] =
'StatusSupplierOrderCanceled';
896 $this->labelStatus[9] =
'StatusSupplierOrderRefused';
899 $this->labelStatusShort[0] =
'StatusSupplierOrderDraftShort';
900 $this->labelStatusShort[1] =
'StatusSupplierOrderValidatedShort';
901 $this->labelStatusShort[2] =
'StatusSupplierOrderApprovedShort';
902 $this->labelStatusShort[3] =
'StatusSupplierOrderOnProcessShort';
903 $this->labelStatusShort[4] =
'StatusSupplierOrderReceivedPartiallyShort';
904 $this->labelStatusShort[5] =
'StatusSupplierOrderReceivedAllShort';
905 $this->labelStatusShort[6] =
'StatusSupplierOrderCanceledShort';
906 $this->labelStatusShort[7] =
'StatusSupplierOrderCanceledShort';
907 $this->labelStatusShort[9] =
'StatusSupplierOrderRefusedShort';
910 $statustrans = array(
922 $statusClass =
'status0';
923 if (!empty($statustrans[$status])) {
924 $statusClass = $statustrans[$status];
929 $billedtext =
' - '.$langs->trans(
"Billed");
931 if ($status == 5 && $billed) {
932 $statusClass =
'status6';
935 $statusLong = $langs->transnoentitiesnoconv($this->labelStatus[$status]).$billedtext;
936 $statusShort = $langs->transnoentitiesnoconv($this->labelStatusShort[$status]);
938 $parameters = array(
'status' => $status,
'mode' => $mode,
'billed' => $billed);
939 $reshook = $hookmanager->executeHooks(
'LibStatut', $parameters, $this);
941 return $hookmanager->resPrint;
944 return dolGetStatus($statusLong, $statusShort,
'', $statusClass, $mode);
956 global $conf, $langs, $user;
958 $langs->loadLangs([
'bills',
'orders']);
961 $nofetch = !empty($params[
'nofetch']);
963 if ($user->hasRight(
"fournisseur",
"commande",
"read")) {
964 $datas[
'picto'] =
'<u class="paddingrightonly">'.$langs->trans(
"SupplierOrder").
'</u>';
965 if (isset($this->
statut)) {
966 $datas[
'picto'] .=
' '.$this->getLibStatut(5);
968 if (!empty($this->
ref)) {
969 $datas[
'ref'] =
'<br><b>'.$langs->trans(
'Ref').
':</b> '.$this->ref;
971 if (!empty($this->ref_supplier)) {
972 $datas[
'refsupplier'] =
'<br><b>'.$langs->trans(
'RefSupplier').
':</b> '.$this->ref_supplier;
975 $langs->load(
'companies');
976 if (empty($this->thirdparty)) {
979 $datas[
'supplier'] =
'<br><b>'.$langs->trans(
'Supplier').
':</b> '.$this->thirdparty->getNomUrl(1,
'', 0, 1);
981 if (!empty($this->total_ht)) {
982 $datas[
'totalht'] =
'<br><b>'.$langs->trans(
'AmountHT').
':</b> '.
price($this->total_ht, 0, $langs, 0, -1, -1, $conf->currency);
984 if (!empty($this->total_tva)) {
985 $datas[
'totaltva'] =
'<br><b>'.$langs->trans(
'VAT').
':</b> '.
price($this->total_tva, 0, $langs, 0, -1, -1, $conf->currency);
987 if (!empty($this->total_ttc)) {
988 $datas[
'totalttc'] =
'<br><b>'.$langs->trans(
'AmountTTC').
':</b> '.
price($this->total_ttc, 0, $langs, 0, -1, -1, $conf->currency);
990 if (!empty($this->date)) {
991 $datas[
'date'] =
'<br><b>'.$langs->trans(
'Date').
':</b> '.
dol_print_date($this->date,
'day');
993 if (!empty($this->delivery_date)) {
994 $datas[
'deliverydate'] =
'<br><b>'.$langs->trans(
'DeliveryDate').
':</b> '.
dol_print_date($this->delivery_date,
'dayhour');
1010 public function getNomUrl($withpicto = 0, $option =
'', $notooltip = 0, $save_lastsearch_value = -1, $addlinktonotes = 0)
1012 global $langs, $user, $hookmanager;
1017 'objecttype' => $this->element,
1018 'option' => $option,
1021 $classfortooltip =
'classfortooltip';
1024 $classfortooltip =
'classforajaxtooltip';
1025 $dataparams =
' data-params="'.dol_escape_htmltag(json_encode($params)).
'"';
1031 $url = DOL_URL_ROOT.
'/fourn/commande/card.php?id='.$this->id;
1033 if ($option !==
'nolink') {
1035 $add_save_lastsearch_values = ($save_lastsearch_value == 1 ? 1 : 0);
1036 if ($save_lastsearch_value == -1 && isset($_SERVER[
"PHP_SELF"]) && preg_match(
'/list\.php/', $_SERVER[
"PHP_SELF"])) {
1037 $add_save_lastsearch_values = 1;
1039 if ($add_save_lastsearch_values) {
1040 $url .=
'&save_lastsearch_values=1';
1045 if (empty($notooltip)) {
1047 $label = $langs->trans(
"ShowOrder");
1048 $linkclose .=
' alt="'.dol_escape_htmltag($label, 1).
'"';
1050 $linkclose .= ($label ?
' title="'.dol_escape_htmltag($label, 1).
'"' :
' title="tocomplete"');
1051 $linkclose .= $dataparams.
' class="'.$classfortooltip.
'"';
1054 $linkstart =
'<a href="'.$url.
'"';
1055 $linkstart .= $linkclose.
'>';
1058 $result .= $linkstart;
1060 $result .=
img_object(($notooltip ?
'' : $label), ($this->picto ? $this->picto :
'generic'), (($withpicto != 2) ?
'class="paddingright"' :
''), 0, 0, $notooltip ? 0 : 1);
1062 if ($withpicto != 2) {
1063 $result .= $this->ref;
1065 $result .= $linkend;
1067 if ($addlinktonotes) {
1068 $txttoshow = ($user->socid > 0 ? $this->note_public : $this->note_private);
1071 $result .=
' <span class="note inline-block">';
1072 $result .=
'<a href="'.DOL_URL_ROOT.
'/fourn/commande/note.php?id='.$this->
id.
'" class="classfortooltip" title="'.
dol_escape_htmltag($notetoshow).
'">';
1077 $result .=
'</span>';
1082 $hookmanager->initHooks(array($this->element .
'dao'));
1083 $parameters = array(
'id' => $this->
id,
'getnomurl' => &$result);
1084 $reshook = $hookmanager->executeHooks(
'getNomUrl', $parameters, $this, $action);
1086 $result = $hookmanager->resPrint;
1088 $result .= $hookmanager->resPrint;
1103 global $langs, $conf;
1104 $langs->load(
"orders");
1113 $dirmodels = array_merge(array(
'/'), (array) $conf->modules_parts[
'models']);
1115 foreach ($dirmodels as $reldir) {
1116 $dir =
dol_buildpath($reldir.
"core/modules/supplier_order/");
1119 $mybool = ((bool) @include_once $dir.$file) || $mybool;
1122 if ($mybool ===
false) {
1127 $obj =
new $classname();
1128 $numref = $obj->getNextValue($soc, $this);
1130 if ($numref !=
"") {
1133 $this->error = $obj->error;
1137 $this->error =
"Error_COMMANDE_SUPPLIER_ADDON_NotDefined";
1151 if ($this->billed) {
1157 $sql =
'UPDATE '.$this->db->prefix().
'commande_fournisseur SET billed = 1';
1160 if ($this->db->query($sql)) {
1163 $result = $this->
call_trigger(
'ORDER_SUPPLIER_CLASSIFY_BILLED', $user);
1173 $this->db->commit();
1176 $this->db->rollback();
1182 $this->db->rollback();
1195 public function approve($user, $idwarehouse = 0, $secondlevel = 0)
1197 global $langs, $conf;
1198 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
1204 if ($user->hasRight(
"fournisseur",
"commande",
"approuver")) {
1210 $soc =
new Societe($this->db);
1211 $soc->fetch($this->fourn_id);
1214 if (preg_match(
'/^[\(]?PROV/i', $this->
ref) || empty($this->
ref)) {
1222 $movetoapprovestatus =
true;
1225 $sql =
"UPDATE ".$this->db->prefix().
"commande_fournisseur";
1226 $sql .=
" SET ref='".$this->db->escape($num).
"',";
1227 if (empty($secondlevel)) {
1228 $sql .=
" date_approve='".$this->db->idate($now).
"',";
1229 $sql .=
" fk_user_approve = ".$user->id;
1230 if (
getDolGlobalString(
'SUPPLIER_ORDER_3_STEPS_TO_BE_APPROVED') && $this->total_ht >= $conf->global->SUPPLIER_ORDER_3_STEPS_TO_BE_APPROVED) {
1231 if (empty($this->user_approve_id2)) {
1232 $movetoapprovestatus =
false;
1233 $comment =
' (first level)';
1237 $sql .=
" date_approve2='".$this->db->idate($now).
"',";
1238 $sql .=
" fk_user_approve2 = ".((int) $user->id);
1239 if (empty($this->user_approve_id)) {
1240 $movetoapprovestatus =
false;
1242 $comment =
' (second level)';
1245 if ($movetoapprovestatus) {
1246 $sql .=
", fk_statut = ".self::STATUS_ACCEPTED;
1248 $sql .=
", fk_statut = ".self::STATUS_VALIDATED;
1250 $sql .=
" WHERE rowid = ".((int) $this->
id);
1251 $sql .=
" AND fk_statut = ".self::STATUS_VALIDATED;
1253 if ($this->db->query($sql)) {
1255 $result = $this->
add_contact($user->id,
'SALESREPFOLL',
'internal', 1);
1256 if ($result < 0 && $result != -2) {
1262 if (!$error && $movetoapprovestatus && isModEnabled(
'stock') &&
getDolGlobalString(
'STOCK_CALCULATE_ON_SUPPLIER_VALIDATE_ORDER')) {
1263 require_once DOL_DOCUMENT_ROOT.
'/product/stock/class/mouvementstock.class.php';
1264 $langs->load(
"agenda");
1266 $cpt = count($this->lines);
1267 for ($i = 0; $i < $cpt; $i++) {
1269 if ($this->lines[$i]->fk_product > 0) {
1270 $this->line = $this->lines[$i];
1272 $mouvP->origin = &$this;
1273 $mouvP->setOrigin($this->element, $this->
id);
1275 $up_ht_disc = $this->lines[$i]->subprice;
1276 if (!empty($this->lines[$i]->remise_percent) && !
getDolGlobalString(
'STOCK_EXCLUDE_DISCOUNT_FOR_PMP')) {
1277 $up_ht_disc =
price2num($up_ht_disc * (100 - $this->lines[$i]->remise_percent) / 100,
'MU');
1279 $result = $mouvP->reception($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $up_ht_disc, $langs->trans(
"OrderApprovedInDolibarr", $this->ref));
1290 $result = $this->
call_trigger(
'ORDER_SUPPLIER_APPROVE', $user);
1298 $this->
ref = $this->newref;
1300 if ($movetoapprovestatus) {
1305 if (empty($secondlevel)) {
1306 $this->date_approve = $now;
1307 $this->user_approve_id = $user->id;
1309 $this->date_approve2 = $now;
1310 $this->user_approve_id2 = $user->id;
1313 $this->db->commit();
1316 $this->db->rollback();
1320 $this->db->rollback();
1321 $this->error = $this->db->lasterror();
1325 dol_syslog(get_class($this).
"::approve Not Authorized", LOG_ERR);
1338 global $conf, $langs;
1344 if ($user->hasRight(
"fournisseur",
"commande",
"approuver")) {
1347 $sql =
"UPDATE ".$this->db->prefix().
"commande_fournisseur SET fk_statut = ".
self::STATUS_REFUSED;
1348 $sql .=
" WHERE rowid = ".((int) $this->
id);
1350 if ($this->db->query($sql)) {
1355 $result = $this->
call_trigger(
'ORDER_SUPPLIER_REFUSE', $user);
1358 $this->db->rollback();
1360 $this->db->commit();
1365 $this->db->rollback();
1366 $this->error = $this->db->lasterror();
1367 dol_syslog(get_class($this).
"::refuse Error -1");
1371 dol_syslog(get_class($this).
"::refuse Not Authorized");
1385 public function Cancel($user, $idwarehouse = -1)
1388 global $langs, $conf;
1394 if ($user->hasRight(
"fournisseur",
"commande",
"commander")) {
1399 $sql =
"UPDATE ".$this->db->prefix().
"commande_fournisseur SET fk_statut = ".((int) $statut);
1400 $sql .=
" WHERE rowid = ".((int) $this->
id);
1401 dol_syslog(get_class($this).
"::cancel", LOG_DEBUG);
1402 if ($this->db->query($sql)) {
1406 $result = $this->
call_trigger(
'ORDER_SUPPLIER_CANCEL', $user);
1413 $this->db->commit();
1416 $this->db->rollback();
1420 $this->db->rollback();
1421 $this->error = $this->db->lasterror();
1422 dol_syslog(get_class($this).
"::cancel ".$this->error);
1426 dol_syslog(get_class($this).
"::cancel Not Authorized");
1440 public function commande($user, $date, $methode, $comment =
'')
1445 if ($user->hasRight(
"fournisseur",
"commande",
"commander")) {
1448 $newnoteprivate = $this->note_private;
1450 $newnoteprivate =
dol_concatdesc($newnoteprivate, $langs->trans(
"Comment").
': '.$comment);
1453 $sql =
"UPDATE ".$this->db->prefix().
"commande_fournisseur";
1454 $sql .=
" SET fk_statut=".self::STATUS_ORDERSENT.
", fk_input_method=".$methode.
", date_commande='".$this->db->idate($date).
"', ";
1455 $sql .=
" note_private='".$this->db->escape($newnoteprivate).
"'";
1456 $sql .=
" WHERE rowid=".((int) $this->
id);
1458 dol_syslog(get_class($this).
"::commande", LOG_DEBUG);
1459 if ($this->db->query($sql)) {
1461 $this->methode_commande_id = $methode;
1462 $this->date_commande = $date;
1463 $this->context = array(
'comments' => $comment);
1466 $result = $this->
call_trigger(
'ORDER_SUPPLIER_SUBMIT', $user);
1473 $this->error = $this->db->lasterror();
1474 $this->errors[] = $this->db->lasterror();
1478 $this->db->commit();
1480 $this->db->rollback();
1484 $this->error = $langs->trans(
'NotAuthorized');
1485 $this->errors[] = $langs->trans(
'NotAuthorized');
1486 dol_syslog(get_class($this).
"::commande User not Authorized", LOG_WARNING);
1489 return ($error ? -1 : 1);
1499 public function create($user, $notrigger = 0)
1501 global $langs, $conf, $hookmanager;
1509 $date = ($this->date_commande ? $this->date_commande : $this->date);
1513 $delivery_date = $this->delivery_date;
1516 if (empty($this->source)) {
1521 if (!empty($this->multicurrency_code) && empty($this->multicurrency_tx)) {
1526 if (empty($this->fk_multicurrency)) {
1527 $this->multicurrency_code = $conf->currency;
1528 $this->fk_multicurrency = 0;
1529 $this->multicurrency_tx = 1;
1535 $sql =
"INSERT INTO ".$this->db->prefix().
"commande_fournisseur (";
1537 $sql .=
", ref_supplier";
1538 $sql .=
", note_private";
1539 $sql .=
", note_public";
1542 $sql .=
", fk_projet";
1543 $sql .=
", date_creation";
1544 $sql .=
", date_livraison";
1545 $sql .=
", fk_user_author";
1546 $sql .=
", fk_statut";
1548 $sql .=
", model_pdf";
1549 $sql .=
", fk_mode_reglement";
1550 $sql .=
", fk_cond_reglement";
1551 $sql .=
", fk_account";
1552 $sql .=
", fk_incoterms, location_incoterms";
1553 $sql .=
", fk_multicurrency";
1554 $sql .=
", multicurrency_code";
1555 $sql .=
", multicurrency_tx";
1557 $sql .=
" VALUES (";
1559 $sql .=
", ".(isset($this->ref_supplier) ?
"'".$this->db->escape($this->ref_supplier).
"'" :
"NULL");
1560 $sql .=
", '".$this->db->escape($this->note_private).
"'";
1561 $sql .=
", '".$this->db->escape($this->note_public).
"'";
1562 $sql .=
", ".setEntity($this);
1563 $sql .=
", ".((int) $this->socid);
1564 $sql .=
", ".($this->fk_project > 0 ? ((int) $this->fk_project) :
"null");
1565 $sql .=
", '".$this->db->idate($date).
"'";
1566 $sql .=
", ".($delivery_date ?
"'".$this->db->idate($delivery_date).
"'" :
"null");
1567 $sql .=
", ".((int) $user->id);
1568 $sql .=
", ".self::STATUS_DRAFT;
1569 $sql .=
", ".((int) $this->source);
1570 $sql .=
", '".$this->db->escape(
getDolGlobalString(
'COMMANDE_SUPPLIER_ADDON_PDF')).
"'";
1571 $sql .=
", ".($this->mode_reglement_id > 0 ? $this->mode_reglement_id :
'null');
1572 $sql .=
", ".($this->cond_reglement_id > 0 ? $this->cond_reglement_id :
'null');
1573 $sql .=
", ".($this->fk_account > 0 ? $this->fk_account :
'NULL');
1574 $sql .=
", ".(int) $this->fk_incoterms;
1575 $sql .=
", '".$this->db->escape($this->location_incoterms).
"'";
1576 $sql .=
", ".(int) $this->fk_multicurrency;
1577 $sql .=
", '".$this->db->escape($this->multicurrency_code).
"'";
1578 $sql .=
", ".(float) $this->multicurrency_tx;
1581 dol_syslog(get_class($this).
"::create", LOG_DEBUG);
1582 if ($this->db->query($sql)) {
1583 $this->
id = $this->db->last_insert_id($this->db->prefix().
"commande_fournisseur");
1586 $num = count($this->lines);
1589 for ($i = 0; $i < $num; $i++) {
1590 $line = $this->lines[$i];
1591 if (!is_object($line)) {
1592 $line = (object) $line;
1603 $line->localtax1_tx,
1604 $line->localtax2_tx,
1608 $line->remise_percent,
1611 $line->product_type,
1616 $line->array_options,
1618 $line->multicurrency_subprice,
1625 dol_syslog(get_class($this).
"::create ".$this->error, LOG_WARNING);
1626 $this->db->rollback();
1631 $sql =
"UPDATE ".$this->db->prefix().
"commande_fournisseur";
1632 $sql .=
" SET ref='(PROV".$this->id.
")'";
1633 $sql .=
" WHERE rowid=".((int) $this->
id);
1635 dol_syslog(get_class($this).
"::create", LOG_DEBUG);
1636 if ($this->db->query($sql)) {
1639 $this->
ref =
"(PROV".$this->id.
")";
1641 if (!empty($this->linkedObjectsIds) && empty($this->linked_objects)) {
1642 $this->linked_objects = $this->linkedObjectsIds;
1646 if (!$error && $this->
id && !empty($this->linked_objects) && is_array($this->linked_objects)) {
1647 foreach ($this->linked_objects as $origin => $tmp_origin_id) {
1648 if (is_array($tmp_origin_id)) {
1649 foreach ($tmp_origin_id as $origin_id) {
1657 $origin_id = $tmp_origin_id;
1675 if (!$error && !$notrigger) {
1677 $result = $this->
call_trigger(
'ORDER_SUPPLIER_CREATE', $user);
1679 $this->db->rollback();
1686 $this->db->commit();
1689 $this->error = $this->db->lasterror();
1690 $this->db->rollback();
1695 $this->error =
'Failed to get ID of inserted line';
1700 $this->error = $this->db->lasterror();
1701 $this->db->rollback();
1721 if (isset($this->
ref)) {
1722 $this->
ref = trim($this->
ref);
1724 if (isset($this->ref_supplier)) {
1725 $this->ref_supplier = trim($this->ref_supplier);
1727 if (isset($this->note_private)) {
1728 $this->note_private = trim($this->note_private);
1730 if (isset($this->note_public)) {
1731 $this->note_public = trim($this->note_public);
1733 if (isset($this->model_pdf)) {
1734 $this->model_pdf = trim($this->model_pdf);
1736 if (isset($this->import_key)) {
1737 $this->import_key = trim($this->import_key);
1741 $sql =
"UPDATE ".$this->db->prefix().$this->table_element.
" SET";
1743 $sql .=
" ref=".(isset($this->
ref) ?
"'".$this->db->escape($this->
ref).
"'" :
"null").
",";
1744 $sql .=
" ref_supplier=".(isset($this->ref_supplier) ?
"'".$this->db->escape($this->ref_supplier).
"'" :
"null").
",";
1745 $sql .=
" ref_ext=".(isset($this->ref_ext) ?
"'".$this->db->escape($this->ref_ext).
"'" :
"null").
",";
1746 $sql .=
" fk_soc=".(isset($this->socid) ? $this->socid :
"null").
",";
1747 $sql .=
" date_commande=".(strval($this->date_commande) !=
'' ?
"'".$this->db->idate($this->date_commande).
"'" :
'null').
",";
1748 $sql .=
" date_valid=".(strval($this->date_validation) !=
'' ?
"'".$this->db->idate($this->date_validation).
"'" :
'null').
",";
1749 $sql .=
" total_tva=".(isset($this->total_tva) ? $this->total_tva :
"null").
",";
1750 $sql .=
" localtax1=".(isset($this->total_localtax1) ? $this->total_localtax1 :
"null").
",";
1751 $sql .=
" localtax2=".(isset($this->total_localtax2) ? $this->total_localtax2 :
"null").
",";
1752 $sql .=
" total_ht=".(isset($this->total_ht) ? $this->total_ht :
"null").
",";
1753 $sql .=
" total_ttc=".(isset($this->total_ttc) ? $this->total_ttc :
"null").
",";
1754 $sql .=
" fk_statut=".(isset($this->
statut) ? $this->
statut :
"null").
",";
1755 $sql .=
" fk_user_author=".(isset($this->user_author_id) ? $this->user_author_id :
"null").
",";
1756 $sql .=
" fk_user_valid=".(isset($this->user_validation_id) && $this->user_validation_id > 0 ? $this->user_validation_id :
"null").
",";
1757 $sql .=
" fk_projet=".(isset($this->fk_project) ? $this->fk_project :
"null").
",";
1758 $sql .=
" fk_cond_reglement=".(isset($this->cond_reglement_id) ? $this->cond_reglement_id :
"null").
",";
1759 $sql .=
" fk_mode_reglement=".(isset($this->mode_reglement_id) ? $this->mode_reglement_id :
"null").
",";
1760 $sql .=
" date_livraison=".(strval($this->delivery_date) !=
'' ?
"'".$this->db->idate($this->delivery_date).
"'" :
'null').
",";
1762 $sql .=
" fk_account=".($this->fk_account > 0 ? $this->fk_account :
"null").
",";
1764 $sql .=
" note_private=".(isset($this->note_private) ?
"'".$this->db->escape($this->note_private).
"'" :
"null").
",";
1765 $sql .=
" note_public=".(isset($this->note_public) ?
"'".$this->db->escape($this->note_public).
"'" :
"null").
",";
1766 $sql .=
" model_pdf=".(isset($this->model_pdf) ?
"'".$this->db->escape($this->model_pdf).
"'" :
"null").
",";
1767 $sql .=
" import_key=".(isset($this->import_key) ?
"'".$this->db->escape($this->import_key).
"'" :
"null");
1769 $sql .=
" WHERE rowid=".((int) $this->
id);
1773 dol_syslog(get_class($this).
"::update", LOG_DEBUG);
1774 $resql = $this->db->query($sql);
1777 $this->errors[] =
"Error ".$this->db->lasterror();
1787 if (!$error && !$notrigger) {
1789 $result = $this->
call_trigger(
'ORDER_SUPPLIER_MODIFY', $user);
1798 foreach ($this->errors as $errmsg) {
1799 dol_syslog(get_class($this).
"::update ".$errmsg, LOG_ERR);
1800 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
1802 $this->db->rollback();
1805 $this->db->commit();
1820 global $conf, $user, $hookmanager;
1827 foreach ($this->lines as $line) {
1828 $line->fetch_optionals();
1832 $objFrom = clone $this;
1835 if (!empty($socid) && $socid != $this->socid) {
1836 $objsoc =
new Societe($this->db);
1838 if ($objsoc->fetch($socid) > 0) {
1839 $this->socid = $objsoc->id;
1840 $this->cond_reglement_id = (!empty($objsoc->cond_reglement_id) ? $objsoc->cond_reglement_id : 0);
1841 $this->mode_reglement_id = (!empty($objsoc->mode_reglement_id) ? $objsoc->mode_reglement_id : 0);
1842 $this->fk_project = 0;
1843 $this->fk_delivery_address = 0;
1853 $this->user_author_id = $user->id;
1854 $this->user_validation_id = 0;
1857 $this->date_creation = 0;
1858 $this->date_validation = 0;
1859 $this->date_commande = 0;
1860 $this->ref_supplier =
'';
1861 $this->user_approve_id = 0;
1862 $this->user_approve_id2 = 0;
1863 $this->date_approve = 0;
1864 $this->date_approve2 = 0;
1867 $this->context[
'createfromclone'] =
'createfromclone';
1868 $result = $this->
create($user, $notrigger);
1875 if (is_object($hookmanager)) {
1876 $parameters = array(
'objFrom' => $objFrom);
1878 $reshook = $hookmanager->executeHooks(
'createFrom', $parameters, $this, $action);
1886 unset($this->context[
'createfromclone']);
1890 $this->db->commit();
1893 $this->db->rollback();
1927 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)
1929 global $langs, $mysoc, $conf;
1931 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");
1932 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
1934 if ($this->
statut == self::STATUS_DRAFT) {
1935 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
1944 if (empty($txtva)) {
1950 if (empty($txlocaltax1)) {
1953 if (empty($txlocaltax2)) {
1956 if (empty($remise_percent)) {
1957 $remise_percent = 0;
1960 $remise_percent =
price2num($remise_percent);
1963 $pu_ht_devise =
price2num($pu_ht_devise);
1965 if (!preg_match(
'/\((.*)\)/', (
string) $txtva)) {
1970 if ($price_base_type ==
'HT') {
1975 $desc = trim($desc);
1978 if ($qty < 0 && !$fk_product) {
1979 $this->error = $langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"Product"));
1985 if ($date_start && $date_end && $date_start > $date_end) {
1986 $langs->load(
"errors");
1987 $this->error = $langs->trans(
'ErrorStartDateGreaterEnd');
1994 $product_type = $type;
1997 if ($fk_product > 0) {
2000 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);
2002 if ($prod->fetch($fk_product) > 0) {
2003 $product_type = $prod->type;
2004 $label = $prod->label;
2008 $result = $prod->get_buyprice($fk_prod_fourn_price, $qty, $fk_product,
'none', (isset($this->fk_soc) ? $this->fk_soc : $this->socid));
2012 if ($result > 0 && ($origin ==
'commande' || $pu ===
'')) {
2013 $pu = $prod->fourn_pu;
2014 $ref_supplier = $prod->ref_supplier;
2016 if ($remise_percent == 0 && $prod->remise_percent != 0) {
2017 $remise_percent = $prod->remise_percent;
2021 $langs->load(
"errors");
2022 $this->error =
"Ref ".$prod->ref.
" ".$langs->trans(
"ErrorQtyTooLowForThisSupplier");
2023 $this->db->rollback();
2024 dol_syslog(get_class($this).
"::addline we did not found supplier price, so we can't guess unit price");
2029 if ($result == -1) {
2030 $langs->load(
"errors");
2031 $this->error =
"Ref ".$prod->ref.
" ".$langs->trans(
"ErrorQtyTooLowForThisSupplier");
2032 $this->db->rollback();
2033 dol_syslog(get_class($this).
"::addline result=".$result.
" - ".$this->error, LOG_DEBUG);
2037 $this->error = $prod->error;
2038 $this->db->rollback();
2039 dol_syslog(get_class($this).
"::addline result=".$result.
" - ".$this->error, LOG_ERR);
2043 $this->error = $prod->error;
2044 $this->db->rollback();
2051 $prod =
new Product($this->db);
2052 $prod->get_buyprice($fk_prod_fourn_price, $qty, $fk_product,
'none', (empty($this->fk_soc) ? $this->socid : $this->fk_soc));
2054 if ($qty < $prod->packaging) {
2055 $qty = $prod->packaging;
2057 if (!empty($prod->packaging) && ($qty % $prod->packaging) > 0) {
2058 $coeff = intval($qty / $prod->packaging) + 1;
2059 $qty = $prod->packaging * $coeff;
2060 setEventMessages($langs->trans(
'QtyRecalculatedWithPackaging'),
null,
'mesgs');
2066 if (isModEnabled(
"multicurrency") && $pu_ht_devise > 0) {
2075 if (preg_match(
'/\((.*)\)/', $txtva, $reg)) {
2076 $vat_src_code = $reg[1];
2077 $txtva = preg_replace(
'/\s*\(.*\)/',
'', $txtva);
2085 $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);
2087 $total_ht = $tabprice[0];
2088 $total_tva = $tabprice[1];
2089 $total_ttc = $tabprice[2];
2090 $total_localtax1 = $tabprice[9];
2091 $total_localtax2 = $tabprice[10];
2092 $pu = $pu_ht = $tabprice[3];
2095 $multicurrency_total_ht = $tabprice[16];
2096 $multicurrency_total_tva = $tabprice[17];
2097 $multicurrency_total_ttc = $tabprice[18];
2098 $pu_ht_devise = $tabprice[19];
2100 $localtax1_type = empty($localtaxes_type[0]) ?
'' : $localtaxes_type[0];
2101 $localtax2_type = empty($localtaxes_type[2]) ?
'' : $localtaxes_type[2];
2105 $rang = $rangmax + 1;
2111 $this->line->context = $this->context;
2113 $this->line->fk_commande = $this->id;
2114 $this->line->label = $label;
2115 $this->line->ref_fourn = $ref_supplier;
2116 $this->line->ref_supplier = $ref_supplier;
2117 $this->line->desc = $desc;
2118 $this->line->qty = $qty;
2119 $this->line->tva_tx = $txtva;
2120 $this->line->localtax1_tx = ($total_localtax1 ? $localtaxes_type[1] : 0);
2121 $this->line->localtax2_tx = ($total_localtax2 ? $localtaxes_type[3] : 0);
2122 $this->line->localtax1_type = $localtax1_type;
2123 $this->line->localtax2_type = $localtax2_type;
2124 $this->line->fk_product = $fk_product;
2125 $this->line->product_type = $product_type;
2126 $this->line->remise_percent = $remise_percent;
2127 $this->line->subprice = $pu_ht;
2128 $this->line->rang = $rang;
2129 $this->line->info_bits = $info_bits;
2131 $this->line->vat_src_code = $vat_src_code;
2132 $this->line->total_ht = $total_ht;
2133 $this->line->total_tva = $total_tva;
2134 $this->line->total_localtax1 = $total_localtax1;
2135 $this->line->total_localtax2 = $total_localtax2;
2136 $this->line->total_ttc = $total_ttc;
2137 $this->line->product_type = $type;
2138 $this->line->special_code = (!empty($special_code) ? $special_code : 0);
2139 $this->line->origin = $origin;
2140 $this->line->origin_id = $origin_id;
2141 $this->line->fk_unit = $fk_unit;
2143 $this->line->date_start = $date_start;
2144 $this->line->date_end = $date_end;
2147 $this->line->fk_multicurrency = $this->fk_multicurrency;
2148 $this->line->multicurrency_code = $this->multicurrency_code;
2149 $this->line->multicurrency_subprice = $pu_ht_devise;
2150 $this->line->multicurrency_total_ht = $multicurrency_total_ht;
2151 $this->line->multicurrency_total_tva = $multicurrency_total_tva;
2152 $this->line->multicurrency_total_ttc = $multicurrency_total_ttc;
2154 $this->line->subprice = $pu_ht;
2155 $this->line->price = $this->line->subprice;
2157 $this->line->remise_percent = $remise_percent;
2159 if (is_array($array_options) && count($array_options) > 0) {
2160 $this->line->array_options = $array_options;
2163 $result = $this->line->insert($notrigger);
2166 if (!empty($this->line->fk_parent_line)) {
2168 } elseif ($rang > 0 && $rang <= count($this->lines)) {
2169 $linecount = count($this->lines);
2170 for ($ii = $rang; $ii <= $linecount; $ii++) {
2176 $result = $this->
update_price(1,
'auto', 0, $this->thirdparty);
2178 $this->db->commit();
2179 return $this->line->id;
2181 $this->db->rollback();
2185 $this->error = $this->line->error;
2186 $this->errors = $this->line->errors;
2187 dol_syslog(get_class($this).
"::addline error=".$this->error, LOG_ERR);
2188 $this->db->rollback();
2213 public function dispatchProduct($user, $product, $qty, $entrepot, $price = 0, $comment =
'', $eatby =
'', $sellby =
'', $batch =
'', $fk_commandefourndet = 0, $notrigger = 0, $fk_reception = 0)
2215 global $conf, $langs;
2218 require_once DOL_DOCUMENT_ROOT.
'/product/stock/class/mouvementstock.class.php';
2221 if ($entrepot <= 0) {
2222 $this->error =
'ErrorBadValueForParameterWarehouse';
2226 $this->error =
'ErrorBadValueForParameterQty';
2230 $dispatchstatus = 1;
2232 $dispatchstatus = 0;
2239 if (($this->
statut == self::STATUS_ORDERSENT || $this->
statut == self::STATUS_RECEIVED_PARTIALLY || $this->
statut == self::STATUS_RECEIVED_COMPLETELY)) {
2242 $sql =
"INSERT INTO ".$this->db->prefix().
"receptiondet_batch";
2243 $sql .=
" (fk_element, fk_product, qty, fk_entrepot, fk_user, datec, fk_elementdet, status, comment, eatby, sellby, batch, fk_reception) VALUES";
2244 $sql .=
" ('".$this->id.
"','".$product.
"','".$qty.
"',".($entrepot > 0 ?
"'".$entrepot.
"'" :
"null").
",'".$user->id.
"','".$this->db->idate($now).
"','".$fk_commandefourndet.
"', ".$dispatchstatus.
", '".$this->db->escape($comment).
"', ";
2245 $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");
2248 dol_syslog(get_class($this).
"::dispatchProduct", LOG_DEBUG);
2249 $resql = $this->db->query($sql);
2252 global $conf, $langs, $user;
2254 $result = $this->
call_trigger(
'LINEORDER_SUPPLIER_DISPATCH', $user);
2261 $this->error = $this->db->lasterror();
2266 if (!$error && $entrepot > 0 && isModEnabled(
'stock') &&
getDolGlobalString(
'STOCK_CALCULATE_ON_SUPPLIER_DISPATCH_ORDER')) {
2270 $mouv->origin = &$this;
2271 $mouv->setOrigin($this->element, $this->
id);
2274 if (
getDolGlobalString(
'SUPPLIER_ORDER_ALLOW_NEGATIVE_QTY_FOR_SUPPLIER_ORDER_RETURN') && $qty < 0) {
2275 $result = $mouv->livraison($user, $product, $entrepot, $qty * (-1), $price, $comment, $now, $eatby, $sellby, $batch, 0, $inventorycode);
2277 $result = $mouv->reception($user, $product, $entrepot, $qty, $price, $comment, $eatby, $sellby, $batch,
'', 0, $inventorycode);
2281 $this->error = $mouv->error;
2282 $this->errors = $mouv->errors;
2283 dol_syslog(get_class($this).
"::dispatchProduct ".$this->error.
" ".implode(
',', $this->errors), LOG_ERR);
2290 $this->db->commit();
2293 $this->db->rollback();
2297 $this->error =
'BadStatusForObject';
2313 if ($this->
statut == 0) {
2316 if ($line->fetch($idline) <= 0) {
2322 foreach ($dispatchedLines as $dispatchLine) {
2323 if ($dispatchLine[
'orderlineid'] == $idline) {
2324 $this->error =
"LineAlreadyDispatched";
2325 $this->errors[] = $this->error;
2330 if ($line->delete($user, $notrigger) > 0) {
2349 public function delete(
User $user, $notrigger = 0)
2351 global $langs, $conf;
2352 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
2358 if (empty($notrigger)) {
2360 $result = $this->
call_trigger(
'ORDER_SUPPLIER_DELETE', $user);
2362 $this->errors[] =
'ErrorWhenRunningTrigger';
2363 dol_syslog(get_class($this).
"::delete ".$this->error, LOG_ERR);
2364 $this->db->rollback();
2372 if (!empty($this->linkedObjects) && array_key_exists(
'reception', $this->linkedObjects)) {
2373 foreach ($this->linkedObjects[
'reception'] as $element) {
2374 if ($element->statut >= 0) {
2375 $this->errors[] = $langs->trans(
'ReceptionExist');
2382 $main = $this->db->prefix().
'commande_fournisseurdet';
2383 $ef = $main.
"_extrafields";
2384 $sql =
"DELETE FROM $ef WHERE fk_object IN (SELECT rowid FROM $main WHERE fk_commande = ".((int) $this->
id).
")";
2385 dol_syslog(get_class($this).
"::delete extrafields lines", LOG_DEBUG);
2386 if (!$this->db->query($sql)) {
2387 $this->error = $this->db->lasterror();
2388 $this->errors[] = $this->db->lasterror();
2392 $sql =
"DELETE FROM ".$this->db->prefix().
"commande_fournisseurdet WHERE fk_commande =".((int) $this->
id);
2393 dol_syslog(get_class($this).
"::delete", LOG_DEBUG);
2394 if (!$this->db->query($sql)) {
2395 $this->error = $this->db->lasterror();
2396 $this->errors[] = $this->db->lasterror();
2400 $sql =
"DELETE FROM ".$this->db->prefix().
"commande_fournisseur WHERE rowid =".((int) $this->
id);
2401 dol_syslog(get_class($this).
"::delete", LOG_DEBUG);
2402 if ($resql = $this->db->query($sql)) {
2403 if ($this->db->affected_rows($resql) < 1) {
2404 $this->error = $this->db->lasterror();
2405 $this->errors[] = $this->db->lasterror();
2409 $this->error = $this->db->lasterror();
2410 $this->errors[] = $this->db->lasterror();
2418 $this->error =
'FailToDeleteExtraFields';
2419 $this->errors[] =
'FailToDeleteExtraFields';
2421 dol_syslog(get_class($this).
"::delete error -4 ".$this->error, LOG_ERR);
2428 $this->error =
'FailToDeleteObjectLinked';
2429 $this->errors[] =
'FailToDeleteObjectLinked';
2440 if ($conf->fournisseur->commande->dir_output) {
2441 $dir = $conf->fournisseur->commande->dir_output.
"/".$ref;
2442 $file = $dir.
"/".$ref.
".pdf";
2443 if (file_exists($file)) {
2445 $this->error =
'ErrorFailToDeleteFile';
2446 $this->errors[] =
'ErrorFailToDeleteFile';
2450 if (file_exists($dir)) {
2453 $this->error =
'ErrorFailToDeleteDir';
2454 $this->errors[] =
'ErrorFailToDeleteDir';
2462 dol_syslog(get_class($this).
"::delete $this->id by $user->id", LOG_DEBUG);
2463 $this->db->commit();
2466 dol_syslog(get_class($this).
"::delete ".$this->error, LOG_ERR);
2467 $this->db->rollback();
2486 $sql =
"SELECT p.ref, p.label,";
2487 $sql .=
" e.rowid as warehouse_id, e.ref as entrepot,";
2488 $sql .=
" cfd.rowid as dispatchedlineid, cfd.fk_product, cfd.qty, cfd.eatby, cfd.sellby, cfd.batch, cfd.comment, cfd.status, cfd.fk_elementdet";
2489 $sql .=
" FROM ".$this->db->prefix().
"product as p,";
2490 $sql .=
" ".$this->db->prefix().
"receptiondet_batch as cfd";
2491 $sql .=
" LEFT JOIN ".$this->db->prefix().
"entrepot as e ON cfd.fk_entrepot = e.rowid";
2492 $sql .=
" WHERE cfd.fk_element = ".((int) $this->
id);
2493 $sql .=
" AND cfd.fk_product = p.rowid";
2495 $sql .=
" AND cfd.status = ".((int) $status);
2497 $sql .=
" ORDER BY cfd.rowid ASC";
2499 $resql = $this->db->query($sql);
2501 $num = $this->db->num_rows($resql);
2505 $objp = $this->db->fetch_object($resql);
2508 'id' => $objp->dispatchedlineid,
2509 'productid' => $objp->fk_product,
2510 'warehouseid' => $objp->warehouse_id,
2511 'qty' => $objp->qty,
2512 'orderlineid' => $objp->fk_elementdet
2519 dol_print_error($this->db,
'Failed to execute request to get dispatched lines');
2538 global $conf, $langs;
2545 $usercanreceive = 0;
2546 if (!isModEnabled(
'reception')) {
2547 $usercanreceive = $user->hasRight(
"fournisseur",
"commande",
"receptionner");
2549 $usercanreceive = $user->hasRight(
"reception",
"creer");
2552 if ($usercanreceive) {
2554 if ($type ==
'par') {
2556 } elseif ($type ==
'tot') {
2558 } elseif ($type ==
'nev') {
2560 } elseif ($type ==
'can') {
2564 dol_syslog(get_class($this).
"::Livraison Error -2", LOG_ERR);
2571 if (!$error && ($type ==
'tot')) {
2573 if (count($dispatchedlinearray) > 0) {
2576 $this->errors[] =
'ErrorCantSetReceptionToTotalDoneWithReceptionToApprove';
2577 dol_syslog(
'ErrorCantSetReceptionToTotalDoneWithReceptionToApprove', LOG_DEBUG);
2580 if (!$error &&
getDolGlobalString(
'SUPPLIER_ORDER_USE_DISPATCH_STATUS_NEED_APPROVE') && ($type ==
'tot')) {
2582 if (count($dispatchedlinearray) > 0) {
2585 $this->errors[] =
'ErrorCantSetReceptionToTotalDoneWithReceptionDenied';
2586 dol_syslog(
'ErrorCantSetReceptionToTotalDoneWithReceptionDenied', LOG_DEBUG);
2593 if (empty($error)) {
2596 $sql =
"UPDATE ".$this->db->prefix().
"commande_fournisseur";
2597 $sql .=
" SET fk_statut = ".((int) $statut);
2598 $sql .=
" WHERE rowid = ".((int) $this->
id);
2599 $sql .=
" AND fk_statut IN (".self::STATUS_ORDERSENT.
",".self::STATUS_RECEIVED_PARTIALLY.
")";
2601 dol_syslog(get_class($this).
"::Livraison", LOG_DEBUG);
2602 $resql = $this->db->query($sql);
2605 $old_statut = $this->statut;
2607 $this->context[
'actionmsg2'] = $comment;
2610 $result_trigger = $this->
call_trigger(
'ORDER_SUPPLIER_RECEIVE', $user);
2611 if ($result_trigger < 0) {
2616 if (empty($error)) {
2617 $this->db->commit();
2619 $this->
statut = $old_statut;
2620 $this->db->rollback();
2621 $this->error = $this->db->lasterror();
2625 $this->db->rollback();
2626 $this->error = $this->db->lasterror();
2631 $this->error = $langs->trans(
'NotAuthorized');
2632 $this->errors[] = $langs->trans(
'NotAuthorized');
2633 dol_syslog(get_class($this).
"::Livraison Not Authorized");
2665 if ($user->hasRight(
"fournisseur",
"commande",
"creer") || $user->hasRight(
"supplier_order",
"creer")) {
2670 $sql =
"UPDATE ".$this->db->prefix().
"commande_fournisseur";
2671 $sql .=
" SET date_livraison = ".($delivery_date ?
"'".$this->db->idate($delivery_date).
"'" :
'null');
2672 $sql .=
" WHERE rowid = ".((int) $this->
id);
2675 $resql = $this->db->query($sql);
2677 $this->errors[] = $this->db->error();
2682 $this->oldcopy = clone $this;
2683 $this->delivery_date = $delivery_date;
2686 if (!$notrigger && empty($error)) {
2688 $result = $this->
call_trigger(
'ORDER_SUPPLIER_MODIFY', $user);
2696 $this->db->commit();
2699 foreach ($this->errors as $errmsg) {
2700 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
2701 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
2703 $this->db->rollback();
2723 if ($user->hasRight(
"fournisseur",
"commande",
"creer") || $user->hasRight(
"supplier_order",
"creer")) {
2728 $sql =
"UPDATE ".$this->db->prefix().
"commande_fournisseur";
2729 $sql .=
" SET fk_projet = ".($id_projet > 0 ? (int) $id_projet :
'null');
2730 $sql .=
" WHERE rowid = ".((int) $this->
id);
2733 $resql = $this->db->query($sql);
2735 $this->errors[] = $this->db->error();
2740 $this->oldcopy = clone $this;
2741 $this->fk_projet = $id_projet;
2742 $this->fk_project = $id_projet;
2745 if (!$notrigger && empty($error)) {
2747 $result = $this->
call_trigger(
'ORDER_SUPPLIER_MODIFY', $user);
2755 $this->db->commit();
2758 foreach ($this->errors as $errmsg) {
2759 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
2760 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
2762 $this->db->rollback();
2780 $comclient =
new Commande($this->db);
2781 $comclient->fetch($comclientid);
2785 $this->lines = array();
2787 $num = count($comclient->lines);
2788 for ($i = 0; $i < $num; $i++) {
2789 $prod =
new Product($this->db);
2792 if ($prod->fetch($comclient->lines[$i]->fk_product) > 0) {
2793 $label = $prod->label;
2797 $sql =
"INSERT INTO ".$this->db->prefix().
"commande_fournisseurdet";
2798 $sql .=
" (fk_commande, label, description, fk_product, price, qty, tva_tx, localtax1_tx, localtax2_tx, remise_percent, subprice, remise, ref)";
2799 $sql .=
" VALUES (".((int) $idc).
", '".$this->db->escape($label).
"', '".$this->db->escape($comclient->lines[$i]->desc).
"'";
2800 $sql .=
",".$comclient->lines[$i]->fk_product.
", ".
price2num($comclient->lines[$i]->price,
'MU');
2801 $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);
2802 $sql .=
", '".price2num($comclient->lines[$i]->subprice,
'MT').
"','0', '".$this->db->escape($ref).
"');";
2803 if ($this->db->query($sql)) {
2820 global $conf, $langs;
2825 $sql =
'UPDATE '.$this->db->prefix().
'commande_fournisseur';
2826 $sql .=
" SET fk_statut = ".$status;
2827 $sql .=
" WHERE rowid = ".((int) $this->
id);
2829 dol_syslog(get_class($this).
"::setStatus", LOG_DEBUG);
2830 $resql = $this->db->query($sql);
2833 $triggerName = array();
2834 $triggerName[0] =
'DRAFT';
2835 $triggerName[1] =
'VALIDATED';
2836 $triggerName[2] =
'APPROVED';
2837 $triggerName[3] =
'ORDERED';
2838 $triggerName[4] =
'RECEIVED_PARTIALLY';
2839 $triggerName[5] =
'RECEIVED_COMPLETELY';
2840 $triggerName[6] =
'CANCELED';
2841 $triggerName[7] =
'CANCELED';
2842 $triggerName[9] =
'REFUSED';
2845 $result = $this->
call_trigger(
"ORDER_SUPPLIER_STATUS_".$triggerName[$status], $user);
2852 $this->error = $this->db->lasterror();
2853 dol_syslog(get_class($this).
"::setStatus ".$this->error);
2858 $this->db->commit();
2861 $this->db->rollback();
2889 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 =
'')
2891 global $mysoc, $conf, $langs;
2892 dol_syslog(get_class($this).
"::updateline $rowid, $desc, $pu, $qty, $remise_percent, $txtva, $price_base_type, $info_bits, $type, $fk_unit");
2893 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
2897 if ($this->
statut == self::STATUS_DRAFT) {
2902 if (empty($info_bits)) {
2905 if (empty($txtva)) {
2908 if (empty($txlocaltax1)) {
2911 if (empty($txlocaltax2)) {
2914 if (empty($remise_percent)) {
2915 $remise_percent = 0;
2918 $remise_percent = (float)
price2num($remise_percent);
2924 $pu_ht_devise =
price2num($pu_ht_devise);
2925 if (!preg_match(
'/\((.*)\)/', (
string) $txtva)) {
2928 $txlocaltax1 = (float)
price2num($txlocaltax1);
2929 $txlocaltax2 = (float)
price2num($txlocaltax2);
2935 if ($date_start && $date_end && $date_start > $date_end) {
2936 $langs->load(
"errors");
2937 $this->error = $langs->trans(
'ErrorStartDateGreaterEnd');
2953 if (preg_match(
'/\((.*)\)/', $txtva, $reg)) {
2954 $vat_src_code = $reg[1];
2955 $txtva = preg_replace(
'/\s*\(.*\)/',
'', $txtva);
2958 $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);
2959 $total_ht = $tabprice[0];
2960 $total_tva = $tabprice[1];
2961 $total_ttc = $tabprice[2];
2962 $total_localtax1 = $tabprice[9];
2963 $total_localtax2 = $tabprice[10];
2964 $pu_ht = $tabprice[3];
2965 $pu_tva = $tabprice[4];
2966 $pu_ttc = $tabprice[5];
2969 $multicurrency_total_ht = $tabprice[16];
2970 $multicurrency_total_tva = $tabprice[17];
2971 $multicurrency_total_ttc = $tabprice[18];
2972 $pu_ht_devise = $tabprice[19];
2974 $localtax1_type = empty($localtaxes_type[0]) ?
'' : $localtaxes_type[0];
2975 $localtax2_type = empty($localtaxes_type[2]) ?
'' : $localtaxes_type[2];
2979 $this->line->fetch($rowid);
2981 $oldline = clone $this->line;
2982 $this->line->oldline = $oldline;
2984 $this->line->context = $this->context;
2986 $this->line->fk_commande = $this->id;
2988 $this->line->desc = $desc;
2992 if ($qty < $this->line->packaging) {
2993 $qty = $this->line->packaging;
2995 if (!empty($this->line->packaging) && ($qty % $this->line->packaging) > 0) {
2996 $coeff = intval($qty / $this->line->packaging) + 1;
2997 $qty = $this->line->packaging * $coeff;
2998 setEventMessage($langs->trans(
'QtyRecalculatedWithPackaging'),
'mesgs');
3003 $this->line->qty = $qty;
3004 $this->line->ref_supplier = $ref_supplier;
3006 $this->line->vat_src_code = $vat_src_code;
3007 $this->line->tva_tx = $txtva;
3008 $this->line->localtax1_tx = $txlocaltax1;
3009 $this->line->localtax2_tx = $txlocaltax2;
3010 $this->line->localtax1_type = empty($localtaxes_type[0]) ?
'' : $localtaxes_type[0];
3011 $this->line->localtax2_type = empty($localtaxes_type[2]) ?
'' : $localtaxes_type[2];
3012 $this->line->remise_percent = $remise_percent;
3013 $this->line->subprice = $pu_ht;
3014 $this->line->info_bits = $info_bits;
3015 $this->line->total_ht = $total_ht;
3016 $this->line->total_tva = $total_tva;
3017 $this->line->total_localtax1 = $total_localtax1;
3018 $this->line->total_localtax2 = $total_localtax2;
3019 $this->line->total_ttc = $total_ttc;
3020 $this->line->product_type = $type;
3021 $this->line->special_code = $oldline->special_code;
3022 $this->line->rang = $oldline->rang;
3023 $this->line->origin = $this->origin;
3024 $this->line->fk_unit = $fk_unit;
3026 $this->line->date_start = $date_start;
3027 $this->line->date_end = $date_end;
3030 $this->line->fk_multicurrency = $this->fk_multicurrency;
3031 $this->line->multicurrency_code = $this->multicurrency_code;
3032 $this->line->multicurrency_subprice = $pu_ht_devise;
3033 $this->line->multicurrency_total_ht = $multicurrency_total_ht;
3034 $this->line->multicurrency_total_tva = $multicurrency_total_tva;
3035 $this->line->multicurrency_total_ttc = $multicurrency_total_ttc;
3037 $this->line->subprice = $pu_ht;
3038 $this->line->price = $this->line->subprice;
3040 $this->line->remise_percent = $remise_percent;
3042 if (is_array($array_options) && count($array_options) > 0) {
3044 foreach ($array_options as $key => $value) {
3045 $this->line->array_options[$key] = $array_options[$key];
3049 $result = $this->line->update($notrigger);
3055 $this->db->commit();
3058 $this->error = $this->db->lasterror();
3059 $this->db->rollback();
3063 $this->error =
"Order status makes operation forbidden";
3064 dol_syslog(get_class($this).
"::updateline ".$this->error, LOG_ERR);
3079 global $user, $langs, $conf;
3081 include_once DOL_DOCUMENT_ROOT.
'/fourn/class/fournisseur.product.class.php';
3083 dol_syslog(get_class($this).
"::initAsSpecimen");
3090 $sql =
"SELECT rowid";
3091 $sql .=
" FROM ".$this->db->prefix().
"product";
3092 $sql .=
" WHERE entity IN (".getEntity(
'product').
")";
3093 $sql .= $this->db->order(
"rowid",
"ASC");
3094 $sql .= $this->db->plimit(1);
3095 $resql = $this->db->query($sql);
3097 $obj = $this->db->fetch_object($resql);
3098 $prodid = $obj->rowid;
3103 $this->
ref =
'SPECIMEN';
3104 $this->specimen = 1;
3107 $this->date_commande = $now;
3108 $this->date_lim_reglement = $this->date + 3600 * 24 * 30;
3109 $this->cond_reglement_code =
'RECEP';
3110 $this->mode_reglement_code =
'CHQ';
3112 $this->note_public =
'This is a comment (public)';
3113 $this->note_private =
'This is a comment (private)';
3115 $this->multicurrency_tx = 1;
3116 $this->multicurrency_code = $conf->currency;
3123 while ($xnbp < $nbp) {
3125 $line->desc = $langs->trans(
"Description").
" ".$xnbp;
3127 $line->subprice = 100;
3128 $line->tva_tx = 19.6;
3129 $line->localtax1_tx = 0;
3130 $line->localtax2_tx = 0;
3132 $line->total_ht = 50;
3133 $line->total_ttc = 59.8;
3134 $line->total_tva = 9.8;
3135 $line->remise_percent = 50;
3137 $line->total_ht = 100;
3138 $line->total_ttc = 119.6;
3139 $line->total_tva = 19.6;
3140 $line->remise_percent = 00;
3142 $line->fk_product = $prodid;
3144 $this->lines[$xnbp] = $line;
3146 $this->total_ht += $line->total_ht;
3147 $this->total_tva += $line->total_tva;
3148 $this->total_ttc += $line->total_ttc;
3164 $sql =
'SELECT c.rowid, date_creation as datec, tms as datem, date_valid as date_validation, date_approve as datea, date_approve2 as datea2,';
3165 $sql .=
' fk_user_author, fk_user_modif, fk_user_valid, fk_user_approve, fk_user_approve2';
3166 $sql .=
' FROM '.$this->db->prefix().
'commande_fournisseur as c';
3167 $sql .=
' WHERE c.rowid = '.((int) $id);
3169 $result = $this->db->query($sql);
3171 if ($this->db->num_rows($result)) {
3172 $obj = $this->db->fetch_object($result);
3174 $this->
id = $obj->rowid;
3176 $this->user_creation_id = $obj->fk_user_author;
3177 $this->user_validation_id = $obj->fk_user_valid;
3178 $this->user_modification_id = $obj->fk_user_modif;
3179 $this->user_approve_id = $obj->fk_user_approve;
3180 $this->user_approve_id2 = $obj->fk_user_approve2;
3182 $this->date_creation = $this->db->jdate($obj->datec);
3183 $this->date_modification = $this->db->jdate($obj->datem);
3184 $this->date_approve = $this->db->jdate($obj->datea);
3185 $this->date_approve2 = $this->db->jdate($obj->datea2);
3186 $this->date_validation = $this->db->jdate($obj->date_validation);
3188 $this->db->free($result);
3201 global $conf, $user;
3203 $this->nb = array();
3206 $sql =
"SELECT count(co.rowid) as nb";
3207 $sql .=
" FROM ".$this->db->prefix().
"commande_fournisseur as co";
3208 $sql .=
" LEFT JOIN ".$this->db->prefix().
"societe as s ON co.fk_soc = s.rowid";
3209 if (!$user->hasRight(
"societe",
"client",
"voir") && !$user->socid) {
3210 $sql .=
" LEFT JOIN ".$this->db->prefix().
"societe_commerciaux as sc ON s.rowid = sc.fk_soc";
3211 $sql .=
" WHERE sc.fk_user = ".((int) $user->id);
3214 $sql .=
" ".$clause.
" co.entity IN (".
getEntity(
'supplier_order').
")";
3216 $resql = $this->db->query($sql);
3218 while ($obj = $this->db->fetch_object($resql)) {
3219 $this->nb[
"supplier_orders"] = $obj->nb;
3221 $this->db->free($resql);
3225 $this->error = $this->db->error();
3241 global $conf, $langs;
3243 $sql =
"SELECT c.rowid, c.date_creation as datec, c.date_commande, c.fk_statut, c.date_livraison as delivery_date, c.total_ht";
3244 $sql .=
" FROM ".$this->db->prefix().
"commande_fournisseur as c";
3245 if (!$user->hasRight(
"societe",
"client",
"voir") && !$user->socid) {
3246 $sql .=
" JOIN ".$this->db->prefix().
"societe_commerciaux as sc ON c.fk_soc = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
3248 $sql .=
" WHERE c.entity = ".$conf->entity;
3249 if ($mode ===
'awaiting') {
3250 $sql .=
" AND c.fk_statut IN (".self::STATUS_ORDERSENT.
", ".self::STATUS_RECEIVED_PARTIALLY.
")";
3252 $sql .=
" AND c.fk_statut IN (".self::STATUS_VALIDATED.
", ".self::STATUS_ACCEPTED.
")";
3255 $sql .=
" AND c.fk_soc = ".((int) $user->socid);
3258 $resql = $this->db->query($sql);
3263 $response->warning_delay = $conf->commande->fournisseur->warning_delay / 60 / 60 / 24;
3264 $response->label = $langs->trans(
"SuppliersOrdersToProcess");
3265 $response->labelShort = $langs->trans(
"Opened");
3266 $response->url = DOL_URL_ROOT.
'/fourn/commande/list.php?search_status=1,2&mainmenu=commercial&leftmenu=orders_suppliers';
3269 if ($mode ===
'awaiting') {
3270 $response->label = $langs->trans(
"SuppliersOrdersAwaitingReception");
3271 $response->labelShort = $langs->trans(
"AwaitingReception");
3272 $response->url = DOL_URL_ROOT.
'/fourn/commande/list.php?search_status=3,4&mainmenu=commercial&leftmenu=orders_suppliers';
3275 while ($obj = $this->db->fetch_object($resql)) {
3276 $commandestatic->delivery_date = $this->db->jdate($obj->delivery_date);
3277 $commandestatic->date_commande = $this->db->jdate($obj->date_commande);
3278 $commandestatic->statut = $obj->fk_statut;
3280 $response->nbtodo++;
3281 $response->total += $obj->total_ht;
3283 if ($commandestatic->hasDelay()) {
3284 $response->nbtodolate++;
3290 $this->error = $this->db->error();
3305 if ($this->methode_commande_id > 0) {
3306 $sql =
"SELECT rowid, code, libelle as label";
3307 $sql .=
" FROM ".$this->db->prefix().
'c_input_method';
3308 $sql .=
" WHERE active=1 AND rowid = ".((int) $this->methode_commande_id);
3310 $resql = $this->db->query($sql);
3312 if ($this->db->num_rows($resql)) {
3313 $obj = $this->db->fetch_object($resql);
3315 $string = $langs->trans($obj->code);
3316 if ($string == $obj->code) {
3317 $string = $obj->label !=
'-' ? $obj->label :
'';
3340 public function generateDocument($modele, $outputlangs, $hidedetails = 0, $hidedesc = 0, $hideref = 0, $moreparams =
null)
3342 global $conf, $langs;
3347 if (!empty($this->model_pdf)) {
3348 $modele = $this->model_pdf;
3354 if (empty($modele)) {
3357 $langs->load(
"suppliers");
3358 $outputlangs->load(
"products");
3360 $modelpath =
"core/modules/supplier_order/doc/";
3361 $result = $this->
commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams);
3374 if (empty($this->lines)) {
3381 foreach ($this->lines as $line) {
3382 if ($line->fk_product > 0) {
3384 $idp = $tmpproductfourn->find_min_price_product_fournisseur($line->fk_product, $line->qty, $this->thirdparty->id);
3387 if ($tmpproductfourn->delivery_time_days > $nb) {
3388 $nb = $tmpproductfourn->delivery_time_days;
3397 return $nb.
' '.$langs->trans(
'days');
3409 return $user->hasRight(
"fournisseur",
"commande");
3424 'commande_fournisseur'
3441 'commande_fournisseurdet'
3458 if ($this->
statut == self::STATUS_ORDERSENT || $this->
statut == self::STATUS_RECEIVED_PARTIALLY) {
3460 if (!empty($this->delivery_date)) {
3461 $date_to_test = $this->delivery_date;
3462 return $date_to_test && $date_to_test < ($now - $conf->commande->fournisseur->warning_delay);
3470 $date_to_test = $this->date_commande;
3472 return ($this->
statut > 0 && $this->
statut < 5) && $date_to_test && $date_to_test < ($now - $conf->commande->fournisseur->warning_delay);
3485 global $conf, $langs;
3487 $langs->load(
'orders');
3491 if ($this->
statut == self::STATUS_ORDERSENT || $this->
statut == self::STATUS_RECEIVED_PARTIALLY) {
3492 if (!empty($this->delivery_date)) {
3493 $text = $langs->trans(
"DeliveryDate").
' '.
dol_print_date($this->delivery_date,
'day');
3495 $text = $langs->trans(
"OrderDate").
' '.
dol_print_date($this->date_commande,
'day');
3498 $text = $langs->trans(
"OrderDate").
' '.
dol_print_date($this->date_commande,
'day');
3501 $text .=
' '.($conf->commande->fournisseur->warning_delay > 0 ?
'+' :
'-').
' '.round(abs($conf->commande->fournisseur->warning_delay) / 3600 / 24, 1).
' '.$langs->trans(
"days").
' < '.$langs->trans(
"Today");
3518 if (isModEnabled(
"supplier_order")) {
3519 require_once DOL_DOCUMENT_ROOT.
'/fourn/class/fournisseur.commande.dispatch.class.php';
3521 $qtydelivered = array();
3522 $qtywished = array();
3526 $filter = array(
't.fk_element' => $this->
id);
3528 $filter[
't.status'] = 1;
3531 $ret = $supplierorderdispatch->fetchAll(
'',
'', 0, 0, $filter);
3533 $this->error = $supplierorderdispatch->error;
3534 $this->errors = $supplierorderdispatch->errors;
3537 if (is_array($supplierorderdispatch->lines) && count($supplierorderdispatch->lines) > 0) {
3538 require_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
3542 foreach ($supplierorderdispatch->lines as $line) {
3543 $qtydelivered[$line->fk_product] += $line->qty;
3545 foreach ($this->lines as $line) {
3550 $qtywished[$line->fk_product] += $line->qty;
3554 $diff_array = array_diff_assoc($qtydelivered, $qtywished);
3555 $keysinwishednotindelivered = array_diff(array_keys($qtywished), array_keys($qtydelivered));
3556 $keysindeliverednotinwished = array_diff(array_keys($qtydelivered), array_keys($qtywished));
3564 if (count($diff_array) == 0 && count($keysinwishednotindelivered) == 0 && count($keysindeliverednotinwished) == 0) {
3565 if ($closeopenorder) {
3567 $ret = $this->
Livraison($user, $date_liv,
'tot', $comment);
3575 $ret = $this->
Livraison($user, $date_liv,
'par', $comment);
3586 if (count($diff_array) > 0) {
3590 foreach ($diff_array as $key => $value) {
3592 if ($qtydelivered[$key] >= $qtywished[$key]) {
3599 if ($close == count($diff_array)) {
3601 if ($closeopenorder) {
3602 $ret = $this->
Livraison($user, $date_liv,
'tot', $comment);
3609 $ret = $this->
Livraison($user, $date_liv,
'par', $comment);
3617 $ret = $this->
Livraison($user, $date_liv,
'par', $comment);
3625 $ret = $this->
Livraison($user, $date_liv,
'par', $comment);
3647 $this->receptions = array();
3649 dol_syslog(get_class($this).
"::loadReceptions", LOG_DEBUG);
3651 $sql =
'SELECT cd.rowid, cd.fk_product,';
3652 $sql .=
' sum(cfd.qty) as qty';
3653 $sql .=
' FROM '.$this->db->prefix().
'receptiondet_batch as cfd,';
3654 if ($filtre_statut >= 0) {
3655 $sql .=
' '.$this->db->prefix().
'reception as e,';
3657 $sql .=
' '.$this->db->prefix().
'commande_fournisseurdet as cd';
3659 if ($filtre_statut >= 0) {
3660 $sql .=
' cfd.fk_reception = e.rowid AND';
3662 $sql .=
' cfd.fk_elementdet = cd.rowid';
3663 $sql .=
' AND cd.fk_commande ='.((int) $this->
id);
3664 if (isset($this->fk_product) && !empty($this->fk_product) > 0) {
3665 $sql .=
' AND cd.fk_product = '.((int) $this->fk_product);
3667 if ($filtre_statut >= 0) {
3668 $sql .=
' AND e.fk_statut >= '.((int) $filtre_statut);
3670 $sql .=
' GROUP BY cd.rowid, cd.fk_product';
3672 $resql = $this->db->query($sql);
3674 $num = $this->db->num_rows($resql);
3677 $obj = $this->db->fetch_object($resql);
3678 empty($this->receptions[$obj->rowid]) ? $this->receptions[$obj->rowid] = $obj->qty : $this->receptions[$obj->rowid] += $obj->qty;
3681 $this->db->free($resql);
3685 $this->error = $this->db->lasterror();
3701 $selected = (empty($arraydata[
'selected']) ? 0 : $arraydata[
'selected']);
3703 $return =
'<div class="box-flex-item box-flex-grow-zero">';
3704 $return .=
'<div class="info-box info-box-sm">';
3705 $return .=
'<span class="info-box-icon bg-infobox-action">';
3707 $return .=
'</span>';
3708 $return .=
'<div class="info-box-content">';
3709 $return .=
'<span class="info-box-ref inline-block tdoverflowmax150 valignmiddle">'.(method_exists($this,
'getNomUrl') ? $this->
getNomUrl() : $this->ref).
'</span>';
3710 if ($selected >= 0) {
3711 $return .=
'<input id="cb'.$this->id.
'" class="flat checkforselect fright" type="checkbox" name="toselect[]" value="'.$this->
id.
'"'.($selected ?
' checked="checked"' :
'').
'>';
3713 if (property_exists($this,
'socid') || property_exists($this,
'total_tva')) {
3714 $return .=
'<br><span class="info-box-label amount">'.$this->socid.
'</span>';
3716 if (property_exists($this,
'billed')) {
3717 $return .=
'<br><span class="opacitymedium">'.$langs->trans(
"Billed").
' : </span><span class="info-box-label">'.
yn($this->billed).
'</span>';
3719 if (method_exists($this,
'getLibStatut')) {
3720 $return .=
'<br><div class="info-box-status">'.$this->getLibStatut(3).
'</div>';
3722 $return .=
'</div>';
3723 $return .=
'</div>';
3724 $return .=
'</div>';
3739 public $element =
'commande_fournisseurdet';
3744 public $table_element =
'commande_fournisseurdet';
3762 public $fk_commande;
3768 public $fk_parent_line;
3780 public $special_code = 0;
3790 public $fk_fournprice;
3800 public $ref_supplier;
3830 $sql =
'SELECT cd.rowid, cd.fk_commande, cd.fk_product, cd.product_type, cd.description, cd.qty, cd.tva_tx, cd.special_code,';
3831 $sql .=
' cd.localtax1_tx, cd.localtax2_tx, cd.localtax1_type, cd.localtax2_type, cd.ref as ref_supplier,';
3832 $sql .=
' cd.remise, cd.remise_percent, cd.subprice,';
3833 $sql .=
' cd.info_bits, cd.total_ht, cd.total_tva, cd.total_ttc,';
3834 $sql .=
' cd.total_localtax1, cd.total_localtax2,';
3835 $sql .=
' p.ref as product_ref, p.label as product_label, p.description as product_desc,';
3836 $sql .=
' cd.date_start, cd.date_end, cd.fk_unit,';
3837 $sql .=
' cd.multicurrency_subprice, cd.multicurrency_total_ht, cd.multicurrency_total_tva, cd.multicurrency_total_ttc,';
3838 $sql .=
' c.fk_soc as socid';
3839 $sql .=
' FROM '.$this->db->prefix().
'commande_fournisseur as c, '.$this->db->prefix().
'commande_fournisseurdet as cd';
3840 $sql .=
' LEFT JOIN '.$this->db->prefix().
'product as p ON cd.fk_product = p.rowid';
3841 $sql .=
' WHERE cd.fk_commande = c.rowid AND cd.rowid = '.((int) $rowid);
3843 $result = $this->db->query($sql);
3845 $objp = $this->db->fetch_object($result);
3847 if (!empty($objp)) {
3848 $this->
rowid = $objp->rowid;
3849 $this->
id = $objp->rowid;
3850 $this->fk_commande = $objp->fk_commande;
3851 $this->desc = $objp->description;
3852 $this->qty = $objp->qty;
3853 $this->ref_fourn = $objp->ref_supplier;
3854 $this->ref_supplier = $objp->ref_supplier;
3855 $this->subprice = $objp->subprice;
3856 $this->tva_tx = $objp->tva_tx;
3857 $this->localtax1_tx = $objp->localtax1_tx;
3858 $this->localtax2_tx = $objp->localtax2_tx;
3859 $this->localtax1_type = $objp->localtax1_type;
3860 $this->localtax2_type = $objp->localtax2_type;
3861 $this->remise = $objp->remise;
3862 $this->remise_percent = $objp->remise_percent;
3863 $this->fk_product = $objp->fk_product;
3864 $this->info_bits = $objp->info_bits;
3865 $this->total_ht = $objp->total_ht;
3866 $this->total_tva = $objp->total_tva;
3867 $this->total_localtax1 = $objp->total_localtax1;
3868 $this->total_localtax2 = $objp->total_localtax2;
3869 $this->total_ttc = $objp->total_ttc;
3870 $this->product_type = $objp->product_type;
3871 $this->special_code = $objp->special_code;
3873 $this->
ref = $objp->product_ref;
3875 $this->product_ref = $objp->product_ref;
3876 $this->product_label = $objp->product_label;
3877 $this->product_desc = $objp->product_desc;
3884 $sqlsearchpackage =
'SELECT rowid, packaging FROM '.$this->db->prefix().
"product_fournisseur_price";
3885 $sqlsearchpackage .=
' WHERE entity IN ('.getEntity(
'product_fournisseur_price').
")";
3886 $sqlsearchpackage .=
" AND fk_product = ".((int) $objp->fk_product);
3887 $sqlsearchpackage .=
" AND ref_fourn = '".$this->db->escape($objp->ref_supplier).
"'";
3888 $sqlsearchpackage .=
" AND quantity <= ".((float) $objp->qty);
3889 $sqlsearchpackage .=
" AND (packaging IS NULL OR packaging = 0 OR packaging <= ".((float) $objp->qty).
")";
3890 $sqlsearchpackage .=
" AND fk_soc = ".((int) $objp->socid);
3891 $sqlsearchpackage .=
" ORDER BY packaging ASC";
3892 $sqlsearchpackage .=
" LIMIT 1";
3894 $resqlsearchpackage = $this->db->query($sqlsearchpackage);
3895 if ($resqlsearchpackage) {
3896 $objsearchpackage = $this->db->fetch_object($resqlsearchpackage);
3897 if ($objsearchpackage) {
3898 $this->fk_fournprice = $objsearchpackage->rowid;
3899 $this->packaging = $objsearchpackage->packaging;
3902 $this->error = $this->db->lasterror();
3907 $this->date_start = $this->db->jdate($objp->date_start);
3908 $this->date_end = $this->db->jdate($objp->date_end);
3909 $this->fk_unit = $objp->fk_unit;
3911 $this->multicurrency_subprice = $objp->multicurrency_subprice;
3912 $this->multicurrency_total_ht = $objp->multicurrency_total_ht;
3913 $this->multicurrency_total_tva = $objp->multicurrency_total_tva;
3914 $this->multicurrency_total_ttc = $objp->multicurrency_total_ttc;
3918 $this->db->free($result);
3921 $this->error =
'Supplier order line with id='.$rowid.
' not found';
3922 dol_syslog(get_class($this).
"::fetch Error ".$this->error, LOG_ERR);
3939 global $conf, $user;
3943 dol_syslog(get_class($this).
"::insert rang=".$this->rang);
3946 if (empty($this->tva_tx)) {
3949 if (empty($this->localtax1_tx)) {
3950 $this->localtax1_tx = 0;
3952 if (empty($this->localtax2_tx)) {
3953 $this->localtax2_tx = 0;
3955 if (empty($this->localtax1_type)) {
3956 $this->localtax1_type =
'0';
3958 if (empty($this->localtax2_type)) {
3959 $this->localtax2_type =
'0';
3961 if (empty($this->total_localtax1)) {
3962 $this->total_localtax1 = 0;
3964 if (empty($this->total_localtax2)) {
3965 $this->total_localtax2 = 0;
3967 if (empty($this->rang)) {
3970 if (empty($this->remise_percent)) {
3971 $this->remise_percent = 0;
3973 if (empty($this->info_bits)) {
3974 $this->info_bits = 0;
3976 if (empty($this->special_code)) {
3977 $this->special_code = 0;
3979 if (empty($this->fk_parent_line)) {
3980 $this->fk_parent_line = 0;
3982 if (empty($this->pa_ht)) {
3987 if (!empty($this->multicurrency_code)) {
3990 if (empty($this->fk_multicurrency)) {
3991 $this->multicurrency_code = $conf->currency;
3992 $this->fk_multicurrency = 0;
3993 $this->multicurrency_tx = 1;
3997 if ($this->product_type < 0) {
4004 $sql =
'INSERT INTO '.$this->db->prefix().$this->table_element;
4005 $sql .=
" (fk_commande, label, description, date_start, date_end,";
4006 $sql .=
" fk_product, product_type, special_code, rang,";
4007 $sql .=
" qty, vat_src_code, tva_tx, localtax1_tx, localtax2_tx, localtax1_type, localtax2_type, remise_percent, subprice, ref,";
4008 $sql .=
" total_ht, total_tva, total_localtax1, total_localtax2, total_ttc, fk_unit,";
4009 $sql .=
" fk_multicurrency, multicurrency_code, multicurrency_subprice, multicurrency_total_ht, multicurrency_total_tva, multicurrency_total_ttc,";
4010 $sql .=
" fk_parent_line)";
4011 $sql .=
" VALUES (".$this->fk_commande.
", '".$this->db->escape($this->label).
"','".$this->db->escape($this->desc).
"',";
4012 $sql .=
" ".($this->date_start ?
"'".$this->db->idate($this->date_start).
"'" :
"null").
",";
4013 $sql .=
" ".($this->date_end ?
"'".$this->db->idate($this->date_end).
"'" :
"null").
",";
4014 if ($this->fk_product) {
4015 $sql .= $this->fk_product.
",";
4019 $sql .=
"'".$this->db->escape($this->product_type).
"',";
4020 $sql .= (int) $this->special_code .
",";
4021 $sql .=
"'".$this->db->escape($this->rang).
"',";
4022 $sql .=
"'".$this->db->escape($this->qty).
"', ";
4023 $sql .=
" ".(empty($this->vat_src_code) ?
"''" :
"'".$this->db->escape($this->vat_src_code).
"'").
",";
4024 $sql .=
" ".price2num($this->tva_tx).
", ";
4025 $sql .=
" ".price2num($this->localtax1_tx).
",";
4026 $sql .=
" ".price2num($this->localtax2_tx).
",";
4027 $sql .=
" '".$this->db->escape($this->localtax1_type).
"',";
4028 $sql .=
" '".$this->db->escape($this->localtax2_type).
"',";
4029 $sql .=
" ".((float) $this->remise_percent).
", ".
price2num($this->subprice,
'MU').
", '".$this->db->escape($this->ref_supplier).
"',";
4030 $sql .=
" ".price2num($this->total_ht).
",";
4031 $sql .=
" ".price2num($this->total_tva).
",";
4032 $sql .=
" ".price2num($this->total_localtax1).
",";
4033 $sql .=
" ".price2num($this->total_localtax2).
",";
4034 $sql .=
" ".price2num($this->total_ttc).
",";
4035 $sql .= ($this->fk_unit ?
"'".$this->db->escape($this->fk_unit).
"'" :
"null");
4036 $sql .=
", ".($this->fk_multicurrency ? ((int) $this->fk_multicurrency) :
"null");
4037 $sql .=
", '".$this->db->escape($this->multicurrency_code).
"'";
4038 $sql .=
", ".($this->multicurrency_subprice ?
price2num($this->multicurrency_subprice) :
'0');
4039 $sql .=
", ".($this->multicurrency_total_ht ?
price2num($this->multicurrency_total_ht) :
'0');
4040 $sql .=
", ".($this->multicurrency_total_tva ?
price2num($this->multicurrency_total_tva) :
'0');
4041 $sql .=
", ".($this->multicurrency_total_ttc ?
price2num($this->multicurrency_total_ttc) :
'0');
4042 $sql .=
", ".((!empty($this->fk_parent_line) && $this->fk_parent_line > 0) ? $this->fk_parent_line :
'null');
4045 dol_syslog(get_class($this).
"::insert", LOG_DEBUG);
4046 $resql = $this->db->query($sql);
4048 $this->
id = $this->db->last_insert_id($this->db->prefix().$this->table_element);
4049 $this->
rowid = $this->id;
4058 if (!$error && !$notrigger) {
4060 $result = $this->
call_trigger(
'LINEORDER_SUPPLIER_CREATE', $user);
4068 $this->db->commit();
4072 foreach ($this->errors as $errmsg) {
4073 dol_syslog(get_class($this).
"::delete ".$errmsg, LOG_ERR);
4074 $this->errors[] = ($this->errors ?
', '.$errmsg : $errmsg);
4076 $this->db->rollback();
4079 $this->errors[] = $this->db->error();
4080 $this->db->rollback();
4098 $sql =
"UPDATE ".$this->db->prefix().$this->table_element.
" SET";
4099 $sql .=
" description='".$this->db->escape($this->desc).
"'";
4100 $sql .=
", ref='".$this->db->escape($this->ref_supplier).
"'";
4101 $sql .=
", subprice='".price2num($this->subprice).
"'";
4103 $sql .=
", remise_percent='".price2num($this->remise_percent).
"'";
4105 $sql .=
", vat_src_code = '".(empty($this->vat_src_code) ?
'' : $this->vat_src_code).
"'";
4106 $sql .=
", tva_tx='".price2num($this->tva_tx).
"'";
4107 $sql .=
", localtax1_tx='".price2num($this->localtax1_tx).
"'";
4108 $sql .=
", localtax2_tx='".price2num($this->localtax2_tx).
"'";
4109 $sql .=
", localtax1_type='".$this->db->escape($this->localtax1_type).
"'";
4110 $sql .=
", localtax2_type='".$this->db->escape($this->localtax2_type).
"'";
4111 $sql .=
", qty='".price2num($this->qty).
"'";
4112 $sql .=
", date_start=".(!empty($this->date_start) ?
"'".$this->db->idate($this->date_start).
"'" :
"null");
4113 $sql .=
", date_end=".(!empty($this->date_end) ?
"'".$this->db->idate($this->date_end).
"'" :
"null");
4114 $sql .=
", info_bits='".$this->db->escape($this->info_bits).
"'";
4115 $sql .=
", total_ht='".price2num($this->total_ht).
"'";
4116 $sql .=
", total_tva='".price2num($this->total_tva).
"'";
4117 $sql .=
", total_localtax1='".price2num($this->total_localtax1).
"'";
4118 $sql .=
", total_localtax2='".price2num($this->total_localtax2).
"'";
4119 $sql .=
", total_ttc='".price2num($this->total_ttc).
"'";
4120 $sql .=
", product_type=".$this->product_type;
4121 $sql .=
", special_code=".(!empty($this->special_code) ? $this->special_code : 0);
4122 $sql .= ($this->fk_unit ?
", fk_unit='".$this->db->escape($this->fk_unit).
"'" :
", fk_unit=null");
4125 $sql .=
", multicurrency_subprice=".price2num($this->multicurrency_subprice);
4126 $sql .=
", multicurrency_total_ht=".price2num($this->multicurrency_total_ht);
4127 $sql .=
", multicurrency_total_tva=".price2num($this->multicurrency_total_tva);
4128 $sql .=
", multicurrency_total_ttc=".price2num($this->multicurrency_total_ttc);
4130 $sql .=
" WHERE rowid = ".((int) $this->
id);
4132 dol_syslog(get_class($this).
"::updateline", LOG_DEBUG);
4133 $resql = $this->db->query($sql);
4142 if (!$error && !$notrigger) {
4144 $result = $this->
call_trigger(
'LINEORDER_SUPPLIER_MODIFY', $user);
4146 $this->db->rollback();
4153 $this->db->commit();
4156 $this->db->rollback();
4160 $this->error = $this->db->lasterror();
4161 $this->db->rollback();
4173 public function delete($user, $notrigger = 0)
4186 $this->db->rollback();
4190 $sql1 =
'UPDATE '.$this->db->prefix().
"commandedet SET fk_commandefourndet = NULL WHERE fk_commandefourndet=".((int) $this->
id);
4191 $resql = $this->db->query($sql1);
4193 $this->db->rollback();
4197 $sql2 =
'DELETE FROM '.$this->db->prefix().
"commande_fournisseurdet WHERE rowid=".((int) $this->
id);
4200 $resql = $this->db->query($sql2);
4204 $result = $this->
call_trigger(
'LINEORDER_SUPPLIER_DELETE', $user);
4212 $this->db->commit();
4216 foreach ($this->errors as $errmsg) {
4217 dol_syslog(get_class($this).
"::delete ".$errmsg, LOG_ERR);
4218 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
4220 $this->db->rollback();
4223 $this->error = $this->db->lasterror();
print $langs trans("AuditedSecurityEvents").'</strong >< span class="opacitymedium"></span >< br > status
Or an array listing all the potential status of the object: array: int of the status => translated la...
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 clicable 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 clicable link of object (with eventually picto)
info($id)
Charge les information d'ordre info dans l'objet facture.
const STATUS_CANCELED
Order canceled.
getNextNumRef($soc)
Returns the next order reference not used, based on the numbering model defined within COMMANDE_SUPPL...
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
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.
update($notrigger=0)
Update the line object into db.
insert($notrigger=0)
Insert line into database.
fetch($rowid)
Load line order.
__construct($db)
Constructor.
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.
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.
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.
img_object($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0)
Show a picto called object_picto (generic function)
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
yn($yesno, $case=1, $color=0)
Return yes or no in current language.
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)
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...
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
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 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...
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.
publicphonebutton2 phonegreen basiclayout basiclayout TotalHT VATCode TotalVAT TotalLT1 TotalLT2 TotalTTC TotalHT clearboth nowraponall TAKEPOS_SHOW_SUBPRICE right right right takeposterminal SELECT e e e e e statut
publicphonebutton2 phonegreen basiclayout basiclayout TotalHT VATCode TotalVAT TotalLT1 TotalLT2 TotalTTC TotalHT clearboth nowraponall TAKEPOS_SHOW_SUBPRICE right right right takeposterminal SELECT e rowid