47require_once DOL_DOCUMENT_ROOT.
'/core/class/commoninvoice.class.php';
48require_once DOL_DOCUMENT_ROOT.
'/compta/facture/class/factureligne.class.php';
49require_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
50require_once DOL_DOCUMENT_ROOT.
'/societe/class/client.class.php';
51require_once DOL_DOCUMENT_ROOT.
'/margin/lib/margins.lib.php';
52require_once DOL_DOCUMENT_ROOT.
'/multicurrency/class/multicurrency.class.php';
53require_once DOL_DOCUMENT_ROOT.
'/subtotals/class/commonsubtotal.class.php';
55if (isModEnabled(
'accounting')) {
56 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formaccounting.class.php';
58if (isModEnabled(
'accounting')) {
59 require_once DOL_DOCUMENT_ROOT.
'/accountancy/class/accountingaccount.class.php';
72 public $element =
'facture';
77 public $table_element =
'facture';
82 public $table_element_line =
'facturedet';
87 public $class_element_line =
'FactureLigne';
92 public $fk_element =
'fk_facture';
97 public $picto =
'bill';
103 public $restrictiononfksoc = 1;
114 public $fk_user_author;
120 public $fk_user_valid;
126 public $fk_user_modif;
136 public $delivery_date;
148 public $ref_customer;
164 public $module_source;
173 public $fk_fac_rec_source;
177 public $fk_facture_source;
179 public $linked_objects = array();
189 public $lines = array();
198 public $extraparams = array();
208 public $date_pointoftax;
214 public $situation_cycle_ref;
219 public $situation_counter;
224 public $situation_final;
229 public $tab_previous_situation_invoice = array();
234 public $tab_next_situation_invoice = array();
239 public $retained_warranty;
244 public $retained_warranty_date_limit;
249 public $retained_warranty_fk_cond_reglement;
254 public $availability_id;
259 public $date_closing;
270 public $remise_percent;
275 public $online_payment_url;
308 public $fields = array(
309 'rowid' => array(
'type' =>
'integer',
'label' =>
'TechnicalID',
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'position' => 1),
310 'ref' => array(
'type' =>
'varchar(30)',
'label' =>
'Ref',
'enabled' => 1,
'visible' => 1,
'notnull' => 1,
'showoncombobox' => 1,
'position' => 5),
311 'entity' => array(
'type' =>
'integer',
'label' =>
'Entity',
'default' =>
'1',
'enabled' => 1,
'visible' => -2,
'notnull' => 1,
'position' => 20,
'index' => 1),
312 'ref_client' => array(
'type' =>
'varchar(255)',
'label' =>
'RefCustomer',
'enabled' => 1,
'visible' => -1,
'position' => 10),
313 'ref_ext' => array(
'type' =>
'varchar(255)',
'label' =>
'RefExt',
'enabled' => 1,
'visible' => 0,
'position' => 12),
314 'type' => array(
'type' =>
'smallint(6)',
'label' =>
'Type',
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'position' => 15),
315 'subtype' => array(
'type' =>
'smallint(6)',
'label' =>
'InvoiceSubtype',
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'position' => 15),
317 'fk_soc' => array(
'type' =>
'integer:Societe:societe/class/societe.class.php',
'label' =>
'ThirdParty',
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'position' => 50),
318 'datef' => array(
'type' =>
'date',
'label' =>
'DateInvoice',
'enabled' => 1,
'visible' => 1,
'position' => 20),
319 'date_valid' => array(
'type' =>
'date',
'label' =>
'DateValidation',
'enabled' => 1,
'visible' => -1,
'position' => 22),
320 'date_lim_reglement' => array(
'type' =>
'date',
'label' =>
'DateDue',
'enabled' => 1,
'visible' => 1,
'position' => 25),
321 'date_closing' => array(
'type' =>
'datetime',
'label' =>
'DateClosing',
'enabled' => 1,
'visible' => -1,
'position' => 30),
322 'paye' => array(
'type' =>
'smallint(6)',
'label' =>
'InvoicePaidCompletely',
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'position' => 80),
327 'close_code' => array(
'type' =>
'varchar(16)',
'label' =>
'EarlyClosingReason',
'enabled' => 1,
'visible' => -1,
'position' => 92),
328 'close_note' => array(
'type' =>
'varchar(128)',
'label' =>
'EarlyClosingComment',
'enabled' => 1,
'visible' => -1,
'position' => 93),
329 'total_ht' => array(
'type' =>
'double(24,8)',
'label' =>
'AmountHT',
'enabled' => 1,
'visible' => 1,
'position' => 95,
'isameasure' => 1),
330 'total_tva' => array(
'type' =>
'double(24,8)',
'label' =>
'AmountVAT',
'enabled' => 1,
'visible' => -1,
'position' => 100,
'isameasure' => 1),
331 'localtax1' => array(
'type' =>
'double(24,8)',
'label' =>
'LT1',
'enabled' => 1,
'visible' => -1,
'position' => 110,
'isameasure' => 1),
332 'localtax2' => array(
'type' =>
'double(24,8)',
'label' =>
'LT2',
'enabled' => 1,
'visible' => -1,
'position' => 120,
'isameasure' => 1),
333 'revenuestamp' => array(
'type' =>
'double(24,8)',
'label' =>
'RevenueStamp',
'enabled' => 1,
'visible' => -1,
'position' => 115,
'isameasure' => 1),
334 'total_ttc' => array(
'type' =>
'double(24,8)',
'label' =>
'AmountTTC',
'enabled' => 1,
'visible' => 1,
'position' => 130,
'isameasure' => 1),
335 'fk_facture_source' => array(
'type' =>
'integer',
'label' =>
'SourceInvoice',
'enabled' => 1,
'visible' => -1,
'position' => 170),
336 'fk_projet' => array(
'type' =>
'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)',
'label' =>
'Project',
'enabled' => 1,
'visible' => -1,
'position' => 175),
337 'fk_account' => array(
'type' =>
'integer',
'label' =>
'Fk account',
'enabled' => 1,
'visible' => -1,
'position' => 180),
338 'fk_currency' => array(
'type' =>
'varchar(3)',
'label' =>
'CurrencyCode',
'enabled' => 1,
'visible' => -1,
'position' => 185),
339 'fk_cond_reglement' => array(
'type' =>
'integer',
'label' =>
'PaymentTerm',
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'position' => 190),
340 'fk_mode_reglement' => array(
'type' =>
'integer',
'label' =>
'PaymentMode',
'enabled' => 1,
'visible' => -1,
'position' => 195),
341 'note_private' => array(
'type' =>
'html',
'label' =>
'NotePrivate',
'enabled' => 1,
'visible' => 0,
'position' => 205),
342 'note_public' => array(
'type' =>
'html',
'label' =>
'NotePublic',
'enabled' => 1,
'visible' => 0,
'position' => 210),
343 'model_pdf' => array(
'type' =>
'varchar(255)',
'label' =>
'Model pdf',
'enabled' => 1,
'visible' => 0,
'position' => 215),
344 'fk_input_reason' => array(
'type' =>
'integer',
'label' =>
'Source',
'enabled' => 1,
'visible' => -1,
'position' => 220),
345 'extraparams' => array(
'type' =>
'varchar(255)',
'label' =>
'Extraparams',
'enabled' => 1,
'visible' => -1,
'position' => 225),
346 'situation_cycle_ref' => array(
'type' =>
'smallint(6)',
'label' =>
'Situation cycle ref',
'enabled' =>
'getDolGlobalInt("INVOICE_USE_SITUATION")',
'visible' => -1,
'position' => 230),
347 'situation_counter' => array(
'type' =>
'smallint(6)',
'label' =>
'Situation counter',
'enabled' =>
'getDolGlobalInt("INVOICE_USE_SITUATION")',
'visible' => -1,
'position' => 235),
348 'situation_final' => array(
'type' =>
'smallint(6)',
'label' =>
'Situation final',
'enabled' =>
'getDolGlobalInt("INVOICE_USE_SITUATION")',
'visible' => -1,
'position' => 240),
349 'retained_warranty' => array(
'type' =>
'double',
'label' =>
'Retained warranty',
'enabled' =>
'getDolGlobalString("INVOICE_USE_RETAINED_WARRANTY")',
'visible' => -1,
'position' => 245),
350 'retained_warranty_date_limit' => array(
'type' =>
'date',
'label' =>
'Retained warranty date limit',
'enabled' =>
'getDolGlobalString("INVOICE_USE_RETAINED_WARRANTY")',
'visible' => -1,
'position' => 250),
351 'retained_warranty_fk_cond_reglement' => array(
'type' =>
'integer',
'label' =>
'Retained warranty fk cond reglement',
'enabled' =>
'getDolGlobalString("INVOICE_USE_RETAINED_WARRANTY")',
'visible' => -1,
'position' => 255),
352 'fk_incoterms' => array(
'type' =>
'integer',
'label' =>
'IncotermCode',
'enabled' =>
'isModEnabled("incoterm")',
'visible' => -1,
'position' => 260),
353 'location_incoterms' => array(
'type' =>
'varchar(255)',
'label' =>
'IncotermLabel',
'enabled' =>
'isModEnabled("incoterm")',
'visible' => -1,
'position' => 265),
354 'date_pointoftax' => array(
'type' =>
'date',
'label' =>
'DatePointOfTax',
'enabled' =>
'getDolGlobalString("INVOICE_POINTOFTAX_DATE")',
'visible' => -1,
'position' => 270),
355 'fk_multicurrency' => array(
'type' =>
'integer',
'label' =>
'MulticurrencyID',
'enabled' =>
'isModEnabled("multicurrency")',
'visible' => -1,
'position' => 275),
356 'multicurrency_code' => array(
'type' =>
'varchar(255)',
'label' =>
'Currency',
'enabled' =>
'isModEnabled("multicurrency")',
'visible' => -1,
'position' => 280),
357 'multicurrency_tx' => array(
'type' =>
'double(24,8)',
'label' =>
'CurrencyRate',
'enabled' =>
'isModEnabled("multicurrency")',
'visible' => -1,
'position' => 285,
'isameasure' => 1),
358 'multicurrency_total_ht' => array(
'type' =>
'double(24,8)',
'label' =>
'MulticurrencyAmountHT',
'enabled' =>
'isModEnabled("multicurrency")',
'visible' => -1,
'position' => 290,
'isameasure' => 1),
359 'multicurrency_total_tva' => array(
'type' =>
'double(24,8)',
'label' =>
'MulticurrencyAmountVAT',
'enabled' =>
'isModEnabled("multicurrency")',
'visible' => -1,
'position' => 291,
'isameasure' => 1),
360 'multicurrency_total_ttc' => array(
'type' =>
'double(24,8)',
'label' =>
'MulticurrencyAmountTTC',
'enabled' =>
'isModEnabled("multicurrency")',
'visible' => -1,
'position' => 292,
'isameasure' => 1),
361 'fk_fac_rec_source' => array(
'type' =>
'integer',
'label' =>
'RecurringInvoiceSource',
'enabled' => 1,
'visible' => -1,
'position' => 305),
362 'last_main_doc' => array(
'type' =>
'varchar(255)',
'label' =>
'LastMainDoc',
'enabled' => 1,
'visible' => -1,
'position' => 310),
363 'module_source' => array(
'type' =>
'varchar(32)',
'label' =>
'POSModule',
'langfile' =>
'cashdesk',
'enabled' =>
"(isModEnabled('cashdesk') || isModEnabled('takepos') || getDolGlobalInt('INVOICE_SHOW_POS'))",
'visible' => -1,
'position' => 315),
364 'pos_source' => array(
'type' =>
'varchar(32)',
'label' =>
'POSTerminal',
'langfile' =>
'cashdesk',
'enabled' =>
"(isModEnabled('cashdesk') || isModEnabled('takepos') || getDolGlobalInt('INVOICE_SHOW_POS'))",
'visible' => -1,
'position' => 320),
365 'datec' => array(
'type' =>
'datetime',
'label' =>
'DateCreation',
'enabled' => 1,
'visible' => -1,
'position' => 500),
366 'tms' => array(
'type' =>
'timestamp',
'label' =>
'DateModificationShort',
'enabled' => 1,
'visible' => -1,
'notnull' => 1,
'position' => 502),
367 'fk_user_author' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserAuthor',
'enabled' => 1,
'visible' => -1,
'position' => 506),
368 'fk_user_modif' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserModification',
'enabled' => 1,
'visible' => -1,
'notnull' => -1,
'position' => 508),
369 'fk_user_valid' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserValidation',
'enabled' => 1,
'visible' => -1,
'position' => 510),
370 'fk_user_closing' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserClosing',
'enabled' => 1,
'visible' => -1,
'position' => 512),
371 'import_key' => array(
'type' =>
'varchar(14)',
'label' =>
'ImportId',
'enabled' => 1,
'visible' => -2,
'position' => 900),
372 'fk_statut' => array(
'type' =>
'smallint(6)',
'label' =>
'Status',
'enabled' => 1,
'visible' => 1,
'notnull' => 1,
'position' => 1000,
'arrayofkeyval' => array(0 =>
'Draft', 1 =>
'Validated', 2 =>
'Paid', 3 =>
'Abandonned')),
444 $this->ismultientitymanaged = 1;
445 $this->isextrafieldmanaged = 1;
447 $this->fields[
'ref_ext'][
'visible'] =
getDolGlobalInt(
'MAIN_LIST_SHOW_REF_EXT');
461 public function create(
User $user, $notrigger = 0, $forceduedate = 0, $updatecurrencyrate = 0)
463 global $langs,
$conf, $mysoc;
465 $origin_user_author_id = ($user->id > 0 ? (int) $user->id : 0);
467 if (empty($this->
type)) {
471 $this->ref_client = trim($this->ref_client);
472 $this->ref_customer = trim($this->ref_customer);
474 $this->note_private = (isset($this->note_private) ? trim($this->note_private) :
'');
475 $this->note = (isset($this->note) ? trim($this->note) : $this->note_private);
476 $this->note_public = (isset($this->note_public) ? trim($this->note_public) :
'');
478 if (!$this->cond_reglement_id) {
479 $this->cond_reglement_id = 0;
481 if (!$this->mode_reglement_id) {
482 $this->mode_reglement_id = 0;
487 if (!empty($this->multicurrency_code)) {
489 if (empty($this->multicurrency_tx)) {
497 $this->fk_multicurrency = 0;
499 if (empty($this->fk_multicurrency)) {
500 $this->multicurrency_code =
$conf->currency;
501 $this->fk_multicurrency = 0;
502 $this->multicurrency_tx = 1;
506 dol_syslog(get_class($this).
"::create user=".$user->id.
" date=".$this->date);
509 if (empty($this->date)) {
510 $this->error =
"Try to create an invoice with an empty parameter (date)";
511 dol_syslog(get_class($this).
"::create ".$this->error, LOG_ERR);
515 $result = $soc->fetch($this->socid);
517 $this->error =
"Failed to fetch company: ".$soc->error;
518 dol_syslog(get_class($this).
"::create ".$this->error, LOG_ERR);
523 $this->date_creation = $now;
527 $originaldatewhen =
null;
528 $nextdatewhen =
null;
529 $previousdaynextdatewhen =
null;
534 if ($this->fac_rec > 0) {
535 $this->fk_fac_rec_source = $this->fac_rec;
537 require_once DOL_DOCUMENT_ROOT.
'/compta/facture/class/facture-rec.class.php';
539 $result = $_facrec->fetch($this->fac_rec);
540 $result = $_facrec->fetchObjectLinked(
null,
'',
null,
'',
'OR', 1,
'sourcetype', 0);
544 $origin_user_author_id = ($_facrec->user_creation_id > 0 ? $_facrec->user_creation_id : $origin_user_author_id);
548 $originaldatewhen = $_facrec->date_when;
549 $nextdatewhen =
null;
550 $previousdaynextdatewhen =
null;
552 if ($originaldatewhen) {
553 if ($_facrec->rule_for_lines_dates ==
'prepaid') {
554 $nextdatewhen =
dol_time_plus_duree($originaldatewhen, (
int) $_facrec->frequency, $_facrec->unit_frequency);
557 if ($_facrec->rule_for_lines_dates ==
'postpaid') {
559 } elseif ($nextdatewhen) {
563 $originaldatewhen = $_facrec->rule_for_lines_dates ==
'postpaid'
569 if (!empty($_facrec->frequency)) {
570 $this->socid = $_facrec->socid;
574 $this->entity = $_facrec->entity;
579 $this->fk_project =
GETPOSTINT(
'projectid') > 0 ?
GETPOSTINT(
'projectid') : $_facrec->fk_project;
580 $this->note_public = GETPOSTISSET(
'note_public') ?
GETPOST(
'note_public',
'restricthtml') : $_facrec->note_public;
581 $this->note_private = GETPOSTISSET(
'note_private') ?
GETPOST(
'note_private',
'restricthtml') : $_facrec->note_private;
582 $this->model_pdf = GETPOSTISSET(
'model') ?
GETPOST(
'model',
'alpha') : $_facrec->model_pdf;
583 $this->cond_reglement_id =
GETPOSTINT(
'cond_reglement_id') > 0 ?
GETPOSTINT(
'cond_reglement_id') : $_facrec->cond_reglement_id;
584 $this->mode_reglement_id =
GETPOSTINT(
'mode_reglement_id') > 0 ?
GETPOSTINT(
'mode_reglement_id') : $_facrec->mode_reglement_id;
585 $this->fk_account =
GETPOST(
'fk_account') > 0 ?
GETPOSTINT(
'fk_account') : $_facrec->fk_account;
588 $this->total_ht = $_facrec->total_ht;
589 $this->total_ttc = $_facrec->total_ttc;
594 $this->fk_incoterms = $_facrec->fk_incoterms;
595 $this->location_incoterms = $_facrec->location_incoterms;
601 $this->ref_client = trim($this->ref_client);
602 $this->ref_customer = trim($this->ref_customer);
603 $this->note_public = trim($this->note_public);
604 $this->note_private = trim($this->note_private);
605 $this->note_private =
dol_concatdesc($this->note_private, $langs->trans(
"GeneratedFromRecurringInvoice", $_facrec->ref));
607 $this->array_options = $_facrec->array_options;
609 if (!$this->mode_reglement_id) {
610 $this->mode_reglement_id = 0;
615 $this->linked_objects = $_facrec->linkedObjectsIds;
620 if ($_facrec->frequency > 0) {
621 dol_syslog(
"This is a recurring invoice so we set date_last_gen and next date_when");
622 if (empty($_facrec->date_when)) {
623 $_facrec->date_when = $now;
625 $next_date = $_facrec->getNextDate();
626 $result = $_facrec->setValueFrom(
'date_last_gen', $now,
'',
null,
'date',
'', $user,
'');
628 $result = $_facrec->setNextDate($next_date, 1);
632 $outputlangs = $langs;
635 if (
getDolGlobalInt(
'MAIN_MULTILANGS') && empty($newlang) && isset($this->thirdparty->default_lang)) {
636 $newlang = $this->thirdparty->default_lang;
639 if (
getDolGlobalInt(
'MAIN_MULTILANGS') && empty($newlang) && isset($this->default_lang)) {
640 $newlang = $this->default_lang;
642 if (!empty($newlang)) {
644 $outputlangs->setDefaultLang($newlang);
648 $substitutionarray = getCommonSubstitutionArray($outputlangs, 0,
null, $this);
650 $substitutionarray[
'__INVOICE_MONTH__'] =
dol_print_date($this->date,
'%m');
653 $substitutionarray[
'__INVOICE_MONTH_TEXT__'] =
dol_print_date($this->date,
'%B');
656 $substitutionarray[
'__INVOICE_YEAR__'] =
dol_print_date($this->date,
'%Y');
659 $substitutionarray[
'__INVOICE_DATE_NEXT_INVOICE_BEFORE_GEN__'] = (isset($originaldatewhen) ?
dol_print_date($originaldatewhen,
'dayhour') :
'');
660 $substitutionarray[
'__INVOICE_DATE_NEXT_INVOICE_AFTER_GEN__'] = (isset($nextdatewhen) ?
dol_print_date($nextdatewhen,
'dayhour') :
'');
661 $substitutionarray[
'__INVOICE_PREVIOUS_DATE_NEXT_INVOICE_AFTER_GEN__'] = (isset($previousdaynextdatewhen) ?
dol_print_date($previousdaynextdatewhen,
'dayhour') :
'');
662 $substitutionarray[
'__INVOICE_COUNTER_CURRENT__'] = $_facrec->nb_gen_done;
663 $substitutionarray[
'__INVOICE_COUNTER_MAX__'] = $_facrec->nb_gen_max;
674 if (empty($forceduedate)) {
680 $this->date_lim_reglement = $duedate;
682 $this->date_lim_reglement = $forceduedate;
686 $socid = $this->socid;
688 $sql =
"INSERT INTO ".MAIN_DB_PREFIX.
"facture (";
697 $sql .=
", date_pointoftax";
698 $sql .=
", note_private";
699 $sql .=
", note_public";
700 $sql .=
", ref_client";
701 $sql .=
", fk_account";
702 $sql .=
", module_source, pos_source, fk_fac_rec_source, fk_facture_source, fk_user_author, fk_projet";
703 $sql .=
", fk_cond_reglement, fk_mode_reglement, date_lim_reglement, model_pdf";
704 $sql .=
", fk_input_reason";
705 $sql .=
", situation_cycle_ref, situation_counter, situation_final";
706 $sql .=
", fk_incoterms, location_incoterms";
707 $sql .=
", fk_multicurrency";
708 $sql .=
", multicurrency_code";
709 $sql .=
", multicurrency_tx";
710 $sql .=
", retained_warranty";
711 $sql .=
", retained_warranty_date_limit";
712 $sql .=
", retained_warranty_fk_cond_reglement";
716 $sql .=
", ".(int) $this->entity;
717 $sql .=
", ".($this->ref_ext ?
"'".$this->db->escape($this->ref_ext).
"'" :
"null");
718 $sql .=
", '".$this->db->escape((
string) $this->type).
"'";
719 $sql .=
", ".($this->subtype ?
"'".$this->db->escape((
string) $this->subtype).
"'" :
"null");
720 $sql .=
", ".((int) $socid);
721 $sql .=
", '".$this->db->idate($this->date_creation).
"'";
724 $sql .=
", '".$this->db->idate($this->date).
"'";
725 $sql .=
", ".(empty($this->date_pointoftax) ?
"null" :
"'".$this->db->idate($this->date_pointoftax).
"'");
726 $sql .=
", ".($this->note_private ?
"'".$this->db->escape($this->note_private).
"'" :
"null");
727 $sql .=
", ".($this->note_public ?
"'".$this->db->escape($this->note_public).
"'" :
"null");
728 $sql .=
", ".($this->ref_customer ?
"'".$this->db->escape($this->ref_customer).
"'" : ($this->ref_client ?
"'".$this->db->escape($this->ref_client).
"'" :
"null"));
729 $sql .=
", ".($this->fk_account > 0 ? $this->fk_account :
'NULL');
730 $sql .=
", ".($this->module_source ?
"'".$this->db->escape($this->module_source).
"'" :
"null");
731 $sql .=
", ".($this->pos_source !=
'' ?
"'".$this->db->escape((
string) $this->pos_source).
"'" :
"null");
732 $sql .=
", ".($this->fk_fac_rec_source ?
"'".$this->db->escape((
string) $this->fk_fac_rec_source).
"'" :
"null");
733 $sql .=
", ".($this->fk_facture_source ?
"'".$this->db->escape((
string) $this->fk_facture_source).
"'" :
"null");
734 $sql .=
", ".($origin_user_author_id > 0 ? (int) $origin_user_author_id :
"null");
735 $sql .=
", ".($this->fk_project ? (int) $this->fk_project :
"null");
736 $sql .=
", ".((int) $this->cond_reglement_id);
737 $sql .=
", ".((int) $this->mode_reglement_id);
738 $sql .=
", '".$this->db->idate($this->date_lim_reglement).
"'";
739 $sql .=
", ".(isset($this->model_pdf) ?
"'".$this->db->escape($this->model_pdf).
"'" :
"null");
740 $sql .=
", ".($this->demand_reason_id > 0 ? (int) $this->demand_reason_id :
"null");
741 $sql .=
", ".($this->situation_cycle_ref ?
"'".$this->db->escape((
string) $this->situation_cycle_ref).
"'" :
"null");
742 $sql .=
", ".($this->situation_counter ?
"'".$this->db->escape((
string) $this->situation_counter).
"'" :
"null");
743 $sql .=
", ".($this->situation_final ? (int) $this->situation_final : 0);
744 $sql .=
", ".(int) $this->fk_incoterms;
745 $sql .=
", '".$this->db->escape($this->location_incoterms).
"'";
746 $sql .=
", ".(int) $this->fk_multicurrency;
747 $sql .=
", '".$this->db->escape($this->multicurrency_code).
"'";
748 $sql .=
", ".(float) $this->multicurrency_tx;
749 $sql .=
", ".(empty($this->retained_warranty) ?
"0" : $this->db->escape((
string) $this->retained_warranty));
750 $sql .=
", ".(!empty($this->retained_warranty_date_limit) ?
"'".$this->db->idate($this->retained_warranty_date_limit).
"'" :
'NULL');
751 $sql .=
", ".(int) $this->retained_warranty_fk_cond_reglement;
754 $resql = $this->db->query($sql);
756 $this->
id = $this->db->last_insert_id(MAIN_DB_PREFIX.
'facture');
759 $this->
ref =
'(PROV'.$this->id.
')';
760 $sql =
'UPDATE '.MAIN_DB_PREFIX.
"facture SET ref='".$this->db->escape($this->
ref).
"' WHERE rowid=".((int) $this->
id);
762 $resql = $this->db->query($sql);
767 if (!empty($this->linkedObjectsIds) && empty($this->linked_objects)) {
768 $this->linked_objects = $this->linkedObjectsIds;
772 if (!$error && $this->
id && !empty($this->linked_objects) && is_array($this->linked_objects)) {
773 foreach ($this->linked_objects as $origin => $tmp_origin_id) {
774 if (is_array($tmp_origin_id)) {
775 foreach ($tmp_origin_id as $origin_id) {
778 $this->error = $this->db->lasterror();
783 $origin_id = $tmp_origin_id;
786 $this->error = $this->db->lasterror();
794 if (!$error && $this->
id &&
getDolGlobalString(
'MAIN_PROPAGATE_CONTACTS_FROM_ORIGIN') && !empty($this->origin) && !empty($this->origin_id)) {
795 $originforcontact = $this->origin;
796 $originidforcontact = $this->origin_id;
797 if ($originforcontact ==
'shipping') {
798 require_once DOL_DOCUMENT_ROOT.
'/expedition/class/expedition.class.php';
800 $exp->fetch($this->origin_id);
801 $exp->fetchObjectLinked(
null,
'',
null,
'',
'OR', 1,
'sourcetype', 0);
802 if (count($exp->linkedObjectsIds[
'commande']) > 0) {
803 foreach ($exp->linkedObjectsIds[
'commande'] as $key => $value) {
804 $originforcontact =
'commande';
805 if (is_object($value)) {
806 $originidforcontact = $value->id;
808 $originidforcontact = $value;
815 $sqlcontact =
"SELECT ctc.code, ctc.source, ec.fk_socpeople";
816 $sqlcontact .=
" FROM ".MAIN_DB_PREFIX.
"element_contact as ec, ".MAIN_DB_PREFIX.
"c_type_contact as ctc";
817 $sqlcontact .=
" WHERE element_id = ".((int) $originidforcontact).
" AND ec.fk_c_type_contact = ctc.rowid AND ctc.element = '".$this->db->escape($originforcontact).
"'";
819 $resqlcontact = $this->db->query($sqlcontact);
821 while ($objcontact = $this->db->fetch_object($resqlcontact)) {
822 $this->
add_contact($objcontact->fk_socpeople, $objcontact->code, $objcontact->source);
830 if (!$error && empty($this->fac_rec) && count($this->lines) && is_object($this->lines[0])) {
833 dol_syslog(
"There is ".count($this->lines).
" lines into ->lines that are InvoiceLines");
834 foreach ($this->lines as $i => $val) {
835 $newinvoiceline = $this->lines[$i];
836 '@phan-var-force FactureLigne $newinvoiceline';
838 $newinvoiceline->context = $this->context;
840 $newinvoiceline->fk_facture = $this->id;
842 $newinvoiceline->origin = $this->lines[$i]->element;
843 $newinvoiceline->origin_id = $this->lines[$i]->id;
846 if ($this->lines[$i]->date_start_fill == 1 && $originaldatewhen) {
847 $newinvoiceline->date_start = $originaldatewhen;
849 if ($this->lines[$i]->date_end_fill == 1 && $previousdaynextdatewhen) {
850 $newinvoiceline->date_end = $previousdaynextdatewhen;
855 if (($newinvoiceline->product_type != 9 && empty($newinvoiceline->fk_parent_line)) || $newinvoiceline->product_type == 9) {
860 $vatrate = $newinvoiceline->tva_tx;
861 if ($newinvoiceline->vat_src_code && ! preg_match(
'/\(.*\)/', (
string) $vatrate)) {
862 $vatrate .=
' ('.$newinvoiceline->vat_src_code.
')';
865 $newinvoiceline->fk_parent_line = $fk_parent_line;
869 $discount->fetch($newinvoiceline->fk_remise_except);
871 $discountId = $soc->set_remise_except($discount->amount_ht, $user, $discount->description, $discount->tva_tx);
872 $newinvoiceline->fk_remise_except = $discountId;
876 $newinvoiceline->desc,
877 $newinvoiceline->subprice,
878 $newinvoiceline->qty,
880 $newinvoiceline->localtax1_tx,
881 $newinvoiceline->localtax2_tx,
882 $newinvoiceline->fk_product,
883 $newinvoiceline->remise_percent,
884 $newinvoiceline->date_start,
885 $newinvoiceline->date_end,
886 $newinvoiceline->fk_code_ventilation,
887 $newinvoiceline->info_bits,
888 $newinvoiceline->fk_remise_except,
891 $newinvoiceline->product_type,
892 $newinvoiceline->rang,
893 $newinvoiceline->special_code,
894 $newinvoiceline->element,
897 $newinvoiceline->fk_fournprice,
898 $newinvoiceline->pa_ht,
899 $newinvoiceline->label,
900 $newinvoiceline->array_options,
901 $newinvoiceline->situation_percent,
902 $newinvoiceline->fk_prev_id,
903 $newinvoiceline->fk_unit,
904 $newinvoiceline->multicurrency_subprice,
905 $newinvoiceline->ref_ext,
910 $this->error = $newinvoiceline->error;
911 $this->errors = array_merge($this->errors, $newinvoiceline->errors);
917 if ($result > 0 && $newinvoiceline->product_type == 9) {
918 $fk_parent_line = $result;
922 } elseif (!$error && empty($this->fac_rec)) {
925 dol_syslog(
"There is ".count($this->lines).
" lines into ->lines as a simple array");
927 foreach ($this->lines as $i => $val) {
928 $line = $this->lines[$i];
929 '@phan-var-force FactureLigne $line';
933 if (!is_object($line)) {
934 $line = (object) $line;
939 if (($line->product_type != 9 && empty($line->fk_parent_line)) || $line->product_type == 9) {
944 $vatrate = $line->tva_tx;
945 if ($line->vat_src_code && !preg_match(
'/\(.*\)/', (
string) $vatrate)) {
946 $vatrate .=
' ('.$line->vat_src_code.
')';
950 $originid = $line->origin_id;
951 $origintype = $line->origin_type;
953 $originid = $line->id;
954 $origintype = $this->element;
958 if (empty($line->ref_ext)) {
970 $line->remise_percent,
973 $line->fk_code_ventilation,
975 $line->fk_remise_except,
984 $line->fk_fournprice,
987 $line->array_options,
988 $line->situation_percent,
991 $line->multicurrency_subprice,
996 $this->error = $this->db->lasterror();
998 $this->db->rollback();
1003 if ($result > 0 && $line->product_type == 9) {
1004 $fk_parent_line = $result;
1011 if (!$error && $this->fac_rec > 0 && is_object($_facrec)) {
1012 dol_syslog(
"There is ".count($_facrec->lines).
" lines from recurring invoice");
1013 $fk_parent_line = 0;
1015 foreach ($_facrec->lines as $i => $val) {
1017 if (($_facrec->lines[$i]->product_type != 9 && empty($_facrec->lines[$i]->fk_parent_line)) || $_facrec->lines[$i]->product_type == 9) {
1018 $fk_parent_line = 0;
1021 $tva_tx = $_facrec->lines[$i]->tva_tx.($_facrec->lines[$i]->vat_src_code ?
'('.$_facrec->lines[$i]->vat_src_code.
')' :
'');
1022 $tva_npr = $_facrec->lines[$i]->info_bits;
1023 if (empty($tva_tx)) {
1026 $localtax1_tx = $_facrec->lines[$i]->localtax1_tx;
1027 $localtax2_tx = $_facrec->lines[$i]->localtax2_tx;
1029 $fk_product_fournisseur_price = empty($_facrec->lines[$i]->fk_product_fournisseur_price) ? null : $_facrec->lines[$i]->fk_product_fournisseur_price;
1030 $buyprice = empty($_facrec->lines[$i]->buyprice) ? 0 : $_facrec->lines[$i]->buyprice;
1033 if (!$buyprice && $_facrec->lines[$i]->fk_product > 0) {
1034 require_once DOL_DOCUMENT_ROOT.
'/fourn/class/fournisseur.product.class.php';
1036 $producttmp->fetch($_facrec->lines[$i]->fk_product);
1041 if (
getDolGlobalString(
'MARGIN_TYPE') ==
'costprice' && !empty($producttmp->cost_price)) {
1042 $buyprice = $producttmp->cost_price;
1044 $buyprice = $producttmp->pmp;
1046 if ($producttmp->find_min_price_product_fournisseur($_facrec->lines[$i]->fk_product) > 0) {
1047 if ($producttmp->product_fourn_price_id > 0) {
1048 $buyprice =
price2num($producttmp->fourn_unitprice * (1 - $producttmp->fourn_remise_percent / 100) + $producttmp->fourn_remise,
'MU');
1055 if ($updatecurrencyrate == 1) {
1057 } elseif ($updatecurrencyrate == 2) {
1061 $result_insert = $this->
addline(
1062 $_facrec->lines[$i]->desc,
1063 $_facrec->lines[$i]->subprice,
1064 $_facrec->lines[$i]->qty,
1068 $_facrec->lines[$i]->fk_product,
1069 $_facrec->lines[$i]->remise_percent,
1070 ($_facrec->lines[$i]->date_start_fill == 1 && $originaldatewhen) ? $originaldatewhen :
'',
1071 ($_facrec->lines[$i]->date_end_fill == 1 && $previousdaynextdatewhen) ? $previousdaynextdatewhen :
'',
1077 $_facrec->lines[$i]->product_type,
1078 $_facrec->lines[$i]->rang,
1079 $_facrec->lines[$i]->special_code,
1083 $fk_product_fournisseur_price,
1084 is_null($buyprice) ?
'' : $buyprice,
1085 $_facrec->lines[$i]->label,
1086 empty($_facrec->lines[$i]->array_options) ? null : $_facrec->lines[$i]->array_options,
1089 $_facrec->lines[$i]->fk_unit,
1090 $_facrec->lines[$i]->multicurrency_subprice,
1091 $_facrec->lines[$i]->ref_ext,
1095 foreach ($this->lines as $line) {
1096 if ($line->id == $result_insert) {
1097 $line->extraparams = $_facrec->lines[$i]->extraparams;
1098 $line->setExtraParameters();
1103 if ($result_insert > 0 && $_facrec->lines[$i]->product_type == 9) {
1104 $fk_parent_line = $result_insert;
1107 if ($result_insert < 0) {
1109 $this->error = $this->db->error();
1118 $this->error = $langs->trans(
'FailedToUpdatePrice');
1119 $this->db->rollback();
1134 if (!$error && !$notrigger) {
1143 $this->db->commit();
1146 $this->db->rollback();
1150 $this->error = $this->db->error();
1151 $this->db->rollback();
1167 $facture =
new Facture($this->db);
1170 $facture->context[
'createfromclone'] = 1;
1176 if (!empty($this->array_options)) {
1177 $facture->array_options = $this->array_options;
1180 foreach ($this->lines as &$line) {
1181 $line->fetch_optionals();
1184 $facture->fk_facture_source = $this->fk_facture_source;
1185 $facture->type = $this->type;
1186 $facture->subtype = $this->subtype;
1187 $facture->socid = $this->socid;
1188 $facture->date = $this->date;
1189 $facture->date_pointoftax = $this->date_pointoftax;
1190 $facture->note_public = $this->note_public;
1191 $facture->note_private = $this->note_private;
1192 $facture->ref_client = $this->ref_client;
1193 $facture->ref_customer = $this->ref_customer;
1194 $facture->model_pdf = $this->model_pdf;
1195 $facture->fk_project = $this->fk_project;
1196 $facture->cond_reglement_id = $this->cond_reglement_id;
1197 $facture->mode_reglement_id = $this->mode_reglement_id;
1201 $facture->origin = $this->origin;
1202 $facture->origin_id = $this->origin_id;
1203 $facture->fk_account = $this->fk_account;
1205 $facture->lines = $this->lines;
1206 $facture->situation_counter = $this->situation_counter;
1207 $facture->situation_cycle_ref = $this->situation_cycle_ref;
1208 $facture->situation_final = $this->situation_final;
1210 $facture->retained_warranty = $this->retained_warranty;
1211 $facture->retained_warranty_fk_cond_reglement = $this->retained_warranty_fk_cond_reglement;
1212 $facture->retained_warranty_date_limit = $this->retained_warranty_date_limit;
1214 $facture->fk_user_author = $user->id;
1215 $facture->user_creation_id = $user->id;
1219 foreach ($facture->lines as $i => $tmpline) {
1220 $facture->lines[$i]->fk_prev_id = $this->lines[$i]->rowid;
1221 if ($invertdetail) {
1222 $facture->lines[$i]->subprice = -$facture->lines[$i]->subprice;
1223 $facture->lines[$i]->total_ht = -$facture->lines[$i]->total_ht;
1224 $facture->lines[$i]->total_tva = -$facture->lines[$i]->total_tva;
1225 $facture->lines[$i]->total_localtax1 = -$facture->lines[$i]->total_localtax1;
1226 $facture->lines[$i]->total_localtax2 = -$facture->lines[$i]->total_localtax2;
1227 $facture->lines[$i]->total_ttc = -$facture->lines[$i]->total_ttc;
1228 $facture->lines[$i]->ref_ext =
'';
1232 dol_syslog(get_class($this).
"::createFromCurrent invertdetail=".$invertdetail.
" socid=".$this->socid.
" nboflines=".count($facture->lines));
1234 $facid = $facture->create($user);
1236 $this->error = $facture->error;
1237 $this->errors = $facture->errors;
1241 foreach ($this->linkedObjectsIds as $typeObject => $Tfk_object) {
1242 foreach ($Tfk_object as $fk_object) {
1243 $facture->add_object_linked($typeObject, $fk_object);
1247 $facture->add_object_linked(
'facture', $this->fk_facture_source);
1264 global
$conf, $hookmanager;
1284 if (!empty($this->socid) && $this->socid !=
$object->socid) {
1285 $objsoc =
new Societe($this->db);
1287 if ($objsoc->fetch($this->socid) > 0) {
1289 $object->cond_reglement_id = (!empty($objsoc->cond_reglement_id) ? $objsoc->cond_reglement_id : 0);
1290 $object->mode_reglement_id = (!empty($objsoc->mode_reglement_id) ? $objsoc->mode_reglement_id : 0);
1292 $object->fk_delivery_address = 0;
1298 $object->entity = (!empty($forceentity) ? $forceentity :
$object->entity);
1306 $object->user_creation_id = $user->id;
1307 $object->user_validation_id =
null;
1308 $object->fk_user_author = $user->id;
1309 $object->fk_user_valid =
null;
1310 $object->fk_facture_source = 0;
1311 $object->fk_fac_rec_source = 0;
1313 $object->date_modification =
'';
1314 $object->date_validation =
'';
1325 foreach (
$object->lines as $i => $line) {
1326 '@phan-var-force FactureLigne $line';
1327 if (($line->info_bits & 0x02) == 0x02) {
1334 if (
getDolGlobalString(
'INVOICE_AUTO_NEXT_MONTH_ON_LINES') && !empty($line->date_start) && !empty($line->date_end)) {
1346 if (
dol_mktime(0, 0, 0, $start[
'mon'], $start[
'mday'], $start[
'year'],
'gmt') == $first
1347 &&
dol_mktime(23, 59, 59, $end[
'mon'], $end[
'mday'], $end[
'year'],
'gmt') == $last) {
1351 $object->lines[$i]->date_start = $newFirst;
1352 $object->lines[$i]->date_end = $newLast;
1356 $object->lines[$i]->ref_ext =
'';
1357 $object->lines[$i]->fk_code_ventilation = 0;
1361 $object->context[
'createfromclone'] =
'createfromclone';
1362 $result =
$object->create($user);
1365 $this->error =
$object->error;
1366 $this->errors =
$object->errors;
1369 if (
$object->copy_linked_contact($objFrom,
'internal') < 0) {
1371 $this->error =
$object->error;
1372 $this->errors =
$object->errors;
1373 } elseif (
$object->socid == $objFrom->socid) {
1375 if (
$object->copy_linked_contact($objFrom,
'external') < 0) {
1377 $this->error =
$object->error;
1378 $this->errors =
$object->errors;
1385 if (is_object($hookmanager)) {
1386 $parameters = array(
'objFrom' => $objFrom);
1388 $reshook = $hookmanager->executeHooks(
'createFrom', $parameters,
$object, $action);
1396 unset(
$object->context[
'createfromclone']);
1400 $this->db->commit();
1403 $this->db->rollback();
1417 global $hookmanager;
1426 $this->context[
'createfromclone'] = 1;
1429 for ($i = 0; $i < $num; $i++) {
1431 $src_line =
$object->lines[$i];
1432 '@phan-var-force FactureLigne $src_line';
1433 $line->libelle = $src_line->libelle;
1434 $line->label = $src_line->label;
1435 $line->desc = $src_line->desc;
1436 $line->subprice = $src_line->subprice;
1437 $line->total_ht = $src_line->total_ht;
1438 $line->total_tva = $src_line->total_tva;
1439 $line->total_localtax1 = $src_line->total_localtax1;
1440 $line->total_localtax2 = $src_line->total_localtax2;
1441 $line->total_ttc = $src_line->total_ttc;
1442 $line->vat_src_code = $src_line->vat_src_code;
1443 $line->tva_tx = $src_line->tva_tx;
1444 $line->localtax1_tx = $src_line->localtax1_tx;
1445 $line->localtax2_tx = $src_line->localtax2_tx;
1446 $line->qty = $src_line->qty;
1447 $line->fk_remise_except = $src_line->fk_remise_except;
1448 $line->remise_percent = $src_line->remise_percent;
1449 $line->fk_product = $src_line->fk_product;
1450 $line->info_bits = $src_line->info_bits;
1451 $line->product_type = $src_line->product_type;
1452 $line->rang = $src_line->rang;
1453 $line->special_code = $src_line->special_code;
1454 $line->fk_parent_line = $src_line->fk_parent_line;
1455 $line->fk_unit = $src_line->fk_unit;
1456 $line->date_start = $src_line->date_start;
1457 $line->date_end = $src_line->date_end;
1460 $line->fk_multicurrency = $src_line->fk_multicurrency;
1461 $line->multicurrency_code = $src_line->multicurrency_code;
1462 $line->multicurrency_subprice = $src_line->multicurrency_subprice;
1463 $line->multicurrency_total_ht = $src_line->multicurrency_total_ht;
1464 $line->multicurrency_total_tva = $src_line->multicurrency_total_tva;
1465 $line->multicurrency_total_ttc = $src_line->multicurrency_total_ttc;
1467 $line->fk_fournprice = $src_line->fk_fournprice;
1468 $marginInfos =
getMarginInfos($src_line->subprice, $src_line->remise_percent, $src_line->tva_tx, $src_line->localtax1_tx, $src_line->localtax2_tx, $src_line->fk_fournprice, $src_line->pa_ht);
1469 $line->pa_ht = $marginInfos[0];
1472 $src_line->fetch_optionals();
1473 foreach ($src_line->array_options as $options_key => $value) {
1474 $line->array_options[$options_key] = $value;
1477 $this->lines[$i] = $line;
1480 $this->socid =
$object->socid;
1481 $this->fk_project =
$object->fk_project;
1482 $this->fk_account =
$object->fk_account;
1483 $this->cond_reglement_id =
$object->cond_reglement_id;
1484 $this->mode_reglement_id =
$object->mode_reglement_id;
1485 $this->fk_incoterms =
$object->fk_incoterms;
1486 $this->location_incoterms =
$object->location_incoterms;
1487 $this->availability_id =
$object->availability_id;
1488 $this->demand_reason_id =
$object->demand_reason_id;
1489 $this->delivery_date =
$object->delivery_date;
1490 $this->fk_delivery_address =
$object->fk_delivery_address;
1491 $this->contact_id =
$object->contact_id;
1492 $this->ref_client =
$object->ref_client;
1493 $this->ref_customer =
$object->ref_client;
1496 $this->note_private =
$object->note_private;
1497 $this->note_public =
$object->note_public;
1500 $this->module_source =
$object->module_source;
1501 $this->pos_source =
$object->pos_source;
1503 $this->origin =
$object->element;
1504 $this->origin_type =
$object->element;
1505 $this->origin_id =
$object->id;
1507 $this->fk_user_author = $user->id;
1508 $this->user_creation_id = $user->id;
1512 foreach (
$object->array_options as $options_key => $value) {
1513 $this->array_options[$options_key] = $value;
1517 $this->linked_objects[$this->origin] = $this->origin_id;
1518 if (!empty(
$object->other_linked_objects) && is_array(
$object->other_linked_objects)) {
1519 $this->linked_objects = array_merge($this->linked_objects,
$object->other_linked_objects);
1522 $ret = $this->
create($user);
1526 $hookmanager->initHooks(array(
'invoicedao'));
1528 $parameters = array(
'objFrom' =>
$object);
1530 $reshook = $hookmanager->executeHooks(
'createFrom', $parameters, $this, $action);
1556 global $hookmanager;
1564 $use_all_lines = empty($lines);
1566 for ($i = 0; $i < $num; $i++) {
1567 if (!$use_all_lines && !in_array(
$object->lines[$i]->id, $lines)) {
1573 $line->libelle =
$object->lines[$i]->libelle;
1574 $line->label =
$object->lines[$i]->label;
1575 $line->desc =
$object->lines[$i]->desc;
1576 $line->subprice =
$object->lines[$i]->subprice;
1577 $line->total_ht =
$object->lines[$i]->total_ht;
1578 $line->total_tva =
$object->lines[$i]->total_tva;
1579 $line->total_localtax1 =
$object->lines[$i]->total_localtax1;
1580 $line->total_localtax2 =
$object->lines[$i]->total_localtax2;
1581 $line->total_ttc =
$object->lines[$i]->total_ttc;
1582 $line->vat_src_code =
$object->lines[$i]->vat_src_code;
1583 $line->tva_tx =
$object->lines[$i]->tva_tx;
1584 $line->localtax1_tx =
$object->lines[$i]->localtax1_tx;
1585 $line->localtax2_tx =
$object->lines[$i]->localtax2_tx;
1586 $line->qty =
$object->lines[$i]->qty;
1587 $line->fk_remise_except =
$object->lines[$i]->fk_remise_except;
1588 $line->remise_percent =
$object->lines[$i]->remise_percent;
1589 $line->fk_product =
$object->lines[$i]->fk_product;
1590 $line->info_bits =
$object->lines[$i]->info_bits;
1591 $line->product_type =
$object->lines[$i]->product_type;
1592 $line->rang =
$object->lines[$i]->rang;
1593 $line->special_code =
$object->lines[$i]->special_code;
1594 $line->fk_parent_line =
$object->lines[$i]->fk_parent_line;
1595 $line->fk_unit =
$object->lines[$i]->fk_unit;
1596 $line->date_start =
$object->lines[$i]->date_start;
1597 $line->date_end =
$object->lines[$i]->date_end;
1600 $line->fk_multicurrency =
$object->lines[$i]->fk_multicurrency;
1601 $line->multicurrency_code =
$object->lines[$i]->multicurrency_code;
1602 $line->multicurrency_subprice =
$object->lines[$i]->multicurrency_subprice;
1603 $line->multicurrency_total_ht =
$object->lines[$i]->multicurrency_total_ht;
1604 $line->multicurrency_total_tva =
$object->lines[$i]->multicurrency_total_tva;
1605 $line->multicurrency_total_ttc =
$object->lines[$i]->multicurrency_total_ttc;
1607 $line->fk_fournprice =
$object->lines[$i]->fk_fournprice;
1609 $line->pa_ht = $marginInfos[0];
1612 $object->lines[$i]->fetch_optionals();
1613 foreach (
$object->lines[$i]->array_options as $options_key => $value) {
1614 $line->array_options[$options_key] = $value;
1617 $this->lines[$i] = $line;
1620 $this->socid =
$object->socid;
1621 $this->fk_project =
$object->fk_project;
1622 $this->fk_account =
$object->fk_account;
1623 $this->cond_reglement_id =
$object->cond_reglement_id;
1624 $this->mode_reglement_id =
$object->mode_reglement_id;
1625 $this->availability_id =
$object->availability_id;
1626 $this->demand_reason_id =
$object->demand_reason_id;
1627 $this->delivery_date =
$object->delivery_date;
1628 $this->fk_delivery_address =
$object->fk_delivery_address;
1629 $this->contact_id =
$object->contact_id;
1630 $this->ref_client =
$object->ref_client;
1633 $this->note_private =
$object->note_private;
1634 $this->note_public =
$object->note_public;
1637 $this->module_source =
$object->module_source;
1638 $this->pos_source =
$object->pos_source;
1640 $this->origin =
$object->element;
1641 $this->origin_id =
$object->id;
1643 $this->fk_user_author = $user->id;
1647 foreach (
$object->array_options as $options_key => $value) {
1648 $this->array_options[$options_key] = $value;
1652 $this->linked_objects[$this->origin] = $this->origin_id;
1653 if (!empty(
$object->other_linked_objects) && is_array(
$object->other_linked_objects)) {
1654 $this->linked_objects = array_merge($this->linked_objects,
$object->other_linked_objects);
1657 $ret = $this->
create($user);
1661 $hookmanager->initHooks(array(
'invoicedao'));
1663 $parameters = array(
'objFrom' =>
$object);
1665 $reshook = $hookmanager->executeHooks(
'createFrom', $parameters, $this, $action);
1695 global
$conf, $langs, $hookmanager, $action;
1697 if (! in_array($origin->element, array(
'propal',
'commande'))) {
1698 $origin->error =
'ErrorCanOnlyAutomaticallyGenerateADepositFromProposalOrOrder';
1703 $origin->error = $langs->trans(
'ErrorFieldRequired', $langs->transnoentities(
'DateInvoice'));
1707 require_once DOL_DOCUMENT_ROOT .
'/core/lib/date.lib.php';
1710 $origin->error =
'ErrorDateIsInFuture';
1714 if ($payment_terms_id <= 0) {
1715 $origin->error = $langs->trans(
'ErrorFieldRequired', $langs->transnoentities(
'PaymentConditionsShort'));
1719 $payment_conditions_deposit_percent =
getDictionaryValue(
'c_payment_term',
'deposit_percent', $origin->cond_reglement_id);
1721 if (empty($payment_conditions_deposit_percent)) {
1722 $origin->error =
'ErrorPaymentConditionsNotEligibleToDepositCreation';
1726 if (empty($origin->deposit_percent)) {
1727 $origin->error = $langs->trans(
'ErrorFieldRequired', $langs->transnoentities(
'DepositPercent'));
1731 $deposit =
new self($origin->db);
1732 $deposit->socid = $origin->socid;
1734 $deposit->fk_project = $origin->fk_project;
1735 $deposit->ref_client = $origin->ref_client;
1736 $deposit->ref_customer = $origin->ref_client;
1737 $deposit->date = $date;
1738 $deposit->mode_reglement_id = $origin->mode_reglement_id;
1739 $deposit->cond_reglement_id = $payment_terms_id;
1740 $deposit->availability_id = $origin->availability_id;
1741 $deposit->demand_reason_id = $origin->demand_reason_id;
1742 $deposit->fk_account = $origin->fk_account;
1743 $deposit->fk_incoterms = $origin->fk_incoterms;
1744 $deposit->location_incoterms = $origin->location_incoterms;
1745 $deposit->fk_multicurrency = $origin->fk_multicurrency;
1746 $deposit->multicurrency_code = $origin->multicurrency_code;
1747 $deposit->multicurrency_tx = $origin->multicurrency_tx;
1748 $deposit->module_source = $origin->module_source;
1749 $deposit->pos_source = $origin->pos_source;
1750 $deposit->model_pdf =
'crabe';
1752 $modelByTypeConfName =
'FACTURE_ADDON_PDF_' . $deposit->type;
1761 $deposit->note_private = $origin->note_private;
1762 $deposit->note_public = $origin->note_public;
1765 $deposit->origin = $origin->element;
1766 $deposit->origin_id = $origin->id;
1768 $origin->fetch_optionals();
1770 foreach ($origin->array_options as $extrakey => $value) {
1771 $deposit->array_options[$extrakey] = $value;
1774 $deposit->linked_objects[$deposit->origin] = $deposit->origin_id;
1776 foreach ($overrideFields as $key => $value) {
1777 $deposit->$key = $value;
1780 $deposit->context[
'createdepositfromorigin'] =
'createdepositfromorigin';
1782 $origin->db->begin();
1785 $createReturn = $deposit->create($user, $notrigger);
1787 if ($createReturn <= 0) {
1788 $origin->db->rollback();
1789 $origin->error = $deposit->error;
1790 $origin->errors = $deposit->errors;
1794 $amount_ttc_diff = 0;
1795 $amountdeposit = array();
1796 $descriptions = array();
1803 $amount = $origin->total_ttc * ($origin->deposit_percent / 100);
1805 $TTotalByTva = array();
1806 foreach ($origin->lines as &$line) {
1807 if (!empty($line->special_code)) {
1810 $key = $line->tva_tx . ($line->vat_src_code ?
' ('.$line->vat_src_code.
')' :
'');
1811 if (!array_key_exists($key, $TTotalByTva)) {
1812 $TTotalByTva[$key] = 0;
1813 $descriptions[$key] =
'';
1815 $TTotalByTva[$key] += $line->total_ttc;
1816 $descriptions[$key] .=
'<li>' . (!empty($line->product_ref) ? $line->product_ref .
' - ' :
'');
1817 $descriptions[$key] .= (!empty($line->product_label) ? $line->product_label .
' - ' :
'');
1818 $descriptions[$key] .= $langs->trans(
'Qty') .
' : ' . $line->qty;
1819 $descriptions[$key] .=
' - ' . $langs->trans(
'TotalHT') .
' : ' .
price($line->total_ht) .
'</li>';
1822 foreach ($TTotalByTva as $tva => &$total) {
1823 $tva_rate_only = preg_replace(
'/\s*\(.*\)/',
'', (
string) $tva);
1824 $coef = $total / $origin->total_ttc;
1825 $am = $amount * $coef;
1826 $amount_ttc_diff += $am;
1827 $amountdeposit[$tva] += $am / (1 + ((float) $tva_rate_only) / 100);
1831 $lines = $origin->lines;
1832 $numlines = count($lines);
1833 for ($i = 0; $i < $numlines; $i++) {
1834 if (empty($lines[$i]->qty)) {
1837 if (!empty($lines[$i]->special_code)) {
1841 $totalamount += $lines[$i]->total_ht;
1842 $tva_key = $lines[$i]->tva_tx . ($lines[$i]->vat_src_code ?
' ('.$lines[$i]->vat_src_code.
')' :
'');
1843 if (!isset($amountdeposit[$tva_key])) {
1844 $amountdeposit[$tva_key] = 0;
1845 $descriptions[$tva_key] =
'';
1847 $amountdeposit[$tva_key] += ((float) $lines[$i]->total_ht * (
float) $origin->deposit_percent) / 100;
1848 $descriptions[$tva_key] .=
'<li>' . (!empty($lines[$i]->product_ref) ? $lines[$i]->product_ref .
' - ' :
'');
1849 $descriptions[$tva_key] .= (!empty($lines[$i]->product_label) ? $lines[$i]->product_label .
' - ' :
'');
1850 $descriptions[$tva_key] .= $langs->trans(
'Qty') .
' : ' . $lines[$i]->qty;
1851 $descriptions[$tva_key] .=
' - ' . $langs->trans(
'TotalHT') .
' : ' .
price($lines[$i]->total_ht) .
'</li>';
1854 if ($totalamount == 0) {
1855 $amountdeposit[0] = 0;
1858 $amount_ttc_diff = $amountdeposit[0] ?? 0;
1861 foreach ($amountdeposit as $tva => $amount) {
1862 if (empty($amount)) {
1866 $descline =
'(DEPOSIT) ('. $origin->deposit_percent .
'%) - '.$origin->ref;
1869 if (
getDolGlobalString(
'INVOICE_DEPOSIT_VARIABLE_MODE_DETAIL_LINES_IN_DESCRIPTION') && !empty($descriptions[$tva])) {
1870 $descline .=
'<ul>' . $descriptions[$tva] .
'</ul>';
1873 $addlineResult = $deposit->addline(
1900 if ($addlineResult < 0) {
1901 $origin->db->rollback();
1902 $origin->error = $deposit->error;
1903 $origin->errors = $deposit->errors;
1908 $diff = $deposit->total_ttc - $amount_ttc_diff;
1911 $deposit->fetch_lines();
1912 $subprice_diff = $deposit->lines[0]->subprice - $diff / (1 + $deposit->lines[0]->tva_tx / 100);
1916 $tva_tx_with_code = $deposit->lines[0]->tva_tx . ($deposit->lines[0]->vat_src_code ?
' ('.$deposit->lines[0]->vat_src_code.
')' :
'');
1917 $updatelineResult = $deposit->updateline(
1918 $deposit->lines[0]->id,
1919 $deposit->lines[0]->desc,
1921 $deposit->lines[0]->qty,
1922 $deposit->lines[0]->remise_percent,
1923 $deposit->lines[0]->date_start,
1924 $deposit->lines[0]->date_end,
1929 $deposit->lines[0]->info_bits,
1930 $deposit->lines[0]->product_type,
1934 $deposit->lines[0]->pa_ht,
1935 $deposit->lines[0]->label,
1941 if ($updatelineResult < 0) {
1942 $origin->db->rollback();
1943 $origin->error = $deposit->error;
1944 $origin->errors = $deposit->errors;
1949 $hookmanager->initHooks(array(
'invoicedao'));
1951 $parameters = array(
'objFrom' => $origin);
1952 $reshook = $hookmanager->executeHooks(
'createFrom', $parameters, $deposit, $action);
1955 $origin->db->rollback();
1956 $origin->error = $hookmanager->error;
1957 $origin->errors = $hookmanager->errors;
1961 if (!empty($autoValidateDeposit)) {
1962 $validateReturn = $deposit->validate($user,
'', 0, $notrigger);
1964 if ($validateReturn < 0) {
1965 $origin->db->rollback();
1966 $origin->error = $deposit->error;
1967 $origin->errors = $deposit->errors;
1972 unset($deposit->context[
'createdepositfromorigin']);
1974 $origin->db->commit();
1988 global
$conf, $langs, $mysoc, $user;
1990 $langs->load(
'bills');
1993 $moretitle = $params[
'moretitle'] ??
'';
1995 $picto = $this->picto;
1996 if ($this->
type == self::TYPE_REPLACEMENT) {
1999 if ($this->
type == self::TYPE_CREDIT_NOTE) {
2002 if ($this->
type == self::TYPE_DEPOSIT) {
2006 if ($user->hasRight(
"facture",
"read")) {
2007 $datas[
'picto'] =
img_picto(
'', $picto).
' <u class="paddingrightonly">'.$langs->trans(
"Invoice").
'</u>';
2009 $datas[
'picto'] .=
' '.$this->getLibType(1);
2012 if (!empty($params[
'fromajaxtooltip']) && !isset($this->totalpaid)) {
2015 if (!empty($params[
'fromajaxtooltip']) && !isset($this->totalcreditnotes)) {
2018 if (!empty($params[
'fromajaxtooltip']) && !isset($this->totaldeposits)) {
2021 if (isset($this->
status) && isset($this->totalpaid) && isset($this->totalcreditnotes) && isset($this->totaldeposits)) {
2022 $datas[
'picto'] .=
' '.$this->getLibStatut(5, $this->totalpaid + $this->totalcreditnotes + $this->totaldeposits);
2025 $datas[
'picto'] .=
' - '.$moretitle;
2027 if (!empty($this->
ref)) {
2028 $datas[
'ref'] =
'<br><b>'.$langs->trans(
'Ref').
':</b> '.$this->ref;
2030 if (!empty($this->ref_customer)) {
2031 $datas[
'refcustomer'] =
'<br><b>'.$langs->trans(
'RefCustomer').
':</b> '.$this->ref_customer;
2033 if (!empty($this->date)) {
2034 $datas[
'date'] =
'<br><b>'.$langs->trans(
'Date').
':</b> '.
dol_print_date($this->date,
'day');
2036 if (!empty($this->total_ht)) {
2037 $datas[
'amountht'] =
'<br><b>'.$langs->trans(
'AmountHT').
':</b> '.
price($this->total_ht, 0, $langs, 0, -1, -1,
$conf->currency);
2039 if (!empty($this->total_tva)) {
2040 $datas[
'amountvat'] =
'<br><b>'.$langs->trans(
'AmountVAT').
':</b> '.
price($this->total_tva, 0, $langs, 0, -1, -1,
$conf->currency);
2042 if (!empty($this->revenuestamp) && $this->revenuestamp != 0) {
2043 $datas[
'amountrevenustamp'] =
'<br><b>'.$langs->trans(
'RevenueStamp').
':</b> '.
price($this->revenuestamp, 0, $langs, 0, -1, -1,
$conf->currency);
2045 if (!empty($this->total_localtax1) && $this->total_localtax1 != 0) {
2047 $datas[
'amountlt1'] =
'<br><b>'.$langs->transcountry(
'AmountLT1', $mysoc->country_code).
':</b> '.
price($this->total_localtax1, 0, $langs, 0, -1, -1,
$conf->currency);
2049 if (!empty($this->total_localtax2) && $this->total_localtax2 != 0) {
2050 $datas[
'amountlt2'] =
'<br><b>'.$langs->transcountry(
'AmountLT2', $mysoc->country_code).
':</b> '.
price($this->total_localtax2, 0, $langs, 0, -1, -1,
$conf->currency);
2052 if (!empty($this->total_ttc)) {
2053 $datas[
'amountttc'] =
'<br><b>'.$langs->trans(
'AmountTTC').
':</b> '.
price($this->total_ttc, 0, $langs, 0, -1, -1,
$conf->currency);
2074 public function getNomUrl($withpicto = 0, $option =
'', $max = 0, $short = 0, $moretitle =
'', $notooltip = 0, $addlinktonotes = 0, $save_lastsearch_value = -1, $target =
'')
2076 global $langs,
$conf, $user;
2078 if (!empty(
$conf->dol_no_mouse_hover)) {
2084 if ($option ==
'withdraw') {
2085 $url = DOL_URL_ROOT.
'/compta/facture/prelevement.php?facid='.$this->id;
2087 $url = DOL_URL_ROOT.
'/compta/facture/card.php?id='.$this->id;
2090 if (!$user->hasRight(
"facture",
"read")) {
2094 if ($option !==
'nolink') {
2096 $add_save_lastsearch_values = ($save_lastsearch_value == 1 ? 1 : 0);
2097 if ($save_lastsearch_value == -1 && isset($_SERVER[
"PHP_SELF"]) && preg_match(
'/list\.php/', $_SERVER[
"PHP_SELF"])) {
2098 $add_save_lastsearch_values = 1;
2100 if ($add_save_lastsearch_values) {
2101 $url .=
'&save_lastsearch_values=1';
2109 $picto = $this->picto;
2110 if ($this->
type == self::TYPE_REPLACEMENT) {
2113 if ($this->
type == self::TYPE_CREDIT_NOTE) {
2116 if ($this->
type == self::TYPE_DEPOSIT) {
2122 'objecttype' => $this->element,
2123 'moretitle' => $moretitle,
2124 'option' => $option,
2126 $classfortooltip =
'classfortooltip';
2129 $classfortooltip =
'classforajaxtooltip';
2130 $dataparams =
' data-params="'.dol_escape_htmltag(json_encode($params)).
'"';
2136 $linkclose = ($target ?
' target="'.$target.
'"' :
'');
2137 if (empty($notooltip) && $user->hasRight(
"facture",
"read")) {
2139 $label = $langs->trans(
"Invoice");
2140 $linkclose .=
' alt="'.dolPrintHTMLForAttribute($label).
'"';
2142 $linkclose .= ($label ?
' title="'.dolPrintHTMLForAttribute($label).
'"' :
' title="tocomplete"');
2143 $linkclose .= $dataparams.
' class="'.$classfortooltip.
'"';
2146 $linkstart =
'<a href="'.$url.
'"';
2147 $linkstart .= $linkclose.
'>';
2150 if ($option ==
'nolink') {
2155 $result .= $linkstart;
2157 $result .=
img_object(($notooltip ?
'' : $label), ($picto ? $picto :
'generic'), ($notooltip ? (($withpicto != 2) ?
'class="paddingright"' :
'') :
'class="'.(($withpicto != 2) ?
'paddingright ' :
'').
'"'), 0, 0, $notooltip ? 0 : 1);
2159 if ($withpicto != 2) {
2160 $result .= ($max ?
dol_trunc($this->
ref, $max) : $this->ref);
2162 $result .= $linkend;
2164 if ($addlinktonotes) {
2165 $txttoshow = ($user->socid > 0 ? $this->note_public : $this->note_private);
2167 $notetoshow = $langs->trans(
"ViewPrivateNote").
':<br>'.$txttoshow;
2168 $result .=
' <span class="note inline-block">';
2169 $result .=
'<a href="'.DOL_URL_ROOT.
'/compta/facture/note.php?id='.$this->
id.
'" class="classfortooltip" title="'.
dolPrintHTMLForAttribute($notetoshow).
'">';
2172 $result .=
'</span>';
2176 global $action, $hookmanager;
2177 $hookmanager->initHooks(array(
'invoicedao'));
2178 $parameters = array(
'id' => $this->
id,
'getnomurl' => &$result,
'notooltip' => $notooltip,
'addlinktonotes' => $addlinktonotes,
'save_lastsearch_value' => $save_lastsearch_value,
'target' => $target);
2179 $reshook = $hookmanager->executeHooks(
'getNomUrl', $parameters, $this, $action);
2181 $result = $hookmanager->resPrint;
2183 $result .= $hookmanager->resPrint;
2199 public function fetch($rowid, $ref =
'', $ref_ext =
'', $notused = 0, $fetch_situation =
false)
2201 global
$conf, $extrafields;
2203 if (empty($rowid) && empty($ref) && empty($ref_ext)) {
2207 $extraFieldsCheck =
false;
2208 $doFetchInOneSqlRequest =
getDolGlobalInt(
'MAIN_DO_FETCH_IN_ONE_SQL_REQUEST');
2210 if ($doFetchInOneSqlRequest) {
2212 if (!isset($extrafields) || !is_object($extrafields)) {
2213 require_once DOL_DOCUMENT_ROOT.
'/core/class/extrafields.class.php';
2218 if (empty($extrafields->attributes[$this->table_element][
'loaded'])) {
2219 $extrafields->fetch_name_optionals_label($this->table_element);
2222 $extraFieldsCheck = (
2223 !empty($extrafields->attributes[$this->table_element][
'label'])
2224 && is_array($extrafields->attributes[$this->table_element][
'label'])
2225 && count($extrafields->attributes[$this->table_element][
'label']) > 0
2231 $sql =
'SELECT f.rowid, f.entity, f.ref, f.ref_client, f.ref_ext, f.type, f.subtype, f.fk_soc';
2232 $sql .=
', f.total_tva, f.localtax1, f.localtax2, f.total_ht, f.total_ttc, f.revenuestamp';
2233 $sql .=
', f.datef as df, f.date_pointoftax';
2234 $sql .=
', f.date_lim_reglement as dlr';
2235 $sql .=
', f.datec as datec';
2236 $sql .=
', f.date_valid as datev';
2237 $sql .=
', f.tms as datem';
2238 $sql .=
', f.note_private, f.note_public, f.fk_statut as status, f.paye, f.close_code, f.close_note, f.fk_user_author, f.fk_user_valid, f.fk_user_modif, f.model_pdf, f.last_main_doc';
2239 $sql .=
", f.fk_input_reason";
2240 $sql .=
', f.fk_facture_source, f.fk_fac_rec_source';
2241 $sql .=
', f.fk_mode_reglement, f.fk_cond_reglement, f.fk_projet as fk_project, f.extraparams';
2242 $sql .=
', f.situation_cycle_ref, f.situation_counter, f.situation_final';
2243 $sql .=
', f.fk_account';
2244 $sql .=
", f.fk_multicurrency, f.multicurrency_code, f.multicurrency_tx, f.multicurrency_total_ht, f.multicurrency_total_tva, f.multicurrency_total_ttc";
2245 $sql .=
', p.code as mode_reglement_code, p.libelle as mode_reglement_libelle';
2246 $sql .=
', c.code as cond_reglement_code, c.libelle as cond_reglement_libelle, c.libelle_facture as cond_reglement_libelle_doc';
2247 $sql .=
', f.fk_incoterms, f.location_incoterms';
2248 $sql .=
', f.module_source, f.pos_source';
2249 $sql .=
", i.libelle as label_incoterms";
2250 $sql .=
", f.retained_warranty as retained_warranty, f.retained_warranty_date_limit as retained_warranty_date_limit, f.retained_warranty_fk_cond_reglement as retained_warranty_fk_cond_reglement";
2252 if ($doFetchInOneSqlRequest && $extraFieldsCheck) {
2253 foreach ($extrafields->attributes[$this->table_element][
'label'] as $key => $val) {
2254 $type = !empty($extrafields->attributes[$this->table_element][
'type'][$key])
2255 ? $extrafields->attributes[$this->table_element][
'type'][$key]
2258 if ($type !==
'separate') {
2259 if (in_array($type, array(
'point',
'multipts',
'linestrg',
'polygon'))) {
2260 $sql .=
", ST_AsWKT(ef.".$key.
") as ".$key;
2262 $sql .=
", ef.".$key;
2268 $sql .=
' FROM '.$this->db->prefix().
'facture as f';
2271 if ($doFetchInOneSqlRequest && $extraFieldsCheck) {
2273 $sql .=
' LEFT JOIN '.$this->db->prefix().$this->table_element.
'_extrafields as ef ON f.rowid = ef.fk_object';
2276 $sql .=
' LEFT JOIN '.$this->db->prefix().
'c_payment_term as c ON f.fk_cond_reglement = c.rowid';
2277 $sql .=
' LEFT JOIN '.$this->db->prefix().
'c_paiement as p ON f.fk_mode_reglement = p.id';
2278 $sql .=
" LEFT JOIN ".$this->db->prefix().
"c_input_reason as dr ON dr.rowid = f.fk_input_reason";
2279 $sql .=
' LEFT JOIN '.$this->db->prefix().
'c_incoterms as i ON f.fk_incoterms = i.rowid';
2282 $sql .=
" WHERE f.rowid = ".((int) $rowid);
2284 $sql .=
' WHERE f.entity IN ('.getEntity(
'invoice').
')';
2286 $sql .=
" AND f.ref = '".$this->db->escape($ref).
"'";
2289 $sql .=
" AND f.ref_ext = '".$this->db->escape($ref_ext).
"'";
2293 dol_syslog(get_class($this).
"::fetch", LOG_DEBUG);
2294 $resql = $this->db->query($sql);
2296 if ($this->db->num_rows($resql)) {
2297 $obj = $this->db->fetch_object($resql);
2299 $this->
id = $obj->rowid;
2300 $this->entity = $obj->entity;
2302 $this->
ref = $obj->ref;
2303 $this->ref_client = $obj->ref_client;
2304 $this->ref_customer = $obj->ref_client;
2305 $this->ref_ext = $obj->ref_ext;
2306 $this->
type = $obj->type;
2307 $this->subtype = $obj->subtype;
2308 $this->date = $this->db->jdate($obj->df);
2309 $this->date_pointoftax = $this->db->jdate($obj->date_pointoftax);
2310 $this->date_creation = $this->db->jdate($obj->datec);
2311 $this->date_validation = $this->db->jdate($obj->datev);
2312 $this->date_modification = $this->db->jdate($obj->datem);
2313 $this->datem = $this->db->jdate($obj->datem);
2314 $this->total_ht = $obj->total_ht;
2315 $this->total_tva = $obj->total_tva;
2316 $this->total_localtax1 = $obj->localtax1;
2317 $this->total_localtax2 = $obj->localtax2;
2318 $this->total_ttc = $obj->total_ttc;
2319 $this->revenuestamp = $obj->revenuestamp;
2320 $this->paye = $obj->paye;
2321 $this->close_code = $obj->close_code;
2322 $this->close_note = $obj->close_note;
2324 $this->socid = $obj->fk_soc;
2325 $this->thirdparty =
null;
2327 $this->fk_project = $obj->fk_project;
2328 $this->project =
null;
2330 $this->statut = $obj->status;
2331 $this->
status = $obj->status;
2333 $this->date_lim_reglement = $this->db->jdate($obj->dlr);
2334 $this->mode_reglement_id = $obj->fk_mode_reglement;
2335 $this->mode_reglement_code = $obj->mode_reglement_code;
2336 $this->mode_reglement = $obj->mode_reglement_libelle;
2337 $this->cond_reglement_id = $obj->fk_cond_reglement;
2338 $this->cond_reglement_code = $obj->cond_reglement_code;
2339 $this->cond_reglement = $obj->cond_reglement_libelle;
2340 $this->cond_reglement_doc = $obj->cond_reglement_libelle_doc;
2341 $this->fk_account = ($obj->fk_account > 0) ? $obj->fk_account :
null;
2342 $this->fk_facture_source = $obj->fk_facture_source;
2343 $this->fk_fac_rec_source = $obj->fk_fac_rec_source;
2344 $this->note = $obj->note_private;
2345 $this->note_private = $obj->note_private;
2346 $this->note_public = $obj->note_public;
2347 $this->user_creation_id = $obj->fk_user_author;
2348 $this->user_validation_id = $obj->fk_user_valid;
2349 $this->user_modification_id = $obj->fk_user_modif;
2350 $this->fk_user_author = $obj->fk_user_author;
2351 $this->fk_user_valid = $obj->fk_user_valid;
2352 $this->fk_user_modif = $obj->fk_user_modif;
2353 $this->model_pdf = $obj->model_pdf;
2354 $this->last_main_doc = $obj->last_main_doc;
2355 $this->demand_reason_id = $obj->fk_input_reason;
2356 $this->situation_cycle_ref = $obj->situation_cycle_ref;
2357 $this->situation_counter = $obj->situation_counter;
2358 $this->situation_final = $obj->situation_final;
2359 $this->retained_warranty = $obj->retained_warranty;
2360 $this->retained_warranty_date_limit = $this->db->jdate($obj->retained_warranty_date_limit);
2361 $this->retained_warranty_fk_cond_reglement = $obj->retained_warranty_fk_cond_reglement;
2363 $this->extraparams = !empty($obj->extraparams) ? (array) json_decode($obj->extraparams,
true) : array();
2366 $this->fk_incoterms = $obj->fk_incoterms;
2367 $this->location_incoterms = $obj->location_incoterms;
2368 $this->label_incoterms = $obj->label_incoterms;
2370 $this->module_source = $obj->module_source;
2371 $this->pos_source = $obj->pos_source;
2374 $this->fk_multicurrency = $obj->fk_multicurrency;
2375 $this->multicurrency_code = $obj->multicurrency_code;
2376 $this->multicurrency_tx = $obj->multicurrency_tx;
2377 $this->multicurrency_total_ht = $obj->multicurrency_total_ht;
2378 $this->multicurrency_total_tva = $obj->multicurrency_total_tva;
2379 $this->multicurrency_total_ttc = $obj->multicurrency_total_ttc;
2382 if ($doFetchInOneSqlRequest && $extraFieldsCheck) {
2383 $this->array_options = array();
2385 foreach ($extrafields->attributes[$this->table_element][
'label'] as $key => $val) {
2386 $type = !empty($extrafields->attributes[$this->table_element][
'type'][$key])
2387 ? $extrafields->attributes[$this->table_element][
'type'][$key]
2390 if ($type !==
'separate') {
2391 $rawval = $obj->$key;
2394 if (in_array($type, array(
'date',
'datetime'))) {
2395 $this->array_options[
'options_' . $key] = $this->db->jdate($rawval);
2396 } elseif ($type ==
'password') {
2397 if (!empty($rawval) && preg_match(
'/^dolcrypt:/', $rawval)) {
2398 $this->array_options[
'options_' . $key] =
dolDecrypt($rawval);
2400 $this->array_options[
'options_' . $key] = $rawval;
2403 $this->array_options[
'options_' . $key] = $rawval;
2409 foreach ($extrafields->attributes[$this->table_element][
'label'] as $key => $val) {
2410 if (!empty($extrafields->attributes[$this->table_element][
'computed'][$key])) {
2411 if (empty(
$conf->disable_compute)) {
2412 global $objectoffield;
2413 $objectoffield = $this;
2414 $this->array_options[
'options_' . $key] =
dol_eval((
string) $extrafields->attributes[$this->table_element][
'computed'][$key], 1, 0,
'2');
2420 if (($this->
type == self::TYPE_SITUATION || ($this->
type == self::TYPE_CREDIT_NOTE && $this->situation_cycle_ref > 0)) && $fetch_situation) {
2424 if (!$doFetchInOneSqlRequest) {
2431 $this->lines = array();
2435 $this->error = $this->db->error();
2439 $this->db->free($resql);
2443 $this->error =
'Invoice with id='.$rowid.
' or ref='.$ref.
' or ref_ext='.$ref_ext.
' not found';
2445 dol_syslog(__METHOD__.$this->error, LOG_WARNING);
2449 $this->error = $this->db->lasterror();
2464 public function fetch_lines($only_product = 0, $loadalsotranslation = 0)
2466 global
$conf, $extrafields;
2469 $this->lines = array();
2471 $extraFieldsCheck =
false;
2472 $doFetchInOneSqlRequest =
getDolGlobalInt(
'MAIN_DO_FETCH_IN_ONE_SQL_REQUEST');
2474 if ($doFetchInOneSqlRequest) {
2476 if (!isset($extrafields) || !is_object($extrafields)) {
2477 require_once DOL_DOCUMENT_ROOT.
'/core/class/extrafields.class.php';
2482 if (empty($extrafields->attributes[$this->table_element_line][
'loaded'])) {
2483 $extrafields->fetch_name_optionals_label($this->table_element_line);
2486 $extraFieldsCheck = (
2487 !empty($extrafields->attributes[$this->table_element_line][
'label'])
2488 && is_array($extrafields->attributes[$this->table_element_line][
'label'])
2489 && count($extrafields->attributes[$this->table_element_line][
'label']) > 0
2493 $sql =
'SELECT l.rowid, l.fk_facture, l.fk_product, l.fk_parent_line, l.label as custom_label, l.description, l.product_type, l.price, l.qty, l.vat_src_code, l.tva_tx,';
2494 $sql .=
' l.localtax1_tx, l.localtax2_tx, l.localtax1_type, l.localtax2_type, l.remise_percent, l.fk_remise_except, l.subprice, l.ref_ext,';
2495 $sql .=
' l.situation_percent, l.fk_prev_id,';
2496 $sql .=
' l.rang, l.special_code, l.batch, l.fk_warehouse,';
2497 $sql .=
' l.date_start as date_start, l.date_end as date_end,';
2498 $sql .=
' l.info_bits, l.total_ht, l.total_tva, l.total_localtax1, l.total_localtax2, l.total_ttc, l.fk_code_ventilation, l.fk_product_fournisseur_price as fk_fournprice, l.buy_price_ht as pa_ht,';
2499 $sql .=
' l.fk_unit, l.extraparams,';
2500 $sql .=
' l.fk_multicurrency, l.multicurrency_code, l.multicurrency_subprice, l.multicurrency_total_ht, l.multicurrency_total_tva, l.multicurrency_total_ttc,';
2501 $sql .=
' p.ref as product_ref, p.fk_product_type as fk_product_type, p.label as product_label, p.description as product_desc, p.barcode as product_barcode';
2503 if ($doFetchInOneSqlRequest && $extraFieldsCheck) {
2504 foreach ($extrafields->attributes[$this->table_element_line][
'label'] as $key => $val) {
2505 $type = !empty($extrafields->attributes[$this->table_element_line][
'type'][$key])
2506 ? $extrafields->attributes[$this->table_element_line][
'type'][$key]
2509 if ($type !==
'separate') {
2510 if (in_array($type, array(
'point',
'multipts',
'linestrg',
'polygon'))) {
2511 $sql .=
", ST_AsWKT(ef.".$key.
") as ".$key;
2513 $sql .=
", ef.".$key;
2519 $sql .=
' FROM '.$this->db->prefix().
'facturedet as l';
2522 if ($doFetchInOneSqlRequest && $extraFieldsCheck) {
2524 $sql .=
' LEFT JOIN '.$this->db->prefix().$this->table_element_line.
'_extrafields as ef ON l.rowid = ef.fk_object';
2527 $sql .=
' LEFT JOIN '.$this->db->prefix().
'product as p ON l.fk_product = p.rowid';
2528 $sql .=
' WHERE l.fk_facture = '.((int) $this->
id);
2529 $sql .=
' ORDER BY l.rang, l.rowid';
2531 dol_syslog(get_class($this).
'::fetch_lines', LOG_DEBUG);
2532 $result = $this->db->query($sql);
2534 $num = $this->db->num_rows($result);
2537 $objp = $this->db->fetch_object($result);
2540 $line->id = $objp->rowid;
2541 $line->rowid = $objp->rowid;
2542 $line->fk_facture = $objp->fk_facture;
2543 $line->label = $objp->custom_label;
2544 $line->desc = $objp->description;
2545 $line->description = $objp->description;
2546 $line->product_type = $objp->product_type;
2547 $line->ref = $objp->product_ref;
2548 $line->product_ref = $objp->product_ref;
2549 $line->libelle = $objp->product_label;
2550 $line->product_label = $objp->product_label;
2551 $line->product_barcode = $objp->product_barcode;
2552 $line->product_desc = $objp->product_desc;
2553 $line->fk_product_type = $objp->fk_product_type;
2554 $line->qty = $objp->qty;
2555 $line->subprice = $objp->subprice;
2556 $line->ref_ext = $objp->ref_ext;
2558 $line->vat_src_code = $objp->vat_src_code;
2559 $line->tva_tx = $objp->tva_tx;
2560 $line->localtax1_tx = $objp->localtax1_tx;
2561 $line->localtax2_tx = $objp->localtax2_tx;
2562 $line->localtax1_type = $objp->localtax1_type;
2563 $line->localtax2_type = $objp->localtax2_type;
2564 $line->remise_percent = $objp->remise_percent;
2565 $line->fk_remise_except = $objp->fk_remise_except;
2566 $line->fk_product = $objp->fk_product;
2567 $line->date_start = $this->db->jdate($objp->date_start);
2568 $line->date_end = $this->db->jdate($objp->date_end);
2569 $line->info_bits = $objp->info_bits;
2570 $line->total_ht = $objp->total_ht;
2571 $line->total_tva = $objp->total_tva;
2572 $line->total_localtax1 = $objp->total_localtax1;
2573 $line->total_localtax2 = $objp->total_localtax2;
2574 $line->total_ttc = $objp->total_ttc;
2576 $line->fk_fournprice = $objp->fk_fournprice;
2577 $marginInfos =
getMarginInfos($objp->subprice, $objp->remise_percent, $objp->tva_tx, $objp->localtax1_tx, $objp->localtax2_tx, $line->fk_fournprice, $objp->pa_ht);
2578 $line->pa_ht = $marginInfos[0];
2579 $line->marge_tx = (string) $marginInfos[1];
2580 $line->marque_tx = (string) $marginInfos[2];
2581 $line->rang = $objp->rang;
2582 $line->special_code = $objp->special_code;
2583 $line->fk_parent_line = $objp->fk_parent_line;
2584 $line->situation_percent = $objp->situation_percent;
2585 $line->fk_prev_id = $objp->fk_prev_id;
2586 $line->fk_unit = $objp->fk_unit;
2588 $line->extraparams = !empty($objp->extraparams) ? (array) json_decode($objp->extraparams,
true) : array();
2590 $line->batch = $objp->batch;
2591 $line->fk_warehouse = $objp->fk_warehouse;
2594 $line->fk_code_ventilation = $objp->fk_code_ventilation;
2597 $line->fk_multicurrency = $objp->fk_multicurrency;
2598 $line->multicurrency_code = $objp->multicurrency_code;
2599 $line->multicurrency_subprice = $objp->multicurrency_subprice;
2600 $line->multicurrency_total_ht = $objp->multicurrency_total_ht;
2601 $line->multicurrency_total_tva = $objp->multicurrency_total_tva;
2602 $line->multicurrency_total_ttc = $objp->multicurrency_total_ttc;
2604 $line->array_options = array();
2605 if ($doFetchInOneSqlRequest && $extraFieldsCheck) {
2606 foreach ($extrafields->attributes[$this->table_element_line][
'label'] as $key => $val) {
2607 $type = !empty($extrafields->attributes[$this->table_element_line][
'type'][$key])
2608 ? $extrafields->attributes[$this->table_element_line][
'type'][$key]
2611 if ($type !==
'separate') {
2612 $rawval = $objp->$key;
2615 if (in_array($type, array(
'date',
'datetime'))) {
2616 $line->array_options[
'options_' . $key] = $this->db->jdate($rawval);
2617 } elseif ($type ==
'password') {
2618 if (!empty($rawval) && preg_match(
'/^dolcrypt:/', $rawval)) {
2619 $line->array_options[
'options_' . $key] =
dolDecrypt($rawval);
2621 $line->array_options[
'options_' . $key] = $rawval;
2624 $line->array_options[
'options_' . $key] = $rawval;
2630 foreach ($extrafields->attributes[$this->table_element_line][
'label'] as $key => $val) {
2631 if (!empty($extrafields->attributes[$this->table_element_line][
'computed'][$key])) {
2632 if (empty(
$conf->disable_compute)) {
2633 global $objectoffield;
2634 $objectoffield = $line;
2635 $line->array_options[
'options_' . $key] =
dol_eval((
string) $extrafields->attributes[$this->table_element_line][
'computed'][$key], 1, 0,
'2');
2641 if (!$doFetchInOneSqlRequest) {
2643 $line->fetch_optionals();
2647 if (
getDolGlobalInt(
'MAIN_MULTILANGS') && !empty($objp->fk_product) && !empty($loadalsotranslation)) {
2648 $tmpproduct =
new Product($this->db);
2649 $tmpproduct->fetch($objp->fk_product);
2650 $tmpproduct->getMultiLangs();
2652 $line->multilangs = $tmpproduct->multilangs;
2655 $this->lines[$i] = $line;
2659 $this->db->free($result);
2662 $this->error = $this->db->error();
2677 $this->tab_previous_situation_invoice = array();
2678 $this->tab_next_situation_invoice = array();
2680 $sql =
'SELECT rowid, type, situation_cycle_ref, situation_counter FROM '.MAIN_DB_PREFIX.
'facture';
2681 $sql .=
" WHERE rowid <> ".((int) $this->
id);
2682 $sql .=
' AND entity = '.((int) $this->entity);
2683 $sql .=
' AND situation_cycle_ref = '.(int) $this->situation_cycle_ref;
2684 $sql .=
' ORDER BY situation_counter ASC';
2686 dol_syslog(get_class($this).
'::fetchPreviousNextSituationInvoice ', LOG_DEBUG);
2687 $result = $this->db->query($sql);
2688 if ($result && $this->db->num_rows($result) > 0) {
2689 while ($objp = $this->db->fetch_object($result)) {
2690 $invoice =
new Facture($this->db);
2691 if ($invoice->fetch($objp->rowid) > 0) {
2692 if ($objp->situation_counter < $this->situation_counter
2693 || ($objp->situation_counter == $this->situation_counter && $objp->rowid < $this->id)
2695 $this->tab_previous_situation_invoice[] = $invoice;
2697 $this->tab_next_situation_invoice[] = $invoice;
2716 if (empty($this->
type)) {
2719 if (isset($this->subtype)) {
2720 $this->subtype = (int) trim((
string) $this->subtype);
2722 if (isset($this->
ref)) {
2723 $this->
ref = trim($this->
ref);
2725 if (isset($this->ref_ext)) {
2726 $this->ref_ext = trim($this->ref_ext);
2728 if (!empty($this->ref_customer)) {
2729 $this->ref_customer = trim($this->ref_customer);
2731 if (isset($this->increment)) {
2732 $this->increment = trim($this->increment);
2734 if (isset($this->close_code)) {
2735 $this->close_code = trim($this->close_code);
2737 if (isset($this->close_note)) {
2738 $this->close_note = trim($this->close_note);
2740 if (isset($this->note) || isset($this->note_private)) {
2741 $this->note = (isset($this->note) ? trim($this->note) : trim($this->note_private));
2743 if (isset($this->note) || isset($this->note_private)) {
2744 $this->note_private = (isset($this->note_private) ? trim($this->note_private) : trim($this->note));
2746 if (isset($this->note_public)) {
2747 $this->note_public = trim($this->note_public);
2749 if (isset($this->model_pdf)) {
2750 $this->model_pdf = trim($this->model_pdf);
2752 if (isset($this->import_key)) {
2753 $this->import_key = trim($this->import_key);
2755 if (isset($this->retained_warranty)) {
2756 $this->retained_warranty = (float) $this->retained_warranty;
2758 if (!isset($this->user_creation_id) && isset($this->fk_user_author)) {
2759 $this->user_creation_id = $this->fk_user_author;
2761 if (!isset($this->user_validation_id) && isset($this->fk_user_valid)) {
2762 $this->user_validation_id = $this->fk_user_valid;
2766 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"facture SET";
2767 $sql .=
" ref=".(isset($this->
ref) ?
"'".$this->db->escape($this->
ref).
"'" :
"null").
",";
2768 $sql .=
" ref_ext=".(isset($this->ref_ext) ?
"'".$this->db->escape($this->ref_ext).
"'" :
"null").
",";
2769 $sql .=
" type=".(isset($this->
type) ? $this->db->escape((
string) $this->type) :
"null").
",";
2770 $sql .=
" subtype=".(isset($this->subtype) ? $this->db->escape((
string) $this->subtype) :
"null").
",";
2771 $sql .=
" ref_client=".(!empty($this->ref_customer) ?
"'".$this->db->escape($this->ref_customer).
"'" : (isset($this->ref_client) ?
"'".$this->db->escape($this->ref_client).
"'" :
"null")).
",";
2772 $sql .=
" increment=".(isset($this->increment) ?
"'".$this->db->escape($this->increment).
"'" :
"null").
",";
2773 $sql .=
" fk_soc=".(isset($this->socid) ? $this->db->escape((
string) $this->socid) :
"null").
",";
2774 $sql .=
" datec=".(strval($this->date_creation) !=
'' ?
"'".$this->db->idate($this->date_creation).
"'" :
'null').
",";
2775 $sql .=
" datef=".(strval($this->date) !=
'' ?
"'".$this->db->idate($this->date).
"'" :
'null').
",";
2776 $sql .=
" date_pointoftax=".(strval($this->date_pointoftax) !=
'' ?
"'".$this->db->idate($this->date_pointoftax).
"'" :
'null').
",";
2777 $sql .=
" date_valid=".(strval($this->date_validation) !=
'' ?
"'".$this->db->idate($this->date_validation).
"'" :
'null').
",";
2778 $sql .=
" paye=".(isset($this->paye) ? $this->db->escape((
string) $this->paye) : 0).
",";
2779 $sql .=
" close_code=".(isset($this->close_code) ?
"'".$this->db->escape($this->close_code).
"'" :
"null").
",";
2780 $sql .=
" close_note=".(isset($this->close_note) ?
"'".$this->db->escape($this->close_note).
"'" :
"null").
",";
2781 $sql .=
" total_tva=".((float) $this->total_tva).
",";
2782 $sql .=
" localtax1=".((float) $this->total_localtax1).
",";
2783 $sql .=
" localtax2=".((float) $this->total_localtax2).
",";
2784 $sql .=
" total_ht=".((float) $this->total_ht).
",";
2785 $sql .=
" total_ttc=".((float) $this->total_ttc).
",";
2786 $sql .=
" revenuestamp=".((isset($this->revenuestamp) && $this->revenuestamp !=
'') ? (
float) $this->revenuestamp :
"null").
",";
2787 $sql .=
" fk_statut=".(isset($this->
status) ? (int) $this->
status :
"null").
",";
2788 $sql .=
" fk_user_author=".(isset($this->user_creation_id) ? ((int) $this->user_creation_id) :
"null").
",";
2789 $sql .=
" fk_user_valid=".(isset($this->user_validation_id) ? (int) $this->user_validation_id :
"null").
",";
2790 $sql .=
" fk_facture_source=".(isset($this->fk_facture_source) ? (int) $this->fk_facture_source :
"null").
",";
2791 $sql .=
" fk_projet=".(isset($this->fk_project) ? (int) $this->fk_project :
"null").
",";
2792 $sql .=
" fk_cond_reglement=".(isset($this->cond_reglement_id) ? (int) $this->cond_reglement_id :
"null").
",";
2793 $sql .=
" fk_mode_reglement=".(isset($this->mode_reglement_id) ? (int) $this->mode_reglement_id :
"null").
",";
2794 $sql .=
" date_lim_reglement=".(strval($this->date_lim_reglement) !=
'' ?
"'".$this->db->idate($this->date_lim_reglement).
"'" :
'null').
",";
2795 $sql .=
" note_private = ".(isset($this->note_private) ?
"'".$this->db->escape($this->note_private).
"'" :
"null").
",";
2796 $sql .=
" note_public = ".(isset($this->note_public) ?
"'".$this->db->escape($this->note_public).
"'" :
"null").
",";
2797 $sql .=
" model_pdf = ".(isset($this->model_pdf) ?
"'".$this->db->escape($this->model_pdf).
"'" :
"null").
",";
2798 $sql .=
" import_key = ".(isset($this->import_key) ?
"'".$this->db->escape($this->import_key).
"'" :
"null").
",";
2799 $sql .=
" module_source = ".(isset($this->module_source) ?
"'".$this->db->escape($this->module_source).
"'" :
"null").
",";
2800 $sql .=
" pos_source = ".(isset($this->pos_source) ?
"'".$this->db->escape($this->pos_source).
"'" :
"null").
",";
2801 $sql .=
" situation_cycle_ref = ".(empty($this->situation_cycle_ref) ?
"null" : (int) $this->situation_cycle_ref).
",";
2802 $sql .=
" situation_counter = ".(empty($this->situation_counter) ?
"null" : (int) $this->situation_counter).
",";
2803 $sql .=
" situation_final = ".(empty($this->situation_final) ?
"0" : (int) $this->situation_final).
",";
2804 $sql .=
" retained_warranty = ".(empty($this->retained_warranty) ?
"0" : (float) $this->retained_warranty).
",";
2805 $sql .=
" retained_warranty_date_limit = ".(strval($this->retained_warranty_date_limit) !=
'' ?
"'".$this->db->idate($this->retained_warranty_date_limit).
"'" :
'null').
",";
2806 $sql .=
" retained_warranty_fk_cond_reglement = ".(isset($this->retained_warranty_fk_cond_reglement) ? (int) $this->retained_warranty_fk_cond_reglement :
"null");
2807 $sql .=
" WHERE rowid = ".((int) $this->
id);
2811 dol_syslog(get_class($this).
"::update", LOG_DEBUG);
2812 $resql = $this->db->query($sql);
2815 $this->errors[] =
"Error ".$this->db->lasterror();
2825 if (!$error && !$notrigger) {
2836 foreach ($this->errors as $errmsg) {
2837 dol_syslog(get_class($this).
"::update ".$errmsg, LOG_ERR);
2838 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
2840 $this->db->rollback();
2843 $this->db->commit();
2861 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
2862 include_once DOL_DOCUMENT_ROOT.
'/core/class/discount.class.php';
2867 $result = $remise->fetch($idremise);
2870 if ($remise->fk_facture) {
2871 $this->error = $langs->trans(
"ErrorDiscountAlreadyUsed");
2872 $this->db->rollback();
2877 $facligne->fk_facture = $this->id;
2878 $facligne->fk_remise_except = $remise->id;
2879 $facligne->desc = $remise->description;
2880 $facligne->vat_src_code = $remise->vat_src_code;
2881 $facligne->tva_tx = $remise->tva_tx;
2882 $facligne->subprice = -(float) $remise->amount_ht;
2883 $facligne->fk_product = 0;
2885 $facligne->remise_percent = 0;
2886 $facligne->rang = -1;
2887 $facligne->info_bits = 2;
2890 $facligne->rang = 1;
2891 $linecount = count($this->lines);
2892 for ($ii = 1; $ii <= $linecount; $ii++) {
2898 if ($remise->fk_facture_source > 0) {
2899 $srcinvoice =
new Facture($this->db);
2900 $srcinvoice->fetch($remise->fk_facture_source);
2901 include_once DOL_DOCUMENT_ROOT.
'/core/class/html.formmargin.class.php';
2903 $arraytmp = $formmargin->getMarginInfosArray($srcinvoice,
false);
2904 $facligne->pa_ht = $arraytmp[
'pa_total'];
2907 $facligne->total_ht = -(float) $remise->amount_ht;
2908 $facligne->total_tva = -(float) $remise->amount_tva;
2909 $facligne->total_ttc = -(float) $remise->amount_ttc;
2911 $facligne->multicurrency_subprice = -(float) $remise->multicurrency_subprice;
2912 $facligne->multicurrency_total_ht = -(float) $remise->multicurrency_amount_ht;
2913 $facligne->multicurrency_total_tva = -(float) $remise->multicurrency_amount_tva;
2914 $facligne->multicurrency_total_ttc = -(float) $remise->multicurrency_amount_ttc;
2916 $lineid = $facligne->insert();
2921 $result = $remise->link_to_invoice($lineid, 0);
2923 $this->error = $remise->error;
2924 $this->db->rollback();
2928 $this->db->commit();
2931 $this->error = $facligne->error;
2932 $this->db->rollback();
2936 $this->error = $facligne->error;
2937 $this->db->rollback();
2941 $this->db->rollback();
2963 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"facture";
2964 if (empty($ref_client)) {
2965 $sql .=
" SET ref_client = NULL";
2967 $sql .=
" SET ref_client = '".$this->db->escape($ref_client).
"'";
2969 $sql .=
" WHERE rowid = ".((int) $this->
id);
2971 dol_syslog(__METHOD__.
' this->id='.$this->id.
', ref_client='.$ref_client, LOG_DEBUG);
2972 $resql = $this->db->query($sql);
2974 $this->errors[] = $this->db->error();
2979 $this->ref_client = $ref_client;
2980 $this->ref_customer = $ref_client;
2983 if (!$notrigger && empty($error)) {
2993 $this->ref_client = $ref_client;
2994 $this->ref_customer = $ref_client;
2996 $this->db->commit();
2999 foreach ($this->errors as $errmsg) {
3000 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
3001 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
3003 $this->db->rollback();
3023 dol_syslog(__METHOD__.
' : inputReasonId='.$inputReasonId, LOG_DEBUG);
3024 if ($this->
status >= self::STATUS_DRAFT) {
3026 $this->demand_reason_id = $inputReasonId;
3030 $sql =
"UPDATE ".$this->db->prefix().$this->table_element;
3031 $sql .=
" SET fk_input_reason = ".($inputReasonId > 0 ? (int) $inputReasonId :
'null');
3032 $sql .=
" WHERE rowid = ".((int) $this->
id);
3035 $res = $this->db->query($sql);
3038 $this->error = $this->db->lasterror();
3039 $this->errors[] = $this->error;
3054 $this->db->commit();
3056 $this->demand_reason_id = $this->oldcopy->demand_reason_id;
3057 $this->db->rollback();
3058 dol_syslog(__METHOD__.
' Error : '.$this->errorsToString(), LOG_ERR);
3079 public function delete($user, $notrigger = 0, $idwarehouse = -1)
3081 global $langs,
$conf;
3082 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
3086 dol_syslog(get_class($this).
"::delete rowid=".$rowid.
", ref=".$this->ref.
", thirdparty=".(empty($this->thirdparty) ?
'' : $this->thirdparty->name), LOG_DEBUG);
3099 if (!$error && !$notrigger) {
3110 $sql =
"DELETE FROM ".MAIN_DB_PREFIX.
"categorie_invoice";
3111 $sql .=
" WHERE fk_invoice = ".((int) $this->
id);
3113 $result = $this->db->query($sql);
3116 $this->errors[] = $this->db->lasterror();
3125 dol_syslog(get_class($this).
"::delete error deleteExtraFields ".$this->error, LOG_ERR);
3139 $sql =
'DELETE FROM '.MAIN_DB_PREFIX.
'societe_remise_except';
3140 $sql .=
' WHERE fk_facture_source = '.((int) $rowid);
3141 $sql .=
' AND fk_facture_line IS NULL';
3142 $resql = $this->db->query($sql);
3146 $list_rowid_det = array();
3147 foreach ($this->lines as $key => $invoiceline) {
3148 $list_rowid_det[] = $invoiceline->id;
3152 if (count($list_rowid_det)) {
3153 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'societe_remise_except';
3154 $sql .=
' SET fk_facture = NULL, fk_facture_line = NULL';
3155 $sql .=
' WHERE fk_facture_line IN ('.$this->db->sanitize(implode(
',', $list_rowid_det)).
')';
3157 if (!$this->db->query($sql)) {
3158 $this->error = $this->db->error().
" sql=".$sql;
3159 $this->errors[] = $this->error;
3160 $this->db->rollback();
3167 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'eventorganization_conferenceorboothattendee';
3168 $sql .=
' SET fk_invoice = NULL';
3169 $sql .=
' WHERE fk_invoice = '.((int) $rowid);
3171 if (!$this->db->query($sql)) {
3172 $this->error = $this->db->error().
" sql=".$sql;
3173 $this->errors[] = $this->error;
3174 $this->db->rollback();
3178 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'element_time';
3179 $sql .=
' SET invoice_id = NULL, invoice_line_id = NULL';
3180 $sql .=
' WHERE invoice_id = '.((int) $rowid);
3182 if (!$this->db->query($sql)) {
3183 $this->error = $this->db->error().
" sql=".$sql;
3184 $this->errors[] = $this->error;
3185 $this->db->rollback();
3190 if ($this->
type != self::TYPE_DEPOSIT && $result >= 0 && isModEnabled(
'stock') &&
getDolGlobalString(
'STOCK_CALCULATE_ON_BILL') && $idwarehouse != -1) {
3191 require_once DOL_DOCUMENT_ROOT.
'/product/stock/class/mouvementstock.class.php';
3192 $langs->load(
"agenda");
3194 $num = count($this->lines);
3195 for ($i = 0; $i < $num; $i++) {
3196 if ($this->lines[$i]->fk_product > 0) {
3198 $mouvP->origin = &$this;
3199 $mouvP->setOrigin($this->element, $this->
id);
3201 if ($this->
type == self::TYPE_CREDIT_NOTE) {
3202 $result = $mouvP->livraison($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $this->lines[$i]->subprice, $langs->trans(
"InvoiceDeleteDolibarr", $this->ref));
3204 $result = $mouvP->reception($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, 0, $langs->trans(
"InvoiceDeleteDolibarr", $this->ref));
3211 $main = MAIN_DB_PREFIX.
'facturedet';
3212 $ef = $main.
"_extrafields";
3213 $sqlef =
"DELETE FROM ".$ef.
" WHERE fk_object IN (SELECT rowid FROM ".$main.
" WHERE fk_facture = ".((int) $rowid).
")";
3215 $sql =
'DELETE FROM '.MAIN_DB_PREFIX.
'facturedet WHERE fk_facture = '.((int) $rowid);
3218 $sql =
'DELETE FROM '.MAIN_DB_PREFIX.
'facture WHERE rowid = '.((int) $rowid);
3220 $resql = $this->db->query($sql);
3228 if ($conf->facture->dir_output && !empty($this->
ref)) {
3229 $dir =
$conf->facture->dir_output.
"/".$ref;
3230 $file =
$conf->facture->dir_output.
"/".$ref.
"/".$ref.
".pdf";
3231 if (file_exists($file)) {
3235 $langs->load(
"errors");
3236 $this->error = $langs->trans(
"ErrorFailToDeleteFile", $file);
3237 $this->errors[] = $this->error;
3238 $this->db->rollback();
3242 if (file_exists($dir)) {
3244 $langs->load(
"errors");
3245 $this->error = $langs->trans(
"ErrorFailToDeleteDir", $dir);
3246 $this->errors[] = $this->error;
3247 $this->db->rollback();
3253 $this->db->commit();
3256 $this->error = $this->db->lasterror().
" sql=".$sql;
3257 $this->errors[] = $this->error;
3258 $this->db->rollback();
3262 $this->error = $this->db->lasterror().
" sql=".$sql;
3263 $this->errors[] = $this->error;
3264 $this->db->rollback();
3268 $this->db->rollback();
3285 public function set_paid($user, $close_code =
'', $close_note =
'')
3288 dol_syslog(get_class($this).
"::set_paid is deprecated, use setPaid instead", LOG_NOTICE);
3289 return $this->
setPaid($user, $close_code, $close_note);
3302 public function setPaid($user, $close_code =
'', $close_note =
'')
3306 if ($this->paye != 1 || $this->
status != self::STATUS_CLOSED) {
3311 dol_syslog(get_class($this).
"::setPaid rowid=".((
int) $this->
id), LOG_DEBUG);
3313 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'facture SET';
3314 $sql .=
' fk_statut = '.self::STATUS_CLOSED;
3316 $sql .=
', paye = 1';
3319 $sql .=
", close_code = '".$this->db->escape($close_code).
"'";
3322 $sql .=
", close_note = '".$this->db->escape($close_note).
"'";
3324 $sql .=
', fk_user_closing = '.((int) $user->id);
3325 $sql .=
", date_closing = '".$this->db->idate($now).
"'";
3326 $sql .=
" WHERE rowid = ".((int) $this->
id);
3328 $resql = $this->db->query($sql);
3338 $this->error = $this->db->lasterror();
3344 $this->db->commit();
3347 $this->db->rollback();
3370 dol_syslog(get_class($this).
"::set_unpaid is deprecated, use setUnpaid instead", LOG_NOTICE);
3388 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'facture';
3389 $sql .=
' SET paye=0, fk_statut='.self::STATUS_VALIDATED.
', close_code=null, close_note=null,';
3390 $sql .=
' date_closing=null,';
3391 $sql .=
' fk_user_closing=null';
3392 $sql .=
" WHERE rowid = ".((int) $this->
id);
3394 dol_syslog(get_class($this).
"::setUnpaid", LOG_DEBUG);
3395 $resql = $this->db->query($sql);
3405 $this->error = $this->db->error();
3410 $this->db->commit();
3413 $this->db->rollback();
3435 dol_syslog(get_class($this).
"::set_canceled is deprecated, use setCanceled instead", LOG_NOTICE);
3436 return $this->
setCanceled($user, $close_code, $close_note);
3449 public function setCanceled($user, $close_code =
'', $close_note =
'')
3451 dol_syslog(get_class($this).
"::setCanceled rowid=".((
int) $this->
id), LOG_DEBUG);
3456 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'facture SET';
3457 $sql .=
' fk_statut='.self::STATUS_ABANDONED;
3459 $sql .=
", close_code='".$this->db->escape($close_code).
"'";
3462 $sql .=
", close_note='".$this->db->escape($close_note).
"'";
3464 $sql .=
', fk_user_closing = '.((int) $user->id);
3465 $sql .=
", date_closing = '".$this->db->idate($now).
"'";
3466 $sql .=
" WHERE rowid = ".((int) $this->
id);
3468 $resql = $this->db->query($sql);
3472 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'societe_remise_except';
3473 $sql .=
' SET fk_facture = NULL';
3474 $sql .=
' WHERE fk_facture = '.((int) $this->
id);
3476 $resql = $this->db->query($sql);
3481 $this->db->rollback();
3486 $this->db->commit();
3489 $this->error = $this->db->error().
" sql=".$sql;
3490 $this->db->rollback();
3494 $this->error = $this->db->error().
" sql=".$sql;
3495 $this->db->rollback();
3512 public function validate($user, $force_number =
'', $idwarehouse = 0, $notrigger = 0, $batch_rule = 0)
3514 global
$conf, $langs, $mysoc;
3515 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
3517 $productStatic =
null;
3518 $warehouseStatic =
null;
3519 $productbatch =
null;
3520 if ($batch_rule > 0) {
3521 require_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
3522 require_once DOL_DOCUMENT_ROOT.
'/product/class/productbatch.class.php';
3523 require_once DOL_DOCUMENT_ROOT.
'/product/stock/class/entrepot.class.php';
3524 $productStatic =
new Product($this->db);
3525 $warehouseStatic =
new Entrepot($this->db);
3532 dol_syslog(get_class($this).
'::validate user='.$user->id.
', force_number='.$force_number.
', idwarehouse='.$idwarehouse);
3539 if ($this->
status != self::STATUS_DRAFT) {
3540 dol_syslog(get_class($this).
"::validate Current status is not draft. operation canceled.", LOG_WARNING);
3543 if (count($this->lines) <= 0) {
3544 $langs->load(
"errors");
3545 $this->error = $langs->trans(
"ErrorObjectMustHaveLinesToBeValidated", $this->
ref);
3549 || (
getDolGlobalString(
'MAIN_USE_ADVANCED_PERMS') && !$user->hasRight(
'facture',
'invoice_advance',
'validate'))) {
3550 $this->error =
'Permission denied';
3551 dol_syslog(get_class($this).
"::validate ".$this->error.
' MAIN_USE_ADVANCED_PERMS=' .
getDolGlobalString(
'MAIN_USE_ADVANCED_PERMS'), LOG_ERR);
3554 if ((preg_match(
'/^[\(]?PROV/i', $this->
ref) || empty($this->
ref)) &&
3562 if (!$last_of_type[0]) {
3563 $this->error = $langs->transnoentities(
"ErrorInvoiceIsNotLastOfSameType", $this->
ref,
dol_print_date($this->date,
'day'),
dol_print_date($last_of_type[1],
'day'));
3569 if (!empty($this->thirdparty) && is_object($this->thirdparty)) {
3570 $array_to_check = array(
'IDPROF1',
'IDPROF2',
'IDPROF3',
'IDPROF4',
'IDPROF5',
'IDPROF6',
'EMAIL',
'TVA_INTRA',
'ACCOUNTANCY_CODE_CUSTOMER');
3571 foreach ($array_to_check as $key) {
3572 $keymin = strtolower($key);
3573 if (!property_exists($this->thirdparty, $keymin)) {
3576 $vallabel = $this->thirdparty->$keymin;
3578 $i = (int) preg_replace(
'/[^0-9]/',
'', $key);
3580 if ($this->thirdparty->isACompany()) {
3582 if ($mysoc->country_id > 0 && $this->thirdparty->country_id == $mysoc->country_id) {
3583 $idprof_mandatory =
'SOCIETE_'.$key.
'_INVOICE_MANDATORY';
3585 $langs->load(
"errors");
3586 $this->error = $langs->trans(
'ErrorProdIdIsMandatory', $langs->transcountry(
'ProfId'.$i, $this->thirdparty->country_code)).
' ('.$langs->trans(
"ForbiddenBySetupRules").
') ['.$langs->trans(
'Company').
' : '.$this->thirdparty->name.
']';
3587 dol_syslog(__METHOD__.
' '.$this->error, LOG_ERR);
3593 if ($key ==
'EMAIL') {
3596 $langs->load(
"errors");
3597 $this->error = $langs->trans(
"ErrorBadEMail", $this->thirdparty->email).
' ('.$langs->trans(
"ForbiddenBySetupRules").
') ['.$langs->trans(
'Company').
' : '.$this->thirdparty->name.
']';
3598 dol_syslog(__METHOD__.
' '.$this->error, LOG_ERR);
3602 if ($key ==
'ACCOUNTANCY_CODE_CUSTOMER') {
3604 if (
getDolGlobalString(
'SOCIETE_ACCOUNTANCY_CODE_CUSTOMER_INVOICE_MANDATORY') && empty($this->thirdparty->code_compta_client)) {
3605 $langs->load(
"errors");
3606 $this->error = $langs->trans(
"ErrorAccountancyCodeCustomerIsMandatory", $this->thirdparty->name).
' ('.$langs->trans(
"ForbiddenBySetupRules").
')';
3607 dol_syslog(__METHOD__.
' '.$this->error, LOG_ERR);
3611 if ($key ==
'TVA_INTRA') {
3614 if (($this->thirdparty->tva_assuj) && empty($this->thirdparty->tva_intra) && $this->thirdparty->isInEEC()) {
3615 $langs->load(
"errors");
3616 $this->error = $langs->trans(
'ErrorProdIdIsMandatoryForEuThirdparties', $langs->transnoentitiesnoconv(
'VATIntra')).
' ('.$langs->transnoentitiesnoconv(
"ForbiddenBySetupRules").
') ['.$langs->trans(
'Company').
' : '.$this->thirdparty->name.
']';
3617 dol_syslog(__METHOD__.
' '.$this->error, LOG_ERR);
3620 } elseif (
getDolGlobalString(
'SOCIETE_VAT_INTRA_INVOICE_MANDATORY') && ($this->thirdparty->tva_assuj) && empty($this->thirdparty->tva_intra)) {
3621 $langs->load(
"errors");
3622 $this->error = $langs->trans(
'ErrorProdIdIsMandatory', $langs->transnoentitiesnoconv(
'VATIntra')).
' ('.$langs->transnoentitiesnoconv(
"ForbiddenBySetupRules").
') ['.$langs->trans(
'Company').
' : '.$this->thirdparty->name.
']';
3623 dol_syslog(__METHOD__.
' '.$this->error, LOG_ERR);
3632 $array_to_check = array(
'REF_CLIENT' =>
'RefCustomer');
3633 foreach ($array_to_check as $key => $val) {
3634 $keymin = strtolower($key);
3635 $vallabel = $this->$keymin;
3638 $keymandatory =
'INVOICE_'.$key.
'_MANDATORY_FOR_VALIDATION';
3640 $langs->load(
"errors");
3642 $this->error = $langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv($val));
3649 if ($this->
type == self::TYPE_REPLACEMENT) {
3651 if ($this->fk_facture_source <= 0) {
3652 $this->error = $langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"InvoiceReplacement"));
3653 $this->db->rollback();
3658 $facreplaced =
new Facture($this->db);
3659 $result = $facreplaced->fetch($this->fk_facture_source);
3661 $this->error = $langs->trans(
"ErrorBadInvoice");
3662 $this->db->rollback();
3667 $idreplacement = $facreplaced->getIdReplacingInvoice(
'validated');
3668 if ($idreplacement && $idreplacement != $this->
id) {
3669 $facreplacement =
new Facture($this->db);
3670 $facreplacement->fetch($idreplacement);
3671 $this->error = $langs->trans(
"ErrorInvoiceAlreadyReplaced", $facreplaced->ref, $facreplacement->ref);
3672 $this->db->rollback();
3676 $result = $facreplaced->setCanceled($user, self::CLOSECODE_REPLACED,
'');
3678 $this->error = $facreplaced->error;
3679 $this->db->rollback();
3685 if ($force_number) {
3686 $num = $force_number;
3687 } elseif (preg_match(
'/^[\(]?PROV/i', $this->
ref) || empty($this->
ref)) {
3700 $this->oldref = $this->ref;
3708 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'facture';
3709 $sql .=
" SET ref = '".$this->db->escape($num).
"', fk_statut = ".self::STATUS_VALIDATED.
", fk_user_valid = ".($user->id > 0 ? $user->id :
"null").
", date_valid = '".$this->db->idate($now).
"'";
3711 $sql .=
", datef='".$this->db->idate($this->date).
"'";
3712 $sql .=
", date_lim_reglement='".$this->db->idate($this->date_lim_reglement).
"'";
3714 $sql .=
" WHERE rowid = ".((int) $this->
id);
3716 dol_syslog(get_class($this).
"::validate", LOG_DEBUG);
3717 $resql = $this->db->query($sql);
3719 $this->error = $this->db->lasterror();
3726 $result = $this->thirdparty->setAsCustomer();
3729 if ($this->
type != self::TYPE_DEPOSIT && $result >= 0 && isModEnabled(
'stock') &&
getDolGlobalString(
'STOCK_CALCULATE_ON_BILL') && $idwarehouse > 0) {
3730 require_once DOL_DOCUMENT_ROOT.
'/product/stock/class/mouvementstock.class.php';
3731 $langs->load(
"agenda");
3734 $cpt = count($this->lines);
3735 for ($i = 0; $i < $cpt; $i++) {
3736 if ($this->lines[$i]->fk_product > 0) {
3738 $mouvP->origin = &$this;
3739 $mouvP->setOrigin($this->element, $this->
id);
3742 if ($this->
type == self::TYPE_CREDIT_NOTE) {
3745 $result = $mouvP->reception($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, 0, $langs->trans(
"InvoiceValidatedInDolibarr", $num),
'',
'', $this->lines[$i]->batch);
3748 $this->error = $mouvP->error;
3749 $this->errors = array_merge($this->errors, $mouvP->errors);
3755 $is_batch_line =
false;
3756 if ($batch_rule > 0) {
3757 $productStatic->fetch($this->lines[$i]->fk_product);
3758 if ($productStatic->hasbatch() && is_object($productbatch)) {
3759 $is_batch_line =
true;
3760 $product_qty_remain = $this->lines[$i]->qty;
3766 $sortfield =
'pl.sellby,pl.eatby,pb.qty,pl.rowid';
3767 $sortorder =
'ASC,ASC,ASC,ASC';
3770 $resBatchList = $productbatch->findAllForProduct($productStatic->id, $idwarehouse, (
getDolGlobalInt(
'STOCK_DISALLOW_NEGATIVE_TRANSFER') ? 0 :
null), $sortfield, $sortorder);
3771 if (!is_array($resBatchList)) {
3773 $this->error = $this->db->lasterror();
3777 $batchList = $resBatchList;
3778 if (empty($batchList)) {
3780 $langs->load(
'errors');
3781 $warehouseStatic->fetch($idwarehouse);
3782 $this->error = $langs->trans(
'ErrorBatchNoFoundForProductInWarehouse', $productStatic->label, $warehouseStatic->ref);
3783 dol_syslog(__METHOD__.
' Error: '.$langs->transnoentitiesnoconv(
'ErrorBatchNoFoundForProductInWarehouse', $productStatic->label, $warehouseStatic->ref), LOG_ERR);
3786 foreach ($batchList as $batch) {
3787 if ($batch->qty <= 0) {
3792 if ($batch->qty >= $product_qty_remain) {
3793 $product_batch_qty = $product_qty_remain;
3796 $product_batch_qty = $batch->qty;
3798 $result = $mouvP->livraison($user, $productStatic->id, $idwarehouse, $product_batch_qty, $this->lines[$i]->subprice, $langs->trans(
'InvoiceValidatedInDolibarr', $num),
'',
'',
'', $batch->batch);
3801 $this->error = $mouvP->error;
3802 $this->errors = array_merge($this->errors, $mouvP->errors);
3806 $product_qty_remain -= $product_batch_qty;
3808 if ($product_qty_remain <= 0) {
3813 if (!$error && $product_qty_remain > 0) {
3816 $langs->load(
'errors');
3817 $warehouseStatic->fetch($idwarehouse);
3818 $this->error = $langs->trans(
'ErrorBatchNoFoundEnoughQuantityForProductInWarehouse', $productStatic->label, $warehouseStatic->ref);
3819 dol_syslog(__METHOD__.
' Error: '.$langs->transnoentitiesnoconv(
'ErrorBatchNoFoundEnoughQuantityForProductInWarehouse', $productStatic->label, $warehouseStatic->ref), LOG_ERR);
3822 $batch = $batchList[0];
3823 $result = $mouvP->livraison($user, $productStatic->id, $idwarehouse, $product_qty_remain, $this->lines[$i]->subprice, $langs->trans(
'InvoiceValidatedInDolibarr', $num),
'',
'',
'', $batch->batch);
3826 $this->error = $mouvP->error;
3827 $this->errors = array_merge($this->errors, $mouvP->errors);
3835 if (!$is_batch_line) {
3836 $result = $mouvP->livraison($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $this->lines[$i]->subprice, $langs->trans(
"InvoiceValidatedInDolibarr", $num));
3839 $this->error = $mouvP->error;
3840 $this->errors = array_merge($this->errors, $mouvP->errors);
3852 if (!$error && $this->
type == self::TYPE_CREDIT_NOTE && $this->fk_facture_source > 0) {
3853 $invoice_situation =
new Facture($this->db);
3854 $result = $invoice_situation->fetch($this->fk_facture_source);
3855 if ($result > 0 && $invoice_situation->type == self::TYPE_SITUATION && $invoice_situation->situation_final == 1) {
3856 $invoice_situation->situation_final = 0;
3858 $result = $invoice_situation->setFinal($user, 1);
3861 $this->error = $invoice_situation->error;
3862 $this->errors = array_merge($this->errors, $invoice_situation->errors);
3868 if (!$error && !$notrigger) {
3879 if (preg_match(
'/^[\(]?PROV/i', $this->
ref)) {
3881 $sql =
'UPDATE '.MAIN_DB_PREFIX.
"ecm_files set filename = CONCAT('".$this->db->escape($this->newref).
"', SUBSTR(filename, ".(strlen($this->
ref) + 1).
")), filepath = 'facture/".$this->db->escape($this->newref).
"'";
3882 $sql .=
" WHERE filename LIKE '".$this->db->escape($this->
ref).
"%' AND filepath = 'facture/".$this->db->escape($this->
ref).
"' and entity = ".(int)
$conf->entity;
3883 $resql = $this->db->query($sql);
3886 $this->error = $this->db->lasterror();
3888 $sql =
'UPDATE '.MAIN_DB_PREFIX.
"ecm_files set filepath = 'facture/".$this->db->escape($this->newref).
"'";
3889 $sql .=
" WHERE filepath = 'facture/".$this->db->escape($this->
ref).
"' and entity = ".(int)
$conf->entity;
3890 $resql = $this->db->query($sql);
3893 $this->error = $this->db->lasterror();
3909 $this->date_validation = $now;
3914 $nboflines = count($this->lines);
3915 while (($i < $nboflines) && $final) {
3916 $line = $this->lines[$i];
3917 '@phan-var-force FactureLigne $line';
3919 $previousprogress = $line->getAllPrevProgress($line->fk_facture);
3920 $current_progress = (float) $line->situation_percent;
3921 $full_progress = $previousprogress + $current_progress;
3922 $final = ($full_progress == 100);
3924 $final = ($line->situation_percent == 100);
3929 if (empty($final)) {
3930 $this->situation_final = 0;
3932 $this->situation_final = 1;
3942 if (!$error && preg_match(
'/^[\(]?PROV/i', $this->oldref)) {
3946 $dirsource =
$conf->facture->dir_output.
'/'.$oldref;
3947 $dirdest =
$conf->facture->dir_output.
'/'.$newref;
3948 if (!$error && file_exists($dirsource)) {
3949 dol_syslog(get_class($this).
"::validate rename dir ".$dirsource.
" into ".$dirdest);
3951 if (@rename($dirsource, $dirdest)) {
3954 $listoffiles =
dol_dir_list(
$conf->facture->dir_output.
'/'.$newref,
'files', 1,
'^'.preg_quote($oldref,
'/'));
3955 foreach ($listoffiles as $fileentry) {
3956 $dirsource = $fileentry[
'name'];
3957 $dirdest = preg_replace(
'/^'.preg_quote($oldref,
'/').
'/', $newref, $dirsource);
3958 $dirsource = $fileentry[
'path'].
'/'.$dirsource;
3959 $dirdest = $fileentry[
'path'].
'/'.$dirdest;
3960 @rename($dirsource, $dirdest);
3967 $this->db->commit();
3970 $this->db->rollback();
3983 foreach ($this->tab_next_situation_invoice as $next_invoice) {
3984 $is_last = $next_invoice->is_last_in_cycle();
3986 if ($next_invoice->status == self::STATUS_DRAFT && $is_last != 1) {
3987 $this->error = $langs->trans(
'updatePriceNextInvoiceErrorUpdateline', $next_invoice->ref);
3991 foreach ($next_invoice->lines as $line) {
3992 '@phan-var-force FactureLigne $line';
3993 $result = $next_invoice->updateline(
3998 $line->remise_percent,
4002 $line->localtax1_tx,
4003 $line->localtax2_tx,
4006 $line->product_type,
4007 $line->fk_parent_line,
4009 $line->fk_fournprice,
4012 $line->special_code,
4013 $line->array_options,
4014 $line->situation_percent,
4019 $this->error = $langs->trans(
'updatePriceNextInvoiceErrorUpdateline', $next_invoice->ref);
4044 if ($this->
status == self::STATUS_DRAFT) {
4045 dol_syslog(__METHOD__.
" already draft status", LOG_WARNING);
4053 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"facture";
4054 $sql .=
" SET fk_statut = ".self::STATUS_DRAFT;
4055 $sql .=
" WHERE rowid = ".((int) $this->
id);
4057 $result = $this->db->query($sql);
4060 $this->oldcopy = clone $this;
4064 if ($this->
type != self::TYPE_DEPOSIT && $result >= 0 && isModEnabled(
'stock') &&
getDolGlobalString(
'STOCK_CALCULATE_ON_BILL')) {
4065 require_once DOL_DOCUMENT_ROOT.
'/product/stock/class/mouvementstock.class.php';
4066 $langs->load(
"agenda");
4068 $num = count($this->lines);
4069 for ($i = 0; $i < $num; $i++) {
4070 if ($this->lines[$i]->fk_product > 0) {
4072 $mouvP->origin = &$this;
4073 $mouvP->setOrigin($this->element, $this->
id);
4075 if ($this->
type == self::TYPE_CREDIT_NOTE) {
4076 $result = $mouvP->livraison($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $this->lines[$i]->subprice, $langs->trans(
"InvoiceBackToDraftInDolibarr", $this->ref));
4078 $result = $mouvP->reception($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, 0, $langs->trans(
"InvoiceBackToDraftInDolibarr", $this->ref));
4085 $old_statut = $this->status;
4090 $result = $this->
call_trigger(
'BILL_UNVALIDATE', $user);
4093 $this->statut = $old_statut;
4094 $this->
status = $old_statut;
4098 $this->db->rollback();
4103 $this->db->commit();
4106 $this->db->rollback();
4110 $this->error = $this->db->error();
4111 $this->db->rollback();
4166 $remise_percent = 0,
4169 $fk_code_ventilation = 0,
4171 $fk_remise_except = 0,
4172 $price_base_type =
'HT',
4179 $fk_parent_line = 0,
4180 $fk_fournprice =
null,
4183 $array_options = array(),
4184 $situation_percent = 100,
4189 $noupdateafterinsertline = 0
4193 dol_syslog(__METHOD__.
": using line label is deprecated", LOG_WARNING);
4197 global $mysoc, $langs;
4199 dol_syslog(get_class($this).
"::addline id=$this->id, pu_ht=$pu_ht, qty=$qty, txtva=$txtva, txlocaltax1=$txlocaltax1, txlocaltax2=$txlocaltax2, fk_product=$fk_product, remise_percent=$remise_percent, date_start=$date_start, date_end=$date_end, fk_code_ventilation=$fk_code_ventilation, info_bits=$info_bits, fk_remise_except=$fk_remise_except, price_base_type=$price_base_type, pu_ttc=$pu_ttc, type=$type, fk_unit=$fk_unit, desc=".
dol_trunc($desc, 25), LOG_DEBUG);
4201 if ($this->
status == self::STATUS_DRAFT) {
4202 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
4205 if (empty($remise_percent)) {
4206 $remise_percent = 0;
4211 if (empty($info_bits)) {
4217 if (empty($fk_code_ventilation)) {
4218 $fk_code_ventilation = 0;
4220 if (empty($txtva)) {
4223 if (empty($txlocaltax1)) {
4226 if (empty($txlocaltax2)) {
4229 if (empty($fk_parent_line) || $fk_parent_line < 0) {
4230 $fk_parent_line = 0;
4232 if (empty($fk_prev_id)) {
4233 $fk_prev_id =
'null';
4235 if (!isset($situation_percent) || $situation_percent > 100 || (
string) $situation_percent ==
'') {
4238 $situation_percent = 0;
4240 $situation_percent = 100;
4243 if (empty($ref_ext)) {
4247 $remise_percent = (float)
price2num($remise_percent);
4251 $pu_ht_devise = (float)
price2num($pu_ht_devise);
4254 if (strpos((
string) $txtva,
'*') !==
false) {
4257 if (!preg_match(
'/\((.*)\)/', (
string) $txtva)) {
4260 $txlocaltax1 = (float)
price2num($txlocaltax1);
4261 $txlocaltax2 = (float)
price2num($txlocaltax2);
4263 if ($price_base_type ==
'HT') {
4274 if ($date_start && $date_end && $date_start > $date_end) {
4275 $langs->load(
"errors");
4276 $this->error = $langs->trans(
'ErrorStartDateGreaterEnd');
4282 $product_type = $type;
4283 if (!empty($fk_product) && $fk_product > 0) {
4284 $product =
new Product($this->db);
4285 $result = $product->fetch($fk_product);
4286 $product_type = $product->type;
4290 $productChildrenNb = 0;
4292 $productChildrenNb = $product->hasFatherOrChild(1);
4294 if ($productChildrenNb > 0) {
4296 $product_stock =
null;
4297 $product->loadStockForVirtualProduct(
'warehouseopen', $qty);
4298 foreach ($product->stock_warehouse as $componentStockWarehouse) {
4299 if ($product_stock ===
null) {
4300 $product_stock = $componentStockWarehouse->real;
4302 $product_stock = min($product_stock, $componentStockWarehouse->real);
4305 if ($product_stock ===
null) {
4309 $product_stock = $product->stock_reel;
4312 if ($product_stock < $qty) {
4313 $langs->load(
"errors");
4314 $this->error = $langs->trans(
'ErrorStockIsNotEnoughToAddProductOnInvoice', $product->ref);
4315 $this->db->rollback();
4324 $tmpproduct =
new Product($this->db);
4325 $result = $tmpproduct->fetch($fk_product);
4326 if (abs($qty) < $tmpproduct->packaging) {
4327 $qty = (float) $tmpproduct->packaging;
4328 setEventMessages($langs->trans(
'QtyRecalculatedWithPackaging'),
null,
'mesgs');
4330 if (!empty($tmpproduct->packaging) && $qty > $tmpproduct->packaging) {
4331 $coeff = intval(abs($qty) / $tmpproduct->packaging) + 1;
4332 $qty =
price2num((
float) $tmpproduct->packaging * $coeff,
'MS');
4333 setEventMessages($langs->trans(
'QtyRecalculatedWithPackaging'),
null,
'mesgs');
4341 if (preg_match(
'/\((.*)\)/', $txtva, $reg)) {
4342 $vat_src_code = $reg[1];
4343 $txtva = preg_replace(
'/\s*\(.*\)/',
'', $txtva);
4351 $tabprice =
calcul_price_total($qty, $pu, $remise_percent, $txtva, $txlocaltax1, $txlocaltax2, 0, $price_base_type, $info_bits, $product_type, $mysoc, $localtaxes_type, $situation_percent, $this->multicurrency_tx, $pu_ht_devise);
4353 $total_ht = $tabprice[0];
4354 $total_tva = $tabprice[1];
4355 $total_ttc = $tabprice[2];
4356 $total_localtax1 = $tabprice[9];
4357 $total_localtax2 = $tabprice[10];
4358 $pu_ht = $tabprice[3];
4361 $multicurrency_total_ht = $tabprice[16];
4362 $multicurrency_total_tva = $tabprice[17];
4363 $multicurrency_total_ttc = $tabprice[18];
4364 $pu_ht_devise = $tabprice[19];
4368 if ($ranktouse == -1) {
4369 $rangmax = $this->
line_max($fk_parent_line);
4370 $ranktouse = $rangmax + 1;
4376 $this->line->context = $this->context;
4378 $this->line->fk_facture = $this->id;
4379 $this->line->label = $label;
4380 $this->line->desc = $desc;
4381 $this->line->ref_ext = $ref_ext;
4383 $this->line->qty = ($this->
type == self::TYPE_CREDIT_NOTE ? abs((
float) $qty) : (float) $qty);
4384 $this->line->subprice = ($this->
type == self::TYPE_CREDIT_NOTE ? -abs((
float) $pu_ht) : (float) $pu_ht);
4386 $this->line->vat_src_code = $vat_src_code;
4387 $this->line->tva_tx = $txtva;
4388 $this->line->localtax1_tx = ($total_localtax1 ? $localtaxes_type[1] : 0);
4389 $this->line->localtax2_tx = ($total_localtax2 ? $localtaxes_type[3] : 0);
4390 $this->line->localtax1_type = empty($localtaxes_type[0]) ? 0 : $localtaxes_type[0];
4391 $this->line->localtax2_type = empty($localtaxes_type[2]) ? 0 : $localtaxes_type[2];
4393 $this->line->total_ht = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $total_ht) : (float) $total_ht);
4394 $this->line->total_ttc = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $total_ttc) : (float) $total_ttc);
4395 $this->line->total_tva = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $total_tva) : (float) $total_tva);
4396 $this->line->total_localtax1 = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $total_localtax1) : (float) $total_localtax1);
4397 $this->line->total_localtax2 = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $total_localtax2) : (float) $total_localtax2);
4399 $this->line->fk_product = $fk_product;
4400 $this->line->product_type = $product_type;
4401 $this->line->remise_percent = $remise_percent;
4402 $this->line->date_start = $date_start;
4403 $this->line->date_end = $date_end;
4404 $this->line->fk_code_ventilation = $fk_code_ventilation;
4405 $this->line->rang = $ranktouse;
4406 $this->line->info_bits = $info_bits;
4407 $this->line->fk_remise_except = $fk_remise_except;
4409 $this->line->special_code = $special_code;
4410 $this->line->fk_parent_line = $fk_parent_line;
4411 $this->line->origin = $origin;
4412 $this->line->origin_id = $origin_id;
4413 $this->line->situation_percent = $situation_percent;
4414 $this->line->fk_prev_id = $fk_prev_id;
4415 $this->line->fk_unit = $fk_unit;
4418 $this->line->fk_fournprice = $fk_fournprice;
4419 $this->line->pa_ht = $pa_ht;
4422 $this->line->fk_multicurrency = $this->fk_multicurrency;
4423 $this->line->multicurrency_code = $this->multicurrency_code;
4424 $this->line->multicurrency_subprice = ($this->
type == self::TYPE_CREDIT_NOTE ? -abs((
float) $pu_ht_devise) : (float) $pu_ht_devise);
4426 $this->line->multicurrency_total_ht = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $multicurrency_total_ht) : (float) $multicurrency_total_ht);
4427 $this->line->multicurrency_total_tva = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $multicurrency_total_tva) : (float) $multicurrency_total_tva);
4428 $this->line->multicurrency_total_ttc = (($this->
type == self::TYPE_CREDIT_NOTE || $qty < 0) ? -abs((
float) $multicurrency_total_ttc) : (float) $multicurrency_total_ttc);
4430 if (is_array($array_options) && count($array_options) > 0) {
4431 $this->line->array_options = $array_options;
4434 $result = $this->line->insert();
4437 if (empty($noupdateafterinsertline)) {
4441 if (!isset($this->context[
'createfromclone'])) {
4442 if (!empty($fk_parent_line)) {
4445 } elseif ($ranktouse > 0 && $ranktouse <= count($this->lines)) {
4447 $linecount = count($this->lines);
4448 for ($ii = $ranktouse; $ii <= $linecount; $ii++) {
4453 $this->lines[] = $this->line;
4455 foreach ($this->lines as $line) {
4456 if ($line->id == $origin_id) {
4457 $this->line->extraparams = $line->extraparams;
4458 $this->line->setExtraParameters();
4464 $this->db->commit();
4465 return $this->line->id;
4467 $this->error = $this->db->lasterror();
4468 $this->db->rollback();
4472 $this->error = $this->line->error;
4473 $this->errors = $this->line->errors;
4474 $this->db->rollback();
4478 $this->errors[] =
'status of invoice must be Draft to allow use of ->addline()';
4479 dol_syslog(get_class($this).
"::addline status of invoice must be Draft to allow use of ->addline()", LOG_ERR);
4515 public function updateline($rowid, $desc, $pu, $qty, $remise_percent, $date_start, $date_end, $txtva, $txlocaltax1 = 0, $txlocaltax2 = 0, $price_base_type =
'HT', $info_bits = 0, $type = self::TYPE_STANDARD, $fk_parent_line = 0, $skip_update_total = 0, $fk_fournprice =
null, $pa_ht = 0, $label =
'', $special_code = 0, $array_options = array(), $situation_percent = 100, $fk_unit =
null, $pu_ht_devise = 0, $notrigger = 0, $ref_ext =
'', $rang = 0)
4521 dol_syslog(__METHOD__.
": using line label is deprecated", LOG_WARNING);
4524 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
4526 global $mysoc, $langs;
4528 dol_syslog(get_class($this).
"::updateline rowid=$rowid, desc=$desc, pu=$pu, qty=$qty, remise_percent=$remise_percent, date_start=$date_start, date_end=$date_end, txtva=$txtva, txlocaltax1=$txlocaltax1, txlocaltax2=$txlocaltax2, price_base_type=$price_base_type, info_bits=$info_bits, type=$type, fk_parent_line=$fk_parent_line pa_ht=$pa_ht, special_code=$special_code, fk_unit=$fk_unit, pu_ht_devise=$pu_ht_devise", LOG_DEBUG);
4530 if ($this->
status == self::STATUS_DRAFT) {
4533 if (!$this->error) {
4534 $this->error = $langs->trans(
'invoiceLineProgressError');
4540 if ($date_start && $date_end && $date_start > $date_end) {
4541 $langs->load(
"errors");
4542 $this->error = $langs->trans(
'ErrorStartDateGreaterEnd');
4552 if (empty($fk_parent_line) || $fk_parent_line < 0) {
4553 $fk_parent_line = 0;
4555 if (empty($special_code) || $special_code == 3) {
4558 if (!isset($situation_percent) || $situation_percent > 100 || (
string) $situation_percent ==
'' || $situation_percent ==
null) {
4561 $situation_percent = 0;
4563 $situation_percent = 100;
4566 if (empty($ref_ext)) {
4570 $remise_percent = (float)
price2num($remise_percent);
4574 $pu_ht_devise = (float)
price2num($pu_ht_devise);
4577 if (strpos((
string) $txtva,
'*') !==
false) {
4580 if (!preg_match(
'/\((.*)\)/', (
string) $txtva)) {
4583 $txlocaltax1 = (float)
price2num($txlocaltax1);
4584 $txlocaltax2 = (float)
price2num($txlocaltax2);
4600 if (preg_match(
'/\((.*)\)/', $txtva, $reg)) {
4601 $vat_src_code = $reg[1];
4602 $txtva = preg_replace(
'/\s*\(.*\)/',
'', $txtva);
4605 $tabprice =
calcul_price_total($qty, $pu, $remise_percent, $txtva, $txlocaltax1, $txlocaltax2, 0, $price_base_type, $info_bits, $type, $mysoc, $localtaxes_type, $situation_percent, $this->multicurrency_tx, $pu_ht_devise);
4607 $total_ht = $tabprice[0];
4608 $total_tva = $tabprice[1];
4609 $total_ttc = $tabprice[2];
4610 $total_localtax1 = $tabprice[9];
4611 $total_localtax2 = $tabprice[10];
4612 $pu_ht = $tabprice[3];
4613 $pu_tva = $tabprice[4];
4614 $pu_ttc = $tabprice[5];
4617 $multicurrency_total_ht = $tabprice[16];
4618 $multicurrency_total_tva = $tabprice[17];
4619 $multicurrency_total_ttc = $tabprice[18];
4620 $pu_ht_devise = $tabprice[19];
4625 if ($remise_percent > 0) {
4626 $remise = round(((
float) $pu * (
float) $remise_percent / 100), 2);
4627 $price = ((float) $pu - $remise);
4633 $line->fetch($rowid);
4634 $line->fetch_optionals();
4636 if (!empty($line->fk_product)) {
4637 $product =
new Product($this->db);
4638 $result = $product->fetch($line->fk_product);
4639 $product_type = $product->type;
4643 $productChildrenNb = 0;
4645 $productChildrenNb = $product->hasFatherOrChild(1);
4647 if ($productChildrenNb > 0) {
4649 $product_stock =
null;
4650 $product->loadStockForVirtualProduct(
'warehouseopen', $qty);
4651 foreach ($product->stock_warehouse as $componentStockWarehouse) {
4652 if ($product_stock ===
null) {
4653 $product_stock = $componentStockWarehouse->real;
4655 $product_stock = min($product_stock, $componentStockWarehouse->real);
4658 if ($product_stock ===
null) {
4662 $product_stock = $product->stock_reel;
4665 if ($product_stock < $qty) {
4666 $langs->load(
"errors");
4667 $this->error = $langs->trans(
'ErrorStockIsNotEnoughToAddProductOnInvoice', $product->ref);
4668 $this->db->rollback();
4674 $staticline = clone $line;
4676 $line->oldline = $staticline;
4677 $this->line = $line;
4678 $this->line->context = $this->context;
4679 $this->line->rang = $rang;
4682 if (!empty($fk_parent_line) && !empty($staticline->fk_parent_line) && $fk_parent_line != $staticline->fk_parent_line) {
4683 $rangmax = $this->
line_max($fk_parent_line);
4684 $this->line->rang = $rangmax + 1;
4686 $apply_abs_price_on_credit_note=
false;
4688 $apply_abs_price_on_credit_note =
true;
4693 if ($qty < $this->line->packaging) {
4694 $qty = $this->line->packaging;
4696 if (!empty($this->line->packaging)
4697 && is_numeric($this->line->packaging)
4698 && (
float) $this->line->packaging > 0
4699 && fmod((
float) $qty, (
float) $this->line->packaging) > 0) {
4700 $coeff = intval($qty / $this->line->packaging) + 1;
4701 $qty = $this->line->packaging * $coeff;
4702 setEventMessage($langs->trans(
'QtyRecalculatedWithPackaging'),
'mesgs');
4707 $this->line->id = $rowid;
4708 $this->line->rowid = $rowid;
4709 $this->line->label = $label;
4710 $this->line->desc = $desc;
4711 $this->line->ref_ext = $ref_ext;
4712 $this->line->qty = ($this->
type == self::TYPE_CREDIT_NOTE ? abs((
float) $qty) : $qty);
4714 $this->line->vat_src_code = $vat_src_code;
4715 $this->line->tva_tx = $txtva;
4716 $this->line->localtax1_tx = $txlocaltax1;
4717 $this->line->localtax2_tx = $txlocaltax2;
4718 $this->line->localtax1_type = empty($localtaxes_type[0]) ? 0 : $localtaxes_type[0];
4719 $this->line->localtax2_type = empty($localtaxes_type[2]) ? 0 : $localtaxes_type[2];
4721 $this->line->remise_percent = $remise_percent;
4722 $this->line->subprice = ($apply_abs_price_on_credit_note ? -abs((
float) $pu_ht) : (float) $pu_ht);
4723 $this->line->date_start = $date_start;
4724 $this->line->date_end = $date_end;
4725 $this->line->total_ht = (($apply_abs_price_on_credit_note || $qty < 0) ? -abs((
float) $total_ht) : (float) $total_ht);
4726 $this->line->total_tva = (($apply_abs_price_on_credit_note || $qty < 0) ? -abs((
float) $total_tva) : (float) $total_tva);
4727 $this->line->total_localtax1 = (float) $total_localtax1;
4728 $this->line->total_localtax2 = (float) $total_localtax2;
4729 $this->line->total_ttc = (($apply_abs_price_on_credit_note || $qty < 0) ? -abs((
float) $total_ttc) : (float) $total_ttc);
4730 $this->line->info_bits = $info_bits;
4731 $this->line->special_code = $special_code;
4732 $this->line->product_type = $type;
4733 $this->line->fk_parent_line = $fk_parent_line;
4734 $this->line->skip_update_total = $skip_update_total;
4735 $this->line->situation_percent = $situation_percent;
4736 $this->line->fk_unit = $fk_unit;
4738 $this->line->fk_fournprice = $fk_fournprice;
4739 $this->line->pa_ht = $pa_ht;
4742 $this->line->multicurrency_subprice = ($apply_abs_price_on_credit_note ? -abs((
float) $pu_ht_devise) : (float) $pu_ht_devise);
4743 $this->line->multicurrency_total_ht = (($apply_abs_price_on_credit_note || $qty < 0) ? -abs((
float) $multicurrency_total_ht) : (float) $multicurrency_total_ht);
4744 $this->line->multicurrency_total_tva = (($apply_abs_price_on_credit_note || $qty < 0) ? -abs((
float) $multicurrency_total_tva) : (float) $multicurrency_total_tva);
4745 $this->line->multicurrency_total_ttc = (($apply_abs_price_on_credit_note || $qty < 0) ? -abs((
float) $multicurrency_total_ttc) : (float) $multicurrency_total_ttc);
4747 if (is_array($array_options) && count($array_options) > 0) {
4749 foreach ($array_options as $key => $value) {
4750 $this->line->array_options[$key] = $array_options[$key];
4754 $result = $this->line->update($user, $notrigger);
4757 if (!empty($fk_parent_line)) {
4763 $this->db->commit();
4766 $this->error = $this->line->error;
4767 $this->db->rollback();
4771 $this->error =
"Invoice statut makes operation forbidden";
4785 $sql =
'SELECT fd.situation_percent FROM '.MAIN_DB_PREFIX.
'facturedet fd
4786 INNER JOIN '.MAIN_DB_PREFIX.
'facture f ON (fd.fk_facture = f.rowid)
4787 WHERE fd.fk_prev_id = '.((int) $idline).
' AND f.fk_statut <> 0';
4789 $result = $this->db->query($sql);
4791 $this->error = $this->db->error();
4795 $obj = $this->db->fetch_object($result);
4797 if ($obj ===
null) {
4800 return ($situation_percent < $obj->situation_percent);
4816 global $mysoc, $user;
4819 if (($line->info_bits & 2) == 2) {
4823 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
4826 if ($percent > 100) {
4830 $previous_progress = $line->getAllPrevProgress($line->fk_facture);
4831 $current_progress = $percent - $previous_progress;
4832 $line->situation_percent = $current_progress;
4833 $tabprice =
calcul_price_total($line->qty, $line->subprice, $line->remise_percent, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 0,
'HT', 0, $line->product_type, $mysoc, array(), $current_progress);
4835 $line->situation_percent = $percent;
4836 $tabprice =
calcul_price_total($line->qty, $line->subprice, $line->remise_percent, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 0,
'HT', 0, $line->product_type, $mysoc, array(), $percent);
4838 $line->total_ht = (float) $tabprice[0];
4839 $line->total_tva = (float) $tabprice[1];
4840 $line->total_ttc = (float) $tabprice[2];
4841 $line->total_localtax1 = (float) $tabprice[9];
4842 $line->total_localtax2 = (float) $tabprice[10];
4843 $line->multicurrency_total_ht = (float) $tabprice[16];
4844 $line->multicurrency_total_tva = (float) $tabprice[17];
4845 $line->multicurrency_total_ttc = (float) $tabprice[18];
4846 $line->update($user);
4849 if ($update_price) {
4865 dol_syslog(get_class($this).
"::deleteline rowid=".((
int) $rowid), LOG_DEBUG);
4867 if ($this->
status != self::STATUS_DRAFT) {
4868 $this->error =
'ErrorDeleteLineNotAllowedByObjectStatus';
4874 $line->context = $this->context;
4877 $result = $line->fetch($rowid);
4878 if (!($result > 0)) {
4883 if ($id > 0 && $line->fk_facture != $id) {
4884 $this->error =
'ErrorLineIDDoesNotMatchWithObjectID';
4891 $staticline = clone $line;
4892 $line->oldline = $staticline;
4894 if ($line->delete($user) > 0) {
4898 $this->db->commit();
4901 $this->db->rollback();
4902 $this->error = $this->db->lasterror();
4906 $this->db->rollback();
4907 $this->error = $line->error;
4926 dol_syslog(get_class($this).
"::set_remise is deprecated, use setDiscount instead", LOG_NOTICE);
4928 return $this->
setDiscount($user, $remise, $notrigger);
4942 if (empty($remise)) {
4946 if ($user->hasRight(
'facture',
'creer')) {
4947 $remise = (float)
price2num($remise, 2);
4953 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"facture";
4954 $sql .=
" SET remise_percent = ".((float) $remise);
4955 $sql .=
" WHERE rowid = ".((int) $this->
id);
4956 $sql .=
" AND fk_statut = ".((int) self::STATUS_DRAFT);
4959 $resql = $this->db->query($sql);
4961 $this->errors[] = $this->db->error();
4965 if (!$notrigger && empty($error)) {
4975 $this->remise_percent = $remise;
4978 $this->db->commit();
4981 foreach ($this->errors as $errmsg) {
4982 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
4983 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
4985 $this->db->rollback();
5074 require_once DOL_DOCUMENT_ROOT.
'/categories/class/categorie.class.php';
5075 return parent::setCategoriesCommon($categories, Categorie::TYPE_INVOICE);
5088 global
$conf, $langs;
5090 if ($this->module_source ==
'takepos') {
5091 $langs->load(
'cashdesk');
5093 $moduleName =
'takepos';
5094 $moduleSourceName =
'Takepos';
5095 $addonConstName =
'TAKEPOS_REF_ADDON';
5099 $conf->global->TAKEPOS_REF_ADDON =
'mod_takepos_ref_simple';
5104 $langs->load(
'bills');
5106 $moduleName =
'facture';
5107 $moduleSourceName =
'Invoice';
5108 $addonConstName =
'FACTURE_ADDON';
5112 $conf->global->FACTURE_ADDON =
'mod_facture_terre';
5114 $conf->global->FACTURE_ADDON =
'mod_facture_terre';
5116 $conf->global->FACTURE_ADDON =
'mod_facture_mercure';
5122 if (!empty($addon)) {
5123 dol_syslog(
"Call getNextNumRef with ".$addonConstName.
" = " .
getDolGlobalString(
'FACTURE_ADDON').
", thirdparty=".$soc->name.
", type=".$soc->typent_code.
", mode=".$mode, LOG_DEBUG);
5127 $file = $addon.
'.php';
5128 $classname = $addon;
5132 $dirmodels = array_merge(array(
'/'), (array)
$conf->modules_parts[
'models']);
5133 foreach ($dirmodels as $reldir) {
5134 $dir =
dol_buildpath($reldir.
'core/modules/'.$moduleName.
'/');
5137 if (is_file($dir.$file) && is_readable($dir.$file)) {
5138 $mybool = ((bool) include_once $dir.$file) || $mybool;
5144 $file = $addon.
'/'.$addon.
'.modules.php';
5145 $classname =
'mod_'.$moduleName.
'_'.$addon;
5146 $classname = preg_replace(
'/\-.*$/',
'', $classname);
5148 foreach (
$conf->file->dol_document_root as $dirroot) {
5149 $dir = $dirroot.
'/core/modules/'.$moduleName.
'/';
5152 if (is_file($dir.$file) && is_readable($dir.$file)) {
5153 $mybool = (include_once $dir.$file) || $mybool;
5163 $obj =
new $classname();
5164 '@phan-var-force ModeleNumRefFactures $obj';
5166 $numref = $obj->getNextValue($soc, $this, $mode);
5173 if ($mode !=
'last' && !$numref) {
5174 $this->error = $obj->error;
5180 $langs->load(
'errors');
5181 print $langs->trans(
'Error').
' '.$langs->trans(
'ErrorModuleSetupNotComplete', $langs->transnoentitiesnoconv($moduleSourceName));
5194 $sql =
'SELECT c.rowid, datec, date_valid as datev, tms as datem,';
5195 $sql .=
' date_closing as dateclosing,';
5196 $sql .=
' fk_user_author, fk_user_valid, fk_user_closing';
5197 $sql .=
' FROM '.MAIN_DB_PREFIX.
'facture as c';
5198 $sql .=
' WHERE c.rowid = '.((int) $id);
5200 $result = $this->db->query($sql);
5202 if ($this->db->num_rows($result)) {
5203 $obj = $this->db->fetch_object($result);
5205 $this->
id = $obj->rowid;
5206 $this->user_creation_id = $obj->fk_user_author;
5207 $this->user_validation_id = $obj->fk_user_valid;
5208 $this->user_closing_id = $obj->fk_user_closing;
5210 $this->date_creation = $this->db->jdate($obj->datec);
5211 $this->date_modification = $this->db->jdate($obj->datem);
5212 $this->date_validation = $this->db->jdate($obj->datev);
5213 $this->date_closing = $this->db->jdate($obj->dateclosing);
5215 $this->db->free($result);
5236 public function liste_array($shortlist = 0, $draft = 0, $excluser =
null, $socid = 0, $limit = 0, $offset = 0, $sortfield =
'f.datef,f.rowid', $sortorder =
'DESC')
5243 $sql =
"SELECT s.rowid, s.nom as name, s.client,";
5244 $sql .=
" f.rowid as fid, f.ref as ref, f.datef as df";
5245 $sql .=
" FROM ".MAIN_DB_PREFIX.
"societe as s, ".MAIN_DB_PREFIX.
"facture as f";
5246 $sql .=
" WHERE f.entity IN (".getEntity(
'invoice').
")";
5247 $sql .=
" AND f.fk_soc = s.rowid";
5249 $sql .=
" AND f.fk_statut = ".self::STATUS_DRAFT;
5251 if (is_object($excluser)) {
5252 $sql .=
" AND f.fk_user_author <> ".((int) $excluser->id);
5256 if (empty($user->socid) && !$user->hasRight(
'societe',
'client',
'voir')) {
5257 $search_sale = $user->id;
5260 if ($search_sale && $search_sale !=
'-1') {
5261 if ($search_sale == -2) {
5262 $sql .=
" AND NOT EXISTS (SELECT sc.fk_soc FROM ".MAIN_DB_PREFIX.
"societe_commerciaux as sc WHERE sc.fk_soc = f.fk_soc)";
5263 } elseif ($search_sale > 0) {
5264 $sql .=
" AND EXISTS (SELECT sc.fk_soc FROM ".MAIN_DB_PREFIX.
"societe_commerciaux as sc WHERE sc.fk_soc = f.fk_soc AND sc.fk_user = ".((int) $search_sale).
")";
5269 $sql .=
" AND f.fk_soc = ".((int) $socid);
5271 $sql .= $this->db->order($sortfield, $sortorder);
5272 $sql .= $this->db->plimit($limit, $offset);
5274 $result = $this->db->query($sql);
5276 $numc = $this->db->num_rows($result);
5279 while ($i < $numc) {
5280 $obj = $this->db->fetch_object($result);
5282 if ($shortlist == 1) {
5283 $ga[$obj->fid] = $obj->ref;
5284 } elseif ($shortlist == 2) {
5285 $ga[$obj->fid] = $obj->ref.
' ('.$obj->name.
')';
5287 $ga[$i][
'id'] = $obj->fid;
5288 $ga[$i][
'ref'] = $obj->ref;
5289 $ga[$i][
'name'] = $obj->name;
5318 $sql =
"SELECT f.rowid as rowid, f.ref, f.fk_statut as status, f.paye as paid,";
5319 $sql .=
" ff.rowid as rowidnext";
5321 $sql .=
" FROM ".MAIN_DB_PREFIX.
"facture as f";
5322 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"paiement_facture as pf ON f.rowid = pf.fk_facture";
5323 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"facture as ff ON f.rowid = ff.fk_facture_source";
5324 $sql .=
" WHERE (f.fk_statut = ".self::STATUS_VALIDATED.
" OR (f.fk_statut = ".self::STATUS_ABANDONED.
" AND f.close_code = '".self::CLOSECODE_ABANDONED.
"'))";
5325 $sql .=
" AND f.entity IN (".getEntity(
'invoice').
")";
5326 $sql .=
" AND f.paye = 0";
5327 $sql .=
" AND pf.fk_paiement IS NULL";
5328 $sql .=
" AND ff.fk_statut IS NULL";
5330 $sql .=
" AND f.fk_soc = ".((int) $socid);
5333 $sql .=
" ORDER BY f.ref";
5335 dol_syslog(get_class($this).
"::list_replacable_invoices", LOG_DEBUG);
5336 $resql = $this->db->query($sql);
5338 while ($obj = $this->db->fetch_object($resql)) {
5339 $return[$obj->rowid] = array(
5340 'id' => $obj->rowid,
5342 'status' => $obj->status,
5343 'paid' => $obj->paid,
5350 $this->error = $this->db->error();
5374 $sql =
"SELECT f.rowid as rowid, f.ref, f.fk_statut, f.type, f.subtype, f.paye, pf.fk_paiement";
5375 $sql .=
" FROM ".MAIN_DB_PREFIX.
"facture as f";
5376 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"paiement_facture as pf ON f.rowid = pf.fk_facture";
5377 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"facture as ff ON (f.rowid = ff.fk_facture_source AND ff.type=".self::TYPE_REPLACEMENT.
")";
5378 $sql .=
" WHERE f.entity IN (".getEntity(
'invoice').
")";
5379 $sql .=
" AND f.fk_statut in (".self::STATUS_VALIDATED.
",".self::STATUS_CLOSED.
")";
5383 $sql .=
" AND ff.type IS NULL";
5384 $sql .=
" AND f.type <> ".self::TYPE_CREDIT_NOTE;
5388 $sql .=
" AND (f.type <> ".self::TYPE_SITUATION.
" OR f.rowid IN ";
5389 $sql .=
'(SELECT MAX(fs.rowid)';
5390 $sql .=
" FROM ".MAIN_DB_PREFIX.
"facture as fs";
5391 $sql .=
" WHERE fs.entity IN (".getEntity(
'invoice').
")";
5392 $sql .=
" AND fs.type = ".self::TYPE_SITUATION;
5393 $sql .=
" AND fs.fk_statut IN (".self::STATUS_VALIDATED.
",".self::STATUS_CLOSED.
")";
5395 $sql .=
" AND fs.fk_soc = ".((int) $socid);
5397 $sql .=
" GROUP BY fs.situation_cycle_ref)";
5400 $sql .=
" AND f.type <> ".self::TYPE_SITUATION;
5404 $sql .=
" AND f.fk_soc = ".((int) $socid);
5407 if (
getDolGlobalInt(
'LIST_OF_QUALIFIED_INVOICES_LIMIT_DEFINED') > 0) {
5408 $sql .=
" ORDER BY CASE WHEN f.rowid = ".((int)
GETPOST(
'fac_avoir')).
" THEN 0 ELSE 1 END, f.ref";
5410 $sql .= $this->db->plimit(
getDolGlobalInt(
'LIST_OF_QUALIFIED_INVOICES_LIMIT_DEFINED'));
5412 $sql .=
" ORDER BY f.ref";
5415 dol_syslog(get_class($this).
"::list_qualified_avoir_invoices", LOG_DEBUG);
5416 $resql = $this->db->query($sql);
5418 while ($obj = $this->db->fetch_object($resql)) {
5420 if ($obj->fk_statut == self::STATUS_VALIDATED) {
5423 if ($obj->fk_statut == self::STATUS_CLOSED) {
5428 $paymentornot = ($obj->fk_paiement ? 1 : 0);
5429 $return[$obj->rowid] = array(
'ref' => $obj->ref,
'status' => $obj->fk_statut,
'type' => $obj->type,
'paye' => $obj->paye,
'paymentornot' => $paymentornot);
5435 $this->error = $this->db->error();
5451 global
$conf, $langs;
5455 $sql =
"SELECT f.rowid, f.date_lim_reglement as datefin, f.fk_statut as status, f.total_ht";
5456 $sql .=
" FROM ".MAIN_DB_PREFIX.
"facture as f";
5457 if (empty($user->socid) && !$user->hasRight(
'societe',
'client',
'voir')) {
5458 $sql .=
" JOIN ".MAIN_DB_PREFIX.
"societe_commerciaux as sc ON f.fk_soc = sc.fk_soc";
5459 $sql .=
" WHERE sc.fk_user = ".((int) $user->id);
5462 $sql .= $clause.
" f.paye=0";
5463 $sql .=
" AND f.entity IN (".getEntity(
'invoice').
")";
5464 $sql .=
" AND f.fk_statut = ".self::STATUS_VALIDATED;
5466 $sql .=
" AND f.fk_soc = ".((int) $user->socid);
5469 $resql = $this->db->query($sql);
5471 $langs->load(
"bills");
5474 $response->warning_delay =
$conf->facture->client->warning_delay / 60 / 60 / 24;
5475 $response->label = $langs->trans(
"CustomerBillsUnpaid");
5476 $response->labelShort = $langs->trans(
"Unpaid");
5477 $response->url = DOL_URL_ROOT.
'/compta/facture/list.php?search_status=1&mainmenu=billing&leftmenu=customers_bills';
5480 $generic_facture =
new Facture($this->db);
5482 while ($obj = $this->db->fetch_object($resql)) {
5483 $generic_facture->date_lim_reglement = $this->db->jdate($obj->datefin);
5484 $generic_facture->statut = $obj->status;
5485 $generic_facture->status = $obj->status;
5487 $response->nbtodo++;
5488 $response->total += $obj->total_ht;
5490 if ($generic_facture->hasDelay()) {
5491 $response->nbtodolate++;
5492 $response->url_late = DOL_URL_ROOT.
'/compta/facture/list.php?search_option=late&mainmenu=billing&leftmenu=customers_bills';
5496 $this->db->free($resql);
5500 $this->error = $this->db->error();
5539 global
$conf, $langs, $user;
5543 $nownotime =
dol_mktime(0, 0, 0, $arraynow[
'mon'], $arraynow[
'mday'], $arraynow[
'year']);
5548 $sql =
"SELECT rowid";
5549 $sql .=
" FROM ".MAIN_DB_PREFIX.
"product";
5550 $sql .=
" WHERE entity IN (".getEntity(
'product').
")";
5551 $sql .= $this->db->plimit(100);
5553 $resql = $this->db->query($sql);
5555 $num_prods = $this->db->num_rows($resql);
5557 while ($i < $num_prods) {
5559 $row = $this->db->fetch_row($resql);
5560 $prodids[$i] = $row[0];
5564 if (empty($num_prods)) {
5566 $prodids[$num_prods] = 1;
5571 $this->entity =
$conf->entity;
5572 $this->
ref =
'SPECIMEN';
5573 $this->specimen = 1;
5575 $this->date = $nownotime;
5576 $this->date_lim_reglement = $nownotime + 3600 * 24 * 30;
5577 $this->cond_reglement_id = 1;
5578 $this->cond_reglement_code =
'RECEP';
5580 $this->mode_reglement_id = 0;
5581 $this->mode_reglement_code =
'';
5583 $this->note_public =
'This is a comment (public)';
5584 $this->note_private =
'This is a comment (private)';
5585 $this->note =
'This is a comment (private)';
5587 $this->fk_user_author = $user->id;
5589 $this->multicurrency_tx = 1;
5590 $this->multicurrency_code =
$conf->currency;
5592 $this->fk_incoterms = 0;
5593 $this->location_incoterms =
'';
5595 if (empty($option) || $option !=
'nolines') {
5599 while ($xnbp < $nbp) {
5601 $line->desc = $langs->trans(
"Description").
" ".$xnbp;
5603 $line->subprice = 100;
5604 $line->tva_tx = 19.6;
5605 $line->localtax1_tx = 0;
5606 $line->localtax2_tx = 0;
5607 $line->remise_percent = 0;
5609 $prodid = mt_rand(1, $num_prods);
5610 if (isset($prodids[$prodid])) {
5611 $line->fk_product = $prodids[$prodid];
5614 $line->total_ht = -100;
5615 $line->total_ttc = -119.6;
5616 $line->total_tva = -19.6;
5617 $line->multicurrency_total_ht = -200;
5618 $line->multicurrency_total_ttc = -239.2;
5619 $line->multicurrency_total_tva = -39.2;
5620 } elseif ($xnbp == 2) {
5621 $line->subprice = -100;
5622 $line->total_ht = -100;
5623 $line->total_ttc = -119.6;
5624 $line->total_tva = -19.6;
5625 $line->remise_percent = 0;
5626 $line->multicurrency_total_ht = -200;
5627 $line->multicurrency_total_ttc = -239.2;
5628 $line->multicurrency_total_tva = -39.2;
5629 } elseif ($xnbp == 3) {
5630 $prodid = mt_rand(1, $num_prods);
5631 if (isset($prodids[$prodid])) {
5632 $line->fk_product = $prodids[$prodid];
5634 $line->total_ht = 50;
5635 $line->total_ttc = 59.8;
5636 $line->total_tva = 9.8;
5637 $line->multicurrency_total_ht = 100;
5638 $line->multicurrency_total_ttc = 119.6;
5639 $line->multicurrency_total_tva = 19.6;
5640 $line->remise_percent = 50;
5642 $prodid = mt_rand(1, $num_prods);
5643 if (isset($prodids[$prodid])) {
5644 $line->fk_product = $prodids[$prodid];
5646 $line->total_ht = 100;
5647 $line->total_ttc = 119.6;
5648 $line->total_tva = 19.6;
5649 $line->multicurrency_total_ht = 200;
5650 $line->multicurrency_total_ttc = 239.2;
5651 $line->multicurrency_total_tva = 39.2;
5652 $line->remise_percent = 0;
5655 $this->lines[$xnbp] = $line;
5658 $this->total_ht += $line->total_ht;
5659 $this->total_tva += $line->total_tva;
5660 $this->total_ttc += $line->total_ttc;
5662 $this->multicurrency_total_ht += $line->multicurrency_total_ht;
5663 $this->multicurrency_total_tva += $line->multicurrency_total_tva;
5664 $this->multicurrency_total_ttc += $line->multicurrency_total_ttc;
5668 $this->revenuestamp = 0;
5672 $line->desc = $langs->trans(
"Description").
" (offered line)";
5674 $line->subprice = 100;
5675 $line->tva_tx = 19.6;
5676 $line->localtax1_tx = 0;
5677 $line->localtax2_tx = 0;
5678 $line->remise_percent = 100;
5679 $line->total_ht = 0;
5680 $line->total_ttc = 0;
5681 $line->total_tva = 0;
5682 $line->multicurrency_total_ht = 0;
5683 $line->multicurrency_total_ttc = 0;
5684 $line->multicurrency_total_tva = 0;
5685 $prodid = mt_rand(1, $num_prods);
5686 if (isset($prodids[$prodid])) {
5687 $line->fk_product = $prodids[$prodid];
5690 $this->lines[$xnbp] = $line;
5704 global
$conf, $user;
5706 $this->nb = array();
5710 $sql =
"SELECT count(f.rowid) as nb";
5711 $sql .=
" FROM ".MAIN_DB_PREFIX.
"facture as f";
5712 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"societe as s ON f.fk_soc = s.rowid";
5713 if (empty($user->socid) && !$user->hasRight(
'societe',
'client',
'voir')) {
5714 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"societe_commerciaux as sc ON s.rowid = sc.fk_soc";
5715 $sql .=
" WHERE sc.fk_user = ".((int) $user->id);
5718 $sql .=
" ".$clause.
" f.entity IN (".
getEntity(
'invoice').
")";
5720 $resql = $this->db->query($sql);
5722 while ($obj = $this->db->fetch_object($resql)) {
5723 $this->nb[
"invoices"] = $obj->nb;
5725 $this->db->free($resql);
5729 $this->error = $this->db->error();
5755 public function generateDocument($modele, $outputlangs, $hidedetails = 0, $hidedesc = 0, $hideref = 0, $moreparams =
null)
5757 $outputlangs->loadLangs(array(
"bills",
"products"));
5761 $thisTypeConfName =
'FACTURE_ADDON_PDF_'.$this->type;
5763 if (!empty($this->model_pdf)) {
5764 $modele = $this->model_pdf;
5772 $modelpath =
"core/modules/facture/doc/";
5774 return $this->
commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams);
5784 $sql =
"SELECT max(situation_cycle_ref) as maxsituationref";
5785 $sql .=
" FROM ".MAIN_DB_PREFIX.
"facture as f";
5786 $sql .=
" WHERE f.entity IN (".getEntity(
'invoice', 0).
")";
5788 $resql = $this->db->query($sql);
5790 if ($this->db->num_rows($resql) > 0) {
5792 $obj = $this->db->fetch_object($resql);
5794 $ref = $obj->maxsituationref;
5800 $this->db->free($resql);
5803 $this->error = $this->db->lasterror();
5804 dol_syslog(
"Error sql=".$sql.
", error=".$this->error, LOG_ERR);
5818 return ($this->situation_counter == 1);
5832 $sql =
'SELECT rowid FROM '.MAIN_DB_PREFIX.
'facture';
5833 $sql .=
' WHERE situation_cycle_ref = '.((int) $this->situation_cycle_ref);
5834 $sql .=
' AND situation_counter < '.((int) $this->situation_counter);
5835 $sql .=
' AND entity = '.($this->entity > 0 ? $this->entity :
$conf->entity);
5836 $resql = $this->db->query($sql);
5838 if ($resql && $this->db->num_rows($resql) > 0) {
5839 while ($row = $this->db->fetch_object($resql)) {
5841 $situation =
new Facture($this->db);
5842 $situation->fetch($id);
5843 $res[] = $situation;
5846 $this->error = $this->db->error();
5847 dol_syslog(
"Error sql=".$sql.
", error=".$this->error, LOG_ERR);
5867 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'facture SET situation_final = '.((int) $this->situation_final).
' WHERE rowid = '.((int) $this->
id);
5870 $resql = $this->db->query($sql);
5872 $this->errors[] = $this->db->error();
5876 if (!$notrigger && empty($error)) {
5886 $this->db->commit();
5889 foreach ($this->errors as $errmsg) {
5890 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
5891 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
5893 $this->db->rollback();
5909 if (!empty($this->situation_cycle_ref)) {
5911 $sql =
'SELECT max(situation_counter) FROM '.MAIN_DB_PREFIX.
'facture';
5912 $sql .=
' WHERE situation_cycle_ref = '.((int) $this->situation_cycle_ref);
5913 $sql .=
' AND entity = '.($this->entity > 0 ? $this->entity :
$conf->entity);
5914 $resql = $this->db->query($sql);
5916 if ($resql && $this->db->num_rows($resql) > 0 && $res = $this->db->fetch_array($resql)) {
5917 $last = $res[
'max(situation_counter)'];
5918 return ($last == $this->situation_counter);
5920 $this->error = $this->db->lasterror();
5921 dol_syslog(get_class($this).
"::select Error ".$this->error, LOG_ERR);
5979 $hasDelay = $this->date_lim_reglement < ($now -
$conf->facture->client->warning_delay);
5980 if ($hasDelay && !empty($this->retained_warranty) && !empty($this->retained_warranty_date_limit)) {
5982 $totalpaid = (float) $totalpaid;
5984 if ($totalpaid >= 0 && $RetainedWarrantyAmount >= 0) {
5985 if (($totalpaid < $this->total_ttc - $RetainedWarrantyAmount) && $this->date_lim_reglement < ($now -
$conf->facture->client->warning_delay)) {
5987 } elseif ($totalpaid < $this->total_ttc && $this->retained_warranty_date_limit < ($now -
$conf->facture->client->warning_delay)) {
6005 return $this->situation_cycle_ref;
6018 $displayWarranty =
false;
6019 if (!empty($this->retained_warranty)) {
6020 $displayWarranty =
true;
6024 $displayWarranty =
false;
6025 if (!empty($this->situation_final)) {
6026 $displayWarranty =
true;
6029 $displayWarranty =
true;
6031 foreach ($this->lines as $i => $line) {
6032 if ($line->product_type < 2 && $line->situation_percent < 100) {
6033 $displayWarranty =
false;
6041 return $displayWarranty;
6050 if (empty($this->retained_warranty)) {
6054 $retainedWarrantyAmount = 0;
6058 $displayWarranty =
true;
6060 if (!empty($this->lines)) {
6061 foreach ($this->lines as $i => $line) {
6062 if ($line->product_type < 2 && $line->situation_percent < 100) {
6063 $displayWarranty =
false;
6069 if ($displayWarranty && !empty($this->situation_final)) {
6071 $TPreviousIncoice = $this->tab_previous_situation_invoice;
6074 foreach ($TPreviousIncoice as &$fac) {
6075 $total2BillWT += $fac->total_ttc;
6077 $total2BillWT += $this->total_ttc;
6079 $retainedWarrantyAmount = $total2BillWT * $this->retained_warranty / 100;
6085 $retainedWarrantyAmount = $this->total_ttc * $this->retained_warranty / 100;
6088 if ($rounding < 0) {
6092 if ($rounding > 0) {
6093 return round($retainedWarrantyAmount, $rounding);
6096 return $retainedWarrantyAmount;
6107 dol_syslog(get_class($this).
'::setRetainedWarranty('.$value.
')');
6109 if ($this->
status >= 0) {
6110 $fieldname =
'retained_warranty';
6111 $sql =
'UPDATE '.MAIN_DB_PREFIX.$this->table_element;
6112 $sql .=
" SET ".$fieldname.
" = ".((float) $value);
6113 $sql .=
' WHERE rowid='.((int) $this->
id);
6115 if ($this->db->query($sql)) {
6116 $this->retained_warranty = (float) $value;
6119 dol_syslog(get_class($this).
'::setRetainedWarranty Erreur '.$sql.
' - '.$this->db->error());
6120 $this->error = $this->db->error();
6124 dol_syslog(get_class($this).
'::setRetainedWarranty, status of the object is incompatible');
6125 $this->error =
'Status of the object is incompatible '.$this->status;
6140 if (!$timestamp && $dateYmd) {
6141 $timestamp = $this->db->jdate($dateYmd);
6145 dol_syslog(get_class($this).
'::setRetainedWarrantyDateLimit('.$timestamp.
')');
6146 if ($this->
status >= 0) {
6147 $fieldname =
'retained_warranty_date_limit';
6148 $sql =
'UPDATE '.MAIN_DB_PREFIX.$this->table_element;
6149 $sql .=
" SET ".$fieldname.
" = ".(strval($timestamp) !=
'' ?
"'".$this->db->idate($timestamp).
"'" :
'null');
6150 $sql .=
' WHERE rowid = '.((int) $this->
id);
6152 if ($this->db->query($sql)) {
6153 $this->retained_warranty_date_limit = $timestamp;
6156 dol_syslog(get_class($this).
'::setRetainedWarrantyDateLimit Erreur '.$sql.
' - '.$this->db->error());
6157 $this->error = $this->db->error();
6161 dol_syslog(get_class($this).
'::setRetainedWarrantyDateLimit, status of the object is incompatible');
6162 $this->error =
'Status of the object is incompatible '.$this->status;
6181 global
$conf, $langs, $user;
6187 $errorsMsg = array();
6189 $langs->load(
"bills");
6191 if (!isModEnabled(
'invoice')) {
6192 $this->output .= $langs->trans(
'ModuleNotEnabled', $langs->transnoentitiesnoconv(
"Invoice"));
6195 if (!in_array($datetouse, array(
'duedate',
'invoicedate'))) {
6196 $this->output .=
'Bad value for parameter datetouse. Must be "duedate" or "invoicedate"';
6206 require_once DOL_DOCUMENT_ROOT.
'/core/lib/date.lib.php';
6207 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formmail.class.php';
6208 require_once DOL_DOCUMENT_ROOT.
'/core/class/CMailFile.class.php';
6209 $formmail =
new FormMail($this->db);
6214 $tmpinvoice =
new Facture($this->db);
6219 $sql =
"SELECT rowid as id FROM ".MAIN_DB_PREFIX.
"facture as f";
6220 if (!empty($paymentmode) && $paymentmode !=
'all') {
6221 $sql .=
", ".MAIN_DB_PREFIX.
"c_paiement as cp";
6223 $sql .=
" WHERE f.paye = 0";
6224 $sql .=
" AND f.fk_statut = ".self::STATUS_VALIDATED;
6225 if ($datetouse ==
'invoicedate') {
6226 $sql .=
" AND f.datef = '".$this->db->idate($tmpidate,
'gmt').
"'";
6228 $sql .=
" AND f.date_lim_reglement = '".$this->db->idate($tmpidate,
'gmt').
"'";
6230 $sql .=
" AND f.entity IN (".getEntity(
'facture', 0).
")";
6231 if (!empty($paymentmode) && $paymentmode !=
'all') {
6232 $sql .=
" AND f.fk_mode_reglement = cp.id AND cp.code = '".$this->db->escape($paymentmode).
"'";
6235 if ($datetouse ==
'invoicedate') {
6236 $sql .= $this->db->order(
"datef",
"ASC");
6238 $sql .= $this->db->order(
"date_lim_reglement",
"ASC");
6242 $resql = $this->db->query($sql);
6245 if ($datetouse ==
'invoicedate') {
6246 $this->output .= $langs->transnoentitiesnoconv(
"SearchValidatedInvoicesWithDate", $stmpidate);
6248 $this->output .= $langs->transnoentitiesnoconv(
"SearchUnpaidInvoicesWithDueDate", $stmpidate);
6250 if (!empty($paymentmode) && $paymentmode !=
'all') {
6251 $this->output .=
' ('.$langs->transnoentitiesnoconv(
"PaymentMode").
' '.$paymentmode.
')';
6253 $this->output .=
'<br>';
6256 while ($obj = $this->db->fetch_object($resql)) {
6261 $res = $tmpinvoice->fetch($obj->id);
6263 $tmpinvoice->fetch_thirdparty();
6266 if ($tmpinvoice->thirdparty->default_lang) {
6267 $outputlangs->setDefaultLang($tmpinvoice->thirdparty->default_lang);
6268 $outputlangs->loadLangs(array(
"main",
"bills"));
6270 $outputlangs = $langs;
6274 $arraymessage = $formmail->getEMailTemplate($this->db,
'facture_send', $user, $outputlangs, (is_numeric($template) ? $template : 0), 1, (is_numeric($template) ?
'' : $template));
6275 if (is_numeric($arraymessage) && $arraymessage <= 0) {
6276 $langs->load(
"errors");
6277 $this->output .= $langs->trans(
'ErrorFailedToFindEmailTemplate', $template);
6285 $substitutionarray = getCommonSubstitutionArray($outputlangs, 0,
null, $tmpinvoice);
6290 $sendTopic =
make_substitutions(empty($arraymessage->topic) ? $outputlangs->transnoentitiesnoconv(
'InformationMessage') : $arraymessage->topic, $substitutionarray, $outputlangs, 1);
6293 $content = $outputlangs->transnoentitiesnoconv($arraymessage->content);
6299 if ($forcerecipient) {
6300 $to = array($forcerecipient);
6302 $res = $tmpinvoice->fetch_thirdparty();
6303 $recipient = $tmpinvoice->thirdparty;
6305 $tmparraycontact = $tmpinvoice->liste_contact(-1,
'external', 0,
'BILLING');
6306 if (is_array($tmparraycontact) && count($tmparraycontact) > 0) {
6307 foreach ($tmparraycontact as $data_email) {
6308 if (!empty($data_email[
'email'])) {
6309 $to[] = $tmpinvoice->thirdparty->contact_get_property($data_email[
'id'],
'email');
6313 if (empty($to) && !empty($recipient->email)) {
6314 $to[] = $recipient->email;
6317 $errormesg =
"Failed to send remind to thirdparty id=".$tmpinvoice->socid.
". No email defined for invoice or customer.";
6321 $errormesg =
"Failed to load recipient with thirdparty id=".$tmpinvoice->socid;
6328 if (!empty($arraymessage->email_from)) {
6329 $from = (string) $arraymessage->email_from;
6332 $errormesg =
"Failed to get sender into global setup MAIN_MAIL_EMAIL_FROM";
6336 if (!$loopError && !empty($to)) {
6337 $to = implode(
',', $to);
6338 if (!empty($arraymessage->email_to)) {
6339 $to = $to.
','.$arraymessage->email_to;
6345 $trackid =
'inv'.$tmpinvoice->id;
6346 $sendcontext =
'standard';
6349 if (!empty($arraymessage->email_tocc)) {
6350 $email_tocc = (string) $arraymessage->email_tocc;
6354 if (!empty($arraymessage->email_tobcc)) {
6355 $email_tobcc = (string) $arraymessage->email_tobcc;
6362 if ($arraymessage->joinfiles == 1 && !empty($tmpinvoice->last_main_doc)) {
6363 $joinFile[] = DOL_DATA_ROOT.
'/'.$tmpinvoice->last_main_doc;
6364 $joinFileName[] = basename($tmpinvoice->last_main_doc);
6365 $joinFileMime[] =
dol_mimetype(DOL_DATA_ROOT.
'/'.$tmpinvoice->last_main_doc);
6369 $cMailFile =
new CMailFile($sendTopic, $to, $from, $sendContent, $joinFile, $joinFileMime, $joinFileName, $email_tocc, $email_tobcc, 0, 1, $errors_to,
'', $trackid,
'', $sendcontext,
'');
6371 $resultsendmail = $cMailFile->sendfile();
6376 if ($resultsendmail) {
6380 require_once DOL_DOCUMENT_ROOT.
'/comm/action/class/actioncomm.class.php';
6385 $actioncomm->type_code =
'AC_OTH_AUTO';
6386 $actioncomm->socid = $tmpinvoice->thirdparty->id;
6387 $actioncomm->contact_id = 0;
6389 $actioncomm->code =
'AC_EMAIL';
6390 $actioncomm->label =
'sendEmailsRemindersOnInvoiceDueDateOK (nbdays='.$nbdays.
' paymentmode='.$paymentmode.
' template='.$template.
' datetouse='.$datetouse.
' forcerecipient='.$forcerecipient.
')';
6391 $actioncomm->note_private = $sendContent;
6392 $actioncomm->fk_project = $tmpinvoice->fk_project;
6393 $actioncomm->datep =
dol_now();
6394 $actioncomm->datef = $actioncomm->datep;
6395 $actioncomm->percentage = -1;
6396 $actioncomm->authorid = $user->id;
6397 $actioncomm->userownerid = $user->id;
6399 $actioncomm->email_msgid = $cMailFile->msgid;
6400 $actioncomm->email_subject = $sendTopic;
6401 $actioncomm->email_from = $from;
6402 $actioncomm->email_sender =
'';
6403 $actioncomm->email_to = $to;
6407 $actioncomm->errors_to = $errors_to;
6409 $actioncomm->elementtype =
'invoice';
6410 $actioncomm->elementid = $tmpinvoice->id;
6414 $actioncomm->create($user);
6416 $errormesg = $cMailFile->error.
' : '.$to;
6420 require_once DOL_DOCUMENT_ROOT.
'/comm/action/class/actioncomm.class.php';
6425 $actioncomm->type_code =
'AC_OTH_AUTO';
6426 $actioncomm->socid = $tmpinvoice->thirdparty->id;
6427 $actioncomm->contact_id = 0;
6429 $actioncomm->code =
'AC_EMAIL';
6430 $actioncomm->label =
'sendEmailsRemindersOnInvoiceDueDateKO';
6431 $actioncomm->note_private = $errormesg;
6432 $actioncomm->fk_project = $tmpinvoice->fk_project;
6433 $actioncomm->datep =
dol_now();
6434 $actioncomm->datef = $actioncomm->datep;
6435 $actioncomm->percentage = -1;
6436 $actioncomm->authorid = $user->id;
6437 $actioncomm->userownerid = $user->id;
6439 $actioncomm->email_msgid = $cMailFile->msgid;
6440 $actioncomm->email_from = $from;
6441 $actioncomm->email_sender =
'';
6442 $actioncomm->email_to = $to;
6446 $actioncomm->errors_to = $errors_to;
6448 $actioncomm->elementtype =
'invoice';
6449 $actioncomm->elementid = $tmpinvoice->id;
6453 $actioncomm->create($user);
6456 $this->db->commit();
6460 $errorsMsg[] = $errormesg;
6463 $errorsMsg[] =
'Failed to fetch record invoice with ID = '.$obj->id;
6467 $error += $loopError;
6474 $this->output .=
'Nb of emails sent : '.$nbMailSend;
6476 dol_syslog(__METHOD__.
" end - ".$this->output, LOG_INFO);
6480 $this->error =
'Nb of emails sent : '.$nbMailSend.
', '.(!empty($errorsMsg) ? implode(
', ', $errorsMsg) : $error);
6482 dol_syslog(__METHOD__.
" end - ".$this->error, LOG_INFO);
6497 $sql =
"SELECT datef";
6498 $sql .=
" FROM ".MAIN_DB_PREFIX.
"facture";
6499 $sql .=
" WHERE type = " . (int) $this->
type ;
6500 $sql .=
" AND date_valid IS NOT NULL";
6501 $sql .=
" AND entity IN (".getEntity(
'invoice').
")";
6502 $sql .=
" ORDER BY datef DESC LIMIT 1";
6504 $result = $this->db->query($sql);
6507 if ($this->db->num_rows($result)) {
6508 $obj = $this->db->fetch_object($result);
6509 $last_date = $this->db->jdate($obj->datef);
6510 $invoice_date = $this->date;
6512 $is_last_of_same_type = $invoice_date >= $last_date;
6513 if ($allow_validated_drafts) {
6517 return array($is_last_of_same_type, $last_date);
6540 $selected = (empty($arraydata[
'selected']) ? 0 : $arraydata[
'selected']);
6542 $picto = $this->picto;
6543 if ($this->
type == self::TYPE_REPLACEMENT) {
6546 if ($this->
type == self::TYPE_CREDIT_NOTE) {
6549 if ($this->
type == self::TYPE_DEPOSIT) {
6553 $return =
'<div class="box-flex-item box-flex-grow-zero">';
6554 $return .=
'<div class="info-box info-box-sm">';
6555 $return .=
'<span class="info-box-icon bg-infobox-action">';
6557 $return .=
'</span>';
6558 $return .=
'<div class="info-box-content">';
6559 $return .=
'<span class="info-box-ref inline-block tdoverflowmax150 valignmiddle">'.(method_exists($this,
'getNomUrl') ? $this->
getNomUrl(1) : $this->ref).
'</span>';
6560 if ($selected >= 0) {
6561 $return .=
'<input id="cb'.$this->id.
'" class="flat checkforselect fright" type="checkbox" name="toselect[]" value="'.$this->
id.
'"'.($selected ?
' checked="checked"' :
'').
'>';
6563 if (!empty($arraydata[
'thirdparty'])) {
6564 $return .=
'<br><span class="info-box-label">'.$arraydata[
'thirdparty'].
'</span>';
6566 if (property_exists($this,
'date')) {
6567 $return .=
'<br><span class="info-box-label">'.dol_print_date($this->date,
'day').
'</span>';
6569 if (property_exists($this,
'total_ht')) {
6570 $return .=
' <span class="info-box-label amount" title="'.dol_escape_htmltag($langs->trans(
"AmountHT")).
'">'.
price($this->total_ht);
6571 $return .=
' '.$langs->trans(
"HT");
6572 $return .=
'</span>';
6574 if (method_exists($this,
'getLibStatut')) {
6575 $alreadypaid = (empty($arraydata[
'alreadypaid']) ? 0 : $arraydata[
'alreadypaid']);
6576 $return .=
'<br><div class="info-box-status">'.$this->getLibStatut(3, $alreadypaid).
'</div>';
6578 $return .=
'</div>';
6579 $return .=
'</div>';
6580 $return .=
'</div>';
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.
getSumCreditNotesUsed($multicurrency=0)
Return amount (with tax) of all credit notes invoices + excess received used by invoice.
getSumDepositsUsed($multicurrency=0)
Return amount (with tax) of all deposits invoices used by invoice.
getSommePaiement($multicurrency=0)
Return amount of payments already done.
calculate_date_lim_reglement($cond_reglement=0)
Returns an invoice payment deadline based on the invoice settlement conditions and billing date.
is_erasable()
Return if an invoice can be deleted Rule is: If invoice is draft and has a temporary ref -> yes (1) I...
Parent class of all other business classes (invoices, contracts, proposals, orders,...
fetch_optionals($rowid=null, $optionsArray=null)
Function to get extra fields of an object into $this->array_options This method is in most cases call...
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.
getIdContact($source, $code, $status=0)
Return id of contacts for a source and a contact code.
deleteObjectLinked($sourceid=null, $sourcetype='', $targetid=null, $targettype='', $rowid=0, $f_user=null, $notrigger=0)
Delete all links between an object $this.
setErrorsFromObject($object)
setErrorsFromObject
updateRangOfLine($rowid, $rang)
Update position of line (rang)
deleteExtraFields()
Delete all extra fields values for the current object.
fetchObjectLinked($sourceid=null, $sourcetype='', $targetid=null, $targettype='', $clause='OR', $alsosametype=1, $orderby='sourcetype', $loadalsoobjects=1)
Fetch array of objects linked to current object (object of enabled modules only).
static commonReplaceThirdparty(DoliDB $dbs, $origin_id, $dest_id, array $tables, $ignoreerrors=0)
Function used to replace a thirdparty id with another one.
static commonReplaceProduct(DoliDB $dbs, $origin_id, $dest_id, array $tables, $ignoreerrors=0)
Function used to replace a product id with another one.
line_max($fk_parent_line=0)
Get max value used for position of line (rang)
insertExtraFields($trigger='', $userused=null)
Add/Update all extra fields values for the current object.
delete_linked_contact($source='', $code='')
Delete all links between an object $this and all its contacts in llx_element_contact.
call_trigger($triggerName, $user)
Call trigger based on this instance.
add_contact($fk_socpeople, $type_contact, $source='external', $notrigger=0)
Add a link between element $this->element and a contact.
Class to manage absolute discounts.
Class to manage Dolibarr database access.
Class to manage warehouses.
Class to manage invoices.
setDraft($user, $idwarehouse=-1)
Set draft status.
loadStateBoard()
Load indicators for dashboard (this->nbtodo and this->nbtodolate)
getIdShippingContact()
Retourne id des contacts clients de livraison.
setFinal(User $user, $notrigger=0)
Sets the invoice as a final situation.
setCanceled($user, $close_code='', $close_note='')
Tag invoice as canceled, with no payment on it (example for replacement invoice or payment never rece...
createFromClone(User $user, $fromid=0, $forceentity=null)
Load an object from its id and create a new one in database.
static createDepositFromOrigin(CommonObject $origin, $date, $payment_terms_id, User $user, $notrigger=0, $autoValidateDeposit=false, $overrideFields=array())
Creates a deposit from a proposal or an order by grouping lines by VAT rates.
static replaceThirdparty(DoliDB $dbs, $origin_id, $dest_id)
Replace a thirdparty id with another one.
list_replacable_invoices($socid=0)
Return list of invoices qualified to be replaced by another invoice.
insert_discount($idremise)
Add a discount line into an invoice (as an invoice line) using an existing absolute discount (Consume...
createFromOrder($object, User $user)
Load an object from an order and create a new invoice into database.
willBeLastOfSameType($allow_validated_drafts=false)
See if current invoice date is posterior to the last invoice date among validated invoices of same ty...
update_percent($line, $percent, $update_price=true)
Update invoice line with percentage.
const TYPE_REPLACEMENT
Replacement invoice.
validate($user, $force_number='', $idwarehouse=0, $notrigger=0, $batch_rule=0)
Tag invoice as validated + call trigger BILL_VALIDATE Object must have lines loaded with fetch_lines ...
update(User $user, $notrigger=0)
Update database.
fetch_lines($only_product=0, $loadalsotranslation=0)
Load all detailed lines into this->lines.
liste_array($shortlist=0, $draft=0, $excluser=null, $socid=0, $limit=0, $offset=0, $sortfield='f.datef, f.rowid', $sortorder='DESC')
Return list of invoices (eventually filtered on a user) into an array.
getIdBillingContact()
Retourne id des contacts clients de facturation.
__construct(DoliDB $db)
Constructor.
const STATUS_DRAFT
Draft status.
updateline($rowid, $desc, $pu, $qty, $remise_percent, $date_start, $date_end, $txtva, $txlocaltax1=0, $txlocaltax2=0, $price_base_type='HT', $info_bits=0, $type=self::TYPE_STANDARD, $fk_parent_line=0, $skip_update_total=0, $fk_fournprice=null, $pa_ht=0, $label='', $special_code=0, $array_options=array(), $situation_percent=100, $fk_unit=null, $pu_ht_devise=0, $notrigger=0, $ref_ext='', $rang=0)
Update a detail line.
getNomUrl($withpicto=0, $option='', $max=0, $short=0, $moretitle='', $notooltip=0, $addlinktonotes=0, $save_lastsearch_value=-1, $target='')
Return clickable link of object (with eventually picto)
load_board($user)
Load indicators for dashboard (this->nbtodo and this->nbtodolate)
fetchPreviousNextSituationInvoice()
Fetch previous and next situations invoices.
fetch($rowid, $ref='', $ref_ext='', $notused=0, $fetch_situation=false)
Get object from database.
setInputReason($inputReasonId, $notrigger=0)
Update invoice input reason.
const TYPE_STANDARD
Standard invoice.
const TYPE_SITUATION
Situation invoice.
updatePriceNextInvoice(&$langs)
Update price of next invoice.
static replaceProduct(DoliDB $db, $origin_id, $dest_id)
Replace a product id with another one.
setRetainedWarrantyDateLimit($timestamp, $dateYmd='')
Change the retained_warranty_date_limit.
sendEmailsRemindersOnInvoiceDueDate($nbdays=0, $paymentmode='all', $template='', $datetouse='duedate', $forcerecipient='')
Send reminders by emails for invoices validated that are due.
info($id)
Load miscellaneous information for tab "Info".
const TYPE_PROFORMA
Proforma invoice (should not be used.
getKanbanView($option='', $arraydata=null)
Return clickable link of object (with eventually picto)
generateDocument($modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0, $moreparams=null)
Create a document onto disk according to template module.
setRetainedWarranty($value)
Change the retained warranty.
get_prev_sits()
Returns an array containing the previous situations as Facture objects.
list_qualified_avoir_invoices($socid=0)
Return list of invoices qualified to be corrected by a credit note.
set_canceled($user, $close_code='', $close_note='')
Tag invoice as canceled, with no payment on it (example for replacement invoice or payment never rece...
newCycle()
Gets the smallest reference available for a new cycle.
setDiscount($user, $remise, $notrigger=0)
Set percent discount.
isSituationInvoice()
Check if an invoice is a situation invoice.
set_ref_client($ref_client, $notrigger=0)
Set customer ref.
is_first()
Checks if the invoice is the first of a cycle.
set_remise($user, $remise, $notrigger=0)
Set percent discount.
getTooltipContentArray($params)
getTooltipContentArray
getNextNumRef($soc, $mode='next')
Return next reference of customer invoice not already used (or last reference) according to numbering...
checkProgressLine($idline, $situation_percent)
Check if the percent edited is lower of next invoice line.
const STATUS_VALIDATED
Validated (need to be paid)
hasDelay()
Is the customer invoice delayed?
getLinesArray()
Create an array of invoice lines.
set_unpaid($user)
Tags the invoice as incompletely paid and call the trigger BILL_UNPAYED This method is used when a di...
const TYPE_DEPOSIT
Deposit invoice.
set_paid($user, $close_code='', $close_note='')
Tag the invoice as paid completely (if close_code is filled) => this->fk_statut=2,...
const STATUS_ABANDONED
Classified abandoned and no payment done.
createFromCurrent(User $user, $invertdetail=0)
Create a new invoice in database from current invoice.
setPaid($user, $close_code='', $close_note='')
Tag the invoice as :
displayRetainedWarranty()
Currently used for documents generation : to know if retained warranty need to be displayed.
const TYPE_CREDIT_NOTE
Credit note invoice.
is_last_in_cycle()
Checks if the invoice is the last in its cycle.
create(User $user, $notrigger=0, $forceduedate=0, $updatecurrencyrate=0)
Create invoice in database.
initAsSpecimen($option='')
Initialise an instance with random values.
deleteLine($rowid, $id=0)
Delete line in database.
getRetainedWarrantyAmount($rounding=-1)
addline( $desc, $pu_ht, $qty, $txtva, $txlocaltax1=0, $txlocaltax2=0, $fk_product=0, $remise_percent=0, $date_start='', $date_end='', $fk_code_ventilation=0, $info_bits=0, $fk_remise_except=0, $price_base_type='HT', $pu_ttc=0, $type=0, $rang=-1, $special_code=0, $origin='', $origin_id=0, $fk_parent_line=0, $fk_fournprice=null, $pa_ht=0, $label='', $array_options=array(), $situation_percent=100, $fk_prev_id=0, $fk_unit=null, $pu_ht_devise=0, $ref_ext='', $noupdateafterinsertline=0)
Add an invoice line into database (linked to product/service or not).
setUnpaid($user)
Tag the invoice as incompletely paid and call the trigger BILL_UNPAYED This method is used when a dir...
const STATUS_CLOSED
Classified paid.
setCategories($categories)
Set absolute discount.
createFromContract($object, User $user, $lines=array())
Load an object from a contract and create a new invoice into database.
Class to manage invoice lines.
Class to manage invoice templates.
Class to manage stock movements.
static getIdAndTxFromCode($dbs, $code, $date_document=0)
Get id and rate of currency from code.
static getIdFromCode($dbs, $code)
Get id of currency from code.
Class to manage predefined suppliers products.
Class to manage products or services.
Manage record for batch number management.
const BATCH_RULE_SELLBY_EATBY_DATES_FIRST
Batches rules.
Class to manage third parties objects (customers, suppliers, prospects...)
Class to manage translations.
Class to manage Dolibarr users.
hasRight($module, $permlevel1, $permlevel2='')
Return if a user has a permission.
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_get_last_hour($date, $gm='tzserver')
Return GMT time for last hour of a given GMT date (it replaces hours, min and second part to 23:59:59...
dol_get_first_day($year, $month=1, $gm=false)
Return GMT time for first day of a month or year.
dol_get_next_month($month, $year)
Return next month.
dol_time_plus_duree($time, $duration_value, $duration_unit, $ruleforendofmonth=0)
Add a delay to a date.
dol_get_last_day($year, $month=12, $gm=false)
Return GMT time for last day of a month or year.
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.
dol_delete_preview($object)
Delete all preview files linked to object instance.
dol_mktime($hour, $minute, $second, $month, $day, $year, $gm='auto', $check=1)
Return a timestamp date built from detailed information (by default a local PHP server timestamp) Rep...
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
setEntity($currentobject)
Set entity id to use when to create an object.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2, $allowothertags=array())
Show picto whatever it's its name (generic function)
dol_mimetype($file, $default='application/octet-stream', $mode=0)
Return MIME type of a file from its name with extension.
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
price2num($amount, $rounding='', $option=0)
Function that return a number with universal decimal format (decimal separator is '.
dol_eval($s, $returnvalue=1, $hideerrors=1, $onlysimplestring='1')
Replace eval function to add more security.
img_object($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $allowothertags=array())
Show a picto called object_picto (generic function)
setEventMessage($mesgs, $style='mesgs', $noduplicate=0, $attop=0)
Set event message in dol_events session object.
dol_strlen($string, $stringencoding='UTF-8')
Make a strlen call.
price($amount, $form=0, $outlangs='', $trunc=1, $rounding=-1, $forcerounding=-1, $currency_code='')
Function to format a value into an amount for visual output Function used into PDF and HTML pages.
dol_now($mode='auto')
Return date for now.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
getLocalTaxesFromRate($vatrate, $local, $buyer, $seller, $firstparamisid=0)
Get type and rate of localtaxes for a particular vat rate/country of a thirdparty.
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs=null, $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
dol_concatdesc($text1, $text2, $forxml=false, $invert=false)
Concat 2 descriptions with a new line between them (second operand after first one with appropriate n...
dolPrintHTMLForAttribute($s, $escapeonlyhtmltags=0, $allowothertags=array())
Return a string ready to be output into an HTML attribute (alt, title, data-html, ....
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_clone($object, $native=2)
Create a clone of instance of object (new instance with same value for each properties) With native =...
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.
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.
getDictionaryValue($tablename, $field, $id, $checkentity=false, $rowidfield='rowid')
Return the value of a filed into a dictionary for the record $id.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
getEntity($element, $shared=1, $currentobject=null)
Get list of entity id to use.
dol_getdate($timestamp, $fast=false, $forcetimezone='')
Return an array with locale date info.
getMarginInfos($pv_ht, $remise_percent, $tva_tx, $localtax1_tx, $localtax2_tx, $fk_pa, $pa_ht)
Return an array with margins information of a line.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
calcul_price_total($qty, $pu, $remise_percent_ligne, $txtva, $uselocaltax1_rate, $uselocaltax2_rate, $remise_percent_global, $price_base_type, $info_bits, $type, $seller=null, $localtaxes_array=[], $progress=100, $multicurrency_tx=1, $pu_devise=0, $multicurrency_code='')
Calculate totals (net, vat, ...) of a line.
if(preg_match('/(crypted|dolcrypt):/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type
dolDecrypt($chain, $key='')
Decode a string with a symmetric encryption.