40require_once DOL_DOCUMENT_ROOT.
'/core/class/commoninvoice.class.php';
41require_once DOL_DOCUMENT_ROOT.
'/multicurrency/class/multicurrency.class.php';
42require_once DOL_DOCUMENT_ROOT.
'/fourn/class/fournisseur.facture.ligne.class.php';
43require_once DOL_DOCUMENT_ROOT.
'/fourn/class/fournisseur.product.class.php';
45if (isModEnabled(
'accounting')) {
46 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formaccounting.class.php';
47 require_once DOL_DOCUMENT_ROOT.
'/accountancy/class/accountingaccount.class.php';
58 public $element =
'invoice_supplier';
63 public $table_element =
'facture_fourn';
68 public $table_element_line =
'facture_fourn_det';
73 public $class_element_line =
'SupplierInvoiceLine';
77 public $fk_element =
'fk_facture_fourn';
82 public $picto =
'supplier_invoice';
88 public $restrictiononfksoc = 1;
108 public $ref_supplier;
176 public $date_echeance;
206 public $total_localtax1;
208 public $total_localtax2;
219 public $note_private;
233 public $transport_mode_id;
238 public $vat_reverse_charge;
243 public $extraparams = array();
249 public $lines = array();
261 public $fk_facture_source;
266 public $fk_fac_rec_source;
268 public $fields = array(
269 'rowid' => array(
'type' =>
'integer',
'label' =>
'TechnicalID',
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'position' => 10),
270 'ref' => array(
'type' =>
'varchar(255)',
'label' =>
'Ref',
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'showoncombobox' => 1,
'position' => 15),
271 'ref_supplier' => array(
'type' =>
'varchar(255)',
'label' =>
'RefSupplier',
'enabled' => 1,
'visible' => -1,
'position' => 20),
272 'entity' => array(
'type' =>
'integer',
'label' =>
'Entity',
'default' =>
'1',
'enabled' => 1,
'visible' => -2,
'notnull' => 1,
'position' => 25,
'index' => 1),
273 'ref_ext' => array(
'type' =>
'varchar(255)',
'label' =>
'RefExt',
'enabled' => 1,
'visible' => 0,
'position' => 30),
274 'type' => array(
'type' =>
'smallint(6)',
'label' =>
'Type',
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'position' => 35),
275 'subtype' => array(
'type' =>
'smallint(6)',
'label' =>
'InvoiceSubtype',
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'position' => 36),
276 'fk_soc' => array(
'type' =>
'integer:Societe:societe/class/societe.class.php',
'label' =>
'ThirdParty',
'enabled' =>
'isModEnabled("societe")',
'visible' => -1,
'notnull' => 1,
'position' => 40),
277 'datec' => array(
'type' =>
'datetime',
'label' =>
'DateCreation',
'enabled' => 1,
'visible' => -1,
'position' => 45),
278 'datef' => array(
'type' =>
'date',
'label' =>
'Date',
'enabled' => 1,
'visible' => -1,
'position' => 50),
279 'tms' => array(
'type' =>
'timestamp',
'label' =>
'DateModification',
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'position' => 55),
280 'libelle' => array(
'type' =>
'varchar(255)',
'label' =>
'Label',
'enabled' => 1,
'visible' => -1,
'position' => 60),
281 'paye' => array(
'type' =>
'smallint(6)',
'label' =>
'Paye',
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'position' => 65),
282 'amount' => array(
'type' =>
'double(24,8)',
'label' =>
'Amount',
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'position' => 70),
283 'remise' => array(
'type' =>
'double(24,8)',
'label' =>
'Discount',
'enabled' => 1,
'visible' => -1,
'position' => 75),
284 'close_code' => array(
'type' =>
'varchar(16)',
'label' =>
'CloseCode',
'enabled' => 1,
'visible' => -1,
'position' => 80),
285 'close_note' => array(
'type' =>
'varchar(128)',
'label' =>
'CloseNote',
'enabled' => 1,
'visible' => -1,
'position' => 85),
286 'tva' => array(
'type' =>
'double(24,8)',
'label' =>
'Tva',
'enabled' => 1,
'visible' => -1,
'position' => 90),
287 'localtax1' => array(
'type' =>
'double(24,8)',
'label' =>
'Localtax1',
'enabled' => 1,
'visible' => -1,
'position' => 95),
288 'localtax2' => array(
'type' =>
'double(24,8)',
'label' =>
'Localtax2',
'enabled' => 1,
'visible' => -1,
'position' => 100),
289 'total_ht' => array(
'type' =>
'double(24,8)',
'label' =>
'TotalHT',
'enabled' => 1,
'visible' => -1,
'position' => 105),
290 'total_tva' => array(
'type' =>
'double(24,8)',
'label' =>
'TotalVAT',
'enabled' => 1,
'visible' => -1,
'position' => 110),
291 'total_ttc' => array(
'type' =>
'double(24,8)',
'label' =>
'TotalTTC',
'enabled' => 1,
'visible' => -1,
'position' => 115),
292 'fk_user_author' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserAuthor',
'enabled' => 1,
'visible' => -1,
'position' => 125),
293 'fk_user_modif' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserModif',
'enabled' => 1,
'visible' => -2,
'notnull' => -1,
'position' => 130),
294 'fk_user_valid' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserValidation',
'enabled' => 1,
'visible' => -1,
'position' => 135),
295 'fk_facture_source' => array(
'type' =>
'integer',
'label' =>
'Fk facture source',
'enabled' => 1,
'visible' => -1,
'position' => 140),
296 'fk_projet' => array(
'type' =>
'integer:Project:projet/class/project.class.php:1:fk_statut=1',
'label' =>
'Project',
'enabled' =>
"isModEnabled('project')",
'visible' => -1,
'position' => 145),
297 'fk_account' => array(
'type' =>
'integer',
'label' =>
'Account',
'enabled' =>
'isModEnabled("bank")',
'visible' => -1,
'position' => 150),
298 'fk_cond_reglement' => array(
'type' =>
'integer',
'label' =>
'PaymentTerm',
'enabled' => 1,
'visible' => -1,
'position' => 155),
299 'fk_mode_reglement' => array(
'type' =>
'integer',
'label' =>
'PaymentMode',
'enabled' => 1,
'visible' => -1,
'position' => 160),
300 'date_lim_reglement' => array(
'type' =>
'date',
'label' =>
'DateLimReglement',
'enabled' => 1,
'visible' => -1,
'position' => 165),
301 'note_private' => array(
'type' =>
'html',
'label' =>
'NotePrivate',
'enabled' => 1,
'visible' => 0,
'position' => 170),
302 'note_public' => array(
'type' =>
'html',
'label' =>
'NotePublic',
'enabled' => 1,
'visible' => 0,
'position' => 175),
303 'model_pdf' => array(
'type' =>
'varchar(255)',
'label' =>
'ModelPdf',
'enabled' => 1,
'visible' => 0,
'position' => 180),
304 'extraparams' => array(
'type' =>
'varchar(255)',
'label' =>
'Extraparams',
'enabled' => 1,
'visible' => -1,
'position' => 190),
305 'fk_incoterms' => array(
'type' =>
'integer',
'label' =>
'IncotermCode',
'enabled' => 1,
'visible' => -1,
'position' => 195),
306 'location_incoterms' => array(
'type' =>
'varchar(255)',
'label' =>
'IncotermLocation',
'enabled' => 1,
'visible' => -1,
'position' => 200),
307 'fk_multicurrency' => array(
'type' =>
'integer',
'label' =>
'MulticurrencyId',
'enabled' => 1,
'visible' => -1,
'position' => 205),
308 'multicurrency_code' => array(
'type' =>
'varchar(255)',
'label' =>
'MulticurrencyCode',
'enabled' => 1,
'visible' => -1,
'position' => 210),
309 'multicurrency_tx' => array(
'type' =>
'double(24,8)',
'label' =>
'MulticurrencyRate',
'enabled' => 1,
'visible' => -1,
'position' => 215),
310 'multicurrency_total_ht' => array(
'type' =>
'double(24,8)',
'label' =>
'MulticurrencyTotalHT',
'enabled' => 1,
'visible' => -1,
'position' => 220),
311 'multicurrency_total_tva' => array(
'type' =>
'double(24,8)',
'label' =>
'MulticurrencyTotalVAT',
'enabled' => 1,
'visible' => -1,
'position' => 225),
312 'multicurrency_total_ttc' => array(
'type' =>
'double(24,8)',
'label' =>
'MulticurrencyTotalTTC',
'enabled' => 1,
'visible' => -1,
'position' => 230),
313 'date_pointoftax' => array(
'type' =>
'date',
'label' =>
'Date pointoftax',
'enabled' => 1,
'visible' => -1,
'position' => 235),
314 'date_valid' => array(
'type' =>
'date',
'label' =>
'DateValidation',
'enabled' => 1,
'visible' => -1,
'position' => 240),
315 'last_main_doc' => array(
'type' =>
'varchar(255)',
'label' =>
'Last main doc',
'enabled' => 1,
'visible' => -1,
'position' => 245),
316 'fk_statut' => array(
'type' =>
'smallint(6)',
'label' =>
'Status',
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'position' => 500),
317 'import_key' => array(
'type' =>
'varchar(14)',
'label' =>
'ImportId',
'enabled' => 1,
'visible' => -2,
'position' => 900),
324 public $fk_user_valid;
374 const CLOSECODE_DISCOUNTVAT =
'discount_vat';
375 const CLOSECODE_BADCREDIT =
'badsupplier';
376 const CLOSECODE_ABANDONED =
'abandon';
377 const CLOSECODE_REPLACED =
'replaced';
388 $this->ismultientitymanaged = 1;
399 global $langs,
$conf, $hookmanager;
405 if (isset($this->ref_supplier)) {
406 $this->ref_supplier = trim($this->ref_supplier);
408 if (empty($this->
type)) {
411 if (empty($this->date)) {
416 if (!empty($this->multicurrency_code) && empty($this->multicurrency_tx)) {
421 if (empty($this->fk_multicurrency)) {
422 $this->multicurrency_code =
$conf->currency;
423 $this->fk_multicurrency = 0;
424 $this->multicurrency_tx = 1;
431 $originaldatewhen = 0;
433 $previousdaynextdatewhen = 0;
437 if ($this->fac_rec > 0) {
438 $this->fk_fac_rec_source = $this->fac_rec;
440 require_once DOL_DOCUMENT_ROOT .
'/fourn/class/fournisseur.facture-rec.class.php';
442 $result = $_facrec->fetch($this->fac_rec);
443 $result = $_facrec->fetchObjectLinked(
null,
'',
null,
'',
'OR', 1,
'sourcetype', 0);
446 if (!empty($_facrec->frequency)) {
447 $originaldatewhen = $_facrec->date_when;
448 $nextdatewhen =
dol_time_plus_duree($originaldatewhen, $_facrec->frequency, $_facrec->unit_frequency);
450 $this->socid = $_facrec->socid;
453 $this->entity = $_facrec->entity;
458 $this->fk_project =
GETPOSTINT(
'projectid') > 0 ? (
GETPOSTINT(
'projectid')) : $_facrec->fk_project;
459 $this->note_public =
GETPOST(
'note_public',
'restricthtml') ?
GETPOST(
'note_public',
'restricthtml') : $_facrec->note_public;
460 $this->note_private =
GETPOST(
'note_private',
'restricthtml') ?
GETPOST(
'note_private',
'restricthtml') : $_facrec->note_private;
461 $this->model_pdf =
GETPOST(
'model',
'alpha') ?
GETPOST(
'model',
'alpha') : $_facrec->model_pdf;
462 $this->cond_reglement_id =
GETPOSTINT(
'cond_reglement_id') > 0 ? (
GETPOSTINT(
'cond_reglement_id')) : $_facrec->cond_reglement_id;
463 $this->mode_reglement_id =
GETPOSTINT(
'mode_reglement_id') > 0 ? (
GETPOSTINT(
'mode_reglement_id')) : $_facrec->mode_reglement_id;
464 $this->fk_account =
GETPOST(
'fk_account') > 0 ? ((int)
GETPOST(
'fk_account')) : $_facrec->fk_account;
467 $this->total_ht = $_facrec->total_ht;
468 $this->total_ttc = $_facrec->total_ttc;
471 $this->fk_incoterms = $_facrec->fk_incoterms;
472 $this->location_incoterms = $_facrec->location_incoterms;
478 $this->note_public = trim($this->note_public);
479 $this->note_private = trim($this->note_private);
480 $this->note_private =
dol_concatdesc($this->note_private, $langs->trans(
"GeneratedFromRecurringInvoice", $_facrec->title));
482 $this->array_options = $_facrec->array_options;
484 if (! $this->mode_reglement_id) {
485 $this->mode_reglement_id = 0;
490 $this->linked_objects = $_facrec->linkedObjectsIds;
497 if ($_facrec->frequency > 0) {
498 $this->ref_supplier = trim($this->ref_supplier .
'_' . ($_facrec->nb_gen_done + 1));
499 dol_syslog(
"This is a recurring invoice so we set date_last_gen and next date_when");
500 if (empty($_facrec->date_when)) {
501 $_facrec->date_when = $now;
503 $next_date = $_facrec->getNextDate();
504 $result = $_facrec->setValueFrom(
'date_last_gen', $now,
'', 0,
'date',
'', $user,
'');
506 $result = $_facrec->setNextDate($next_date, 1);
510 $outputlangs = $langs;
513 if (
getDolGlobalInt(
'MAIN_MULTILANGS') && empty($newlang) && isset($this->thirdparty->default_lang)) {
514 $newlang = $this->thirdparty->default_lang;
516 if (
getDolGlobalInt(
'MAIN_MULTILANGS') && empty($newlang) && property_exists($this,
'default_lang') && isset($this->default_lang)) {
517 $newlang = $this->default_lang;
519 if (!empty($newlang)) {
521 $outputlangs->setDefaultLang($newlang);
525 $substitutionarray[
'__INVOICE_MONTH__'] =
dol_print_date($this->date,
'%m');
528 $substitutionarray[
'__INVOICE_MONTH_TEXT__'] =
dol_print_date($this->date,
'%B');
531 $substitutionarray[
'__INVOICE_YEAR__'] =
dol_print_date($this->date,
'%Y');
533 $substitutionarray[
'__INVOICE_DATE_NEXT_INVOICE_BEFORE_GEN__'] = $originaldatewhen ?
dol_print_date($originaldatewhen,
'dayhour') :
'';
534 $substitutionarray[
'__INVOICE_DATE_NEXT_INVOICE_AFTER_GEN__'] = $nextdatewhen ?
dol_print_date($nextdatewhen,
'dayhour') :
'';
535 $substitutionarray[
'__INVOICE_PREVIOUS_DATE_NEXT_INVOICE_AFTER_GEN__'] = $previousdaynextdatewhen ?
dol_print_date($previousdaynextdatewhen,
'dayhour') :
'';
536 $substitutionarray[
'__INVOICE_COUNTER_CURRENT__'] = $_facrec->nb_gen_done;
537 $substitutionarray[
'__INVOICE_COUNTER_MAX__'] = $_facrec->nb_gen_max;
546 if (!empty($forceduedate)) {
547 $this->date_echeance = $forceduedate;
550 $sql =
"INSERT INTO ".MAIN_DB_PREFIX.
"facture_fourn (";
552 $sql .=
", ref_supplier";
561 $sql .=
", vat_reverse_charge";
562 $sql .=
", fk_projet";
563 $sql .=
", fk_cond_reglement";
564 $sql .=
", fk_mode_reglement";
565 $sql .=
", fk_account";
566 $sql .=
", note_private";
567 $sql .=
", note_public";
568 $sql .=
", fk_user_author";
569 $sql .=
", date_lim_reglement";
570 $sql .=
", fk_incoterms, location_incoterms";
571 $sql .=
", fk_multicurrency";
572 $sql .=
", multicurrency_code";
573 $sql .=
", multicurrency_tx";
574 $sql .=
", fk_facture_source";
575 $sql .=
", fk_fac_rec_source";
579 $sql .=
", '".$this->db->escape($this->ref_supplier).
"'";
580 $sql .=
", '".$this->db->escape($this->ref_ext).
"'";
581 $sql .=
", ".((int) $this->entity);
582 $sql .=
", '".$this->db->escape($this->
type).
"'";
583 $sql .=
", ".((int) $this->subtype);
584 $sql .=
", '".$this->db->escape(isset($this->label) ? $this->label : (isset($this->libelle) ? $this->libelle :
'')).
"'";
585 $sql .=
", ".((int) $this->socid);
586 $sql .=
", '".$this->db->idate($now).
"'";
587 $sql .=
", '".$this->db->idate($this->date).
"'";
588 $sql .=
", ".($this->vat_reverse_charge !=
'' ? ((int) $this->db->escape($this->vat_reverse_charge)) : 0);
589 $sql .=
", ".($this->fk_project > 0 ? ((int) $this->fk_project) :
"null");
590 $sql .=
", ".($this->cond_reglement_id > 0 ? ((int) $this->cond_reglement_id) :
"null");
591 $sql .=
", ".($this->mode_reglement_id > 0 ? ((int) $this->mode_reglement_id) :
"null");
592 $sql .=
", ".($this->fk_account > 0 ? ((int) $this->fk_account) :
'NULL');
593 $sql .=
", '".$this->db->escape($this->note_private).
"'";
594 $sql .=
", '".$this->db->escape($this->note_public).
"'";
595 $sql .=
", ".((int) $user->id).
",";
596 $sql .= $this->date_echeance !=
'' ?
"'".$this->db->idate($this->date_echeance).
"'" :
"null";
597 $sql .=
", ".(int) $this->fk_incoterms;
598 $sql .=
", '".$this->db->escape($this->location_incoterms).
"'";
599 $sql .=
", ".(int) $this->fk_multicurrency;
600 $sql .=
", '".$this->db->escape($this->multicurrency_code).
"'";
601 $sql .=
", ".(float) $this->multicurrency_tx;
602 $sql .=
", ".($this->fk_facture_source ? ((int) $this->fk_facture_source) :
"null");
603 $sql .=
", ".(isset($this->fk_fac_rec_source) ? $this->fk_fac_rec_source :
"NULL");
606 dol_syslog(get_class($this).
"::create", LOG_DEBUG);
607 $resql = $this->db->query($sql);
609 $this->
id = $this->db->last_insert_id(MAIN_DB_PREFIX.
'facture_fourn');
612 $this->
ref =
'(PROV'.$this->id.
')';
613 $sql =
'UPDATE '.MAIN_DB_PREFIX.
"facture_fourn SET ref='".$this->db->escape($this->
ref).
"' WHERE rowid=".((int) $this->
id);
615 dol_syslog(get_class($this).
"::create", LOG_DEBUG);
616 $resql = $this->db->query($sql);
621 if (!empty($this->linkedObjectsIds) && empty($this->linked_objects)) {
622 $this->linked_objects = $this->linkedObjectsIds;
626 if (!$error && $this->
id && !empty($this->linked_objects) && is_array($this->linked_objects)) {
627 foreach ($this->linked_objects as $origin => $tmp_origin_id) {
628 if (is_array($tmp_origin_id)) {
629 foreach ($tmp_origin_id as $origin_id) {
637 $origin_id = $tmp_origin_id;
647 if (!$error && empty($this->fac_rec) && count($this->lines) && is_object($this->lines[0])) {
648 dol_syslog(
"There is ".count($this->lines).
" lines that are invoice lines objects");
649 foreach ($this->lines as $i => $val) {
650 $sql =
'INSERT INTO '.MAIN_DB_PREFIX.
'facture_fourn_det (fk_facture_fourn, special_code, fk_remise_except)';
651 $sql .=
" VALUES (".((int) $this->
id).
", ".((int) $this->lines[$i]->special_code).
", ".($this->lines[$i]->fk_remise_except > 0 ? ((int) $this->lines[$i]->fk_remise_except) :
'NULL').
')';
653 $resql_insert = $this->db->query($sql);
655 $idligne = $this->db->last_insert_id(MAIN_DB_PREFIX.
'facture_fourn_det');
659 $this->lines[$i]->desc ? $this->lines[$i]->desc : $this->lines[$i]->description,
660 $this->lines[$i]->subprice,
661 $this->lines[$i]->tva_tx.($this->lines[$i]->vat_src_code ?
' ('.$this->lines[$i]->vat_src_code.
')' :
''),
662 $this->lines[$i]->localtax1_tx,
663 $this->lines[$i]->localtax2_tx,
664 $this->lines[$i]->qty,
665 $this->lines[$i]->fk_product,
667 (!empty($this->lines[$i]->info_bits) ? $this->lines[$i]->info_bits :
''),
668 $this->lines[$i]->product_type,
669 $this->lines[$i]->remise_percent,
671 $this->lines[$i]->date_start,
672 $this->lines[$i]->date_end,
673 $this->lines[$i]->array_options,
674 $this->lines[$i]->fk_unit,
675 $this->lines[$i]->multicurrency_subprice,
676 $this->lines[$i]->ref_supplier
679 $this->error = $this->db->lasterror();
680 $this->db->rollback();
684 } elseif (!$error && empty($this->fac_rec)) {
685 dol_syslog(
"There is ".count($this->lines).
" lines that are array lines");
686 foreach ($this->lines as $i => $val) {
687 $line = $this->lines[$i];
691 if (!is_object($line)) {
692 $line = (object) $line;
695 $sql =
'INSERT INTO '.MAIN_DB_PREFIX.
'facture_fourn_det (fk_facture_fourn, special_code, fk_remise_except)';
696 $sql .=
" VALUES (".((int) $this->
id).
", ".((int) $this->lines[$i]->special_code).
", ".($this->lines[$i]->fk_remise_except > 0 ? ((int) $this->lines[$i]->fk_remise_except) :
'NULL').
')';
698 $resql_insert = $this->db->query($sql);
700 $idligne = $this->db->last_insert_id(MAIN_DB_PREFIX.
'facture_fourn_det');
704 $line->desc ? $line->desc : $line->description,
712 (!empty($line->info_bits) ? $line->info_bits :
''),
714 $line->remise_percent,
718 $line->array_options,
720 $line->multicurrency_subprice,
724 $this->error = $this->db->lasterror();
725 $this->db->rollback();
735 foreach ($_facrec->lines as $i => $val) {
736 $product_type = $_facrec->lines[$i]->product_type;
737 if ($_facrec->lines[$i]->fk_product) {
738 $prod =
new Product($this->db);
739 $res = $prod->fetch($_facrec->lines[$i]->fk_product);
750 $tva_tx = $_facrec->lines[$i]->tva_tx . ($_facrec->lines[$i]->vat_src_code ?
'(' . $_facrec->lines[$i]->vat_src_code .
')' :
'');
751 $tva_npr = $_facrec->lines[$i]->info_bits;
752 if (empty($tva_tx)) {
755 $localtax1_tx = $_facrec->lines[$i]->localtax1_tx;
756 $localtax2_tx = $_facrec->lines[$i]->localtax2_tx;
760 $buyprice = empty($_facrec->lines[$i]->buyprice) ? 0 : $_facrec->lines[$i]->buyprice;
763 if (! $buyprice && $_facrec->lines[$i]->fk_product > 0) {
764 require_once DOL_DOCUMENT_ROOT .
'/fourn/class/fournisseur.product.class.php';
766 $producttmp->fetch($_facrec->lines[$i]->fk_product);
771 if (
getDolGlobalString(
'MARGIN_TYPE') ==
'costprice' && !empty($producttmp->cost_price)) {
772 $buyprice = $producttmp->cost_price;
774 $buyprice = $producttmp->pmp;
776 if ($producttmp->find_min_price_product_fournisseur($_facrec->lines[$i]->fk_product) > 0) {
777 if ($producttmp->product_fourn_price_id > 0) {
778 $buyprice =
price2num($producttmp->fourn_unitprice * (1 - $producttmp->fourn_remise_percent / 100) + $producttmp->fourn_remise,
'MU');
784 $result_insert = $this->
addline(
785 $_facrec->lines[$i]->desc ? $_facrec->lines[$i]->desc : $_facrec->lines[$i]->description,
786 $_facrec->lines[$i]->pu_ht,
790 $_facrec->lines[$i]->qty,
791 $_facrec->lines[$i]->fk_product,
792 $_facrec->lines[$i]->remise_percent,
793 ($_facrec->lines[$i]->date_start == 1 && $this->date) ? $this->date :
'',
794 ($_facrec->lines[$i]->date_end == 1 && $previousdaynextdatewhen) ? $previousdaynextdatewhen :
'',
796 $_facrec->lines[$i]->info_bits,
799 $_facrec->lines[$i]->rang,
801 $_facrec->lines[$i]->array_options,
802 $_facrec->lines[$i]->fk_unit,
805 $_facrec->lines[$i]->ref_supplier,
806 $_facrec->lines[$i]->special_code,
810 if ($result_insert < 0) {
812 $this->error = $this->db->error();
832 $result = $this->
call_trigger(
'BILL_SUPPLIER_CREATE', $user);
843 $this->db->rollback();
847 $this->error = $langs->trans(
'FailedToUpdatePrice');
848 $this->db->rollback();
852 if ($this->db->errno() ==
'DB_ERROR_RECORD_ALREADY_EXISTS') {
853 $this->error = $langs->trans(
'ErrorRefAlreadyExists');
854 $this->db->rollback();
857 $this->error = $this->db->lasterror();
858 $this->db->rollback();
872 public function fetch($id = 0, $ref =
'', $ref_ext =
'')
874 if (empty($id) && empty($ref) && empty($ref_ext)) {
881 $sql .=
" t.ref_supplier,";
882 $sql .=
" t.ref_ext,";
883 $sql .=
" t.entity,";
885 $sql .=
" t.subtype,";
886 $sql .=
" t.fk_soc,";
890 $sql .=
" t.libelle as label,";
892 $sql .=
" t.close_code,";
893 $sql .=
" t.close_note,";
895 $sql .=
" t.localtax1,";
896 $sql .=
" t.localtax2,";
897 $sql .=
" t.total_ht,";
898 $sql .=
" t.total_tva,";
899 $sql .=
" t.total_ttc,";
900 $sql .=
" t.fk_statut as status,";
901 $sql .=
" t.fk_user_author,";
902 $sql .=
" t.fk_user_valid,";
903 $sql .=
" t.fk_facture_source,";
904 $sql .=
" t.vat_reverse_charge,";
905 $sql .=
" t.fk_fac_rec_source,";
906 $sql .=
" t.fk_projet as fk_project,";
907 $sql .=
" t.fk_cond_reglement,";
908 $sql .=
" t.fk_account,";
909 $sql .=
" t.fk_mode_reglement,";
910 $sql .=
" t.date_lim_reglement,";
911 $sql .=
" t.note_private,";
912 $sql .=
" t.note_public,";
913 $sql .=
" t.model_pdf,";
914 $sql .=
" t.last_main_doc,";
915 $sql .=
" t.import_key,";
916 $sql .=
" t.extraparams,";
917 $sql .=
" cr.code as cond_reglement_code, cr.libelle as cond_reglement_label, cr.libelle_facture as cond_reglement_doc,";
918 $sql .=
" p.code as mode_reglement_code, p.libelle as mode_reglement_label,";
919 $sql .=
' s.nom as socnom, s.rowid as socid,';
920 $sql .=
' t.fk_incoterms, t.location_incoterms,';
921 $sql .=
" i.libelle as label_incoterms,";
922 $sql .=
' t.fk_transport_mode,';
923 $sql .=
' t.fk_multicurrency, t.multicurrency_code, t.multicurrency_tx, t.multicurrency_total_ht, t.multicurrency_total_tva, t.multicurrency_total_ttc';
924 $sql .=
' FROM '.MAIN_DB_PREFIX.
'facture_fourn as t';
925 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"societe as s ON (t.fk_soc = s.rowid)";
926 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"c_payment_term as cr ON t.fk_cond_reglement = cr.rowid";
927 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"c_paiement as p ON t.fk_mode_reglement = p.id";
928 $sql .=
' LEFT JOIN '.MAIN_DB_PREFIX.
'c_incoterms as i ON t.fk_incoterms = i.rowid';
930 $sql .=
" WHERE t.rowid = ".((int) $id);
932 $sql .=
' WHERE t.entity IN ('.getEntity(
'supplier_invoice').
')';
934 $sql .=
" AND t.ref = '".$this->db->escape($ref).
"'";
937 $sql .=
" AND t.ref_ext = '".$this->db->escape($ref_ext).
"'";
941 dol_syslog(get_class($this).
"::fetch", LOG_DEBUG);
942 $resql = $this->db->query($sql);
944 if ($this->db->num_rows($resql)) {
945 $obj = $this->db->fetch_object($resql);
947 $this->
id = $obj->rowid;
948 $this->
ref = $obj->ref ? $obj->ref : $obj->rowid;
950 $this->ref_supplier = $obj->ref_supplier;
951 $this->ref_ext = $obj->ref_ext;
952 $this->entity = $obj->entity;
954 $this->subtype = (int) $obj->subtype;
955 $this->socid = $obj->fk_soc;
956 $this->datec = $this->db->jdate($obj->datec);
957 $this->date = $this->db->jdate($obj->datef);
959 $this->tms = $this->db->jdate($obj->tms);
960 $this->libelle = $obj->label;
961 $this->label = $obj->label;
962 $this->paye = $obj->paye;
963 $this->paid = $obj->paye;
964 $this->close_code = $obj->close_code;
965 $this->close_note = $obj->close_note;
966 $this->total_localtax1 = $obj->localtax1;
967 $this->total_localtax2 = $obj->localtax2;
968 $this->total_ht = $obj->total_ht;
969 $this->total_tva = $obj->total_tva;
970 $this->total_ttc = $obj->total_ttc;
971 $this->
status = $obj->status;
972 $this->statut = $obj->status;
973 $this->fk_statut = $obj->status;
974 $this->user_creation_id = $obj->fk_user_author;
975 $this->author = $obj->fk_user_author;
976 $this->user_validation_id = $obj->fk_user_valid;
977 $this->fk_facture_source = $obj->fk_facture_source;
978 $this->vat_reverse_charge = empty($obj->vat_reverse_charge) ? 0 : 1;
979 $this->fk_fac_rec_source = $obj->fk_fac_rec_source;
980 $this->fk_project = $obj->fk_project;
981 $this->cond_reglement_id = $obj->fk_cond_reglement;
982 $this->cond_reglement_code = $obj->cond_reglement_code;
983 $this->cond_reglement = $obj->cond_reglement_label;
984 $this->cond_reglement_label = $obj->cond_reglement_label;
985 $this->cond_reglement_doc = $obj->cond_reglement_doc;
986 $this->fk_account = $obj->fk_account;
987 $this->mode_reglement_id = $obj->fk_mode_reglement;
988 $this->mode_reglement_code = $obj->mode_reglement_code;
989 $this->mode_reglement = $obj->mode_reglement_label;
990 $this->date_echeance = $this->db->jdate($obj->date_lim_reglement);
991 $this->note = $obj->note_private;
992 $this->note_private = $obj->note_private;
993 $this->note_public = $obj->note_public;
994 $this->model_pdf = $obj->model_pdf;
995 $this->last_main_doc = $obj->last_main_doc;
996 $this->import_key = $obj->import_key;
999 $this->fk_incoterms = $obj->fk_incoterms;
1000 $this->location_incoterms = $obj->location_incoterms;
1001 $this->label_incoterms = $obj->label_incoterms;
1002 $this->transport_mode_id = $obj->fk_transport_mode;
1005 $this->fk_multicurrency = $obj->fk_multicurrency;
1006 $this->multicurrency_code = $obj->multicurrency_code;
1007 $this->multicurrency_tx = $obj->multicurrency_tx;
1008 $this->multicurrency_total_ht = $obj->multicurrency_total_ht;
1009 $this->multicurrency_total_tva = $obj->multicurrency_total_tva;
1010 $this->multicurrency_total_ttc = $obj->multicurrency_total_ttc;
1012 $this->extraparams = isset($obj->extraparams) ? (array) json_decode($obj->extraparams,
true) : array();
1014 $this->socid = $obj->socid;
1022 $this->error = $this->db->lasterror();
1026 $this->error =
'Bill with id '.$id.
' not found';
1027 dol_syslog(get_class($this).
'::fetch '.$this->error);
1031 $this->db->free($resql);
1034 $this->error =
"Error ".$this->db->lasterror();
1049 $this->lines = array();
1051 $sql =
'SELECT f.rowid, f.ref as ref_supplier, f.description as line_desc, f.date_start, f.date_end, f.pu_ht, f.pu_ttc, f.qty, f.remise_percent, f.vat_src_code, f.tva_tx';
1052 $sql .=
', f.localtax1_tx, f.localtax2_tx, f.localtax1_type, f.localtax2_type, f.total_localtax1, f.total_localtax2, f.fk_facture_fourn, f.fk_remise_except';
1053 $sql .=
', f.total_ht, f.tva as total_tva, f.total_ttc, f.fk_product, f.product_type, f.info_bits, f.rang, f.special_code, f.fk_parent_line, f.fk_unit';
1054 $sql .=
', p.rowid as product_id, p.ref as product_ref, p.label as label, p.barcode as product_barcode, p.description as product_desc';
1055 $sql .=
', f.fk_code_ventilation, f.fk_multicurrency, f.multicurrency_code, f.multicurrency_subprice, f.multicurrency_total_ht, f.multicurrency_total_tva, f.multicurrency_total_ttc';
1056 $sql .=
' FROM '.MAIN_DB_PREFIX.
'facture_fourn_det as f';
1057 $sql .=
' LEFT JOIN '.MAIN_DB_PREFIX.
'product as p ON f.fk_product = p.rowid';
1058 $sql .=
' WHERE fk_facture_fourn='.((int) $this->
id);
1059 $sql .=
' ORDER BY f.rang, f.rowid';
1061 dol_syslog(get_class($this).
"::fetch_lines", LOG_DEBUG);
1063 $resql_rows = $this->db->query($sql);
1065 $num_rows = $this->db->num_rows($resql_rows);
1068 while ($i < $num_rows) {
1069 $obj = $this->db->fetch_object($resql_rows);
1073 $line->id = $obj->rowid;
1074 $line->rowid = $obj->rowid;
1076 $line->description = $obj->line_desc;
1077 $line->desc = $obj->line_desc;
1078 $line->date_start = $this->db->jdate($obj->date_start);
1079 $line->date_end = $this->db->jdate($obj->date_end);
1081 $line->product_ref = $obj->product_ref;
1082 $line->ref = $obj->product_ref;
1083 $line->ref_supplier = $obj->ref_supplier;
1084 $line->libelle = $obj->label;
1085 $line->label = $obj->label;
1086 $line->product_barcode = $obj->product_barcode;
1087 $line->product_desc = $obj->product_desc;
1088 $line->subprice = $obj->pu_ht;
1089 $line->pu_ht = $obj->pu_ht;
1090 $line->pu_ttc = $obj->pu_ttc;
1091 $line->vat_src_code = $obj->vat_src_code;
1092 $line->tva_tx = $obj->tva_tx;
1093 $line->localtax1_tx = $obj->localtax1_tx;
1094 $line->localtax2_tx = $obj->localtax2_tx;
1095 $line->localtax1_type = $obj->localtax1_type;
1096 $line->localtax2_type = $obj->localtax2_type;
1097 $line->qty = $obj->qty;
1098 $line->remise_percent = $obj->remise_percent;
1099 $line->fk_remise_except = $obj->fk_remise_except;
1101 $line->total_ht = $obj->total_ht;
1102 $line->total_ttc = $obj->total_ttc;
1103 $line->total_tva = $obj->total_tva;
1104 $line->total_localtax1 = $obj->total_localtax1;
1105 $line->total_localtax2 = $obj->total_localtax2;
1106 $line->fk_facture_fourn = $obj->fk_facture_fourn;
1107 $line->fk_product = $obj->fk_product;
1108 $line->product_type = $obj->product_type;
1109 $line->product_label = $obj->label;
1110 $line->info_bits = $obj->info_bits;
1111 $line->fk_parent_line = $obj->fk_parent_line;
1112 $line->special_code = $obj->special_code;
1113 $line->rang = $obj->rang;
1114 $line->fk_unit = $obj->fk_unit;
1117 $line->fk_accounting_account = $obj->fk_code_ventilation;
1120 $line->fk_multicurrency = $obj->fk_multicurrency;
1121 $line->multicurrency_code = $obj->multicurrency_code;
1122 $line->multicurrency_subprice = $obj->multicurrency_subprice;
1123 $line->multicurrency_total_ht = $obj->multicurrency_total_ht;
1124 $line->multicurrency_total_tva = $obj->multicurrency_total_tva;
1125 $line->multicurrency_total_ttc = $obj->multicurrency_total_ttc;
1128 $line->fetch_optionals();
1130 $this->lines[$i] = $line;
1135 $this->db->free($resql_rows);
1138 $this->error = $this->db->error();
1139 dol_syslog(get_class($this).
"::fetch_lines - No lines:{$this->error} Error:{$this->error}", LOG_DEBUG);
1152 public function update($user =
null, $notrigger = 0)
1158 if (empty($this->
type)) {
1161 if (isset($this->
ref)) {
1162 $this->
ref = trim($this->
ref);
1164 if (isset($this->ref_supplier)) {
1165 $this->ref_supplier = trim($this->ref_supplier);
1167 if (isset($this->ref_ext)) {
1168 $this->ref_ext = trim($this->ref_ext);
1170 if (isset($this->entity)) {
1171 $this->entity = (int) $this->entity;
1173 if (isset($this->
type)) {
1176 if (isset($this->subtype)) {
1177 $this->subtype = (int) $this->subtype;
1179 if (isset($this->socid)) {
1180 $this->socid = (int) $this->socid;
1182 if (isset($this->label)) {
1183 $this->label = trim($this->label);
1185 if (isset($this->paid)) {
1186 $this->paid = (int) (
bool) $this->paye;
1187 $this->paye = $this->paid;
1188 } elseif (isset($this->paye)) {
1189 $this->paid = (int) (
bool) $this->paye;
1190 $this->paye = $this->paid;
1192 if (isset($this->close_code)) {
1193 $this->close_code = trim($this->close_code);
1195 if (isset($this->close_note)) {
1196 $this->close_note = trim($this->close_note);
1198 if (empty($this->total_ht)) {
1199 $this->total_ht = 0;
1201 if (empty($this->total_tva)) {
1202 $this->total_tva = 0;
1204 if (empty($this->total_localtax1)) {
1205 $this->total_localtax1 = 0;
1207 if (empty($this->total_localtax2)) {
1208 $this->total_localtax2 = 0;
1210 if (isset($this->total_ttc)) {
1211 $this->total_ttc = (float) $this->total_ttc;
1213 if (isset($this->
status)) {
1215 $this->statut = $this->status;
1216 } elseif (isset($this->statut)) {
1217 $this->
status = (int) $this->statut;
1218 $this->statut = $this->status;
1220 if (isset($this->author)) {
1221 $this->author = (int) $this->author;
1223 if (isset($this->fk_user_valid)) {
1224 $this->fk_user_valid = (int) $this->fk_user_valid;
1226 if (isset($this->fk_facture_source)) {
1227 $this->fk_facture_source = (int) $this->fk_facture_source;
1229 if (isset($this->fk_project)) {
1230 if (empty($this->fk_project)) {
1231 $this->fk_project = 0;
1233 $this->fk_project = (int) $this->fk_project;
1236 if (isset($this->mode_reglement_id)) {
1237 $this->mode_reglement_id = (int) $this->mode_reglement_id;
1239 if (isset($this->cond_reglement_id)) {
1240 $this->cond_reglement_id = (int) $this->cond_reglement_id;
1242 if (isset($this->note_private)) {
1243 $this->note_private = trim($this->note_private);
1244 $this->note = $this->note_private;
1246 if (isset($this->note_public)) {
1247 $this->note_public = trim($this->note_public);
1249 if (isset($this->model_pdf)) {
1250 $this->model_pdf = trim($this->model_pdf);
1252 if (isset($this->import_key)) {
1253 $this->import_key = trim($this->import_key);
1261 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"facture_fourn SET";
1262 $sql .=
" ref=".(isset($this->
ref) ?
"'".$this->db->escape($this->
ref).
"'" :
"null").
",";
1263 $sql .=
" ref_supplier=".(isset($this->ref_supplier) ?
"'".$this->db->escape($this->ref_supplier).
"'" :
"null").
",";
1264 $sql .=
" ref_ext=".(isset($this->ref_ext) ?
"'".$this->db->escape($this->ref_ext).
"'" :
"null").
",";
1265 $sql .=
" entity=".(isset($this->entity) ? ((int) $this->entity) :
"null").
",";
1266 $sql .=
" type=".(isset($this->
type) ? ((int) $this->
type) :
"null").
",";
1267 $sql .=
" subtype=".((int) $this->subtype).
",";
1268 $sql .=
" fk_soc=".(isset($this->socid) ? ((int) $this->socid) :
"null").
",";
1269 $sql .=
" datec=".(dol_strlen((
string) $this->datec) != 0 ?
"'".$this->db->idate($this->datec).
"'" :
'null').
",";
1270 $sql .=
" datef=".(dol_strlen((
string) $this->date) != 0 ?
"'".$this->db->idate($this->date).
"'" :
'null').
",";
1272 $sql .=
" tms=".(dol_strlen((
string) $this->tms) != 0 ?
"'".$this->db->idate($this->tms).
"'" :
'null').
",";
1274 $sql .=
" libelle=".(isset($this->label) ?
"'".$this->db->escape($this->label).
"'" :
"null").
",";
1275 $sql .=
" paye=".(isset($this->paid) ? ((int) $this->paid) :
"0").
",";
1276 $sql .=
" close_code=".(isset($this->close_code) ?
"'".$this->db->escape($this->close_code).
"'" :
"null").
",";
1277 $sql .=
" close_note=".(isset($this->close_note) ?
"'".$this->db->escape($this->close_note).
"'" :
"null").
",";
1278 $sql .=
" localtax1=".(isset($this->total_localtax1) ? ((float) $this->total_localtax1) :
"null").
",";
1279 $sql .=
" localtax2=".(isset($this->total_localtax2) ? ((float) $this->total_localtax2) :
"null").
",";
1280 $sql .=
" total_ht=".(isset($this->total_ht) ? ((float) $this->total_ht) :
"null").
",";
1281 $sql .=
" total_tva=".(isset($this->total_tva) ? ((float) $this->total_tva) :
"null").
",";
1282 $sql .=
" total_ttc=".(isset($this->total_ttc) ? ((float) $this->total_ttc) :
"null").
",";
1283 $sql .=
" fk_statut=".(isset($this->
status) ? ((int) $this->
status) : (isset($this->statut) ? ((int) $this->statut) :
"null")).
",";
1284 $sql .=
" fk_user_author=".(isset($this->author) ? ((int) $this->author) :
"null").
",";
1285 $sql .=
" fk_user_valid=".(isset($this->fk_user_valid) ? ((int) $this->fk_user_valid) :
"null").
",";
1286 $sql .=
" fk_facture_source=".($this->fk_facture_source ? ((int) $this->fk_facture_source) :
"null").
",";
1287 $sql .=
" vat_reverse_charge = ".($this->vat_reverse_charge !=
'' ? ((int) $this->db->escape($this->vat_reverse_charge)) : 0).
",";
1288 $sql .=
" fk_projet=".(!empty($this->fk_project) ? ((int) $this->fk_project) :
"null").
",";
1289 $sql .=
" fk_mode_reglement=".(isset($this->mode_reglement_id) ? ((int) $this->mode_reglement_id) :
"null").
",";
1290 $sql .=
" fk_cond_reglement=".(isset($this->cond_reglement_id) ? ((int) $this->cond_reglement_id) :
"null").
",";
1291 $sql .=
" date_lim_reglement=".(dol_strlen((
string) $this->date_echeance) != 0 ?
"'".$this->db->idate($this->date_echeance).
"'" :
'null').
",";
1292 $sql .=
" note_private=".(isset($this->note_private) ?
"'".$this->db->escape($this->note_private).
"'" :
"null").
",";
1293 $sql .=
" note_public=".(isset($this->note_public) ?
"'".$this->db->escape($this->note_public).
"'" :
"null").
",";
1294 $sql .=
" model_pdf=".(isset($this->model_pdf) ?
"'".$this->db->escape($this->model_pdf).
"'" :
"null").
",";
1295 $sql .=
" import_key=".(isset($this->import_key) ?
"'".$this->db->escape($this->import_key).
"'" :
"null");
1296 $sql .=
" WHERE rowid=".((int) $this->
id);
1300 dol_syslog(get_class($this).
"::update", LOG_DEBUG);
1301 $resql = $this->db->query($sql);
1306 if ($this->db->errno() ==
'DB_ERROR_RECORD_ALREADY_EXISTS') {
1307 $this->errors[] = $langs->trans(
'ErrorRefAlreadyExists');
1309 $this->errors[] =
"Error ".$this->db->lasterror();
1323 $result = $this->
call_trigger(
'BILL_SUPPLIER_MODIFY', $user);
1333 foreach ($this->errors as $errmsg) {
1334 dol_syslog(get_class($this).
"::update ".$errmsg, LOG_ERR);
1335 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
1337 $this->db->rollback();
1340 $this->db->commit();
1355 global
$conf, $langs;
1357 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
1358 include_once DOL_DOCUMENT_ROOT.
'/core/class/discount.class.php';
1363 $result = $remise->fetch($idremise);
1366 if ($remise->fk_invoice_supplier) {
1367 $this->error = $langs->trans(
"ErrorDiscountAlreadyUsed");
1368 $this->db->rollback();
1373 $facligne->fk_facture_fourn = $this->id;
1374 $facligne->fk_remise_except = $remise->id;
1375 $facligne->desc = $remise->description;
1376 $facligne->vat_src_code = $remise->vat_src_code;
1377 $facligne->tva_tx = $remise->tva_tx;
1378 $facligne->subprice = -(float) $remise->amount_ht;
1379 $facligne->fk_product = 0;
1380 $facligne->product_type = 0;
1382 $facligne->remise_percent = 0;
1383 $facligne->rang = -1;
1384 $facligne->info_bits = 2;
1387 $facligne->rang = 1;
1388 $linecount = count($this->lines);
1389 for ($ii = 1; $ii <= $linecount; $ii++) {
1395 if ($remise->fk_invoice_supplier_source > 0) {
1397 $srcinvoice->fetch($remise->fk_invoice_supplier_source);
1398 $totalcostpriceofinvoice = 0;
1399 include_once DOL_DOCUMENT_ROOT.
'/core/class/html.formmargin.class.php';
1401 $arraytmp = $formmargin->getMarginInfosArray($srcinvoice,
false);
1402 $facligne->pa_ht = $arraytmp[
'pa_total'];
1405 $facligne->total_ht = -(float) $remise->amount_ht;
1406 $facligne->total_tva = -(float) $remise->amount_tva;
1407 $facligne->total_ttc = -(float) $remise->amount_ttc;
1409 $facligne->multicurrency_subprice = -$remise->multicurrency_subprice;
1410 $facligne->multicurrency_total_ht = -$remise->multicurrency_total_ht;
1411 $facligne->multicurrency_total_tva = -$remise->multicurrency_total_tva;
1412 $facligne->multicurrency_total_ttc = -$remise->multicurrency_total_ttc;
1414 $lineid = $facligne->insert();
1419 $result = $remise->link_to_invoice($lineid, 0);
1421 $this->error = $remise->error;
1422 $this->db->rollback();
1426 $this->db->commit();
1429 $this->error = $facligne->error;
1430 $this->db->rollback();
1434 $this->error = $facligne->error;
1435 $this->db->rollback();
1439 $this->db->rollback();
1452 public function delete(
User $user, $notrigger = 0)
1458 dol_syslog(
"FactureFournisseur::delete rowid=".$rowid, LOG_DEBUG);
1465 if (!$error && !$notrigger) {
1467 $result = $this->
call_trigger(
'BILL_SUPPLIER_DELETE', $user);
1469 $this->db->rollback();
1477 $sql =
'DELETE FROM '.MAIN_DB_PREFIX.
'societe_remise_except';
1478 $sql .=
' WHERE fk_invoice_supplier_source = '.((int) $rowid);
1479 $sql .=
' AND fk_invoice_supplier_line IS NULL';
1480 $resql = $this->db->query($sql);
1484 $list_rowid_det = array();
1485 foreach ($this->lines as $key => $invoiceline) {
1486 $list_rowid_det[] = $invoiceline->id;
1490 if (count($list_rowid_det)) {
1491 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'societe_remise_except';
1492 $sql .=
' SET fk_invoice_supplier = NULL, fk_invoice_supplier_line = NULL';
1493 $sql .=
' WHERE fk_invoice_supplier_line IN ('.$this->db->sanitize(implode(
',', $list_rowid_det)).
')';
1495 dol_syslog(get_class($this).
"::delete", LOG_DEBUG);
1496 if (!$this->db->query($sql)) {
1503 $main = MAIN_DB_PREFIX.
'facture_fourn_det';
1504 $ef = $main.
"_extrafields";
1505 $sqlef =
"DELETE FROM $ef WHERE fk_object IN (SELECT rowid FROM ".$main.
" WHERE fk_facture_fourn = ".((int) $rowid).
")";
1506 $resqlef = $this->db->query($sqlef);
1507 $sql =
'DELETE FROM '.MAIN_DB_PREFIX.
'facture_fourn_det WHERE fk_facture_fourn = '.((int) $rowid);
1508 dol_syslog(get_class($this).
"::delete", LOG_DEBUG);
1509 $resql = $this->db->query($sql);
1510 if ($resqlef && $resql) {
1511 $sql =
'DELETE FROM '.MAIN_DB_PREFIX.
'facture_fourn WHERE rowid = '.((int) $rowid);
1512 dol_syslog(get_class($this).
"::delete", LOG_DEBUG);
1513 $resql2 = $this->db->query($sql);
1536 if ($conf->fournisseur->facture->dir_output) {
1537 include_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
1540 $dir =
$conf->fournisseur->facture->dir_output.
'/'.
get_exdir($this->
id, 2, 0, 0, $this,
'invoice_supplier').$ref;
1541 $file = $dir.
"/".$ref.
".pdf";
1542 if (file_exists($file)) {
1544 $this->error =
'ErrorFailToDeleteFile';
1548 if (file_exists($dir)) {
1552 $this->error =
'ErrorFailToDeleteDir';
1564 dol_syslog(get_class($this).
"::delete error -4 ".$this->error, LOG_ERR);
1569 dol_syslog(get_class($this).
"::delete $this->id by $user->id", LOG_DEBUG);
1570 $this->db->commit();
1573 $this->error = $this->db->lasterror();
1574 $this->db->rollback();
1591 public function set_paid($user, $close_code =
'', $close_note =
'')
1594 dol_syslog(get_class($this).
"::set_paid is deprecated, use setPaid instead", LOG_NOTICE);
1595 return $this->
setPaid($user, $close_code, $close_note);
1606 public function setPaid($user, $close_code =
'', $close_note =
'')
1610 if ($this->paid != 1) {
1615 dol_syslog(
"FactureFournisseur::setPaid", LOG_DEBUG);
1617 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'facture_fourn SET';
1618 $sql .=
' fk_statut = '.self::STATUS_CLOSED;
1623 $sql .=
", close_code='".$this->db->escape($close_code).
"'";
1626 $sql .=
", close_note='".$this->db->escape($close_note).
"'";
1628 $sql .=
', fk_user_closing = '.((int) $user->id);
1629 $sql .=
", date_closing = '".$this->db->idate($now).
"'";
1630 $sql .=
' WHERE rowid = '.((int) $this->
id);
1632 $resql = $this->db->query($sql);
1635 $result = $this->
call_trigger(
'BILL_SUPPLIER_PAYED', $user);
1642 $this->error = $this->db->error();
1647 $this->db->commit();
1650 $this->db->rollback();
1672 dol_syslog(get_class($this).
"::set_unpaid is deprecated, use setUnpaid instead", LOG_NOTICE);
1690 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'facture_fourn';
1691 $sql .=
' SET paye=0, fk_statut='.self::STATUS_VALIDATED.
', close_code=null, close_note=null,';
1692 $sql .=
' date_closing=null,';
1693 $sql .=
' fk_user_closing=null';
1694 $sql .=
' WHERE rowid = '.((int) $this->
id);
1696 dol_syslog(get_class($this).
"::set_unpaid", LOG_DEBUG);
1697 $resql = $this->db->query($sql);
1700 $result = $this->
call_trigger(
'BILL_SUPPLIER_UNPAYED', $user);
1707 $this->error = $this->db->error();
1712 $this->db->commit();
1715 $this->db->rollback();
1730 public function setCanceled($user, $close_code =
'', $close_note =
'')
1732 dol_syslog(get_class($this).
"::setCanceled rowid=".((
int) $this->
id), LOG_DEBUG);
1736 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'facture_fourn SET';
1737 $sql .=
' fk_statut='.self::STATUS_ABANDONED;
1739 $sql .=
", close_code='".$this->db->escape($close_code).
"'";
1742 $sql .=
", close_note='".$this->db->escape($close_note).
"'";
1744 $sql .=
" WHERE rowid = ".((int) $this->
id);
1746 $resql = $this->db->query($sql);
1750 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'societe_remise_except';
1751 $sql .=
' SET fk_invoice_supplier = NULL';
1752 $sql .=
' WHERE fk_invoice_supplier = '.((int) $this->
id);
1754 $resql = $this->db->query($sql);
1757 $result = $this->
call_trigger(
'BILL_SUPPLIER_CANCEL', $user);
1759 $this->db->rollback();
1764 $this->db->commit();
1767 $this->error = $this->db->error().
" sql=".$sql;
1768 $this->db->rollback();
1772 $this->error = $this->db->error().
" sql=".$sql;
1773 $this->db->rollback();
1787 public function validate($user, $force_number =
'', $idwarehouse = 0, $notrigger = 0)
1789 global $mysoc,
$conf, $langs;
1791 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
1796 dol_syslog(get_class($this).
'::validate user='.$user->id.
', force_number='.$force_number.
', idwarehouse='.$idwarehouse);
1803 if ($this->
status > self::STATUS_DRAFT) {
1804 dol_syslog(get_class($this).
"::validate no draft status", LOG_WARNING);
1807 if (preg_match(
'/^'.preg_quote($langs->trans(
"CopyOf").
' ').
'/', $this->ref_supplier)) {
1808 $langs->load(
"errors");
1809 $this->error = $langs->trans(
"ErrorFieldFormat", $langs->transnoentities(
"RefSupplier")).
'. '.$langs->trans(
'RemoveString', $langs->transnoentitiesnoconv(
"CopyOf"));
1812 if (count($this->lines) <= 0) {
1813 $langs->load(
"errors");
1814 $this->error = $langs->trans(
"ErrorObjectMustHaveLinesToBeValidated", $this->
ref);
1819 if (!empty($this->thirdparty) && is_object($this->thirdparty)) {
1820 $array_to_check = array(
'IDPROF1',
'IDPROF2',
'IDPROF3',
'IDPROF4',
'IDPROF5',
'IDPROF6',
'EMAIL',
'ACCOUNTANCY_CODE_SUPPLIER');
1821 foreach ($array_to_check as $key) {
1822 $keymin = strtolower($key);
1823 if ($keymin ==
'accountancy_code_supplier') {
1824 $keymin =
'code_compta_fournisseur';
1826 if (!property_exists($this->thirdparty, $keymin)) {
1829 $vallabel = $this->thirdparty->$keymin;
1831 $i = (int) preg_replace(
'/[^0-9]/',
'', $key);
1833 if ($this->thirdparty->isACompany()) {
1835 if ($mysoc->country_id > 0 && $this->thirdparty->country_id == $mysoc->country_id) {
1836 $idprof_mandatory =
'SOCIETE_'.$key.
'_INVOICE_MANDATORY';
1838 $langs->load(
"errors");
1839 $this->error = $langs->trans(
'ErrorProdIdIsMandatory', $langs->transcountry(
'ProfId'.$i, $this->thirdparty->country_code)).
' ('.$langs->trans(
"ForbiddenBySetupRules").
') ['.$langs->trans(
'Company').
' : '.$this->thirdparty->name.
']';
1840 dol_syslog(__METHOD__.
' '.$this->error, LOG_ERR);
1846 if ($key ==
'EMAIL') {
1849 $langs->load(
"errors");
1850 $this->error = $langs->trans(
"ErrorBadEMail", $this->thirdparty->email).
' ('.$langs->trans(
"ForbiddenBySetupRules").
') ['.$langs->trans(
'Company').
' : '.$this->thirdparty->name.
']';
1851 dol_syslog(__METHOD__.
' '.$this->error, LOG_ERR);
1854 } elseif ($key ==
'ACCOUNTANCY_CODE_SUPPLIER') {
1856 if (
getDolGlobalString(
'SOCIETE_ACCOUNTANCY_CODE_SUPPLIER_INVOICE_MANDATORY') && empty($this->thirdparty->code_compta_fournisseur)) {
1857 $langs->load(
"errors");
1858 $this->error = $langs->trans(
"ErrorAccountancyCodeSupplierIsMandatory", $this->thirdparty->name).
' ('.$langs->trans(
"ForbiddenBySetupRules").
')';
1859 dol_syslog(__METHOD__.
' '.$this->error, LOG_ERR);
1870 if ($force_number) {
1871 $num = $force_number;
1872 } elseif (preg_match(
'/^[\(]?PROV/i', $this->
ref) || empty($this->
ref)) {
1879 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"facture_fourn";
1880 $sql .=
" SET ref='".$this->db->escape($num).
"', fk_statut = 1, fk_user_valid = ".((int) $user->id).
", date_valid = '".$this->db->idate($now).
"'";
1881 $sql .=
" WHERE rowid = ".((int) $this->
id);
1883 dol_syslog(get_class($this).
"::validate", LOG_DEBUG);
1884 $resql = $this->db->query($sql);
1887 if (!$error && isModEnabled(
'stock') &&
getDolGlobalString(
'STOCK_CALCULATE_ON_SUPPLIER_BILL')) {
1888 require_once DOL_DOCUMENT_ROOT.
'/product/stock/class/mouvementstock.class.php';
1889 $langs->load(
"agenda");
1891 $cpt = count($this->lines);
1892 for ($i = 0; $i < $cpt; $i++) {
1893 if ($this->lines[$i]->fk_product > 0) {
1895 $mouvP->origin = &$this;
1896 $mouvP->setOrigin($this->element, $this->
id);
1898 $up_ht_disc = $this->lines[$i]->subprice;
1899 if (!empty($this->lines[$i]->remise_percent) && !
getDolGlobalString(
'STOCK_EXCLUDE_DISCOUNT_FOR_PMP')) {
1900 $up_ht_disc =
price2num($up_ht_disc * (100 - $this->lines[$i]->remise_percent) / 100,
'MU');
1903 $result = $mouvP->livraison($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $up_ht_disc, $langs->trans(
"InvoiceValidatedInDolibarr", $num));
1905 $result = $mouvP->reception($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $up_ht_disc, $langs->trans(
"InvoiceValidatedInDolibarr", $num));
1908 $this->error = $mouvP->error;
1909 if (count($mouvP->errors)) {
1910 $this->errors = $mouvP->errors;
1919 if (!$error && empty($notrigger)) {
1921 $result = $this->
call_trigger(
'BILL_SUPPLIER_VALIDATE', $user);
1929 $this->oldref = $this->ref;
1932 if (preg_match(
'/^[\(]?PROV/i', $this->
ref)) {
1934 $sql =
'UPDATE '.MAIN_DB_PREFIX.
"ecm_files set filename = CONCAT('".$this->db->escape($this->newref).
"', SUBSTR(filename, ".(strlen($this->
ref) + 1).
")), filepath = 'fournisseur/facture/".
get_exdir($this->
id, 2, 0, 0, $this,
'invoice_supplier').$this->db->escape($this->newref).
"'";
1935 $sql .=
" WHERE filename LIKE '".$this->db->escape($this->
ref).
"%' AND filepath = 'fournisseur/facture/".
get_exdir($this->
id, 2, 0, 0, $this,
'invoice_supplier').$this->db->escape($this->
ref).
"' and entity = ".$conf->entity;
1936 $resql = $this->db->query($sql);
1939 $this->error = $this->db->lasterror();
1941 $sql =
'UPDATE '.MAIN_DB_PREFIX.
"ecm_files set filepath = 'fournisseur/facture/".
get_exdir($this->
id, 2, 0, 0, $this,
'invoice_supplier').$this->db->escape($this->newref).
"'";
1942 $sql .=
" WHERE filepath = 'fournisseur/facture/".get_exdir($this->
id, 2, 0, 0, $this,
'invoice_supplier').$this->db->escape($this->
ref).
"' and entity = ".$conf->entity;
1943 $resql = $this->db->query($sql);
1946 $this->error = $this->db->lasterror();
1951 $dirsource =
$conf->fournisseur->facture->dir_output.
'/'.
get_exdir($this->
id, 2, 0, 0, $this,
'invoice_supplier').$oldref;
1952 $dirdest =
$conf->fournisseur->facture->dir_output.
'/'.
get_exdir($this->
id, 2, 0, 0, $this,
'invoice_supplier').$this->newref;
1953 if (!$error && file_exists($dirsource)) {
1954 dol_syslog(get_class($this).
"::validate rename dir ".$dirsource.
" into ".$dirdest);
1956 if (@rename($dirsource, $dirdest)) {
1959 $listoffiles =
dol_dir_list(
$conf->fournisseur->facture->dir_output.
'/'.
get_exdir($this->
id, 2, 0, 0, $this,
'invoice_supplier').$this->newref,
'files', 1,
'^'.preg_quote($oldref,
'/'));
1960 foreach ($listoffiles as $fileentry) {
1961 $dirsource = $fileentry[
'name'];
1962 $dirdest = preg_replace(
'/^'.preg_quote($oldref,
'/').
'/', $this->newref, $dirsource);
1963 $dirsource = $fileentry[
'path'].
'/'.$dirsource;
1964 $dirdest = $fileentry[
'path'].
'/'.$dirdest;
1965 @rename($dirsource, $dirdest);
1974 $this->
ref = $this->newref;
1981 $this->db->commit();
1984 $this->db->rollback();
1988 $this->error = $this->db->error();
1989 $this->db->rollback();
2002 public function setDraft($user, $idwarehouse = -1, $notrigger = 0)
2005 global
$conf, $langs;
2009 if ($this->
status == self::STATUS_DRAFT) {
2010 dol_syslog(__METHOD__.
" already draft status", LOG_WARNING);
2018 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"facture_fourn";
2019 $sql .=
" SET fk_statut = ".self::STATUS_DRAFT;
2020 $sql .=
" WHERE rowid = ".((int) $this->
id);
2022 $result = $this->db->query($sql);
2025 $this->oldcopy = clone $this;
2029 if ($result >= 0 && isModEnabled(
'stock') &&
getDolGlobalString(
'STOCK_CALCULATE_ON_SUPPLIER_BILL')) {
2030 require_once DOL_DOCUMENT_ROOT.
'/product/stock/class/mouvementstock.class.php';
2031 $langs->load(
"agenda");
2033 $cpt = count($this->lines);
2034 for ($i = 0; $i < $cpt; $i++) {
2035 if ($this->lines[$i]->fk_product > 0) {
2037 $mouvP->origin = &$this;
2038 $mouvP->setOrigin($this->element, $this->
id);
2041 $result = $mouvP->reception($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $this->lines[$i]->subprice, $langs->trans(
"InvoiceBackToDraftInDolibarr", $this->ref));
2043 $result = $mouvP->livraison($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $this->lines[$i]->subprice, $langs->trans(
"InvoiceBackToDraftInDolibarr", $this->ref));
2049 if (!$error && empty($notrigger)) {
2051 $result = $this->
call_trigger(
'BILL_SUPPLIER_UNVALIDATE', $user);
2058 $this->db->commit();
2061 $this->db->rollback();
2065 $this->error = $this->db->error();
2066 $this->db->rollback();
2105 public function addline($desc, $pu, $txtva, $txlocaltax1, $txlocaltax2, $qty, $fk_product = 0, $remise_percent = 0, $date_start = 0, $date_end = 0, $fk_code_ventilation = 0, $info_bits = 0, $price_base_type =
'HT', $type = 0, $rang = -1, $notrigger = 0, $array_options = [], $fk_unit =
null, $origin_id = 0, $pu_devise = 0, $ref_supplier =
'', $special_code = 0, $fk_parent_line = 0, $fk_remise_except = 0)
2107 global $langs, $mysoc;
2109 dol_syslog(get_class($this).
"::addline $desc,$pu,$qty,$txtva,$fk_product,$remise_percent,$date_start,$date_end,$fk_code_ventilation,$info_bits,$price_base_type,$type,$fk_unit,fk_remise_except=$fk_remise_except", LOG_DEBUG);
2110 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
2112 if ($this->
status == self::STATUS_DRAFT) {
2114 if (empty($remise_percent)) {
2115 $remise_percent = 0;
2120 if (empty($info_bits)) {
2126 if (empty($fk_code_ventilation)) {
2127 $fk_code_ventilation = 0;
2129 if (empty($txtva)) {
2132 if (empty($txlocaltax1)) {
2135 if (empty($txlocaltax2)) {
2139 $remise_percent =
price2num($remise_percent);
2142 if (!preg_match(
'/\((.*)\)/', (
string) $txtva)) {
2148 if ($date_start && $date_end && $date_start > $date_end) {
2149 $langs->load(
"errors");
2150 $this->error = $langs->trans(
'ErrorStartDateGreaterEnd');
2156 if ($fk_product > 0) {
2157 if (
getDolGlobalInt(
'SUPPLIER_INVOICE_WITH_PREDEFINED_PRICES_ONLY') == 1) {
2159 dol_syslog(get_class($this).
"::addline we check supplier prices fk_product=".$fk_product.
" qty=".$qty.
" ref_supplier=".$ref_supplier);
2161 if ($prod->fetch($fk_product) > 0) {
2162 $product_type = $prod->type;
2163 $label = $prod->label;
2164 $fk_prod_fourn_price = 0;
2168 $result = $prod->get_buyprice($fk_prod_fourn_price, $qty, $fk_product,
'none', ($this->fk_soc ? $this->fk_soc : $this->socid));
2171 $pu = $prod->fourn_pu;
2173 $ref_supplier = $prod->ref_supplier;
2175 if ($remise_percent == 0 && $prod->remise_percent != 0) {
2176 $remise_percent = $prod->remise_percent;
2180 $langs->load(
"errors");
2181 $this->error =
"Ref ".$prod->ref.
" ".$langs->trans(
"ErrorQtyTooLowForThisSupplier");
2182 $this->db->rollback();
2183 dol_syslog(get_class($this).
"::addline we did not found supplier price, so we can't guess unit price");
2188 if ($result == -1) {
2189 $langs->load(
"errors");
2190 $this->error =
"Ref ".$prod->ref.
" ".$langs->trans(
"ErrorQtyTooLowForThisSupplier");
2191 $this->db->rollback();
2192 dol_syslog(get_class($this).
"::addline result=".$result.
" - ".$this->error, LOG_DEBUG);
2196 $this->error = $prod->error;
2197 $this->db->rollback();
2198 dol_syslog(get_class($this).
"::addline result=".$result.
" - ".$this->error, LOG_ERR);
2202 $this->error = $prod->error;
2203 $this->db->rollback();
2208 $product_type = $type;
2211 if (isModEnabled(
"multicurrency") && $pu_devise > 0) {
2220 if (preg_match(
'/\((.*)\)/', $txtva, $reg)) {
2221 $vat_src_code = $reg[1];
2222 $txtva = preg_replace(
'/\s*\(.*\)/',
'', $txtva);
2230 $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_devise);
2231 $total_ht = $tabprice[0];
2232 $total_tva = $tabprice[1];
2233 $total_ttc = $tabprice[2];
2234 $total_localtax1 = $tabprice[9];
2235 $total_localtax2 = $tabprice[10];
2236 $pu_ht = $tabprice[3];
2239 $multicurrency_total_ht = $tabprice[16];
2240 $multicurrency_total_tva = $tabprice[17];
2241 $multicurrency_total_ttc = $tabprice[18];
2242 $pu_ht_devise = $tabprice[19];
2251 $rang = $rangmax + 1;
2257 $supplierinvoiceline->context = $this->context;
2259 $supplierinvoiceline->fk_facture_fourn = $this->id;
2261 $supplierinvoiceline->desc = $desc;
2262 $supplierinvoiceline->ref_supplier = $ref_supplier;
2264 $supplierinvoiceline->qty = ($this->
type == self::TYPE_CREDIT_NOTE ? abs((
float) $qty) : (float) $qty);
2265 $supplierinvoiceline->subprice = ($this->
type == self::TYPE_CREDIT_NOTE ? -abs((
float) $pu_ht) : (float) $pu_ht);
2267 $supplierinvoiceline->vat_src_code = $vat_src_code;
2268 $supplierinvoiceline->tva_tx = $txtva;
2269 $supplierinvoiceline->localtax1_tx = ($total_localtax1 ? $localtaxes_type[1] : 0);
2270 $supplierinvoiceline->localtax2_tx = ($total_localtax2 ? $localtaxes_type[3] : 0);
2271 $supplierinvoiceline->localtax1_type = empty($localtaxes_type[0]) ? 0 : $localtaxes_type[0];
2272 $supplierinvoiceline->localtax2_type = empty($localtaxes_type[2]) ? 0 : $localtaxes_type[2];
2274 $supplierinvoiceline->total_ht = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $total_ht) : (float) $total_ht);
2275 $supplierinvoiceline->total_tva = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $total_tva) : (float) $total_tva);
2276 $supplierinvoiceline->total_localtax1 = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $total_localtax1) : (float) $total_localtax1);
2277 $supplierinvoiceline->total_localtax2 = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $total_localtax2) : (float) $total_localtax2);
2278 $supplierinvoiceline->total_ttc = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $total_ttc) : (float) $total_ttc);
2280 $supplierinvoiceline->fk_product = $fk_product;
2281 $supplierinvoiceline->product_type = $type;
2282 $supplierinvoiceline->remise_percent = $remise_percent;
2283 $supplierinvoiceline->date_start = $date_start;
2284 $supplierinvoiceline->date_end = $date_end;
2285 $supplierinvoiceline->fk_code_ventilation = $fk_code_ventilation;
2286 $supplierinvoiceline->rang = $rang;
2287 $supplierinvoiceline->info_bits = $info_bits;
2288 $supplierinvoiceline->fk_remise_except = $fk_remise_except;
2291 $supplierinvoiceline->special_code = (int) $special_code;
2292 $supplierinvoiceline->fk_parent_line = $fk_parent_line;
2293 $supplierinvoiceline->origin = $this->origin;
2294 $supplierinvoiceline->origin_id = $origin_id;
2295 $supplierinvoiceline->fk_unit = $fk_unit;
2298 $supplierinvoiceline->fk_multicurrency = $this->fk_multicurrency;
2299 $supplierinvoiceline->multicurrency_code = $this->multicurrency_code;
2300 $supplierinvoiceline->multicurrency_subprice = ($this->
type == self::TYPE_CREDIT_NOTE ? -abs((
float) $pu_ht_devise) : (float) $pu_ht_devise);
2302 $supplierinvoiceline->multicurrency_total_ht = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $multicurrency_total_ht) : (float) $multicurrency_total_ht);
2303 $supplierinvoiceline->multicurrency_total_tva = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $multicurrency_total_tva) : (float) $multicurrency_total_tva);
2304 $supplierinvoiceline->multicurrency_total_ttc = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $multicurrency_total_ttc) : (float) $multicurrency_total_ttc);
2306 if (is_array($array_options) && count($array_options) > 0) {
2307 $supplierinvoiceline->array_options = $array_options;
2310 $result = $supplierinvoiceline->insert($notrigger);
2313 $result = $this->
update_price(1,
'auto', 0, $this->thirdparty);
2316 if (!isset($this->context[
'createfromclone'])) {
2317 if (!empty($fk_parent_line)) {
2320 } elseif ($rang > 0 && $rang <= count($this->lines)) {
2322 $linecount = count($this->lines);
2323 for ($ii = $rang; $ii <= $linecount; $ii++) {
2328 $this->lines[] = $supplierinvoiceline;
2331 $this->db->commit();
2332 return $supplierinvoiceline->id;
2334 $this->error = $this->db->error();
2335 $this->db->rollback();
2339 $this->error = $supplierinvoiceline->error;
2340 $this->errors = $supplierinvoiceline->errors;
2341 $this->db->rollback();
2374 public function updateline($id, $desc, $pu, $vatrate, $txlocaltax1 = 0, $txlocaltax2 = 0, $qty = 1, $idproduct = 0, $price_base_type =
'HT', $info_bits = 0, $type = 0, $remise_percent = 0, $notrigger = 0, $date_start =
'', $date_end =
'', $array_options = [], $fk_unit =
null, $pu_devise = 0, $ref_supplier =
'', $rang = 0)
2376 global $mysoc, $langs;
2378 dol_syslog(get_class($this).
"::updateline $id,$desc,$pu,$vatrate,$qty,$idproduct,$price_base_type,$info_bits,$type,$remise_percent,$notrigger,$date_start,$date_end,$fk_unit,$pu_devise,$ref_supplier", LOG_DEBUG);
2379 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
2383 $remise_percent = (float)
price2num($remise_percent);
2392 if ($date_start && $date_end && $date_start > $date_end) {
2393 $langs->load(
"errors");
2394 $this->error = $langs->trans(
'ErrorStartDateGreaterEnd');
2399 if (empty($vatrate)) {
2402 if (empty($txlocaltax1)) {
2405 if (empty($txlocaltax2)) {
2409 $txlocaltax1 = (float)
price2num($txlocaltax1);
2410 $txlocaltax2 = (float)
price2num($txlocaltax2);
2423 if (preg_match(
'/\((.*)\)/', (
string) $vatrate, $reg)) {
2424 $vat_src_code = $reg[1];
2425 $vatrate = preg_replace(
'/\s*\(.*\)/',
'', (
string) $vatrate);
2428 $tabprice =
calcul_price_total($qty, $pu, $remise_percent, $vatrate, $txlocaltax1, $txlocaltax2, 0, $price_base_type, $info_bits, $type, $this->thirdparty, $localtaxes_type, 100, $this->multicurrency_tx, $pu_devise);
2429 $total_ht = $tabprice[0];
2430 $total_tva = $tabprice[1];
2431 $total_ttc = $tabprice[2];
2432 $pu_ht = $tabprice[3];
2433 $pu_tva = $tabprice[4];
2434 $pu_ttc = $tabprice[5];
2435 $total_localtax1 = $tabprice[9];
2436 $total_localtax2 = $tabprice[10];
2439 $multicurrency_total_ht = $tabprice[16];
2440 $multicurrency_total_tva = $tabprice[17];
2441 $multicurrency_total_ttc = $tabprice[18];
2442 $pu_ht_devise = $tabprice[19];
2444 if (empty($info_bits)) {
2451 $line->fetch_optionals();
2453 $staticline = clone $line;
2456 $product =
new Product($this->db);
2457 $result = $product->fetch($idproduct);
2458 $product_type = $product->type;
2460 $idproduct = $staticline->fk_product;
2461 $product_type = $type;
2464 $line->oldline = $staticline;
2465 $line->context = $this->context;
2467 $line->description = $desc;
2468 $line->desc = $desc;
2470 $line->qty = ($this->
type == self::TYPE_CREDIT_NOTE ? abs((
float) $qty) : (float) $qty);
2471 $line->subprice = ($this->
type == self::TYPE_CREDIT_NOTE ? -abs((
float) $pu_ht) : (float) $pu_ht);
2472 $line->pu_ht = $line->subprice;
2473 $line->pu_ttc = ($this->
type == self::TYPE_CREDIT_NOTE ? -abs((
float) $pu_ttc) : (float) $pu_ttc);
2475 $line->remise_percent = $remise_percent;
2476 $line->ref_supplier = $ref_supplier;
2478 $line->date_start = $date_start;
2479 $line->date_end = $date_end;
2481 $line->vat_src_code = $vat_src_code;
2482 $line->tva_tx = $vatrate;
2483 $line->localtax1_tx = $txlocaltax1;
2484 $line->localtax2_tx = $txlocaltax2;
2485 $line->localtax1_type = empty($localtaxes_type[0]) ? 0 : $localtaxes_type[0];
2486 $line->localtax2_type = empty($localtaxes_type[2]) ? 0 : $localtaxes_type[2];
2488 $line->total_ht = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $total_ht) : (float) $total_ht);
2489 $line->total_tva = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $total_tva) : (float) $total_tva);
2490 $line->total_localtax1 = (float) $total_localtax1;
2491 $line->total_localtax2 = (float) $total_localtax2;
2492 $line->total_ttc = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $total_ttc) : (float) $total_ttc);
2494 $line->fk_product = $idproduct;
2495 $line->product_type = $product_type;
2496 $line->info_bits = $info_bits;
2497 $line->fk_unit = $fk_unit;
2498 $line->rang = $rang;
2500 if (is_array($array_options) && count($array_options) > 0) {
2502 foreach ($array_options as $key => $value) {
2503 $line->array_options[$key] = $array_options[$key];
2508 $line->multicurrency_subprice = (float) $pu_ht_devise;
2509 $line->multicurrency_total_ht = (float) $multicurrency_total_ht;
2510 $line->multicurrency_total_tva = (float) $multicurrency_total_tva;
2511 $line->multicurrency_total_ttc = (float) $multicurrency_total_ttc;
2513 $res = $line->update($notrigger);
2516 $this->errors[] = $line->error;
2517 $this->errors = array_merge($this->errors, $line->errors);
2520 $res = $this->
update_price(
'1',
'auto', 0, $this->thirdparty);
2542 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'societe_remise_except';
2543 $sql .=
' SET fk_invoice_supplier_line = NULL';
2544 $sql .=
' WHERE fk_invoice_supplier_line = '.((int) $rowid);
2546 dol_syslog(get_class($this).
"::deleteline", LOG_DEBUG);
2547 $result = $this->db->query($sql);
2549 $this->error = $this->db->error();
2550 $this->db->rollback();
2556 if ($line->fetch($rowid) < 1) {
2560 $res = $line->delete($notrigger);
2563 $this->errors[] = $line->error;
2564 $this->db->rollback();
2570 $this->db->commit();
2573 $this->db->rollback();
2574 $this->error = $this->db->lasterror();
2589 $sql =
'SELECT c.rowid, datec, tms as datem, ';
2590 $sql .=
' fk_user_author, fk_user_modif, fk_user_valid';
2591 $sql .=
' FROM '.MAIN_DB_PREFIX.
'facture_fourn as c';
2592 $sql .=
' WHERE c.rowid = '.((int) $id);
2594 $result = $this->db->query($sql);
2596 if ($this->db->num_rows($result)) {
2597 $obj = $this->db->fetch_object($result);
2599 $this->
id = $obj->rowid;
2601 $this->user_creation_id = $obj->fk_user_author;
2602 $this->user_validation_id = $obj->fk_user_valid;
2603 $this->user_modification_id = $obj->fk_user_modif;
2604 $this->date_creation = $this->db->jdate($obj->datec);
2605 $this->date_modification = $this->db->jdate($obj->datem);
2608 $this->db->free($result);
2630 $sql =
"SELECT f.rowid as rowid, f.ref, f.fk_statut,";
2631 $sql .=
" ff.rowid as rowidnext";
2632 $sql .=
" FROM ".MAIN_DB_PREFIX.
"facture_fourn as f";
2633 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"paiementfourn_facturefourn as pf ON f.rowid = pf.fk_facturefourn";
2634 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"facture_fourn as ff ON f.rowid = ff.fk_facture_source";
2635 $sql .=
" WHERE (f.fk_statut = ".self::STATUS_VALIDATED.
" OR (f.fk_statut = ".self::STATUS_ABANDONED.
" AND f.close_code = '".self::CLOSECODE_ABANDONED.
"'))";
2636 $sql .=
" AND f.entity = ".$conf->entity;
2637 $sql .=
" AND f.paye = 0";
2638 $sql .=
" AND pf.fk_paiementfourn IS NULL";
2639 $sql .=
" AND ff.fk_statut IS NULL";
2641 $sql .=
" AND f.fk_soc = ".((int) $socid);
2643 $sql .=
" ORDER BY f.ref";
2645 dol_syslog(get_class($this).
"::list_replacable_supplier_invoices", LOG_DEBUG);
2646 $resql = $this->db->query($sql);
2648 while ($obj = $this->db->fetch_object($resql)) {
2649 $return[$obj->rowid] = array(
2650 'id' => $obj->rowid,
2652 'status' => $obj->fk_statut
2658 $this->error = $this->db->error();
2680 $sql =
"SELECT f.rowid as rowid, f.ref, f.fk_statut, f.type, f.subtype, f.paye, pf.fk_paiementfourn";
2681 $sql .=
" FROM ".MAIN_DB_PREFIX.
"facture_fourn as f";
2682 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"paiementfourn_facturefourn as pf ON f.rowid = pf.fk_facturefourn";
2683 $sql .=
" WHERE f.entity = ".$conf->entity;
2684 $sql .=
" AND f.fk_statut in (".self::STATUS_VALIDATED.
",".self::STATUS_CLOSED.
")";
2685 $sql .=
" AND NOT EXISTS (SELECT rowid from ".MAIN_DB_PREFIX.
"facture_fourn as ff WHERE f.rowid = ff.fk_facture_source";
2686 $sql .=
" AND ff.type=".self::TYPE_REPLACEMENT.
")";
2687 $sql .=
" AND f.type != ".self::TYPE_CREDIT_NOTE;
2689 $sql .=
" AND f.fk_soc = ".((int) $socid);
2691 $sql .=
" ORDER BY f.ref";
2693 dol_syslog(get_class($this).
"::list_qualified_avoir_supplier_invoices", LOG_DEBUG);
2694 $resql = $this->db->query($sql);
2696 while ($obj = $this->db->fetch_object($resql)) {
2698 if ($obj->fk_statut == self::STATUS_VALIDATED) {
2701 if ($obj->fk_statut == self::STATUS_CLOSED) {
2705 $paymentornot = ($obj->fk_paiementfourn ? 1 : 0);
2706 $return[$obj->rowid] = array(
'ref' => (
string) $obj->ref,
'status' => (
int) $obj->fk_statut,
'type' => (
int) $obj->type,
'paye' => (
int) $obj->paye,
'paymentornot' => (
int) $paymentornot);
2712 $this->error = $this->db->error();
2727 global
$conf, $langs;
2729 $sql =
'SELECT ff.rowid, ff.date_lim_reglement as datefin, ff.fk_statut as status, ff.total_ht, ff.total_ttc';
2730 $sql .=
' FROM '.MAIN_DB_PREFIX.
'facture_fourn as ff';
2731 if (empty($user->socid) && !$user->hasRight(
"societe",
"client",
"voir")) {
2732 $sql .=
" JOIN ".MAIN_DB_PREFIX.
"societe_commerciaux as sc ON ff.fk_soc = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
2734 $sql .=
' WHERE ff.paye = 0';
2735 $sql .=
" AND ff.fk_statut IN (".self::STATUS_VALIDATED.
")";
2736 $sql .=
" AND ff.entity = ".$conf->entity;
2738 $sql .=
' AND ff.fk_soc = '.((int) $user->socid);
2741 $resql = $this->db->query($sql);
2743 $langs->load(
"bills");
2747 $response->warning_delay =
$conf->facture->fournisseur->warning_delay / 60 / 60 / 24;
2748 $response->label = $langs->trans(
"SupplierBillsToPay");
2749 $response->labelShort = $langs->trans(
"StatusToPay");
2751 $response->url = DOL_URL_ROOT.
'/fourn/facture/list.php?search_status=1&mainmenu=billing&leftmenu=suppliers_bills';
2752 $response->img =
img_object($langs->trans(
"Bills"),
"bill");
2756 while ($obj = $this->db->fetch_object($resql)) {
2757 $facturestatic->date_echeance = $this->db->jdate($obj->datefin);
2758 $facturestatic->statut = $obj->status;
2759 $facturestatic->status = $obj->status;
2761 $response->nbtodo++;
2762 $response->total += $obj->total_ht;
2764 if ($facturestatic->hasDelay()) {
2765 $response->nbtodolate++;
2766 $response->url_late = DOL_URL_ROOT.
'/fourn/facture/list.php?search_option=late&mainmenu=billing&leftmenu=suppliers_bills';
2770 $this->db->free($resql);
2774 $this->error = $this->db->error();
2788 global
$conf, $langs, $mysoc;
2790 $langs->load(
'bills');
2793 $moretitle = $params[
'moretitle'] ??
'';
2795 $picto = $this->picto;
2796 if ($this->
type == self::TYPE_REPLACEMENT) {
2799 if ($this->
type == self::TYPE_CREDIT_NOTE) {
2802 if ($this->
type == self::TYPE_DEPOSIT) {
2806 $datas[
'picto'] =
img_picto(
'', $picto).
' <u class="paddingrightonly">'.$langs->trans(
"SupplierInvoice").
'</u>';
2807 if ($this->
type == self::TYPE_REPLACEMENT) {
2808 $datas[
'picto'] .=
'<u class="paddingrightonly">'.$langs->transnoentitiesnoconv(
"InvoiceReplace").
'</u>';
2809 } elseif ($this->
type == self::TYPE_CREDIT_NOTE) {
2810 $datas[
'picto'] .=
'<u class="paddingrightonly">'.$langs->transnoentitiesnoconv(
"CreditNote").
'</u>';
2811 } elseif ($this->
type == self::TYPE_DEPOSIT) {
2812 $datas[
'picto'] .=
'<u class="paddingrightonly">'.$langs->transnoentitiesnoconv(
"Deposit").
'</u>';
2814 if (isset($this->
status)) {
2816 if (isset($this->totalpaid)) {
2817 $alreadypaid = $this->totalpaid;
2820 $datas[
'picto'] .=
' '.$this->getLibStatut(5, $alreadypaid);
2823 $datas[
'picto'] .=
' - '.$moretitle;
2825 if (!empty($this->
ref)) {
2826 $datas[
'ref'] =
'<br><b>'.$langs->trans(
'Ref').
':</b> '.$this->ref;
2828 if (!empty($this->ref_supplier)) {
2829 $datas[
'refsupplier'] =
'<br><b>'.$langs->trans(
'RefSupplier').
':</b> '.$this->ref_supplier;
2831 if (!empty($this->label)) {
2832 $datas[
'label'] =
'<br><b>'.$langs->trans(
'Label').
':</b> '.$this->label;
2834 if (!empty($this->date)) {
2835 $datas[
'date'] =
'<br><b>'.$langs->trans(
'Date').
':</b> '.
dol_print_date($this->date,
'day');
2837 if (!empty($this->date_echeance)) {
2838 $datas[
'date_echeance'] =
'<br><b>'.$langs->trans(
'DateDue').
':</b> '.
dol_print_date($this->date_echeance,
'day');
2840 if (!empty($this->total_ht)) {
2841 $datas[
'amountht'] =
'<br><b>'.$langs->trans(
'AmountHT').
':</b> '.
price($this->total_ht, 0, $langs, 0, -1, -1,
$conf->currency);
2843 if (!empty($this->total_tva)) {
2844 $datas[
'totaltva'] =
'<br><b>'.$langs->trans(
'AmountVAT').
':</b> '.
price($this->total_tva, 0, $langs, 0, -1, -1,
$conf->currency);
2846 if (!empty($this->total_localtax1) && $this->total_localtax1 != 0) {
2848 $datas[
'amountlt1'] =
'<br><b>'.$langs->transcountry(
'AmountLT1', $mysoc->country_code).
':</b> '.
price($this->total_localtax1, 0, $langs, 0, -1, -1,
$conf->currency);
2850 if (!empty($this->total_localtax2) && $this->total_localtax2 != 0) {
2851 $datas[
'amountlt2'] =
'<br><b>'.$langs->transcountry(
'AmountLT2', $mysoc->country_code).
':</b> '.
price($this->total_localtax2, 0, $langs, 0, -1, -1,
$conf->currency);
2853 if (!empty($this->revenuestamp)) {
2854 $datas[
'amountrevenustamp'] =
'<br><b>'.$langs->trans(
'RevenueStamp').
':</b> '.
price($this->revenuestamp, 0, $langs, 0, -1, -1,
$conf->currency);
2856 if (!empty($this->total_ttc)) {
2857 $datas[
'totalttc'] =
'<br><b>'.$langs->trans(
'AmountTTC').
':</b> '.
price($this->total_ttc, 0, $langs, 0, -1, -1,
$conf->currency);
2875 public function getNomUrl($withpicto = 0, $option =
'', $max = 0, $short = 0, $moretitle =
'', $notooltip = 0, $save_lastsearch_value = -1, $addlinktonotes = 0)
2877 global $langs,
$conf, $user, $hookmanager;
2881 if ($option ==
'withdraw') {
2882 $url = DOL_URL_ROOT.
'/compta/facture/prelevement.php?facid='.$this->
id.
'&type=bank-transfer';
2883 } elseif ($option ==
'document') {
2884 $url = DOL_URL_ROOT.
'/fourn/facture/document.php?facid='.$this->id;
2886 $url = DOL_URL_ROOT.
'/fourn/facture/card.php?facid='.$this->id;
2893 if ($option !==
'nolink') {
2895 $add_save_lastsearch_values = ($save_lastsearch_value == 1 ? 1 : 0);
2896 if ($save_lastsearch_value == -1 && isset($_SERVER[
"PHP_SELF"]) && preg_match(
'/list\.php/', $_SERVER[
"PHP_SELF"])) {
2897 $add_save_lastsearch_values = 1;
2899 if ($add_save_lastsearch_values) {
2900 $url .=
'&save_lastsearch_values=1';
2904 $picto = $this->picto;
2905 if ($this->
type == self::TYPE_REPLACEMENT) {
2908 if ($this->
type == self::TYPE_CREDIT_NOTE) {
2911 if ($this->
type == self::TYPE_DEPOSIT) {
2917 'objecttype' => $this->element,
2918 'option' => $option,
2919 'moretitle' => $moretitle,
2921 $classfortooltip =
'classfortooltip';
2924 $classfortooltip =
'classforajaxtooltip';
2925 $dataparams =
' data-params="'.dol_escape_htmltag(json_encode($params)).
'"';
2937 if (empty($notooltip)) {
2939 $label = $langs->trans(
"ShowSupplierInvoice");
2940 $linkclose .=
' alt="'.dolPrintHTMLForAttribute($label).
'"';
2942 $linkclose .= ($label ?
' title="'.dolPrintHTMLForAttribute($label).
'"' :
' title="tocomplete"');
2943 $linkclose .= $dataparams.
' class="'.$classfortooltip.
'"';
2946 $linkstart =
'<a href="'.$url.
'"';
2947 $linkstart .= $linkclose.
'>';
2950 $result .= $linkstart;
2952 $result .=
img_object(($notooltip ?
'' : $label), ($picto ? $picto :
'generic'), ($notooltip ? (($withpicto != 2) ?
'class="paddingright"' :
'') :
'class="'.(($withpicto != 2) ?
'paddingright ' :
'').
'"'), 0, 0, $notooltip ? 0 : 1);
2954 if ($withpicto != 2) {
2955 $result .= ($max ?
dol_trunc($ref, $max) : $ref);
2957 $result .= $linkend;
2959 if ($addlinktonotes) {
2960 $txttoshow = ($user->socid > 0 ? $this->note_public : $this->note_private);
2963 $result .=
' <span class="note inline-block">';
2964 $result .=
'<a href="'.DOL_URL_ROOT.
'/fourn/facture/note.php?id='.$this->
id.
'" class="classfortooltip" title="'.
dol_escape_htmltag($notetoshow).
'">';
2967 $result .=
'</span>';
2971 $hookmanager->initHooks(array($this->element .
'dao'));
2972 $parameters = array(
'id' => $this->
id,
'getnomurl' => &$result);
2973 $reshook = $hookmanager->executeHooks(
'getNomUrl', $parameters, $this, $action);
2975 $result = $hookmanager->resPrint;
2977 $result .= $hookmanager->resPrint;
2992 global $db, $langs,
$conf;
2993 $langs->load(
"orders");
2997 $conf->global->INVOICE_SUPPLIER_ADDON_NUMBER =
'mod_facture_fournisseur_cactus';
3006 $dirmodels = array_merge(array(
'/'), (array)
$conf->modules_parts[
'models']);
3008 foreach ($dirmodels as $reldir) {
3009 $dir =
dol_buildpath($reldir.
"core/modules/supplier_invoice/");
3012 $mybool = ((bool) @include_once $dir.$file) || $mybool;
3020 $obj =
new $classname();
3021 '@phan-var-force ModeleNumRefSuppliersInvoices $obj';
3023 $numref = $obj->getNextValue($soc, $this, $mode);
3025 if ($numref !=
"") {
3028 $this->error = $obj->error;
3044 global $langs,
$conf;
3045 include_once DOL_DOCUMENT_ROOT.
'/compta/facture/class/facture.class.php';
3053 $sql =
"SELECT rowid";
3054 $sql .=
" FROM ".MAIN_DB_PREFIX.
"product";
3055 $sql .=
" WHERE entity IN (".getEntity(
'product').
")";
3056 $sql .= $this->db->plimit(100);
3058 $resql = $this->db->query($sql);
3060 $num_prods = $this->db->num_rows($resql);
3062 while ($i < $num_prods) {
3064 $row = $this->db->fetch_row($resql);
3065 $prodids[$i] = $row[0];
3071 $this->
ref =
'SPECIMEN';
3072 $this->ref_supplier =
'SUPPLIER_REF_SPECIMEN';
3073 $this->specimen = 1;
3076 $this->date_lim_reglement = $this->date + 3600 * 24 * 30;
3077 $this->cond_reglement_code =
'RECEP';
3078 $this->mode_reglement_code =
'CHQ';
3080 $this->note_public =
'This is a comment (public)';
3081 $this->note_private =
'This is a comment (private)';
3083 $this->multicurrency_tx = 1;
3084 $this->multicurrency_code =
$conf->currency;
3087 if (empty($option) || $option !=
'nolines') {
3090 while ($xnbp < $nbp) {
3092 $line->desc = $langs->trans(
"Description").
" ".$xnbp;
3094 $line->subprice = 100;
3095 $line->pu_ht = $line->subprice;
3097 $line->tva_tx = 19.6;
3098 $line->localtax1_tx = 0;
3099 $line->localtax2_tx = 0;
3101 $line->total_ht = 50;
3102 $line->total_ttc = 59.8;
3103 $line->total_tva = 9.8;
3104 $line->remise_percent = 50;
3106 $line->total_ht = 100;
3107 $line->total_ttc = 119.6;
3108 $line->total_tva = 19.6;
3109 $line->remise_percent = 0;
3112 if ($num_prods > 0) {
3113 $prodid = mt_rand(1, $num_prods);
3114 $line->fk_product = $prodids[$prodid];
3116 $line->product_type = 0;
3118 $this->lines[$xnbp] = $line;
3120 $this->total_ht += $line->total_ht;
3121 $this->total_tva += $line->total_tva;
3122 $this->total_ttc += $line->total_ttc;
3128 $this->total_ht = $xnbp * 100;
3129 $this->total_tva = $xnbp * 19.6;
3130 $this->total_ttc = $xnbp * 119.6;
3142 global
$conf, $user;
3144 $this->nb = array();
3148 $sql =
"SELECT count(f.rowid) as nb";
3149 $sql .=
" FROM ".MAIN_DB_PREFIX.
"facture_fourn as f";
3150 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"societe as s ON f.fk_soc = s.rowid";
3151 if (empty($user->socid) && !$user->hasRight(
"societe",
"client",
"voir")) {
3152 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"societe_commerciaux as sc ON s.rowid = sc.fk_soc";
3153 $sql .=
" WHERE sc.fk_user = ".((int) $user->id);
3156 $sql .=
" ".$clause.
" f.entity = ".((int)
$conf->entity);
3158 $resql = $this->db->query($sql);
3160 while ($obj = $this->db->fetch_object($resql)) {
3161 $this->nb[
"supplier_invoices"] = $obj->nb;
3163 $this->db->free($resql);
3167 $this->error = $this->db->error();
3182 global
$conf, $langs;
3199 $object->ref_supplier = (empty($this->ref_supplier) ? $langs->trans(
"CopyOf").
' '.
$object->ref_supplier : $this->ref_supplier);
3201 $object->user_validation_id = 0;
3202 $object->fk_facture_source = 0;
3204 $object->date_validation =
'';
3214 $object->date_echeance =
$object->calculate_date_lim_reglement();
3217 foreach (
$object->lines as $i => $line) {
3218 if (isset(
$object->lines[$i]->info_bits) && (
$object->lines[$i]->info_bits & 0x02) == 0x02) {
3224 $object->context[
'createfromclone'] =
'createfromclone';
3225 $result =
$object->create($user);
3229 $this->error =
$object->error;
3230 $this->errors =
$object->errors;
3237 unset(
$object->context[
'createfromclone']);
3241 $this->db->commit();
3244 $this->db->rollback();
3260 public function generateDocument($modele, $outputlangs, $hidedetails = 0, $hidedesc = 0, $hideref = 0, $moreparams =
null)
3264 $langs->load(
"suppliers");
3265 $outputlangs->load(
"products");
3268 if (empty($modele)) {
3274 } elseif ($modele ==
'auto') {
3275 $modele =
'canelle';
3278 if (empty($modele)) {
3281 $modelpath =
"core/modules/supplier_invoice/doc/";
3283 return $this->
commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams);
3295 return $user->hasRight(
"fournisseur",
"facture");
3343 if (!$this->date_echeance) {
3347 $status = isset($this->
status) ? $this->
status : $this->statut;
3349 return ($status == self::STATUS_VALIDATED) && ($this->date_echeance < ($now -
$conf->facture->fournisseur->warning_delay));
3361 $sql =
"SELECT fk_invoice_supplier FROM ".MAIN_DB_PREFIX.
"societe_remise_except WHERE fk_invoice_supplier_source = ".((int) $this->
id);
3362 $resql = $this->db->query($sql);
3363 if (!empty($resql)) {
3364 $obj = $this->db->fetch_object($resql);
3365 if (!empty($obj->fk_invoice_supplier)) {
3383 $selected = (empty($arraydata[
'selected']) ? 0 : $arraydata[
'selected']);
3385 $picto = $this->picto;
3386 if ($this->
type == self::TYPE_REPLACEMENT) {
3389 if ($this->
type == self::TYPE_CREDIT_NOTE) {
3392 if ($this->
type == self::TYPE_DEPOSIT) {
3396 $return =
'<div class="box-flex-item box-flex-grow-zero">';
3397 $return .=
'<div class="info-box info-box-sm">';
3398 $return .=
'<span class="info-box-icon bg-infobox-action">';
3400 $return .=
'</span>';
3401 $return .=
'<div class="info-box-content">';
3402 $return .=
'<span class="info-box-ref inline-block tdoverflowmax150 valignmiddle">'.(method_exists($this,
'getNomUrl') ? $this->
getNomUrl(1) : $this->ref).
'</span>';
3403 if ($selected >= 0) {
3404 $return .=
'<input id="cb'.$this->id.
'" class="flat checkforselect fright" type="checkbox" name="toselect[]" value="'.$this->
id.
'"'.($selected ?
' checked="checked"' :
'').
'>';
3406 if (!empty($arraydata[
'thirdparty'])) {
3407 $return .=
'<br><span class="info-box-label">'.$arraydata[
'thirdparty'].
'</span>';
3409 if (property_exists($this,
'date')) {
3410 $return .=
'<br><span class="info-box-label">'.dol_print_date($this->date,
'day').
'</span>';
3412 if (property_exists($this,
'total_ht')) {
3413 $return .=
' <span class="info-box-label amount" title="'.dol_escape_htmltag($langs->trans(
"AmountHT")).
'">'.
price($this->total_ht);
3414 $return .=
' '.$langs->trans(
"HT");
3415 $return .=
'</span>';
3417 if (method_exists($this,
'getLibStatut')) {
3418 $alreadypaid = (empty($arraydata[
'alreadypaid']) ? 0 : $arraydata[
'alreadypaid']);
3419 $return .=
'<br><div class="info-box-status">'.$this->getLibStatut(3, $alreadypaid).
'</div>';
3421 $return .=
'</div>';
3422 $return .=
'</div>';
3423 $return .=
'</div>';
3435 if (!$this->table_element) {
3436 dol_syslog(get_class($this).
"::setVATReverseCharge was called on object with property table_element not defined", LOG_ERR);
3440 dol_syslog(get_class($this).
'::setVATReverseCharge('.$vatreversecharge.
')');
3442 $sql =
"UPDATE ".MAIN_DB_PREFIX.$this->table_element;
3443 $sql .=
" SET vat_reverse_charge = ".((int) $vatreversecharge);
3444 $sql .=
" WHERE rowid=".((int) $this->
id);
3446 if ($this->db->query($sql)) {
3447 $this->vat_reverse_charge = ($vatreversecharge == 0) ? 0 : 1;
3450 dol_syslog(get_class($this).
'::setVATReverseCharge Error ', LOG_DEBUG);
3451 $this->error = $this->db->error();
3469 global
$conf, $langs, $user;
3476 $errorsMsg = array();
3478 $langs->load(
'bills');
3480 if (!isModEnabled(empty(
$conf->global->MAIN_USE_NEW_SUPPLIERMOD) ?
'fournisseur' :
'supplier_invoice')) {
3481 $this->output .= $langs->trans(
'ModuleNotEnabled', $langs->transnoentitiesnoconv(
'Suppliers'));
3484 if (!in_array($datetouse, array(
'duedate',
'invoicedate'))) {
3485 $this->output .=
'Bad value for parameter datetouse. Must be "duedate" or "invoicedate"';
3489 require_once DOL_DOCUMENT_ROOT.
'/core/lib/date.lib.php';
3490 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formmail.class.php';
3491 require_once DOL_DOCUMENT_ROOT.
'/core/class/CMailFile.class.php';
3492 $formmail =
new FormMail($this->db);
3502 $sql =
"SELECT rowid as id FROM ".MAIN_DB_PREFIX.
"facture_fourn as f";
3503 if (!empty($paymentmode) && $paymentmode !=
'all') {
3504 $sql .=
", ".MAIN_DB_PREFIX.
"c_paiement as cp";
3506 $sql .=
" WHERE f.paye = 0";
3507 $sql .=
" AND f.fk_statut = ".self::STATUS_VALIDATED;
3508 if ($datetouse ==
'invoicedate') {
3509 $sql .=
" AND f.datef = '".$this->db->idate($tmpidate,
'gmt').
"'";
3511 $sql .=
" AND f.date_lim_reglement = '".$this->db->idate($tmpidate,
'gmt').
"'";
3513 $sql .=
" AND f.entity IN (".getEntity(
'supplier_invoice', 0).
")";
3514 if (!empty($paymentmode) && $paymentmode !=
'all') {
3515 $sql .=
" AND f.fk_mode_reglement = cp.id AND cp.code = '".$this->db->escape($paymentmode).
"'";
3518 if ($datetouse ==
'invoicedate') {
3519 $sql .= $this->db->order(
"datef",
"ASC");
3521 $sql .= $this->db->order(
"date_lim_reglement",
"ASC");
3524 $resql = $this->db->query($sql);
3527 if ($datetouse ==
'invoicedate') {
3528 $this->output .= $langs->transnoentitiesnoconv(
"SearchValidatedSupplierInvoicesWithDate", $stmpidate);
3530 $this->output .= $langs->transnoentitiesnoconv(
"SearchUnpaidSupplierInvoicesWithDueDate", $stmpidate);
3532 if (!empty($paymentmode) && $paymentmode !=
'all') {
3533 $this->output .=
' ('.$langs->transnoentitiesnoconv(
"PaymentMode").
' '.$paymentmode.
')';
3535 $this->output .=
'<br>';
3538 while ($obj = $this->db->fetch_object($resql)) {
3541 $res = $tmpinvoice->fetch($obj->id);
3543 $tmpinvoice->fetch_thirdparty();
3546 if ($tmpinvoice->thirdparty->default_lang) {
3547 $outputlangs->setDefaultLang($tmpinvoice->thirdparty->default_lang);
3548 $outputlangs->loadLangs(array(
"main",
"suppliers"));
3550 $outputlangs = $langs;
3555 $templateLabel =
'';
3556 if (empty($template) || $template ==
'EmailTemplateCode') {
3557 $templateLabel =
'(SendingReminderEmailOnUnpaidSupplierInvoice)';
3559 if (is_numeric($template)) {
3560 $templateId = $template;
3562 $templateLabel = $template;
3566 $arraymessage = $formmail->getEMailTemplate($this->db,
'invoice_supplier_send', $user, $outputlangs, $templateId, 1, $templateLabel);
3567 if (is_numeric($arraymessage) && $arraymessage <= 0) {
3568 $langs->load(
"errors");
3569 $this->output .= $langs->trans(
'ErrorFailedToFindEmailTemplate', $template);
3582 $sendTopic =
make_substitutions(empty($arraymessage->topic) ? $outputlangs->transnoentitiesnoconv(
'InformationMessage') : $arraymessage->topic, $substitutionarray, $outputlangs, 1);
3585 $content = $outputlangs->transnoentitiesnoconv($arraymessage->content);
3591 if ($forcerecipient) {
3592 $to = array($forcerecipient);
3594 $res = $tmpinvoice->fetch_thirdparty();
3595 $recipient = $tmpinvoice->thirdparty;
3597 $tmparraycontact = $tmpinvoice->liste_contact(-1,
'internal', 0,
'SALESREPFOLL');
3598 if (is_array($tmparraycontact) && count($tmparraycontact) > 0) {
3599 foreach ($tmparraycontact as $data_email) {
3600 if (!empty($data_email[
'email'])) {
3601 $to[] = $data_email[
'email'];
3605 if (empty($to) && !empty($recipient->email)) {
3606 $to[] = $recipient->email;
3609 $errormesg =
"Failed to send remind to thirdparty id=".$tmpinvoice->socid.
". No email defined for supplier invoice or customer.";
3613 $errormesg =
"Failed to load recipient with thirdparty id=".$tmpinvoice->socid;
3620 if (!empty($arraymessage->email_from)) {
3621 $from = $arraymessage->email_from;
3624 $errormesg =
"Failed to get sender into global setup MAIN_MAIL_EMAIL_FROM";
3628 if (!$error && !empty($to)) {
3631 $to = implode(
',', $to);
3632 if (!empty($arraymessage->email_to)) {
3633 $to = $to.
','.$arraymessage->email_to;
3637 $errors_to =
$conf->global->MAIN_MAIL_ERRORS_TO;
3639 $trackid =
'inv'.$tmpinvoice->id;
3640 $sendcontext =
'standard';
3643 if (!empty($arraymessage->email_tocc)) {
3644 $email_tocc = $arraymessage->email_tocc;
3648 if (!empty($arraymessage->email_tobcc)) {
3649 $email_tobcc = $arraymessage->email_tobcc;
3653 $cMailFile =
new CMailFile($sendTopic, $to, $from, $sendContent, array(), array(), array(), $email_tocc, $email_tobcc, 0, 1, $errors_to,
'', $trackid,
'', $sendcontext,
'');
3656 if ($cMailFile->sendfile()) {
3660 require_once DOL_DOCUMENT_ROOT.
'/comm/action/class/actioncomm.class.php';
3665 $actioncomm->type_code =
'AC_OTH_AUTO';
3666 $actioncomm->socid = $tmpinvoice->thirdparty->id;
3667 $actioncomm->contact_id = 0;
3669 $actioncomm->code =
'AC_EMAIL';
3670 $actioncomm->label =
'sendEmailsRemindersOnInvoiceDueDateOK (nbdays='.$nbdays.
' paymentmode='.$paymentmode.
' template='.$template.
' datetouse='.$datetouse.
' forcerecipient='.$forcerecipient.
')';
3671 $actioncomm->note_private = $sendContent;
3672 $actioncomm->fk_project = $tmpinvoice->fk_project;
3673 $actioncomm->datep =
dol_now();
3674 $actioncomm->datef = $actioncomm->datep;
3675 $actioncomm->percentage = -1;
3676 $actioncomm->authorid = $user->id;
3677 $actioncomm->userownerid = $user->id;
3679 $actioncomm->email_msgid = $cMailFile->msgid;
3680 $actioncomm->email_subject = $sendTopic;
3681 $actioncomm->email_from = $from;
3682 $actioncomm->email_sender =
'';
3683 $actioncomm->email_to = $to;
3687 $actioncomm->errors_to = $errors_to;
3689 $actioncomm->elementtype =
'invoice_supplier';
3690 $actioncomm->fk_element = $tmpinvoice->id;
3694 $actioncomm->create($user);
3696 $errormesg = $cMailFile->error.
' : '.$to;
3700 require_once DOL_DOCUMENT_ROOT.
'/comm/action/class/actioncomm.class.php';
3705 $actioncomm->type_code =
'AC_OTH_AUTO';
3706 $actioncomm->socid = $tmpinvoice->thirdparty->id;
3707 $actioncomm->contact_id = 0;
3709 $actioncomm->code =
'AC_EMAIL';
3710 $actioncomm->label =
'sendEmailsRemindersOnInvoiceDueDateKO';
3711 $actioncomm->note_private = $errormesg;
3712 $actioncomm->fk_project = $tmpinvoice->fk_project;
3713 $actioncomm->datep =
dol_now();
3714 $actioncomm->datef = $actioncomm->datep;
3715 $actioncomm->percentage = -1;
3716 $actioncomm->authorid = $user->id;
3717 $actioncomm->userownerid = $user->id;
3719 $actioncomm->email_msgid = $cMailFile->msgid;
3720 $actioncomm->email_from = $from;
3721 $actioncomm->email_sender =
'';
3722 $actioncomm->email_to = $to;
3726 $actioncomm->errors_to = $errors_to;
3730 $actioncomm->create($user);
3733 $this->db->commit();
3737 $errorsMsg[] = $errormesg;
3740 $errorsMsg[] =
'Failed to fetch record invoice with ID = '.$obj->id;
3750 $this->output .=
'Nb of emails sent : '.$nbMailSend;
3752 dol_syslog(__METHOD__.
" end - ".$this->output, LOG_INFO);
3756 $this->error =
'Nb of emails sent : '.$nbMailSend.
', '.(empty($errorsMsg) ? $error : implode(
', ', $errorsMsg));
3758 dol_syslog(__METHOD__.
" end - ".$this->error, LOG_INFO);
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
Class to manage agenda events (actions)
Class to send emails (with attachments or not) Usage: $mailfile = new CMailFile($subject,...
Superclass for invoice classes.
calculate_date_lim_reglement($cond_reglement=0)
Returns an invoice payment deadline based on the invoice settlement conditions and billing date.
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.
updateRangOfLine($rowid, $rang)
Update position of line (rang)
deleteExtraFields()
Delete all extra fields values for the current object.
static commonReplaceThirdparty(DoliDB $dbs, $origin_id, $dest_id, array $tables, $ignoreerrors=0)
Function used to replace a thirdparty id with another one.
static commonReplaceProduct(DoliDB $dbs, $origin_id, $dest_id, array $tables, $ignoreerrors=0)
Function used to replace a product id with another one.
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.
Class to manage absolute discounts.
Class to manage Dolibarr database access.
Class to manage suppliers invoices.
const TYPE_DEPOSIT
Deposit invoice.
create($user)
Create supplier invoice into database.
list_qualified_avoir_supplier_invoices($socid=0)
Return list of qualifying invoices for correction by credit note Invoices that respect the following ...
list_replacable_supplier_invoices($socid=0)
Return list of replaceable invoices Status valid or abandoned for other reason + not paid + no paymen...
deleteLine($rowid, $notrigger=0)
Delete a detail line from database.
set_unpaid($user)
Tag the invoice as not fully paid + trigger call BILL_UNPAYED Function used when a direct debit payme...
setCanceled($user, $close_code='', $close_note='')
Tag invoice as canceled, with no payment on it (example for replacement invoice or payment never rece...
fetch($id=0, $ref='', $ref_ext='')
Load object in memory from database.
addline($desc, $pu, $txtva, $txlocaltax1, $txlocaltax2, $qty, $fk_product=0, $remise_percent=0, $date_start=0, $date_end=0, $fk_code_ventilation=0, $info_bits=0, $price_base_type='HT', $type=0, $rang=-1, $notrigger=0, $array_options=[], $fk_unit=null, $origin_id=0, $pu_devise=0, $ref_supplier='', $special_code=0, $fk_parent_line=0, $fk_remise_except=0)
Adds an invoice line (associated with no predefined product/service) The parameters are already suppo...
info($id)
Loads the info order information into the invoice object.
const TYPE_CREDIT_NOTE
Credit note invoice.
isCreditNoteUsed()
Is credit note used.
getKanbanView($option='', $arraydata=null)
Return clickable link of object (with eventually picto)
load_board($user)
Load indicators for dashboard (this->nbtodo and this->nbtodolate)
getNomUrl($withpicto=0, $option='', $max=0, $short=0, $moretitle='', $notooltip=0, $save_lastsearch_value=-1, $addlinktonotes=0)
Return clickable name (with picto eventually)
getTooltipContentArray($params)
getTooltipContentArray
setPaid($user, $close_code='', $close_note='')
Tag invoice as a paid invoice.
update($user=null, $notrigger=0)
Update database.
__construct($db)
Constructor.
static replaceThirdparty(DoliDB $dbs, $origin_id, $dest_id)
Function used to replace a thirdparty id with another one.
const TYPE_REPLACEMENT
Replacement invoice.
setUnpaid($user)
Tag the invoice as not fully paid + trigger call BILL_UNPAYED Function used when a direct debit payme...
const STATUS_VALIDATED
Validated (need to be paid)
setDraft($user, $idwarehouse=-1, $notrigger=0)
Set draft status.
getNextNumRef($soc, $mode='next')
Return next reference of supplier invoice not already used (or last reference) according to numbering...
updateline($id, $desc, $pu, $vatrate, $txlocaltax1=0, $txlocaltax2=0, $qty=1, $idproduct=0, $price_base_type='HT', $info_bits=0, $type=0, $remise_percent=0, $notrigger=0, $date_start='', $date_end='', $array_options=[], $fk_unit=null, $pu_devise=0, $ref_supplier='', $rang=0)
Update a line detail in the database.
sendEmailsRemindersOnSupplierInvoiceDueDate($nbdays=0, $paymentmode='all', $template='', $datetouse='duedate', $forcerecipient='')
Send reminders by emails for supplier invoices validated that are due.
insert_discount($idremise)
Add a discount line into an invoice (as an invoice line) using an existing absolute discount (Consume...
initAsSpecimen($option='')
Initialise an instance with random values.
const TYPE_STANDARD
Standard invoice.
validate($user, $force_number='', $idwarehouse=0, $notrigger=0)
Tag invoice as validated + call trigger BILL_VALIDATE.
set_paid($user, $close_code='', $close_note='')
Tag invoice as a paid invoice.
createFromClone(User $user, $fromid, $invertdetail=0)
Load an object from its id and create a new one in database.
generateDocument($modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0, $moreparams=null)
Create a document onto disk according to template model.
getRights()
Returns the rights used for this class.
const STATUS_ABANDONED
Classified abandoned and no payment done.
hasDelay()
Is the payment of the supplier invoice having a delay?
static replaceProduct(DoliDB $db, $origin_id, $dest_id)
Function used to replace a product id with another one.
loadStateBoard()
Load indicators for dashboard (this->nbtodo and this->nbtodolate)
fetch_lines()
Load this->lines.
const STATUS_CLOSED
Classified paid.
setVATReverseCharge($vatreversecharge)
Change the option VAT reverse charge.
Class to manage invoice templates.
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 line invoices.
Class to manage translations.
Class to manage Dolibarr users.
print $langs trans("Ref").' m titre as m m statut as status
Or an array listing all the potential status of the object: array: int of the status => translated la...
dol_get_first_hour($date, $gm='tzserver')
Return GMT time for first hour of a given GMT date (it removes hours, min and second part)
dol_time_plus_duree($time, $duration_value, $duration_unit, $ruleforendofmonth=0)
Add a delay to a date.
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_delete_dir_recursive($dir, $count=0, $nophperrors=0, $onlysub=0, &$countdeleted=0, $indexdatabase=1, $nolog=0, $level=0)
Remove a directory $dir and its subdirectories (or only files and subdirectories)
dol_dir_list($utf8_path, $types="all", $recursive=0, $filter="", $excludefilter=null, $sortcriteria="name", $sortorder=SORT_ASC, $mode=0, $nohook=0, $relativename="", $donotfollowsymlinks=0, $nbsecondsold=0)
Scan a directory and return a list of files/directories.
setEntity($currentobject)
Set entity id to use when to create an object.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2, $allowothertags=array())
Show picto whatever it's its name (generic function)
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
dol_string_nohtmltag($stringtoclean, $removelinefeed=1, $pagecodeto='UTF-8', $strip_tags=0, $removedoublespaces=1)
Clean a string from all HTML tags and entities.
price2num($amount, $rounding='', $option=0)
Function that return a number with universal decimal format (decimal separator is '.
img_object($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $allowothertags=array())
Show a picto called object_picto (generic function)
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...
complete_substitutions_array(&$substitutionarray, $outputlangs, $object=null, $parameters=null, $callfunc="completesubstitutionarray")
Complete the $substitutionarray with more entries coming from external module that had set the "subst...
make_substitutions($text, $substitutionarray, $outputlangs=null, $converttextinhtmlifnecessary=0)
Make substitution into a text string, replacing keys with vals from $substitutionarray (oldval=>newva...
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
dol_trunc($string, $size=40, $trunc='right', $stringencoding='UTF-8', $nodot=0, $display=0)
Truncate a string to a particular length adding '…' if string larger than length.
getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $object=null, $include=null)
Return array of possible common substitutions.
isValidEmail($address, $acceptsupervisorkey=0, $acceptuserkey=0)
Return true if email syntax is ok.
dol_sanitizeFileName($str, $newstr='_', $unaccent=1, $includequotes=0)
Clean a string to use it as a file name.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
get_exdir($num, $level, $alpha, $withoutslash, $object, $modulepart='')
Return a path to have a the directory according to object where files are stored.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0, $cleanalsojavascript=0)
Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input f...
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
calcul_price_total($qty, $pu, $remise_percent_ligne, $txtva, $uselocaltax1_rate, $uselocaltax2_rate, $remise_percent_global, $price_base_type, $info_bits, $type, $seller='', $localtaxes_array=[], $progress=100, $multicurrency_tx=1, $pu_devise=0, $multicurrency_code='')
Calculate totals (net, vat, ...) of a line.
if(preg_match('/crypted:/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type