41 require_once DOL_DOCUMENT_ROOT.
'/core/class/commonobject.class.php';
42 require_once DOL_DOCUMENT_ROOT.
"/core/class/commonobjectline.class.php";
43 require_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
44 require_once DOL_DOCUMENT_ROOT.
'/contact/class/contact.class.php';
45 require_once DOL_DOCUMENT_ROOT.
'/margin/lib/margins.lib.php';
46 require_once DOL_DOCUMENT_ROOT.
'/multicurrency/class/multicurrency.class.php';
47 require_once DOL_DOCUMENT_ROOT.
'/core/class/commonincoterm.class.php';
64 public $element =
'propal';
69 public $table_element =
'propal';
74 public $table_element_line =
'propaldet';
79 public $fk_element =
'fk_propal';
84 public $picto =
'propal';
90 public $ismultientitymanaged = 1;
96 public $restrictiononfksoc = 1;
145 public $date_creation;
156 public $date_validation;
161 public $date_signature;
166 public $user_signature;
183 public $date_livraison;
188 public $delivery_date;
191 public $fin_validite;
193 public $user_author_id;
194 public $user_valid_id;
195 public $user_close_id;
213 public $cond_reglement_code;
214 public $deposit_percent;
215 public $mode_reglement_code;
216 public $remise_percent;
233 public $address_type;
236 public $availability_id;
237 public $availability_code;
239 public $duree_validite;
241 public $demand_reason_id;
242 public $demand_reason_code;
244 public $warehouse_id;
246 public $extraparams = array();
251 public $lines = array();
254 public $labelStatus = array();
255 public $labelStatusShort = array();
261 public $fk_multicurrency;
263 public $multicurrency_code;
264 public $multicurrency_tx;
265 public $multicurrency_total_ht;
266 public $multicurrency_total_tva;
267 public $multicurrency_total_ttc;
298 public $fields = array(
299 'rowid' =>array(
'type'=>
'integer',
'label'=>
'TechnicalID',
'enabled'=>1,
'visible'=>-1,
'notnull'=>1,
'position'=>10),
300 'entity' =>array(
'type'=>
'integer',
'label'=>
'Entity',
'default'=>1,
'enabled'=>1,
'visible'=>-2,
'notnull'=>1,
'position'=>15,
'index'=>1),
301 'ref' =>array(
'type'=>
'varchar(30)',
'label'=>
'Ref',
'enabled'=>1,
'visible'=>-1,
'notnull'=>1,
'showoncombobox'=>1,
'position'=>20),
302 'ref_client' =>array(
'type'=>
'varchar(255)',
'label'=>
'RefCustomer',
'enabled'=>1,
'visible'=>-1,
'position'=>22),
303 'ref_ext' =>array(
'type'=>
'varchar(255)',
'label'=>
'RefExt',
'enabled'=>1,
'visible'=>0,
'position'=>40),
304 'fk_soc' =>array(
'type'=>
'integer:Societe:societe/class/societe.class.php',
'label'=>
'ThirdParty',
'enabled'=>
'$conf->societe->enabled',
'visible'=>-1,
'position'=>23),
305 'fk_projet' =>array(
'type'=>
'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)',
'label'=>
'Fk projet',
'enabled'=>
"isModEnabled('project')",
'visible'=>-1,
'position'=>24),
306 'tms' =>array(
'type'=>
'timestamp',
'label'=>
'DateModification',
'enabled'=>1,
'visible'=>-1,
'notnull'=>1,
'position'=>25),
307 'datec' =>array(
'type'=>
'datetime',
'label'=>
'DateCreation',
'enabled'=>1,
'visible'=>-1,
'position'=>55),
308 'datep' =>array(
'type'=>
'date',
'label'=>
'Date',
'enabled'=>1,
'visible'=>-1,
'position'=>60),
309 'fin_validite' =>array(
'type'=>
'datetime',
'label'=>
'DateEnd',
'enabled'=>1,
'visible'=>-1,
'position'=>65),
310 'date_valid' =>array(
'type'=>
'datetime',
'label'=>
'DateValidation',
'enabled'=>1,
'visible'=>-1,
'position'=>70),
311 'date_cloture' =>array(
'type'=>
'datetime',
'label'=>
'DateClosing',
'enabled'=>1,
'visible'=>-1,
'position'=>75),
312 'fk_user_author' =>array(
'type'=>
'integer:User:user/class/user.class.php',
'label'=>
'Fk user author',
'enabled'=>1,
'visible'=>-1,
'position'=>80),
313 'fk_user_modif' =>array(
'type'=>
'integer:User:user/class/user.class.php',
'label'=>
'UserModif',
'enabled'=>1,
'visible'=>-2,
'notnull'=>-1,
'position'=>85),
314 'fk_user_valid' =>array(
'type'=>
'integer:User:user/class/user.class.php',
'label'=>
'UserValidation',
'enabled'=>1,
'visible'=>-1,
'position'=>90),
315 'fk_user_cloture' =>array(
'type'=>
'integer:User:user/class/user.class.php',
'label'=>
'Fk user cloture',
'enabled'=>1,
'visible'=>-1,
'position'=>95),
316 'price' =>array(
'type'=>
'double',
'label'=>
'Price',
'enabled'=>1,
'visible'=>-1,
'position'=>105),
317 'remise_percent' =>array(
'type'=>
'double',
'label'=>
'RelativeDiscount',
'enabled'=>1,
'visible'=>-1,
'position'=>110),
320 'total_ht' =>array(
'type'=>
'double(24,8)',
'label'=>
'TotalHT',
'enabled'=>1,
'visible'=>-1,
'position'=>125,
'isameasure'=>1),
321 'total_tva' =>array(
'type'=>
'double(24,8)',
'label'=>
'VAT',
'enabled'=>1,
'visible'=>-1,
'position'=>130,
'isameasure'=>1),
322 'localtax1' =>array(
'type'=>
'double(24,8)',
'label'=>
'LocalTax1',
'enabled'=>1,
'visible'=>-1,
'position'=>135,
'isameasure'=>1),
323 'localtax2' =>array(
'type'=>
'double(24,8)',
'label'=>
'LocalTax2',
'enabled'=>1,
'visible'=>-1,
'position'=>140,
'isameasure'=>1),
324 'total_ttc' =>array(
'type'=>
'double(24,8)',
'label'=>
'TotalTTC',
'enabled'=>1,
'visible'=>-1,
'position'=>145,
'isameasure'=>1),
325 'fk_account' =>array(
'type'=>
'integer',
'label'=>
'BankAccount',
'enabled'=>
'$conf->banque->enabled',
'visible'=>-1,
'position'=>150),
326 'fk_currency' =>array(
'type'=>
'varchar(3)',
'label'=>
'Currency',
'enabled'=>1,
'visible'=>-1,
'position'=>155),
327 'fk_cond_reglement' =>array(
'type'=>
'integer',
'label'=>
'PaymentTerm',
'enabled'=>1,
'visible'=>-1,
'position'=>160),
328 'deposit_percent' =>array(
'type'=>
'varchar(63)',
'label'=>
'DepositPercent',
'enabled'=>1,
'visible'=>-1,
'position'=>161),
329 'fk_mode_reglement' =>array(
'type'=>
'integer',
'label'=>
'PaymentMode',
'enabled'=>1,
'visible'=>-1,
'position'=>165),
330 'note_private' =>array(
'type'=>
'text',
'label'=>
'NotePrivate',
'enabled'=>1,
'visible'=>0,
'position'=>170),
331 'note_public' =>array(
'type'=>
'text',
'label'=>
'NotePublic',
'enabled'=>1,
'visible'=>0,
'position'=>175),
332 'model_pdf' =>array(
'type'=>
'varchar(255)',
'label'=>
'PDFTemplate',
'enabled'=>1,
'visible'=>0,
'position'=>180),
333 'date_livraison' =>array(
'type'=>
'date',
'label'=>
'DateDeliveryPlanned',
'enabled'=>1,
'visible'=>-1,
'position'=>185),
334 'fk_shipping_method' =>array(
'type'=>
'integer',
'label'=>
'ShippingMethod',
'enabled'=>1,
'visible'=>-1,
'position'=>190),
335 'fk_warehouse' =>array(
'type'=>
'integer:Entrepot:product/stock/class/entrepot.class.php',
'label'=>
'Fk warehouse',
'enabled'=>
'$conf->stock->enabled',
'visible'=>-1,
'position'=>191),
336 'fk_availability' =>array(
'type'=>
'integer',
'label'=>
'Availability',
'enabled'=>1,
'visible'=>-1,
'position'=>195),
337 'fk_delivery_address' =>array(
'type'=>
'integer',
'label'=>
'DeliveryAddress',
'enabled'=>1,
'visible'=>0,
'position'=>200),
338 'fk_input_reason' =>array(
'type'=>
'integer',
'label'=>
'InputReason',
'enabled'=>1,
'visible'=>-1,
'position'=>205),
339 'extraparams' =>array(
'type'=>
'varchar(255)',
'label'=>
'Extraparams',
'enabled'=>1,
'visible'=>-1,
'position'=>215),
340 'fk_incoterms' =>array(
'type'=>
'integer',
'label'=>
'IncotermCode',
'enabled'=>
'$conf->incoterm->enabled',
'visible'=>-1,
'position'=>220),
341 'location_incoterms' =>array(
'type'=>
'varchar(255)',
'label'=>
'IncotermLabel',
'enabled'=>
'$conf->incoterm->enabled',
'visible'=>-1,
'position'=>225),
342 'fk_multicurrency' =>array(
'type'=>
'integer',
'label'=>
'MulticurrencyID',
'enabled'=>1,
'visible'=>-1,
'position'=>230),
343 'multicurrency_code' =>array(
'type'=>
'varchar(255)',
'label'=>
'MulticurrencyCurrency',
'enabled'=>
'isModEnabled("multicurrency")',
'visible'=>-1,
'position'=>235),
344 'multicurrency_tx' =>array(
'type'=>
'double(24,8)',
'label'=>
'MulticurrencyRate',
'enabled'=>
'isModEnabled("multicurrency")',
'visible'=>-1,
'position'=>240,
'isameasure'=>1),
345 'multicurrency_total_ht' =>array(
'type'=>
'double(24,8)',
'label'=>
'MulticurrencyAmountHT',
'enabled'=>
'isModEnabled("multicurrency")',
'visible'=>-1,
'position'=>245,
'isameasure'=>1),
346 'multicurrency_total_tva' =>array(
'type'=>
'double(24,8)',
'label'=>
'MulticurrencyAmountVAT',
'enabled'=>
'isModEnabled("multicurrency")',
'visible'=>-1,
'position'=>250,
'isameasure'=>1),
347 'multicurrency_total_ttc' =>array(
'type'=>
'double(24,8)',
'label'=>
'MulticurrencyAmountTTC',
'enabled'=>
'isModEnabled("multicurrency")',
'visible'=>-1,
'position'=>255,
'isameasure'=>1),
348 'last_main_doc' =>array(
'type'=>
'varchar(255)',
'label'=>
'LastMainDoc',
'enabled'=>1,
'visible'=>-1,
'position'=>260),
349 'fk_statut' =>array(
'type'=>
'smallint(6)',
'label'=>
'Status',
'enabled'=>1,
'visible'=>-1,
'notnull'=>1,
'position'=>500),
350 'import_key' =>array(
'type'=>
'varchar(14)',
'label'=>
'ImportId',
'enabled'=>1,
'visible'=>-2,
'position'=>900),
385 global $conf, $langs;
389 $this->socid = $socid;
390 $this->
id = $propalid;
392 $this->duree_validite =
getDolGlobalInt(
'PROPALE_VALIDITY_DURATION', 0);
408 public function add_product($idproduct, $qty, $remise_percent = 0)
411 global $conf, $mysoc;
417 dol_syslog(get_class($this).
"::add_product $idproduct, $qty, $remise_percent");
418 if ($idproduct > 0) {
420 $prod->fetch($idproduct);
422 $productdesc = $prod->description;
426 if (empty($tva_tx)) {
431 $localtax1_tx =
get_localtax($tva_tx, 1, $mysoc, $this->thirdparty, $tva_npr);
432 $localtax2_tx =
get_localtax($tva_tx, 2, $mysoc, $this->thirdparty, $tva_npr);
435 if ($conf->global->PRODUIT_MULTIPRICES && $this->thirdparty->price_level) {
436 $price = $prod->multiprices[$this->thirdparty->price_level];
443 $line->fk_product = $idproduct;
444 $line->desc = $productdesc;
447 $line->remise_percent = $remise_percent;
448 $line->vat_src_code = $vat_src_code;
449 $line->tva_tx = $tva_tx;
450 $line->fk_unit = $prod->fk_unit;
452 $line->info_bits = 1;
455 $this->lines[] = $line;
471 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
472 include_once DOL_DOCUMENT_ROOT.
'/core/class/discount.class.php';
477 $result =
$remise->fetch($idremise);
481 $this->error = $langs->trans(
"ErrorDiscountAlreadyUsed");
482 $this->
db->rollback();
488 $this->line->context = $this->context;
490 $line->fk_propal = $this->id;
491 $line->fk_remise_except =
$remise->id;
492 $line->desc =
$remise->description;
493 $line->vat_src_code =
$remise->vat_src_code;
494 $line->tva_tx =
$remise->tva_tx;
495 $line->subprice = -
$remise->amount_ht;
496 $line->fk_product = 0;
498 $line->remise_percent = 0;
500 $line->info_bits = 2;
503 $line->price = -
$remise->amount_ht;
505 $line->total_ht = -
$remise->amount_ht;
506 $line->total_tva = -
$remise->amount_tva;
507 $line->total_ttc = -
$remise->amount_ttc;
509 $result = $line->insert();
516 $this->
db->rollback();
520 $this->error = $line->error;
521 $this->errors = $line->errors;
522 $this->
db->rollback();
526 $this->
db->rollback();
568 public function addline($desc, $pu_ht, $qty, $txtva, $txlocaltax1 = 0.0, $txlocaltax2 = 0.0, $fk_product = 0, $remise_percent = 0.0, $price_base_type =
'HT', $pu_ttc = 0.0, $info_bits = 0, $type = 0, $rang = -1, $special_code = 0, $fk_parent_line = 0, $fk_fournprice = 0, $pa_ht = 0, $label =
'', $date_start =
'', $date_end =
'', $array_options = 0, $fk_unit =
null, $origin =
'', $origin_id = 0, $pu_ht_devise = 0, $fk_remise_except = 0, $noupdateafterinsertline = 0)
570 global $mysoc, $conf, $langs;
572 dol_syslog(get_class($this).
"::addline propalid=$this->id, desc=$desc, pu_ht=$pu_ht, qty=$qty, txtva=$txtva, fk_product=$fk_product, remise_except=$remise_percent, price_base_type=$price_base_type, pu_ttc=$pu_ttc, info_bits=$info_bits, type=$type, fk_remise_except=".$fk_remise_except);
574 if ($this->statut == self::STATUS_DRAFT) {
575 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
578 if (empty($remise_percent)) {
584 if (empty($info_bits)) {
590 if (empty($fk_parent_line) || $fk_parent_line < 0) {
594 $remise_percent =
price2num($remise_percent);
597 $pu_ht_devise =
price2num($pu_ht_devise);
599 if (!preg_match(
'/\((.*)\)/', $txtva)) {
605 if ($price_base_type ==
'HT') {
616 if ($date_start && $date_end && $date_start > $date_end) {
617 $langs->load(
"errors");
618 $this->error = $langs->trans(
'ErrorStartDateGreaterEnd');
624 $product_type = $type;
625 if (!empty($fk_product) && $fk_product > 0) {
627 $result = $product->fetch($fk_product);
628 $product_type = $product->type;
630 if (!empty($conf->global->STOCK_MUST_BE_ENOUGH_FOR_PROPOSAL) && $product_type == 0 && $product->stock_reel < $qty) {
631 $langs->load(
"errors");
632 $this->error = $langs->trans(
'ErrorStockIsNotEnoughToAddProductOnProposal', $product->ref);
633 $this->
db->rollback();
649 if (preg_match(
'/\((.*)\)/', $txtva, $reg)) {
650 $vat_src_code = $reg[1];
651 $txtva = preg_replace(
'/\s*\(.*\)/',
'', $txtva);
654 $tabprice =
calcul_price_total($qty, $pu, $remise_percent, $txtva, $txlocaltax1, $txlocaltax2, 0, $price_base_type, $info_bits, $product_type, $mysoc, $localtaxes_type, 100, $this->multicurrency_tx, $pu_ht_devise);
656 $total_ht = $tabprice[0];
657 $total_tva = $tabprice[1];
658 $total_ttc = $tabprice[2];
659 $total_localtax1 = $tabprice[9];
660 $total_localtax2 = $tabprice[10];
661 $pu_ht = $tabprice[3];
662 $pu_tva = $tabprice[4];
663 $pu_ttc = $tabprice[5];
666 $multicurrency_total_ht = $tabprice[16];
667 $multicurrency_total_tva = $tabprice[17];
668 $multicurrency_total_ttc = $tabprice[18];
669 $pu_ht_devise = $tabprice[19];
673 if ($ranktouse == -1) {
674 $rangmax = $this->
line_max($fk_parent_line);
675 $ranktouse = $rangmax + 1;
682 if ($remise_percent > 0) {
683 $remise = round(($pu * $remise_percent / 100), 2);
690 $this->line->context = $this->context;
692 $this->line->fk_propal = $this->id;
693 $this->line->label = $label;
694 $this->line->desc = $desc;
695 $this->line->qty = $qty;
697 $this->line->vat_src_code = $vat_src_code;
698 $this->line->tva_tx = $txtva;
699 $this->line->localtax1_tx = ($total_localtax1 ? $localtaxes_type[1] : 0);
700 $this->line->localtax2_tx = ($total_localtax2 ? $localtaxes_type[3] : 0);
701 $this->line->localtax1_type = empty($localtaxes_type[0]) ?
'' : $localtaxes_type[0];
702 $this->line->localtax2_type = empty($localtaxes_type[2]) ?
'' : $localtaxes_type[2];
703 $this->line->fk_product = $fk_product;
704 $this->line->product_type = $type;
705 $this->line->fk_remise_except = $fk_remise_except;
706 $this->line->remise_percent = $remise_percent;
707 $this->line->subprice = $pu_ht;
708 $this->line->rang = $ranktouse;
709 $this->line->info_bits = $info_bits;
710 $this->line->total_ht = $total_ht;
711 $this->line->total_tva = $total_tva;
712 $this->line->total_localtax1 = $total_localtax1;
713 $this->line->total_localtax2 = $total_localtax2;
714 $this->line->total_ttc = $total_ttc;
715 $this->line->special_code = $special_code;
716 $this->line->fk_parent_line = $fk_parent_line;
717 $this->line->fk_unit = $fk_unit;
719 $this->line->date_start = $date_start;
720 $this->line->date_end = $date_end;
722 $this->line->fk_fournprice = $fk_fournprice;
723 $this->line->pa_ht = $pa_ht;
725 $this->line->origin_id = $origin_id;
726 $this->line->origin = $origin;
729 $this->line->fk_multicurrency = $this->fk_multicurrency;
730 $this->line->multicurrency_code = $this->multicurrency_code;
731 $this->line->multicurrency_subprice = $pu_ht_devise;
732 $this->line->multicurrency_total_ht = $multicurrency_total_ht;
733 $this->line->multicurrency_total_tva = $multicurrency_total_tva;
734 $this->line->multicurrency_total_ttc = $multicurrency_total_ttc;
737 if (empty($qty) && empty($special_code)) {
738 $this->line->special_code = 3;
742 $this->line->price =
$price;
744 if (is_array($array_options) && count($array_options) > 0) {
745 $this->line->array_options = $array_options;
748 $result = $this->line->insert();
751 if (!empty($fk_parent_line)) {
753 } elseif ($ranktouse > 0 && $ranktouse <= count($this->lines)) {
754 $linecount = count($this->lines);
755 for ($ii = $ranktouse; $ii <= $linecount; $ii++) {
761 if (empty($noupdateafterinsertline)) {
767 return $this->line->id;
769 $this->error = $this->
db->error();
770 $this->
db->rollback();
774 $this->error = $this->line->error;
775 $this->errors = $this->line->errors;
776 $this->
db->rollback();
780 dol_syslog(get_class($this).
"::addline status of proposal must be Draft to allow use of ->addline()", LOG_ERR);
815 public function updateline($rowid, $pu, $qty, $remise_percent, $txtva, $txlocaltax1 = 0.0, $txlocaltax2 = 0.0, $desc =
'', $price_base_type =
'HT', $info_bits = 0, $special_code = 0, $fk_parent_line = 0, $skip_update_total = 0, $fk_fournprice = 0, $pa_ht = 0, $label =
'', $type = 0, $date_start =
'', $date_end =
'', $array_options = 0, $fk_unit =
null, $pu_ht_devise = 0, $notrigger = 0, $rang = 0)
817 global $mysoc, $langs;
819 dol_syslog(get_class($this).
"::updateLine rowid=$rowid, pu=$pu, qty=$qty, remise_percent=$remise_percent,
820 txtva=$txtva, desc=$desc, price_base_type=$price_base_type, info_bits=$info_bits, special_code=$special_code, fk_parent_line=$fk_parent_line, pa_ht=$pa_ht, type=$type, date_start=$date_start, date_end=$date_end");
821 include_once DOL_DOCUMENT_ROOT.
'/core/lib/price.lib.php';
824 $remise_percent =
price2num($remise_percent);
827 $pu_ht_devise =
price2num($pu_ht_devise);
828 if (!preg_match(
'/\((.*)\)/', $txtva)) {
834 if (empty($qty) && empty($special_code)) {
837 if (!empty($qty) && $special_code == 3) {
844 if ($date_start && $date_end && $date_start > $date_end) {
845 $langs->load(
"errors");
846 $this->error = $langs->trans(
'ErrorStartDateGreaterEnd');
850 if ($this->statut == self::STATUS_DRAFT) {
863 if (preg_match(
'/\((.*)\)/', $txtva, $reg)) {
864 $vat_src_code = $reg[1];
865 $txtva = preg_replace(
'/\s*\(.*\)/',
'', $txtva);
870 $tabprice =
calcul_price_total($qty, $pu, $remise_percent, $txtva, $txlocaltax1, $txlocaltax2, 0, $price_base_type, $info_bits, $type, $mysoc, $localtaxes_type, 100, $this->multicurrency_tx, $pu_ht_devise);
871 $total_ht = $tabprice[0];
872 $total_tva = $tabprice[1];
873 $total_ttc = $tabprice[2];
874 $total_localtax1 = $tabprice[9];
875 $total_localtax2 = $tabprice[10];
876 $pu_ht = $tabprice[3];
877 $pu_tva = $tabprice[4];
878 $pu_ttc = $tabprice[5];
881 $multicurrency_total_ht = $tabprice[16];
882 $multicurrency_total_tva = $tabprice[17];
883 $multicurrency_total_ttc = $tabprice[18];
884 $pu_ht_devise = $tabprice[19];
889 if ($remise_percent > 0) {
890 $remise = round(($pu * $remise_percent / 100), 2);
896 $line->fetch($rowid);
898 $staticline = clone $line;
900 $line->oldline = $staticline;
902 $this->line->context = $this->context;
903 $this->line->rang = $rang;
906 if (!empty($fk_parent_line) && !empty($staticline->fk_parent_line) && $fk_parent_line != $staticline->fk_parent_line) {
907 $rangmax = $this->
line_max($fk_parent_line);
908 $this->line->rang = $rangmax + 1;
911 $this->line->id = $rowid;
912 $this->line->label = $label;
913 $this->line->desc = $desc;
914 $this->line->qty = $qty;
915 $this->line->product_type = $type;
916 $this->line->vat_src_code = $vat_src_code;
917 $this->line->tva_tx = $txtva;
918 $this->line->localtax1_tx = $txlocaltax1;
919 $this->line->localtax2_tx = $txlocaltax2;
920 $this->line->localtax1_type = $localtaxes_type[0];
921 $this->line->localtax2_type = $localtaxes_type[2];
922 $this->line->remise_percent = $remise_percent;
923 $this->line->subprice = $pu_ht;
924 $this->line->info_bits = $info_bits;
926 $this->line->total_ht = $total_ht;
927 $this->line->total_tva = $total_tva;
928 $this->line->total_localtax1 = $total_localtax1;
929 $this->line->total_localtax2 = $total_localtax2;
930 $this->line->total_ttc = $total_ttc;
931 $this->line->special_code = $special_code;
932 $this->line->fk_parent_line = $fk_parent_line;
933 $this->line->skip_update_total = $skip_update_total;
934 $this->line->fk_unit = $fk_unit;
936 $this->line->fk_fournprice = $fk_fournprice;
937 $this->line->pa_ht = $pa_ht;
939 $this->line->date_start = $date_start;
940 $this->line->date_end = $date_end;
942 if (is_array($array_options) && count($array_options) > 0) {
944 foreach ($array_options as $key => $value) {
945 $this->line->array_options[$key] = $array_options[$key];
950 $this->line->multicurrency_subprice = $pu_ht_devise;
951 $this->line->multicurrency_total_ht = $multicurrency_total_ht;
952 $this->line->multicurrency_total_tva = $multicurrency_total_tva;
953 $this->line->multicurrency_total_ttc = $multicurrency_total_ttc;
955 $result = $this->line->update($notrigger);
958 if (!empty($fk_parent_line)) {
964 $this->fk_propal = $this->id;
965 $this->
rowid = $rowid;
970 $this->error = $this->line->error;
971 $this->errors = $this->line->errors;
972 $this->
db->rollback();
976 dol_syslog(get_class($this).
"::updateline Erreur -2 Propal en mode incompatible pour cette action");
992 if ($this->statut == self::STATUS_DRAFT) {
998 $line->fetch($lineid);
1000 if ($line->delete($user) > 0) {
1003 $this->
db->commit();
1006 $this->error = $line->error;
1007 $this->errors = $line->errors;
1008 $this->
db->rollback();
1012 $this->error =
'ErrorDeleteLineNotAllowedByObjectStatus';
1026 public function create($user, $notrigger = 0)
1028 global $conf, $hookmanager, $mysoc;
1034 if (empty($this->date)) {
1037 $this->fin_validite = $this->date + ($this->duree_validite * 24 * 3600);
1038 if (empty($this->availability_id)) {
1039 $this->availability_id = 0;
1041 if (empty($this->demand_reason_id)) {
1042 $this->demand_reason_id = 0;
1046 if (!empty($this->multicurrency_code) && empty($this->multicurrency_tx)) {
1051 if (empty($this->fk_multicurrency)) {
1052 $this->multicurrency_code = $conf->currency;
1053 $this->fk_multicurrency = 0;
1054 $this->multicurrency_tx = 1;
1058 $delivery_date = empty($this->delivery_date) ? $this->date_livraison : $this->delivery_date;
1065 $this->error =
"Failed to fetch company";
1066 dol_syslog(get_class($this).
"::create ".$this->error, LOG_ERR);
1071 if (!empty($this->
ref)) {
1074 $this->error =
'ErrorRefAlreadyExists';
1075 dol_syslog(get_class($this).
"::create ".$this->error, LOG_WARNING);
1076 $this->
db->rollback();
1081 if (empty($this->date)) {
1082 $this->error =
"Date of proposal is required";
1083 dol_syslog(get_class($this).
"::create ".$this->error, LOG_ERR);
1091 $sql =
"INSERT INTO ".MAIN_DB_PREFIX.
"propal (";
1095 $sql .=
", remise_percent";
1096 $sql .=
", remise_absolue";
1097 $sql .=
", total_tva";
1098 $sql .=
", total_ttc";
1102 $sql .=
", fk_user_author";
1103 $sql .=
", note_private";
1104 $sql .=
", note_public";
1105 $sql .=
", model_pdf";
1106 $sql .=
", fin_validite";
1107 $sql .=
", fk_cond_reglement";
1108 $sql .=
", deposit_percent";
1109 $sql .=
", fk_mode_reglement";
1110 $sql .=
", fk_account";
1111 $sql .=
", ref_client";
1112 $sql .=
", ref_ext";
1113 $sql .=
", date_livraison";
1114 $sql .=
", fk_shipping_method";
1115 $sql .=
", fk_warehouse";
1116 $sql .=
", fk_availability";
1117 $sql .=
", fk_input_reason";
1118 $sql .=
", fk_projet";
1119 $sql .=
", fk_incoterms";
1120 $sql .=
", location_incoterms";
1122 $sql .=
", fk_multicurrency";
1123 $sql .=
", multicurrency_code";
1124 $sql .=
", multicurrency_tx";
1126 $sql .=
" VALUES (";
1127 $sql .= $this->socid;
1129 $sql .=
", ".((float) $this->remise);
1130 $sql .=
", ".($this->remise_percent ? ((
float) $this->remise_percent) :
'NULL');
1131 $sql .=
", ".($this->remise_absolue ? ((
float) $this->remise_absolue) :
'NULL');
1134 $sql .=
", '".$this->db->idate($this->date).
"'";
1135 $sql .=
", '".$this->db->idate($now).
"'";
1136 $sql .=
", '(PROV)'";
1137 $sql .=
", ".($user->id > 0 ? ((int) $user->id) :
"NULL");
1138 $sql .=
", '".$this->db->escape($this->note_private).
"'";
1139 $sql .=
", '".$this->db->escape($this->note_public).
"'";
1140 $sql .=
", '".$this->db->escape($this->model_pdf).
"'";
1141 $sql .=
", ".($this->fin_validite !=
'' ?
"'".$this->db->idate($this->fin_validite).
"'" :
"NULL");
1142 $sql .=
", ".($this->cond_reglement_id > 0 ? ((int) $this->cond_reglement_id) :
'NULL');
1143 $sql .=
", ".(!empty($this->deposit_percent) ?
"'".$this->db->escape($this->deposit_percent).
"'" :
'NULL');
1144 $sql .=
", ".($this->mode_reglement_id > 0 ? ((int) $this->mode_reglement_id) :
'NULL');
1145 $sql .=
", ".($this->fk_account > 0 ? ((int) $this->fk_account) :
'NULL');
1146 $sql .=
", '".$this->db->escape($this->ref_client).
"'";
1147 $sql .=
", '".$this->db->escape($this->ref_ext).
"'";
1148 $sql .=
", ".(empty($delivery_date) ?
"NULL" :
"'".$this->db->idate($delivery_date).
"'");
1149 $sql .=
", ".($this->shipping_method_id > 0 ? $this->shipping_method_id :
'NULL');
1150 $sql .=
", ".($this->warehouse_id > 0 ? $this->warehouse_id :
'NULL');
1151 $sql .=
", ".$this->availability_id;
1152 $sql .=
", ".$this->demand_reason_id;
1153 $sql .=
", ".($this->fk_project ? $this->fk_project :
"null");
1154 $sql .=
", ".(int) $this->fk_incoterms;
1155 $sql .=
", '".$this->db->escape($this->location_incoterms).
"'";
1156 $sql .=
", ".setEntity($this);
1157 $sql .=
", ".(int) $this->fk_multicurrency;
1158 $sql .=
", '".$this->db->escape($this->multicurrency_code).
"'";
1159 $sql .=
", ".(double) $this->multicurrency_tx;
1162 dol_syslog(get_class($this).
"::create", LOG_DEBUG);
1165 $this->
id = $this->
db->last_insert_id(MAIN_DB_PREFIX.
"propal");
1168 $this->
ref =
'(PROV'.$this->id.
')';
1169 $sql =
'UPDATE '.MAIN_DB_PREFIX.
"propal SET ref='".$this->
db->escape($this->
ref).
"' WHERE rowid=".((int) $this->
id);
1171 dol_syslog(get_class($this).
"::create", LOG_DEBUG);
1177 if (!empty($this->linkedObjectsIds) && empty($this->linked_objects)) {
1178 $this->linked_objects = $this->linkedObjectsIds;
1182 if (!$error && $this->
id && !empty($this->linked_objects) && is_array($this->linked_objects)) {
1183 foreach ($this->linked_objects as $origin => $tmp_origin_id) {
1184 if (is_array($tmp_origin_id)) {
1185 foreach ($tmp_origin_id as $origin_id) {
1188 $this->error = $this->
db->lasterror();
1194 $origin_id = $tmp_origin_id;
1197 $this->error = $this->
db->lasterror();
1209 $fk_parent_line = 0;
1210 $num = count($this->lines);
1212 for ($i = 0; $i < $num; $i++) {
1213 if (!is_object($this->lines[$i])) {
1215 $line = (object) $this->lines[$i];
1217 $line = $this->lines[$i];
1220 if (($line->product_type != 9 && empty($line->fk_parent_line)) || $line->product_type == 9) {
1221 $fk_parent_line = 0;
1224 $vatrate = $line->tva_tx;
1225 if ($line->vat_src_code && !preg_match(
'/\(.*\)/', $vatrate)) {
1226 $vatrate .=
' ('.$line->vat_src_code.
')';
1229 if (!empty($conf->global->MAIN_CREATEFROM_KEEP_LINE_ORIGIN_INFORMATION)) {
1230 $originid = $line->origin_id;
1231 $origintype = $line->origin;
1233 $originid = $line->id;
1234 $origintype = $this->element;
1242 $line->localtax1_tx,
1243 $line->localtax2_tx,
1245 $line->remise_percent,
1249 $line->product_type,
1251 $line->special_code,
1253 $line->fk_fournprice,
1258 $line->array_options,
1269 $this->error = $this->
db->error;
1275 $line->id = $result;
1278 if ($result > 0 && $line->product_type == 9) {
1279 $fk_parent_line = $result;
1309 if (!$error && !$notrigger) {
1318 $this->error = $this->
db->lasterror();
1323 $this->error = $this->
db->lasterror();
1328 $this->
db->commit();
1329 dol_syslog(get_class($this).
"::create done id=".$this->
id);
1332 $this->
db->rollback();
1336 $this->error = $this->
db->lasterror();
1337 $this->
db->rollback();
1353 global $conf, $hookmanager, $mysoc;
1362 $object =
new self($this->db);
1367 $object->fetch($this->
id);
1372 if (!empty($socid) && $socid != $object->socid) {
1373 if ($objsoc->fetch($socid) > 0) {
1374 $object->socid = $objsoc->id;
1375 $object->cond_reglement_id = (!empty($objsoc->cond_reglement_id) ? $objsoc->cond_reglement_id : 0);
1376 $object->deposit_percent = (!empty($objsoc->deposit_percent) ? $objsoc->deposit_percent :
null);
1377 $object->mode_reglement_id = (!empty($objsoc->mode_reglement_id) ? $objsoc->mode_reglement_id : 0);
1378 $object->fk_delivery_address =
'';
1390 $object->fk_project =
'';
1394 $object->ref_client =
'';
1398 $objsoc->fetch($object->socid);
1402 if ($update_prices ===
true) {
1403 if ($objsoc->id > 0 && !empty($object->lines)) {
1404 if (!empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
1406 require_once DOL_DOCUMENT_ROOT .
'/product/class/productcustomerprice.class.php';
1409 foreach ($object->lines as $line) {
1412 if ($line->fk_product > 0) {
1414 $res = $prod->fetch($line->fk_product);
1416 $pu_ht = $prod->price;
1418 $remise_percent = $objsoc->remise_percent;
1420 if (!empty($conf->global->PRODUIT_MULTIPRICES) && $objsoc->price_level > 0) {
1421 $pu_ht = $prod->multiprices[$objsoc->price_level];
1422 if (!empty($conf->global->PRODUIT_MULTIPRICES_USE_VAT_PER_LEVEL)) {
1423 if (isset($prod->multiprices_tva_tx[$objsoc->price_level])) {
1424 $tva_tx = $prod->multiprices_tva_tx[$objsoc->price_level];
1427 } elseif (!empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
1429 $filter = array(
't.fk_product' => $prod->id,
't.fk_soc' => $objsoc->id);
1430 $result = $prodcustprice->fetchAll(
'',
'', 0, 0, $filter);
1433 if (count($prodcustprice->lines) > 0) {
1434 $pu_ht =
price($prodcustprice->lines[0]->price);
1435 $tva_tx = ($prodcustprice->lines[0]->default_vat_code ? $prodcustprice->lines[0]->tva_tx.
' ('.$prodcustprice->lines[0]->default_vat_code.
' )' : $prodcustprice->lines[0]->tva_tx);
1436 if ($prodcustprice->lines[0]->default_vat_code && !preg_match(
'/\(.*\)/', $tva_tx)) {
1437 $tva_tx .=
' ('.$prodcustprice->lines[0]->default_vat_code.
')';
1443 $line->subprice = $pu_ht;
1444 $line->tva_tx = $tva_tx;
1445 $line->remise_percent = $remise_percent;
1454 $object->entity = (!empty($forceentity) ? $forceentity : $object->entity);
1458 $object->user_author = $user->id;
1459 $object->user_valid = 0;
1460 $object->date = $now;
1461 $object->datep = $now;
1462 $object->fin_validite = $object->date + ($object->duree_validite * 24 * 3600);
1463 if (empty($conf->global->MAIN_KEEP_REF_CUSTOMER_ON_CLONING)) {
1464 $object->ref_client =
'';
1467 $object->note_private =
'';
1468 $object->note_public =
'';
1471 $object->context[
'createfromclone'] =
'createfromclone';
1472 $result = $object->create($user);
1474 $this->error = $object->error;
1475 $this->errors = array_merge($this->errors, $object->errors);
1481 if ($object->copy_linked_contact($this,
'internal') < 0) {
1488 if ($this->socid == $object->socid) {
1489 if ($object->copy_linked_contact($this,
'external') < 0) {
1497 if (is_object($hookmanager)) {
1498 $parameters = array(
'objFrom'=>$this,
'clonedObj'=>$object);
1500 $reshook = $hookmanager->executeHooks(
'createFrom', $parameters, $object, $action);
1502 $this->errors += $hookmanager->errors;
1503 $this->error = $hookmanager->error;
1509 unset($object->context[
'createfromclone']);
1513 $this->
db->commit();
1516 $this->
db->rollback();
1530 public function fetch($rowid, $ref =
'', $ref_ext =
'', $forceentity = 0)
1532 $sql =
"SELECT p.rowid, p.ref, p.entity, p.remise, p.remise_percent, p.remise_absolue, p.fk_soc";
1533 $sql .=
", p.total_ttc, p.total_tva, p.localtax1, p.localtax2, p.total_ht";
1534 $sql .=
", p.datec";
1535 $sql .=
", p.date_signature as dates";
1536 $sql .=
", p.date_valid as datev";
1537 $sql .=
", p.datep as dp";
1538 $sql .=
", p.fin_validite as dfv";
1539 $sql .=
", p.date_livraison as delivery_date";
1540 $sql .=
", p.model_pdf, p.last_main_doc, p.ref_client, ref_ext, p.extraparams";
1541 $sql .=
", p.note_private, p.note_public";
1542 $sql .=
", p.fk_projet as fk_project, p.fk_statut";
1543 $sql .=
", p.fk_user_author, p.fk_user_valid, p.fk_user_cloture";
1544 $sql .=
", p.fk_delivery_address";
1545 $sql .=
", p.fk_availability";
1546 $sql .=
", p.fk_input_reason";
1547 $sql .=
", p.fk_cond_reglement";
1548 $sql .=
", p.fk_mode_reglement";
1549 $sql .=
', p.fk_account';
1550 $sql .=
", p.fk_shipping_method";
1551 $sql .=
", p.fk_warehouse";
1552 $sql .=
", p.fk_incoterms, p.location_incoterms";
1553 $sql .=
", p.fk_multicurrency, p.multicurrency_code, p.multicurrency_tx, p.multicurrency_total_ht, p.multicurrency_total_tva, p.multicurrency_total_ttc";
1554 $sql .=
", p.tms as date_modification";
1555 $sql .=
", i.libelle as label_incoterms";
1556 $sql .=
", c.label as statut_label";
1557 $sql .=
", ca.code as availability_code, ca.label as availability";
1558 $sql .=
", dr.code as demand_reason_code, dr.label as demand_reason";
1559 $sql .=
", cr.code as cond_reglement_code, cr.libelle as cond_reglement, cr.libelle_facture as cond_reglement_libelle_doc, p.deposit_percent";
1560 $sql .=
", cp.code as mode_reglement_code, cp.libelle as mode_reglement";
1561 $sql .=
" FROM ".MAIN_DB_PREFIX.
"propal as p";
1562 $sql .=
' LEFT JOIN '.MAIN_DB_PREFIX.
'c_propalst as c ON p.fk_statut = c.id';
1563 $sql .=
' LEFT JOIN '.MAIN_DB_PREFIX.
'c_paiement as cp ON p.fk_mode_reglement = cp.id AND cp.entity IN ('.
getEntity(
'c_paiement').
')';
1564 $sql .=
' LEFT JOIN '.MAIN_DB_PREFIX.
'c_payment_term as cr ON p.fk_cond_reglement = cr.rowid AND cr.entity IN ('.
getEntity(
'c_payment_term').
')';
1565 $sql .=
' LEFT JOIN '.MAIN_DB_PREFIX.
'c_availability as ca ON p.fk_availability = ca.rowid';
1566 $sql .=
' LEFT JOIN '.MAIN_DB_PREFIX.
'c_input_reason as dr ON p.fk_input_reason = dr.rowid';
1567 $sql .=
' LEFT JOIN '.MAIN_DB_PREFIX.
'c_incoterms as i ON p.fk_incoterms = i.rowid';
1570 if (!empty($forceentity)) {
1571 $sql .=
" WHERE p.entity = ".(int) $forceentity;
1573 $sql .=
" WHERE p.entity IN (".getEntity(
'propal').
")";
1575 $sql .=
" AND p.ref='".$this->db->escape($ref).
"'";
1578 $sql .=
" WHERE p.rowid = ".((int) $rowid);
1581 dol_syslog(get_class($this).
"::fetch", LOG_DEBUG);
1585 $obj = $this->
db->fetch_object(
$resql);
1587 $this->
id = $obj->rowid;
1588 $this->entity = $obj->entity;
1590 $this->
ref = $obj->ref;
1591 $this->ref_client = $obj->ref_client;
1592 $this->ref_ext = $obj->ref_ext;
1593 $this->remise = $obj->remise;
1594 $this->remise_percent = $obj->remise_percent;
1595 $this->remise_absolue = $obj->remise_absolue;
1596 $this->total = $obj->total_ttc;
1597 $this->total_ttc = $obj->total_ttc;
1598 $this->total_ht = $obj->total_ht;
1599 $this->total_tva = $obj->total_tva;
1600 $this->total_localtax1 = $obj->localtax1;
1601 $this->total_localtax2 = $obj->localtax2;
1603 $this->socid = $obj->fk_soc;
1604 $this->thirdparty =
null;
1606 $this->fk_project = $obj->fk_project;
1607 $this->project =
null;
1609 $this->model_pdf = $obj->model_pdf;
1610 $this->modelpdf = $obj->model_pdf;
1611 $this->last_main_doc = $obj->last_main_doc;
1612 $this->note = $obj->note_private;
1613 $this->note_private = $obj->note_private;
1614 $this->note_public = $obj->note_public;
1616 $this->status = (int) $obj->fk_statut;
1617 $this->statut = $this->status;
1618 $this->statut_libelle = $obj->statut_label;
1620 $this->datec = $this->db->jdate($obj->datec);
1621 $this->datev = $this->
db->jdate($obj->datev);
1622 $this->date_creation = $this->
db->jdate($obj->datec);
1623 $this->date_validation = $this->
db->jdate($obj->datev);
1624 $this->date_modification = $this->
db->jdate($obj->date_modification);
1625 $this->date_signature = $this->
db->jdate($obj->dates);
1626 $this->date = $this->
db->jdate($obj->dp);
1627 $this->datep = $this->
db->jdate($obj->dp);
1628 $this->fin_validite = $this->
db->jdate($obj->dfv);
1629 $this->date_livraison = $this->
db->jdate($obj->delivery_date);
1630 $this->delivery_date = $this->
db->jdate($obj->delivery_date);
1631 $this->shipping_method_id = ($obj->fk_shipping_method > 0) ? $obj->fk_shipping_method :
null;
1632 $this->warehouse_id = ($obj->fk_warehouse > 0) ? $obj->fk_warehouse :
null;
1633 $this->availability_id = $obj->fk_availability;
1634 $this->availability_code = $obj->availability_code;
1636 $this->demand_reason_id = $obj->fk_input_reason;
1637 $this->demand_reason_code = $obj->demand_reason_code;
1639 $this->fk_address = $obj->fk_delivery_address;
1641 $this->mode_reglement_id = $obj->fk_mode_reglement;
1642 $this->mode_reglement_code = $obj->mode_reglement_code;
1643 $this->mode_reglement = $obj->mode_reglement;
1644 $this->fk_account = ($obj->fk_account > 0) ? $obj->fk_account :
null;
1645 $this->cond_reglement_id = $obj->fk_cond_reglement;
1646 $this->cond_reglement_code = $obj->cond_reglement_code;
1647 $this->cond_reglement = $obj->cond_reglement;
1648 $this->cond_reglement_doc = $obj->cond_reglement_libelle_doc;
1649 $this->deposit_percent = $obj->deposit_percent;
1651 $this->extraparams = (array) json_decode($obj->extraparams,
true);
1653 $this->user_author_id = $obj->fk_user_author;
1654 $this->user_valid_id = $obj->fk_user_valid;
1655 $this->user_close_id = $obj->fk_user_cloture;
1658 $this->fk_incoterms = $obj->fk_incoterms;
1659 $this->location_incoterms = $obj->location_incoterms;
1660 $this->label_incoterms = $obj->label_incoterms;
1663 $this->fk_multicurrency = $obj->fk_multicurrency;
1664 $this->multicurrency_code = $obj->multicurrency_code;
1665 $this->multicurrency_tx = $obj->multicurrency_tx;
1666 $this->multicurrency_total_ht = $obj->multicurrency_total_ht;
1667 $this->multicurrency_total_tva = $obj->multicurrency_total_tva;
1668 $this->multicurrency_total_ttc = $obj->multicurrency_total_ttc;
1670 if ($obj->fk_statut == self::STATUS_DRAFT) {
1671 $this->brouillon = 1;
1680 $this->lines = array();
1691 $this->error =
"Record Not Found";
1694 $this->error = $this->
db->lasterror();
1713 if (isset($this->
ref)) {
1714 $this->
ref = trim($this->
ref);
1716 if (isset($this->ref_client)) {
1717 $this->ref_client = trim($this->ref_client);
1719 if (isset($this->note) || isset($this->note_private)) {
1720 $this->note_private = (isset($this->note_private) ? trim($this->note_private) : trim($this->note));
1722 if (isset($this->note_public)) {
1723 $this->note_public = trim($this->note_public);
1725 if (isset($this->model_pdf)) {
1726 $this->model_pdf = trim($this->model_pdf);
1728 if (isset($this->import_key)) {
1729 $this->import_key = trim($this->import_key);
1731 if (!empty($this->duree_validite) && is_numeric($this->duree_validite)) {
1732 $this->fin_validite = $this->date + ($this->duree_validite * 24 * 3600);
1739 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"propal SET";
1740 $sql .=
" ref=".(isset($this->
ref) ?
"'".$this->db->escape($this->
ref).
"'" :
"null").
",";
1741 $sql .=
" ref_client=".(isset($this->ref_client) ?
"'".$this->db->escape($this->ref_client).
"'" :
"null").
",";
1742 $sql .=
" ref_ext=".(isset($this->ref_ext) ?
"'".$this->db->escape($this->ref_ext).
"'" :
"null").
",";
1743 $sql .=
" fk_soc=".(isset($this->socid) ? $this->socid :
"null").
",";
1744 $sql .=
" datep=".(strval($this->date) !=
'' ?
"'".$this->db->idate($this->date).
"'" :
'null').
",";
1745 if (!empty($this->fin_validite)) {
1746 $sql .=
" fin_validite=".(strval($this->fin_validite) !=
'' ?
"'".$this->db->idate($this->fin_validite).
"'" :
'null').
",";
1748 $sql .=
" date_valid=".(strval($this->date_validation) !=
'' ?
"'".$this->db->idate($this->date_validation).
"'" :
'null').
",";
1749 $sql .=
" total_tva=".(isset($this->total_tva) ? $this->total_tva :
"null").
",";
1750 $sql .=
" localtax1=".(isset($this->total_localtax1) ? $this->total_localtax1 :
"null").
",";
1751 $sql .=
" localtax2=".(isset($this->total_localtax2) ? $this->total_localtax2 :
"null").
",";
1752 $sql .=
" total_ht=".(isset($this->total_ht) ? $this->total_ht :
"null").
",";
1753 $sql .=
" total_ttc=".(isset($this->total_ttc) ? $this->total_ttc :
"null").
",";
1754 $sql .=
" fk_statut=".(isset($this->statut) ? $this->statut :
"null").
",";
1755 $sql .=
" fk_user_author=".(isset($this->user_author_id) ? $this->user_author_id :
"null").
",";
1756 $sql .=
" fk_user_valid=".(isset($this->user_valid) ? $this->user_valid :
"null").
",";
1757 $sql .=
" fk_projet=".(isset($this->fk_project) ? $this->fk_project :
"null").
",";
1758 $sql .=
" fk_cond_reglement=".(isset($this->cond_reglement_id) ? $this->cond_reglement_id :
"null").
",";
1759 $sql .=
" deposit_percent=".(!empty($this->deposit_percent) ?
"'".$this->db->escape($this->deposit_percent).
"'" :
"null").
",";
1760 $sql .=
" fk_mode_reglement=".(isset($this->mode_reglement_id) ? $this->mode_reglement_id :
"null").
",";
1761 $sql .=
" fk_input_reason=".(isset($this->demand_reason_id) ? $this->demand_reason_id :
"null").
",";
1762 $sql .=
" note_private=".(isset($this->note_private) ?
"'".$this->db->escape($this->note_private).
"'" :
"null").
",";
1763 $sql .=
" note_public=".(isset($this->note_public) ?
"'".$this->db->escape($this->note_public).
"'" :
"null").
",";
1764 $sql .=
" model_pdf=".(isset($this->model_pdf) ?
"'".$this->db->escape($this->model_pdf).
"'" :
"null").
",";
1765 $sql .=
" import_key=".(isset($this->import_key) ?
"'".$this->db->escape($this->import_key).
"'" :
"null").
"";
1766 $sql .=
" WHERE rowid=".((int) $this->
id);
1770 dol_syslog(get_class($this).
"::update", LOG_DEBUG);
1774 $this->errors[] =
"Error ".$this->db->lasterror();
1784 if (!$error && !$notrigger) {
1795 foreach ($this->errors as $errmsg) {
1796 dol_syslog(get_class($this).
"::update ".$errmsg, LOG_ERR);
1797 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
1799 $this->
db->rollback();
1802 $this->
db->commit();
1818 public function fetch_lines($only_product = 0, $loadalsotranslation = 0, $filters =
'')
1821 global $langs, $conf;
1823 $this->lines = array();
1825 $sql =
'SELECT d.rowid, d.fk_propal, d.fk_parent_line, d.label as custom_label, d.description, d.price, d.vat_src_code, d.tva_tx, d.localtax1_tx, d.localtax2_tx, d.localtax1_type, d.localtax2_type, d.qty, d.fk_remise_except, d.remise_percent, d.subprice, d.fk_product,';
1826 $sql .=
' d.info_bits, d.total_ht, d.total_tva, d.total_localtax1, d.total_localtax2, d.total_ttc, d.fk_product_fournisseur_price as fk_fournprice, d.buy_price_ht as pa_ht, d.special_code, d.rang, d.product_type,';
1827 $sql .=
' d.fk_unit,';
1828 $sql .=
' p.ref as product_ref, p.description as product_desc, p.fk_product_type, p.label as product_label, p.tobatch as product_tobatch, p.barcode as product_barcode,';
1829 $sql .=
' p.weight, p.weight_units, p.volume, p.volume_units,';
1830 $sql .=
' d.date_start, d.date_end,';
1831 $sql .=
' d.fk_multicurrency, d.multicurrency_code, d.multicurrency_subprice, d.multicurrency_total_ht, d.multicurrency_total_tva, d.multicurrency_total_ttc';
1832 $sql .=
' FROM '.MAIN_DB_PREFIX.
'propaldet as d';
1833 $sql .=
' LEFT JOIN '.MAIN_DB_PREFIX.
'product as p ON (d.fk_product = p.rowid)';
1834 $sql .=
' WHERE d.fk_propal = '.((int) $this->
id);
1835 if ($only_product) {
1836 $sql .=
' AND p.fk_product_type = 0';
1841 $sql .=
' ORDER by d.rang';
1843 dol_syslog(get_class($this).
"::fetch_lines", LOG_DEBUG);
1844 $result = $this->
db->query($sql);
1846 require_once DOL_DOCUMENT_ROOT.
'/core/class/extrafields.class.php';
1848 $num = $this->
db->num_rows($result);
1852 $objp = $this->
db->fetch_object($result);
1856 $line->rowid = $objp->rowid;
1857 $line->id = $objp->rowid;
1858 $line->fk_propal = $objp->fk_propal;
1859 $line->fk_parent_line = $objp->fk_parent_line;
1860 $line->product_type = $objp->product_type;
1861 $line->label = $objp->custom_label;
1862 $line->desc = $objp->description;
1863 $line->description = $objp->description;
1864 $line->qty = $objp->qty;
1865 $line->vat_src_code = $objp->vat_src_code;
1866 $line->tva_tx = $objp->tva_tx;
1867 $line->localtax1_tx = $objp->localtax1_tx;
1868 $line->localtax2_tx = $objp->localtax2_tx;
1869 $line->localtax1_type = $objp->localtax1_type;
1870 $line->localtax2_type = $objp->localtax2_type;
1871 $line->subprice = $objp->subprice;
1872 $line->fk_remise_except = $objp->fk_remise_except;
1873 $line->remise_percent = $objp->remise_percent;
1874 $line->price = $objp->price;
1876 $line->info_bits = $objp->info_bits;
1877 $line->total_ht = $objp->total_ht;
1878 $line->total_tva = $objp->total_tva;
1879 $line->total_localtax1 = $objp->total_localtax1;
1880 $line->total_localtax2 = $objp->total_localtax2;
1881 $line->total_ttc = $objp->total_ttc;
1882 $line->fk_fournprice = $objp->fk_fournprice;
1883 $marginInfos =
getMarginInfos($objp->subprice, $objp->remise_percent, $objp->tva_tx, $objp->localtax1_tx, $objp->localtax2_tx, $line->fk_fournprice, $objp->pa_ht);
1884 $line->pa_ht = $marginInfos[0];
1885 $line->marge_tx = $marginInfos[1];
1886 $line->marque_tx = $marginInfos[2];
1887 $line->special_code = $objp->special_code;
1888 $line->rang = $objp->rang;
1890 $line->fk_product = $objp->fk_product;
1892 $line->ref = $objp->product_ref;
1893 $line->libelle = $objp->product_label;
1895 $line->product_ref = $objp->product_ref;
1896 $line->product_label = $objp->product_label;
1897 $line->product_desc = $objp->product_desc;
1898 $line->product_tobatch = $objp->product_tobatch;
1899 $line->product_barcode = $objp->product_barcode;
1901 $line->fk_product_type = $objp->fk_product_type;
1902 $line->fk_unit = $objp->fk_unit;
1903 $line->weight = $objp->weight;
1904 $line->weight_units = $objp->weight_units;
1905 $line->volume = $objp->volume;
1906 $line->volume_units = $objp->volume_units;
1908 $line->date_start = $this->
db->jdate($objp->date_start);
1909 $line->date_end = $this->
db->jdate($objp->date_end);
1912 $line->fk_multicurrency = $objp->fk_multicurrency;
1913 $line->multicurrency_code = $objp->multicurrency_code;
1914 $line->multicurrency_subprice = $objp->multicurrency_subprice;
1915 $line->multicurrency_total_ht = $objp->multicurrency_total_ht;
1916 $line->multicurrency_total_tva = $objp->multicurrency_total_tva;
1917 $line->multicurrency_total_ttc = $objp->multicurrency_total_ttc;
1919 $line->fetch_optionals();
1922 if (
getDolGlobalInt(
'MAIN_MULTILANGS') && !empty($objp->fk_product) && !empty($loadalsotranslation)) {
1924 $tmpproduct->fetch($objp->fk_product);
1925 $tmpproduct->getMultiLangs();
1927 $line->multilangs = $tmpproduct->multilangs;
1930 $this->lines[$i] = $line;
1935 $this->
db->free($result);
1939 $this->error = $this->
db->lasterror();
1951 public function valid($user, $notrigger = 0)
1955 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
1960 if ($this->statut == self::STATUS_VALIDATED) {
1961 dol_syslog(get_class($this).
"::valid action abandonned: already validated", LOG_WARNING);
1965 if (!((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && !empty($user->rights->propal->creer))
1966 || (!empty($conf->global->MAIN_USE_ADVANCED_PERMS) && !empty($user->rights->propal->propal_advance->validate)))) {
1967 $this->error =
'ErrorPermissionDenied';
1968 dol_syslog(get_class($this).
"::valid ".$this->error, LOG_ERR);
1978 $soc->fetch($this->socid);
1981 if (!$error && (preg_match(
'/^[\(]?PROV/i', $this->
ref) || empty($this->
ref))) {
1988 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"propal";
1989 $sql .=
" SET ref = '".$this->db->escape($num).
"',";
1990 $sql .=
" fk_statut = ".self::STATUS_VALIDATED.
", date_valid='".$this->
db->idate($now).
"', fk_user_valid=".((int) $user->id);
1993 dol_syslog(get_class($this).
"::valid", LOG_DEBUG);
2001 if (!$error && !$notrigger) {
2003 $result = $this->
call_trigger(
'PROPAL_VALIDATE', $user);
2011 $this->oldref = $this->ref;
2014 if (preg_match(
'/^[\(]?PROV/i', $this->
ref)) {
2016 $sql =
'UPDATE '.MAIN_DB_PREFIX.
"ecm_files set filename = CONCAT('".$this->
db->escape($this->newref).
"', SUBSTR(filename, ".(strlen($this->
ref) + 1).
")), filepath = 'propale/".$this->
db->escape($this->newref).
"'";
2017 $sql .=
" WHERE filename LIKE '".$this->db->escape($this->
ref).
"%' AND filepath = 'propale/".$this->
db->escape($this->
ref).
"' and entity = ".((int) $conf->entity);
2021 $this->error = $this->
db->lasterror();
2027 $dirsource = $conf->propal->multidir_output[$this->entity].
'/'.$oldref;
2028 $dirdest = $conf->propal->multidir_output[$this->entity].
'/'.$newref;
2029 if (!$error && file_exists($dirsource)) {
2030 dol_syslog(get_class($this).
"::validate rename dir ".$dirsource.
" into ".$dirdest);
2031 if (@rename($dirsource, $dirdest)) {
2034 $listoffiles =
dol_dir_list($dirdest,
'files', 1,
'^'.preg_quote($oldref,
'/'));
2035 foreach ($listoffiles as $fileentry) {
2036 $dirsource = $fileentry[
'name'];
2037 $dirdest = preg_replace(
'/^'.preg_quote($oldref,
'/').
'/', $newref, $dirsource);
2038 $dirsource = $fileentry[
'path'].
'/'.$dirsource;
2039 $dirdest = $fileentry[
'path'].
'/'.$dirdest;
2040 @rename($dirsource, $dirdest);
2047 $this->brouillon = 0;
2049 $this->user_valid_id = $user->id;
2050 $this->datev = $now;
2052 $this->
db->commit();
2055 $this->
db->rollback();
2074 $this->error =
'ErrorBadParameter';
2075 dol_syslog(get_class($this).
"::set_date ".$this->error, LOG_ERR);
2079 if (!empty($user->rights->propal->creer)) {
2084 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"propal SET datep = '".$this->
db->idate($date).
"'";
2085 $sql .=
" WHERE rowid = ".((int) $this->
id);
2090 $this->errors[] = $this->
db->error();
2095 $this->oldcopy = clone $this;
2096 $this->date = $date;
2097 $this->datep = $date;
2100 if (!$notrigger && empty($error)) {
2110 $this->
db->commit();
2113 foreach ($this->errors as $errmsg) {
2114 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
2115 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
2117 $this->
db->rollback();
2135 if (!empty($user->rights->propal->creer)) {
2140 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"propal SET fin_validite = ".($date_end_validity !=
'' ?
"'".$this->db->idate($date_end_validity).
"'" :
'null');
2141 $sql .=
" WHERE rowid = ".((int) $this->
id);
2147 $this->errors[] = $this->
db->error();
2153 $this->oldcopy = clone $this;
2154 $this->fin_validite = $date_end_validity;
2157 if (!$notrigger && empty($error)) {
2167 $this->
db->commit();
2170 foreach ($this->errors as $errmsg) {
2171 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
2172 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
2174 $this->
db->rollback();
2206 if (!empty($user->rights->propal->creer)) {
2211 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"propal ";
2212 $sql .=
" SET date_livraison = ".($delivery_date !=
'' ?
"'".$this->db->idate($delivery_date).
"'" :
'null');
2213 $sql .=
" WHERE rowid = ".((int) $this->
id);
2218 $this->errors[] = $this->
db->error();
2223 $this->oldcopy = clone $this;
2224 $this->date_livraison = $delivery_date;
2225 $this->delivery_date = $delivery_date;
2228 if (!$notrigger && empty($error)) {
2238 $this->
db->commit();
2241 foreach ($this->errors as $errmsg) {
2242 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
2243 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
2245 $this->
db->rollback();
2263 if (!empty($user->rights->propal->creer) && $this->statut >= self::STATUS_DRAFT) {
2268 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"propal";
2269 $sql .=
" SET fk_availability = ".((int) $id);
2270 $sql .=
" WHERE rowid = ".((int) $this->
id);
2272 dol_syslog(__METHOD__.
' availability('.$id.
')', LOG_DEBUG);
2275 $this->errors[] = $this->
db->error();
2280 $this->oldcopy = clone $this;
2281 $this->fk_availability = $id;
2282 $this->availability_id = $id;
2285 if (!$notrigger && empty($error)) {
2295 $this->
db->commit();
2298 foreach ($this->errors as $errmsg) {
2299 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
2300 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
2302 $this->
db->rollback();
2306 $error_str =
'Propal status do not meet requirement '.$this->statut;
2308 $this->error = $error_str;
2309 $this->errors[] = $this->error;
2326 if (!empty($user->rights->propal->creer) && $this->statut >= self::STATUS_DRAFT) {
2331 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"propal ";
2332 $sql .=
" SET fk_input_reason = ".((int) $id);
2333 $sql .=
" WHERE rowid = ".((int) $this->
id);
2338 $this->errors[] = $this->
db->error();
2344 $this->oldcopy = clone $this;
2345 $this->fk_input_reason = $id;
2346 $this->demand_reason_id = $id;
2350 if (!$notrigger && empty($error)) {
2360 $this->
db->commit();
2363 foreach ($this->errors as $errmsg) {
2364 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
2365 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
2367 $this->
db->rollback();
2371 $error_str =
'Propal status do not meet requirement '.$this->statut;
2373 $this->error = $error_str;
2374 $this->errors[] = $this->error;
2391 if (!empty($user->rights->propal->creer)) {
2396 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"propal SET ref_client = ".(empty($ref_client) ?
'NULL' :
"'".$this->db->escape($ref_client).
"'");
2397 $sql .=
" WHERE rowid = ".((int) $this->
id);
2399 dol_syslog(__METHOD__.
' $this->id='.$this->id.
', ref_client='.$ref_client, LOG_DEBUG);
2402 $this->errors[] = $this->
db->error();
2407 $this->oldcopy = clone $this;
2408 $this->ref_client = $ref_client;
2411 if (!$notrigger && empty($error)) {
2421 $this->
db->commit();
2424 foreach ($this->errors as $errmsg) {
2425 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
2426 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
2428 $this->
db->rollback();
2450 if (!empty($user->rights->propal->creer)) {
2457 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"propal SET remise_percent = ".((
float)
$remise);
2463 $this->errors[] = $this->
db->error();
2468 $this->oldcopy = clone $this;
2469 $this->remise_percent =
$remise;
2473 if (!$notrigger && empty($error)) {
2483 $this->
db->commit();
2486 foreach ($this->errors as $errmsg) {
2487 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
2488 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
2490 $this->
db->rollback();
2514 if (!empty($user->rights->propal->creer)) {
2519 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"propal";
2520 $sql .=
" SET remise_absolue = ".((float)
$remise);
2526 $this->errors[] = $this->
db->error();
2531 $this->oldcopy = clone $this;
2535 if (!$notrigger && empty($error)) {
2545 $this->
db->commit();
2548 foreach ($this->errors as $errmsg) {
2549 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
2550 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
2552 $this->
db->rollback();
2573 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"propal";
2574 $sql .=
" SET fk_statut = ".((int) $status).
",";
2575 if (!empty(
$note)) {
2576 $sql .=
" note_private = '".$this->db->escape(
$note).
"',";
2578 $sql .=
" date_cloture=NULL, fk_user_cloture=NULL";
2579 $sql .=
" WHERE rowid = ".((int) $this->
id);
2583 dol_syslog(get_class($this).
"::reopen", LOG_DEBUG);
2587 $this->errors[] =
"Error ".$this->db->lasterror();
2602 if (!empty($this->errors)) {
2603 foreach ($this->errors as $errmsg) {
2604 dol_syslog(get_class($this).
"::update ".$errmsg, LOG_ERR);
2605 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
2608 $this->
db->rollback();
2611 $this->statut = $status;
2612 $this->status = $status;
2614 $this->
db->commit();
2630 global $langs,$conf;
2639 if (empty($conf->global->PROPALE_KEEP_OLD_SIGNATURE_INFO)) {
2640 $date_signature = $now;
2641 $fk_user_signature = $user->id;
2643 $this->
info($this->
id);
2644 if (!isset($this->date_signature) || $this->date_signature ==
'') {
2645 $date_signature = $now;
2646 $fk_user_signature = $user->id;
2648 $date_signature = $this->date_signature;
2649 $fk_user_signature = $this->user_signature->id;
2653 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"propal";
2654 $sql .=
" SET fk_statut = ".((int) $status).
", note_private = '".$this->
db->escape($newprivatenote).
"', date_signature='".$this->
db->idate($date_signature).
"', fk_user_signature=".$fk_user_signature;
2655 $sql .=
" WHERE rowid = ".((int) $this->
id);
2660 $modelpdf = !empty($conf->global->PROPALE_ADDON_PDF_ODT_CLOSED) ? $conf->global->PROPALE_ADDON_PDF_ODT_CLOSED : $this->model_pdf;
2661 $trigger_name =
'PROPAL_CLOSE_REFUSED';
2663 if ($status == self::STATUS_SIGNED) {
2664 $trigger_name =
'PROPAL_CLOSE_SIGNED';
2665 $modelpdf = !empty($conf->global->PROPALE_ADDON_PDF_ODT_TOBILL) ? $conf->global->PROPALE_ADDON_PDF_ODT_TOBILL : $this->model_pdf;
2669 $soc->id = $this->socid;
2670 $result = $soc->set_as_client();
2673 $this->error=$this->
db->lasterror();
2674 $this->
db->rollback();
2679 if (empty($conf->global->MAIN_DISABLE_PDF_AUTOUPDATE)) {
2681 $outputlangs = $langs;
2683 $outputlangs =
new Translate(
"", $conf);
2684 $newlang = (
GETPOST(
'lang_id',
'aZ09') ?
GETPOST(
'lang_id',
'aZ09') : $this->thirdparty->default_lang);
2685 $outputlangs->setDefaultLang($newlang);
2689 $hidedetails = (!empty($conf->global->MAIN_GENERATE_DOCUMENTS_HIDE_DETAILS) ? 1 : 0);
2690 $hidedesc = (!empty($conf->global->MAIN_GENERATE_DOCUMENTS_HIDE_DESC) ? 1 : 0);
2691 $hideref = (!empty($conf->global->MAIN_GENERATE_DOCUMENTS_HIDE_REF) ? 1 : 0);
2694 $this->
generateDocument($modelpdf, $outputlangs, $hidedetails, $hidedesc, $hideref);
2698 $this->oldcopy= clone $this;
2699 $this->statut = $status;
2700 $this->status = $status;
2701 $this->date_signature = $date_signature;
2702 $this->note_private = $newprivatenote;
2705 if (!$notrigger && empty($error)) {
2715 $this->
db->commit();
2718 $this->statut = $this->oldcopy->statut;
2719 $this->status = $this->oldcopy->statut;
2720 $this->date_signature = $this->oldcopy->date_signature;
2721 $this->note_private = $this->oldcopy->note_private;
2723 $this->
db->rollback();
2727 $this->error = $this->
db->lasterror();
2728 $this->
db->rollback();
2743 global $conf, $langs;
2750 $triggerName =
'PROPAL_CLASSIFY_BILLED';
2756 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'propal SET fk_statut = '.self::STATUS_BILLED.
", ";
2757 $sql .=
" note_private = '".$this->db->escape($newprivatenote).
"', date_cloture='".$this->
db->idate($now).
"', fk_user_cloture=".((int) $user->id);
2758 $sql .=
' WHERE rowid = '.((int) $this->
id).
' AND fk_statut = '.((int) self::STATUS_SIGNED);
2763 $this->errors[] = $this->
db->error();
2766 $num = $this->
db->affected_rows(
$resql);
2770 $modelpdf = $conf->global->PROPALE_ADDON_PDF_ODT_CLOSED ? $conf->global->PROPALE_ADDON_PDF_ODT_CLOSED : $this->model_pdf;
2772 if (empty($conf->global->MAIN_DISABLE_PDF_AUTOUPDATE)) {
2774 $outputlangs = $langs;
2776 $outputlangs =
new Translate(
"", $conf);
2777 $newlang = (
GETPOST(
'lang_id',
'aZ09') ?
GETPOST(
'lang_id',
'aZ09') : $this->thirdparty->default_lang);
2778 $outputlangs->setDefaultLang($newlang);
2782 $hidedetails = (!empty($conf->global->MAIN_GENERATE_DOCUMENTS_HIDE_DETAILS) ? 1 : 0);
2783 $hidedesc = (!empty($conf->global->MAIN_GENERATE_DOCUMENTS_HIDE_DESC) ? 1 : 0);
2784 $hideref = (!empty($conf->global->MAIN_GENERATE_DOCUMENTS_HIDE_REF) ? 1 : 0);
2787 $this->
generateDocument($modelpdf, $outputlangs, $hidedetails, $hidedesc, $hideref);
2790 $this->oldcopy = clone $this;
2792 $this->date_cloture = $now;
2793 $this->note_private = $newprivatenote;
2796 if (!$notrigger && empty($error)) {
2806 $this->
db->commit();
2809 foreach ($this->errors as $errmsg) {
2810 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
2811 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
2813 $this->
db->rollback();
2832 if ($this->statut <= self::STATUS_DRAFT) {
2836 dol_syslog(get_class($this).
"::setDraft", LOG_DEBUG);
2840 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"propal";
2841 $sql .=
" SET fk_statut = ".self::STATUS_DRAFT;
2842 $sql .=
", online_sign_ip = NULL , online_sign_name = NULL";
2843 $sql .=
" WHERE rowid = ".((int) $this->
id);
2847 $this->errors[] = $this->
db->error();
2852 $this->oldcopy = clone $this;
2855 if (!$notrigger && empty($error)) {
2866 $this->brouillon = 1;
2868 $this->
db->commit();
2871 foreach ($this->errors as $errmsg) {
2872 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
2873 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
2875 $this->
db->rollback();
2895 public function liste_array($shortlist = 0, $draft = 0, $notcurrentuser = 0, $socid = 0, $limit = 0, $offset = 0, $sortfield =
'p.datep', $sortorder =
'DESC')
2902 $sql =
"SELECT s.rowid, s.nom as name, s.client,";
2903 $sql .=
" p.rowid as propalid, p.fk_statut, p.total_ht, p.ref, p.remise, ";
2904 $sql .=
" p.datep as dp, p.fin_validite as datelimite";
2905 if (empty($user->rights->societe->client->voir) && !$socid) {
2906 $sql .=
", sc.fk_soc, sc.fk_user";
2908 $sql .=
" FROM ".MAIN_DB_PREFIX.
"societe as s, ".MAIN_DB_PREFIX.
"propal as p, ".MAIN_DB_PREFIX.
"c_propalst as c";
2909 if (empty($user->rights->societe->client->voir) && !$socid) {
2910 $sql .=
", ".MAIN_DB_PREFIX.
"societe_commerciaux as sc";
2912 $sql .=
" WHERE p.entity IN (".getEntity(
'propal').
")";
2913 $sql .=
" AND p.fk_soc = s.rowid";
2914 $sql .=
" AND p.fk_statut = c.id";
2915 if (empty($user->rights->societe->client->voir) && !$socid) {
2916 $sql .=
" AND s.rowid = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
2919 $sql .=
" AND s.rowid = ".((int) $socid);
2922 $sql .=
" AND p.fk_statut = ".self::STATUS_DRAFT;
2924 if ($notcurrentuser > 0) {
2925 $sql .=
" AND p.fk_user_author <> ".((int) $user->id);
2927 $sql .= $this->
db->order($sortfield, $sortorder);
2928 $sql .= $this->
db->plimit($limit, $offset);
2930 $result = $this->
db->query($sql);
2932 $num = $this->
db->num_rows($result);
2936 $obj = $this->
db->fetch_object($result);
2938 if ($shortlist == 1) {
2939 $ga[$obj->propalid] = $obj->ref;
2940 } elseif ($shortlist == 2) {
2941 $ga[$obj->propalid] = $obj->ref.
' ('.$obj->name.
')';
2943 $ga[$i][
'id'] = $obj->propalid;
2944 $ga[$i][
'ref'] = $obj->ref;
2945 $ga[$i][
'name'] = $obj->name;
2979 $linkedInvoices = array();
2982 foreach ($this->linkedObjectsIds as $objecttype => $objectid) {
2985 foreach ($objectid as $key => $object) {
2987 if ($objecttype ==
'facture') {
2988 $linkedInvoices[] = $object;
2992 foreach ($this->linkedObjectsIds as $subobjecttype => $subobjectid) {
2993 foreach ($subobjectid as $subkey => $subobject) {
2994 if ($subobjecttype ==
'facture') {
2995 $linkedInvoices[] = $subobject;
3003 if (count($linkedInvoices) > 0) {
3004 $sql =
"SELECT rowid as facid, ref, total_ht as total, datef as df, fk_user_author, fk_statut, paye";
3005 $sql .=
" FROM ".MAIN_DB_PREFIX.
"facture";
3006 $sql .=
" WHERE rowid IN (".$this->db->sanitize(implode(
',', $linkedInvoices)).
")";
3008 dol_syslog(get_class($this).
"::InvoiceArrayList", LOG_DEBUG);
3012 $tab_sqlobj = array();
3013 $nump = $this->
db->num_rows(
$resql);
3014 for ($i = 0; $i < $nump; $i++) {
3015 $sqlobj = $this->
db->fetch_object(
$resql);
3016 $tab_sqlobj[] = $sqlobj;
3020 $nump = count($tab_sqlobj);
3024 while ($i < $nump) {
3025 $obj = array_shift($tab_sqlobj);
3048 public function delete($user, $notrigger = 0)
3051 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
3067 if (!$error && !empty($this->table_element_line)) {
3068 $tabletodelete = $this->table_element_line;
3069 $sqlef =
"DELETE FROM ".MAIN_DB_PREFIX.$tabletodelete.
"_extrafields WHERE fk_object IN (SELECT rowid FROM ".MAIN_DB_PREFIX.$tabletodelete.
" WHERE ".$this->fk_element.
" = ".((int) $this->
id).
")";
3070 $sql =
"DELETE FROM ".MAIN_DB_PREFIX.$tabletodelete.
" WHERE ".$this->fk_element.
" = ".((int) $this->
id);
3071 if (!$this->
db->query($sqlef) || !$this->
db->query($sql)) {
3073 $this->error = $this->
db->lasterror();
3074 $this->errors[] = $this->error;
3075 dol_syslog(get_class($this).
"::delete error ".$this->error, LOG_ERR);
3100 dol_syslog(get_class($this).
"::delete error ".$this->error, LOG_ERR);
3106 $sql =
"DELETE FROM ".MAIN_DB_PREFIX.$this->table_element.
" WHERE rowid = ".((int) $this->
id);
3107 $res = $this->
db->query($sql);
3110 $this->error = $this->
db->lasterror();
3111 $this->errors[] = $this->error;
3112 dol_syslog(get_class($this).
"::delete error ".$this->error, LOG_ERR);
3127 if ($conf->propal->multidir_output[$this->entity] && !empty($this->
ref)) {
3128 $dir = $conf->propal->multidir_output[$this->entity].
"/".$ref;
3129 $file = $dir.
"/".$ref.
".pdf";
3130 if (file_exists($file)) {
3134 $this->error =
'ErrorFailToDeleteFile';
3135 $this->errors[] = $this->error;
3136 $this->
db->rollback();
3140 if (file_exists($dir)) {
3143 $this->error =
'ErrorFailToDeleteDir';
3144 $this->errors[] = $this->error;
3145 $this->
db->rollback();
3153 dol_syslog(get_class($this).
"::delete ".$this->
id.
" by ".$user->id, LOG_DEBUG);
3154 $this->
db->commit();
3157 $this->
db->rollback();
3174 if ($this->statut >= self::STATUS_DRAFT) {
3179 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'propal';
3180 $sql .=
' SET fk_availability = '.((int) $availability_id);
3181 $sql .=
' WHERE rowid='.((int) $this->
id);
3183 dol_syslog(__METHOD__.
' availability('.$availability_id.
')', LOG_DEBUG);
3186 $this->errors[] = $this->
db->error();
3191 $this->oldcopy = clone $this;
3192 $this->availability_id = $availability_id;
3195 if (!$notrigger && empty($error)) {
3205 $this->
db->commit();
3208 foreach ($this->errors as $errmsg) {
3209 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
3210 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
3212 $this->
db->rollback();
3216 $error_str =
'Propal status do not meet requirement '.$this->statut;
3218 $this->error = $error_str;
3219 $this->errors[] = $this->error;
3238 if ($this->statut >= self::STATUS_DRAFT) {
3243 $sql =
'UPDATE '.MAIN_DB_PREFIX.
'propal';
3244 $sql .=
' SET fk_input_reason = '.((int) $demand_reason_id);
3245 $sql .=
' WHERE rowid='.((int) $this->
id);
3247 dol_syslog(__METHOD__.
' demand_reason('.$demand_reason_id.
')', LOG_DEBUG);
3250 $this->errors[] = $this->
db->error();
3255 $this->oldcopy = clone $this;
3256 $this->demand_reason_id = $demand_reason_id;
3259 if (!$notrigger && empty($error)) {
3269 $this->
db->commit();
3272 foreach ($this->errors as $errmsg) {
3273 dol_syslog(__METHOD__.
' Error: '.$errmsg, LOG_ERR);
3274 $this->error .= ($this->error ?
', '.$errmsg : $errmsg);
3276 $this->
db->rollback();
3280 $error_str =
'Propal status do not meet requirement '.$this->statut;
3282 $this->error = $error_str;
3283 $this->errors[] = $this->error;
3297 $sql =
"SELECT c.rowid, ";
3298 $sql .=
" c.datec, c.date_valid as datev, c.date_signature, c.date_cloture,";
3299 $sql .=
" c.fk_user_author, c.fk_user_valid, c.fk_user_signature, c.fk_user_cloture";
3300 $sql .=
" FROM ".MAIN_DB_PREFIX.
"propal as c";
3301 $sql .=
" WHERE c.rowid = ".((int) $id);
3303 $result = $this->
db->query($sql);
3306 if ($this->
db->num_rows($result)) {
3307 $obj = $this->
db->fetch_object($result);
3309 $this->
id = $obj->rowid;
3311 $this->date_creation = $this->
db->jdate($obj->datec);
3312 $this->date_validation = $this->
db->jdate($obj->datev);
3313 $this->date_signature = $this->
db->jdate($obj->date_signature);
3314 $this->date_cloture = $this->
db->jdate($obj->date_cloture);
3316 $cuser =
new User($this->
db);
3317 $cuser->fetch($obj->fk_user_author);
3318 $this->user_creation = $cuser;
3320 if ($obj->fk_user_valid) {
3321 $vuser =
new User($this->
db);
3322 $vuser->fetch($obj->fk_user_valid);
3323 $this->user_validation = $vuser;
3326 if ($obj->fk_user_signature) {
3327 $user_signature =
new User($this->
db);
3328 $user_signature->fetch($obj->fk_user_signature);
3329 $this->user_signature = $user_signature;
3332 if ($obj->fk_user_cloture) {
3333 $cluser =
new User($this->
db);
3334 $cluser->fetch($obj->fk_user_cloture);
3335 $this->user_cloture = $cluser;
3338 $this->
db->free($result);
3353 return $this->
LibStatut($this->statut, $mode);
3367 global $conf, $hookmanager;
3370 if (empty($this->labelStatus) || empty($this->labelStatusShort)) {
3372 $langs->load(
"propal");
3373 $this->labelStatus[0] = $langs->transnoentitiesnoconv(
"PropalStatusDraft");
3374 $this->labelStatus[1] = $langs->transnoentitiesnoconv(
"PropalStatusValidated");
3375 $this->labelStatus[2] = $langs->transnoentitiesnoconv(
"PropalStatusSigned");
3376 $this->labelStatus[3] = $langs->transnoentitiesnoconv(
"PropalStatusNotSigned");
3377 $this->labelStatus[4] = $langs->transnoentitiesnoconv(
"PropalStatusBilled");
3378 $this->labelStatusShort[0] = $langs->transnoentitiesnoconv(
"PropalStatusDraftShort");
3379 $this->labelStatusShort[1] = $langs->transnoentitiesnoconv(
"PropalStatusValidatedShort");
3380 $this->labelStatusShort[2] = $langs->transnoentitiesnoconv(
"PropalStatusSignedShort");
3381 $this->labelStatusShort[3] = $langs->transnoentitiesnoconv(
"PropalStatusNotSignedShort");
3382 $this->labelStatusShort[4] = $langs->transnoentitiesnoconv(
"PropalStatusBilledShort");
3386 if ($status == self::STATUS_DRAFT) {
3387 $statusType =
'status0';
3388 } elseif ($status == self::STATUS_VALIDATED) {
3389 $statusType =
'status1';
3390 } elseif ($status == self::STATUS_SIGNED) {
3391 $statusType =
'status4';
3392 } elseif ($status == self::STATUS_NOTSIGNED) {
3393 $statusType =
'status9';
3394 } elseif ($status == self::STATUS_BILLED) {
3395 $statusType =
'status6';
3399 $parameters = array(
'status' => $status,
'mode' => $mode);
3400 $reshook = $hookmanager->executeHooks(
'LibStatut', $parameters, $this);
3403 return $hookmanager->resPrint;
3406 return dolGetStatus($this->labelStatus[$status], $this->labelStatusShort[$status],
'', $statusType, $mode);
3421 global $conf, $langs;
3425 $sql =
"SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin, p.total_ht";
3426 $sql .=
" FROM ".MAIN_DB_PREFIX.
"propal as p";
3427 if (empty($user->rights->societe->client->voir) && !$user->socid) {
3428 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"societe_commerciaux as sc ON p.fk_soc = sc.fk_soc";
3429 $sql .=
" WHERE sc.fk_user = ".((int) $user->id);
3432 $sql .= $clause.
" p.entity IN (".
getEntity(
'propal').
")";
3433 if ($mode ==
'opened') {
3434 $sql .=
" AND p.fk_statut = ".self::STATUS_VALIDATED;
3436 if ($mode ==
'signed') {
3437 $sql .=
" AND p.fk_statut = ".self::STATUS_SIGNED;
3440 $sql .=
" AND p.fk_soc = ".((int) $user->socid);
3445 $langs->load(
"propal");
3450 $label = $labelShort =
'';
3451 if ($mode ==
'opened') {
3452 $delay_warning = $conf->propal->cloture->warning_delay;
3454 $label = $langs->transnoentitiesnoconv(
"PropalsToClose");
3455 $labelShort = $langs->transnoentitiesnoconv(
"ToAcceptRefuse");
3457 if ($mode ==
'signed') {
3458 $delay_warning = $conf->propal->facturation->warning_delay;
3460 $label = $langs->trans(
"PropalsToBill");
3461 $labelShort = $langs->trans(
"ToBill");
3465 $response->warning_delay = $delay_warning / 60 / 60 / 24;
3466 $response->label = $label;
3467 $response->labelShort = $labelShort;
3468 $response->url = DOL_URL_ROOT.
'/comm/propal/list.php?search_status='.$status.
'&mainmenu=commercial&leftmenu=propals';
3469 $response->url_late = DOL_URL_ROOT.
'/comm/propal/list.php?search_status='.$status.
'&mainmenu=commercial&leftmenu=propals&sortfield=p.datep&sortorder=asc';
3473 while ($obj = $this->
db->fetch_object(
$resql)) {
3474 $response->nbtodo++;
3475 $response->total += $obj->total_ht;
3477 if ($mode ==
'opened') {
3478 $datelimit = $this->
db->jdate($obj->datefin);
3479 if ($datelimit < ($now - $delay_warning)) {
3480 $response->nbtodolate++;
3489 $this->error = $this->
db->error();
3504 global $conf, $langs;
3509 $sql =
"SELECT rowid";
3510 $sql .=
" FROM ".MAIN_DB_PREFIX.
"product";
3511 $sql .=
" WHERE entity IN (".getEntity(
'product').
")";
3512 $sql .= $this->
db->plimit(100);
3516 $num_prods = $this->
db->num_rows(
$resql);
3518 while ($i < $num_prods) {
3520 $row = $this->
db->fetch_row(
$resql);
3521 $prodids[$i] = $row[0];
3527 $this->
ref =
'SPECIMEN';
3528 $this->ref_client =
'NEMICEPS';
3529 $this->specimen = 1;
3531 $this->date = time();
3532 $this->fin_validite = $this->date + 3600 * 24 * 30;
3533 $this->cond_reglement_id = 1;
3534 $this->cond_reglement_code =
'RECEP';
3535 $this->mode_reglement_id = 7;
3536 $this->mode_reglement_code =
'CHQ';
3537 $this->availability_id = 1;
3538 $this->availability_code =
'AV_NOW';
3539 $this->demand_reason_id = 1;
3540 $this->demand_reason_code =
'SRC_00';
3541 $this->note_public =
'This is a comment (public)';
3542 $this->note_private =
'This is a comment (private)';
3544 $this->multicurrency_tx = 1;
3545 $this->multicurrency_code = $conf->currency;
3550 while ($xnbp < $nbp) {
3552 $line->desc = $langs->trans(
"Description").
" ".$xnbp;
3554 $line->subprice = 100;
3557 $line->localtax1_tx = 0;
3558 $line->localtax2_tx = 0;
3560 $line->total_ht = 50;
3561 $line->total_ttc = 60;
3562 $line->total_tva = 10;
3563 $line->remise_percent = 50;
3565 $line->total_ht = 100;
3566 $line->total_ttc = 120;
3567 $line->total_tva = 20;
3568 $line->remise_percent = 00;
3571 if ($num_prods > 0) {
3572 $prodid = mt_rand(1, $num_prods);
3573 $line->fk_product = $prodids[$prodid];
3574 $line->product_ref =
'SPECIMEN';
3577 $this->lines[$xnbp] = $line;
3579 $this->total_ht += $line->total_ht;
3580 $this->total_tva += $line->total_tva;
3581 $this->total_ttc += $line->total_ttc;
3598 $this->nb = array();
3601 $sql =
"SELECT count(p.rowid) as nb";
3602 $sql .=
" FROM ".MAIN_DB_PREFIX.
"propal as p";
3603 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"societe as s ON p.fk_soc = s.rowid";
3604 if (empty($user->rights->societe->client->voir) && !$user->socid) {
3605 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.
"societe_commerciaux as sc ON s.rowid = sc.fk_soc";
3606 $sql .=
" WHERE sc.fk_user = ".((int) $user->id);
3609 $sql .=
" ".$clause.
" p.entity IN (".
getEntity(
'propal').
")";
3614 while ($obj = $this->
db->fetch_object(
$resql)) {
3615 $this->nb[
"proposals"] = $obj->nb;
3621 $this->error = $this->
db->error();
3636 global $conf, $langs;
3637 $langs->load(
"propal");
3639 $classname = $conf->global->PROPALE_ADDON;
3641 if (!empty($classname)) {
3644 $file = $classname.
".php";
3647 $dirmodels = array_merge(array(
'/'), (array) $conf->modules_parts[
'models']);
3648 foreach ($dirmodels as $reldir) {
3652 $mybool |= @include_once $dir.$file;
3660 $obj =
new $classname();
3662 $numref = $obj->getNextValue($soc, $this);
3664 if ($numref !=
"") {
3667 $this->error = $obj->error;
3672 $langs->load(
"errors");
3673 print $langs->trans(
"Error").
" ".$langs->trans(
"ErrorModuleSetupNotComplete", $langs->transnoentitiesnoconv(
"Proposal"));
3689 public function getNomUrl($withpicto = 0, $option =
'', $get_params =
'', $notooltip = 0, $save_lastsearch_value = -1, $addlinktonotes = -1)
3691 global $langs, $conf, $user, $hookmanager;
3693 if (!empty($conf->dol_no_mouse_hover)) {
3701 if ($user->rights->propal->lire) {
3702 $label =
img_picto(
'', $this->picto).
' <u class="paddingrightonly">'.$langs->trans(
"Proposal").
'</u>';
3703 if (isset($this->statut)) {
3704 $label .=
' '.$this->getLibStatut(5);
3706 if (!empty($this->
ref)) {
3707 $label .=
'<br><b>'.$langs->trans(
'Ref').
':</b> '.$this->ref;
3709 if (!empty($this->ref_client)) {
3710 $label .=
'<br><b>'.$langs->trans(
'RefCustomer').
':</b> '.$this->ref_client;
3712 if (!empty($this->total_ht)) {
3713 $label .=
'<br><b>'.$langs->trans(
'AmountHT').
':</b> '.
price($this->total_ht, 0, $langs, 0, -1, -1, $conf->currency);
3715 if (!empty($this->total_tva)) {
3716 $label .=
'<br><b>'.$langs->trans(
'VAT').
':</b> '.
price($this->total_tva, 0, $langs, 0, -1, -1, $conf->currency);
3718 if (!empty($this->total_ttc)) {
3719 $label .=
'<br><b>'.$langs->trans(
'AmountTTC').
':</b> '.
price($this->total_ttc, 0, $langs, 0, -1, -1, $conf->currency);
3721 if (!empty($this->date)) {
3722 $label .=
'<br><b>'.$langs->trans(
'Date').
':</b> '.
dol_print_date($this->date,
'day');
3724 if (!empty($this->delivery_date)) {
3725 $label .=
'<br><b>'.$langs->trans(
'DeliveryDate').
':</b> '.
dol_print_date($this->delivery_date,
'dayhour');
3728 if ($option ==
'') {
3729 $url = DOL_URL_ROOT.
'/comm/propal/card.php?id='.$this->
id.$get_params;
3730 } elseif ($option ==
'compta') {
3731 $url = DOL_URL_ROOT.
'/comm/propal/card.php?id='.$this->
id.$get_params;
3732 } elseif ($option ==
'expedition') {
3733 $url = DOL_URL_ROOT.
'/expedition/propal.php?id='.$this->
id.$get_params;
3734 } elseif ($option ==
'document') {
3735 $url = DOL_URL_ROOT.
'/comm/propal/document.php?id='.$this->
id.$get_params;
3738 if ($option !=
'nolink') {
3740 $add_save_lastsearch_values = ($save_lastsearch_value == 1 ? 1 : 0);
3741 if ($save_lastsearch_value == -1 && preg_match(
'/list\.php/', $_SERVER[
"PHP_SELF"])) {
3742 $add_save_lastsearch_values = 1;
3744 if ($add_save_lastsearch_values) {
3745 $url .=
'&save_lastsearch_values=1';
3751 if (empty($notooltip) && $user->rights->propal->lire) {
3752 if (!empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) {
3753 $label = $langs->trans(
"Proposal");
3754 $linkclose .=
' alt="'.dol_escape_htmltag($label, 1).
'"';
3756 $linkclose .=
' title="'.dol_escape_htmltag($label, 1).
'"';
3757 $linkclose .=
' class="classfortooltip"';
3760 $linkstart =
'<a href="'.$url.
'"';
3761 $linkstart .= $linkclose.
'>';
3764 $result .= $linkstart;
3766 $result .=
img_object(($notooltip ?
'' : $label), $this->picto, ($notooltip ? (($withpicto != 2) ?
'class="paddingright"' :
'') :
'class="'.(($withpicto != 2) ?
'paddingright ' :
'').
'classfortooltip"'), 0, 0, $notooltip ? 0 : 1);
3768 if ($withpicto != 2) {
3769 $result .= $this->ref;
3771 $result .= $linkend;
3773 if ($addlinktonotes >= 0) {
3776 if ($addlinktonotes == 0) {
3777 if (!empty($this->note_private) || !empty($this->note_public)) {
3778 $txttoshow = $langs->trans(
'ViewPrivateNote');
3780 } elseif ($addlinktonotes == 1) {
3781 if (!empty($this->note_private)) {
3784 } elseif ($addlinktonotes == 2) {
3785 if (!empty($this->note_public)) {
3788 } elseif ($addlinktonotes == 3) {
3789 if ($user->socid > 0) {
3790 if (!empty($this->note_public)) {
3794 if (!empty($this->note_public)) {
3797 if (!empty($this->note_private)) {
3798 if (!empty($txttoshow)) {
3799 $txttoshow .=
'<br><br>';
3807 $result .=
' <span class="note inline-block">';
3808 $result .=
'<a href="'.DOL_URL_ROOT.
'/comm/propal/note.php?id='.$this->
id.
'" class="classfortooltip" title="'.
dol_escape_htmltag($txttoshow).
'">';
3811 $result .=
'</span>';
3816 $hookmanager->initHooks(array($this->element .
'dao'));
3817 $parameters = array(
'id'=>$this->
id,
'getnomurl' => &$result);
3818 $reshook = $hookmanager->executeHooks(
'getNomUrl', $parameters, $this, $action);
3820 $result = $hookmanager->resPrint;
3822 $result .= $hookmanager->resPrint;
3849 public function generateDocument($modele, $outputlangs, $hidedetails = 0, $hidedesc = 0, $hideref = 0, $moreparams =
null)
3851 global $conf, $langs;
3853 $langs->load(
"propale");
3854 $outputlangs->load(
"products");
3859 if ($this->model_pdf) {
3860 $modele = $this->model_pdf;
3861 } elseif (!empty($conf->global->PROPALE_ADDON_PDF)) {
3862 $modele = $conf->global->PROPALE_ADDON_PDF;
3866 $modelpath =
"core/modules/propale/doc/";
3868 return $this->
commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams);
3914 public $element =
'propaldet';
3919 public $table_element =
'propaldet';
3925 public $fk_parent_line;
3943 public $vat_src_code;
3946 public $remise_percent;
3947 public $fk_remise_except;
3951 public $fk_fournprice;
3956 public $special_code;
3961 public $info_bits = 0;
3990 public $product_ref;
4005 public $product_label;
4010 public $product_desc;
4016 public $product_tobatch;
4022 public $product_barcode;
4024 public $localtax1_tx;
4025 public $localtax2_tx;
4026 public $localtax1_type;
4027 public $localtax2_type;
4028 public $total_localtax1;
4029 public $total_localtax2;
4034 public $skip_update_total;
4037 public $fk_multicurrency;
4038 public $multicurrency_code;
4039 public $multicurrency_subprice;
4040 public $multicurrency_total_ht;
4041 public $multicurrency_total_tva;
4042 public $multicurrency_total_ttc;
4063 $sql =
'SELECT pd.rowid, pd.fk_propal, pd.fk_parent_line, pd.fk_product, pd.label as custom_label, pd.description, pd.price, pd.qty, pd.vat_src_code, pd.tva_tx,';
4064 $sql .=
' pd.remise, pd.remise_percent, pd.fk_remise_except, pd.subprice,';
4065 $sql .=
' pd.info_bits, pd.total_ht, pd.total_tva, pd.total_ttc, pd.fk_product_fournisseur_price as fk_fournprice, pd.buy_price_ht as pa_ht, pd.special_code, pd.rang,';
4066 $sql .=
' pd.fk_unit,';
4067 $sql .=
' pd.localtax1_tx, pd.localtax2_tx, pd.total_localtax1, pd.total_localtax2,';
4068 $sql .=
' pd.fk_multicurrency, pd.multicurrency_code, pd.multicurrency_subprice, pd.multicurrency_total_ht, pd.multicurrency_total_tva, pd.multicurrency_total_ttc,';
4069 $sql .=
' p.ref as product_ref, p.label as product_label, p.description as product_desc,';
4070 $sql .=
' pd.date_start, pd.date_end, pd.product_type';
4071 $sql .=
' FROM '.MAIN_DB_PREFIX.
'propaldet as pd';
4072 $sql .=
' LEFT JOIN '.MAIN_DB_PREFIX.
'product as p ON pd.fk_product = p.rowid';
4073 $sql .=
' WHERE pd.rowid = '.((int) $rowid);
4075 $result = $this->
db->query($sql);
4077 $objp = $this->
db->fetch_object($result);
4080 $this->
id = $objp->rowid;
4081 $this->
rowid = $objp->rowid;
4082 $this->fk_propal = $objp->fk_propal;
4083 $this->fk_parent_line = $objp->fk_parent_line;
4084 $this->label = $objp->custom_label;
4085 $this->desc = $objp->description;
4086 $this->qty = $objp->qty;
4087 $this->
price = $objp->price;
4088 $this->subprice = $objp->subprice;
4089 $this->vat_src_code = $objp->vat_src_code;
4090 $this->tva_tx = $objp->tva_tx;
4091 $this->remise = $objp->remise;
4092 $this->remise_percent = $objp->remise_percent;
4093 $this->fk_remise_except = $objp->fk_remise_except;
4094 $this->fk_product = $objp->fk_product;
4095 $this->info_bits = $objp->info_bits;
4097 $this->total_ht = $objp->total_ht;
4098 $this->total_tva = $objp->total_tva;
4099 $this->total_ttc = $objp->total_ttc;
4101 $this->fk_fournprice = $objp->fk_fournprice;
4103 $marginInfos =
getMarginInfos($objp->subprice, $objp->remise_percent, $objp->tva_tx, $objp->localtax1_tx, $objp->localtax2_tx, $this->fk_fournprice, $objp->pa_ht);
4104 $this->pa_ht = $marginInfos[0];
4105 $this->marge_tx = $marginInfos[1];
4106 $this->marque_tx = $marginInfos[2];
4108 $this->special_code = $objp->special_code;
4109 $this->product_type = $objp->product_type;
4110 $this->rang = $objp->rang;
4112 $this->
ref = $objp->product_ref;
4113 $this->product_ref = $objp->product_ref;
4114 $this->libelle = $objp->product_label;
4115 $this->product_label = $objp->product_label;
4116 $this->product_desc = $objp->product_desc;
4117 $this->fk_unit = $objp->fk_unit;
4119 $this->date_start = $this->
db->jdate($objp->date_start);
4120 $this->date_end = $this->
db->jdate($objp->date_end);
4123 $this->fk_multicurrency = $objp->fk_multicurrency;
4124 $this->multicurrency_code = $objp->multicurrency_code;
4125 $this->multicurrency_subprice = $objp->multicurrency_subprice;
4126 $this->multicurrency_total_ht = $objp->multicurrency_total_ht;
4127 $this->multicurrency_total_tva = $objp->multicurrency_total_tva;
4128 $this->multicurrency_total_ttc = $objp->multicurrency_total_ttc;
4132 $this->
db->free($result);
4151 global $conf, $user;
4155 dol_syslog(get_class($this).
"::insert rang=".$this->rang);
4157 $pa_ht_isemptystring = (empty($this->pa_ht) && $this->pa_ht ==
'');
4160 if (empty($this->tva_tx)) {
4163 if (empty($this->localtax1_tx)) {
4164 $this->localtax1_tx = 0;
4166 if (empty($this->localtax2_tx)) {
4167 $this->localtax2_tx = 0;
4169 if (empty($this->localtax1_type)) {
4170 $this->localtax1_type = 0;
4172 if (empty($this->localtax2_type)) {
4173 $this->localtax2_type = 0;
4175 if (empty($this->total_localtax1)) {
4176 $this->total_localtax1 = 0;
4178 if (empty($this->total_localtax2)) {
4179 $this->total_localtax2 = 0;
4181 if (empty($this->rang)) {
4184 if (empty($this->remise_percent) || !is_numeric($this->remise_percent)) {
4185 $this->remise_percent = 0;
4187 if (empty($this->info_bits)) {
4188 $this->info_bits = 0;
4190 if (empty($this->special_code)) {
4191 $this->special_code = 0;
4193 if (empty($this->fk_parent_line)) {
4194 $this->fk_parent_line = 0;
4196 if (empty($this->fk_fournprice)) {
4197 $this->fk_fournprice = 0;
4199 if (!is_numeric($this->qty)) {
4202 if (empty($this->pa_ht)) {
4205 if (empty($this->multicurrency_subprice)) {
4206 $this->multicurrency_subprice = 0;
4208 if (empty($this->multicurrency_total_ht)) {
4209 $this->multicurrency_total_ht = 0;
4211 if (empty($this->multicurrency_total_tva)) {
4212 $this->multicurrency_total_tva = 0;
4214 if (empty($this->multicurrency_total_ttc)) {
4215 $this->multicurrency_total_ttc = 0;
4219 if ($this->pa_ht == 0 && $pa_ht_isemptystring) {
4220 if (($result = $this->
defineBuyPrice($this->subprice, $this->remise_percent, $this->fk_product)) < 0) {
4223 $this->pa_ht = $result;
4228 if ($this->product_type < 0) {
4235 $sql =
'INSERT INTO '.MAIN_DB_PREFIX.
'propaldet';
4236 $sql .=
' (fk_propal, fk_parent_line, label, description, fk_product, product_type,';
4237 $sql .=
' fk_remise_except, qty, vat_src_code, tva_tx, localtax1_tx, localtax2_tx, localtax1_type, localtax2_type,';
4238 $sql .=
' subprice, remise_percent, ';
4239 $sql .=
' info_bits, ';
4240 $sql .=
' total_ht, total_tva, total_localtax1, total_localtax2, total_ttc, fk_product_fournisseur_price, buy_price_ht, special_code, rang,';
4241 $sql .=
' fk_unit,';
4242 $sql .=
' date_start, date_end';
4243 $sql .=
', fk_multicurrency, multicurrency_code, multicurrency_subprice, multicurrency_total_ht, multicurrency_total_tva, multicurrency_total_ttc)';
4244 $sql .=
" VALUES (".$this->fk_propal.
",";
4245 $sql .=
" ".($this->fk_parent_line > 0 ?
"'".$this->db->escape($this->fk_parent_line).
"'" :
"null").
",";
4246 $sql .=
" ".(!empty($this->label) ?
"'".$this->db->escape($this->label).
"'" :
"null").
",";
4247 $sql .=
" '".$this->db->escape($this->desc).
"',";
4248 $sql .=
" ".($this->fk_product ?
"'".$this->db->escape($this->fk_product).
"'" :
"null").
",";
4249 $sql .=
" '".$this->db->escape($this->product_type).
"',";
4250 $sql .=
" ".($this->fk_remise_except ?
"'".$this->db->escape($this->fk_remise_except).
"'" :
"null").
",";
4251 $sql .=
" ".price2num($this->qty,
'MS').
",";
4252 $sql .=
" ".(empty($this->vat_src_code) ?
"''" :
"'".$this->db->escape($this->vat_src_code).
"'").
",";
4253 $sql .=
" ".price2num($this->tva_tx).
",";
4254 $sql .=
" ".price2num($this->localtax1_tx).
",";
4255 $sql .=
" ".price2num($this->localtax2_tx).
",";
4256 $sql .=
" '".$this->db->escape($this->localtax1_type).
"',";
4257 $sql .=
" '".$this->db->escape($this->localtax2_type).
"',";
4258 $sql .=
" ".(price2num($this->subprice) !==
'' ?
price2num($this->subprice,
'MU') :
"null").
",";
4259 $sql .=
" ".price2num($this->remise_percent, 3).
",";
4260 $sql .=
" ".(isset($this->info_bits) ? ((int) $this->info_bits) :
"null").
",";
4261 $sql .=
" ".price2num($this->total_ht,
'MT').
",";
4262 $sql .=
" ".price2num($this->total_tva,
'MT').
",";
4263 $sql .=
" ".price2num($this->total_localtax1,
'MT').
",";
4264 $sql .=
" ".price2num($this->total_localtax2,
'MT').
",";
4265 $sql .=
" ".price2num($this->total_ttc,
'MT').
",";
4266 $sql .=
" ".(!empty($this->fk_fournprice) ?
"'".$this->db->escape($this->fk_fournprice).
"'" :
"null").
",";
4267 $sql .=
" ".(isset($this->pa_ht) ?
"'".price2num($this->pa_ht).
"'" :
"null").
",";
4268 $sql .=
' '.((int) $this->special_code).
',';
4269 $sql .=
' '.((int) $this->rang).
',';
4270 $sql .=
' '.(empty($this->fk_unit) ?
'NULL' : ((int) $this->fk_unit)).
',';
4271 $sql .=
" ".(!empty($this->date_start) ?
"'".$this->db->idate($this->date_start).
"'" :
"null").
',';
4272 $sql .=
" ".(!empty($this->date_end) ?
"'".$this->db->idate($this->date_end).
"'" :
"null");
4273 $sql .=
", ".($this->fk_multicurrency > 0 ? ((int) $this->fk_multicurrency) :
'null');
4274 $sql .=
", '".$this->db->escape($this->multicurrency_code).
"'";
4275 $sql .=
", ".price2num($this->multicurrency_subprice,
'CU');
4276 $sql .=
", ".price2num($this->multicurrency_total_ht,
'CT');
4277 $sql .=
", ".price2num($this->multicurrency_total_tva,
'CT');
4278 $sql .=
", ".price2num($this->multicurrency_total_ttc,
'CT');
4281 dol_syslog(get_class($this).
'::insert', LOG_DEBUG);
4284 $this->
rowid = $this->
db->last_insert_id(MAIN_DB_PREFIX.
'propaldet');
4287 $this->
id = $this->rowid;
4294 if (!$error && !$notrigger) {
4296 $result = $this->
call_trigger(
'LINEPROPAL_INSERT', $user);
4298 $this->
db->rollback();
4304 $this->
db->commit();
4307 $this->error = $this->
db->error().
" sql=".$sql;
4308 $this->
db->rollback();
4320 public function delete(
User $user, $notrigger = 0)
4329 $result = $this->
call_trigger(
'LINEPROPAL_DELETE', $user);
4337 $sql =
"DELETE FROM " . MAIN_DB_PREFIX .
"propaldet WHERE rowid = " . ((int) $this->
rowid);
4338 dol_syslog(
"PropaleLigne::delete", LOG_DEBUG);
4339 if ($this->
db->query($sql)) {
4342 $this->
id = $this->rowid;
4346 dol_syslog(get_class($this) .
"::delete error -4 " . $this->error, LOG_ERR);
4350 $this->error = $this->
db->error() .
" sql=" . $sql;
4356 $this->
db->rollback();
4359 $this->
db->commit();
4372 global $conf, $user;
4376 $pa_ht_isemptystring = (empty($this->pa_ht) && $this->pa_ht ==
'');
4378 if (empty($this->
id) && !empty($this->
rowid)) {
4379 $this->
id = $this->rowid;
4383 if (empty($this->tva_tx)) {
4386 if (empty($this->localtax1_tx)) {
4387 $this->localtax1_tx = 0;
4389 if (empty($this->localtax2_tx)) {
4390 $this->localtax2_tx = 0;
4392 if (empty($this->total_localtax1)) {
4393 $this->total_localtax1 = 0;
4395 if (empty($this->total_localtax2)) {
4396 $this->total_localtax2 = 0;
4398 if (empty($this->localtax1_type)) {
4399 $this->localtax1_type = 0;
4401 if (empty($this->localtax2_type)) {
4402 $this->localtax2_type = 0;
4404 if (empty($this->marque_tx)) {
4405 $this->marque_tx = 0;
4407 if (empty($this->marge_tx)) {
4408 $this->marge_tx = 0;
4410 if (empty($this->
price)) {
4413 if (empty($this->remise_percent)) {
4414 $this->remise_percent = 0;
4416 if (empty($this->info_bits)) {
4417 $this->info_bits = 0;
4419 if (empty($this->special_code)) {
4420 $this->special_code = 0;
4422 if (empty($this->fk_parent_line)) {
4423 $this->fk_parent_line = 0;
4425 if (empty($this->fk_fournprice)) {
4426 $this->fk_fournprice = 0;
4428 if (empty($this->subprice)) {
4429 $this->subprice = 0;
4431 if (empty($this->pa_ht)) {
4436 if ($this->pa_ht == 0 && $pa_ht_isemptystring) {
4437 if (($result = $this->
defineBuyPrice($this->subprice, $this->remise_percent, $this->fk_product)) < 0) {
4440 $this->pa_ht = $result;
4447 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"propaldet SET";
4448 $sql .=
" description='".$this->db->escape($this->desc).
"'";
4449 $sql .=
", label=".(!empty($this->label) ?
"'".$this->db->escape($this->label).
"'" :
"null");
4450 $sql .=
", product_type=".$this->product_type;
4451 $sql .=
", vat_src_code = '".(empty($this->vat_src_code) ?
'' : $this->vat_src_code).
"'";
4452 $sql .=
", tva_tx='".price2num($this->tva_tx).
"'";
4453 $sql .=
", localtax1_tx=".price2num($this->localtax1_tx);
4454 $sql .=
", localtax2_tx=".price2num($this->localtax2_tx);
4455 $sql .=
", localtax1_type='".$this->db->escape($this->localtax1_type).
"'";
4456 $sql .=
", localtax2_type='".$this->db->escape($this->localtax2_type).
"'";
4457 $sql .=
", qty='".price2num($this->qty).
"'";
4458 $sql .=
", subprice=".price2num($this->subprice).
"";
4459 $sql .=
", remise_percent=".price2num($this->remise_percent).
"";
4461 $sql .=
", remise=".(float)
price2num($this->remise).
"";
4462 $sql .=
", info_bits='".$this->db->escape($this->info_bits).
"'";
4463 if (empty($this->skip_update_total)) {
4464 $sql .=
", total_ht=".price2num($this->total_ht).
"";
4465 $sql .=
", total_tva=".price2num($this->total_tva).
"";
4466 $sql .=
", total_ttc=".price2num($this->total_ttc).
"";
4467 $sql .=
", total_localtax1=".price2num($this->total_localtax1).
"";
4468 $sql .=
", total_localtax2=".price2num($this->total_localtax2).
"";
4470 $sql .=
", fk_product_fournisseur_price=".(!empty($this->fk_fournprice) ?
"'".$this->db->escape($this->fk_fournprice).
"'" :
"null");
4471 $sql .=
", buy_price_ht=".price2num($this->pa_ht);
4472 if (strlen($this->special_code)) {
4473 $sql .=
", special_code=".$this->special_code;
4475 $sql .=
", fk_parent_line=".($this->fk_parent_line > 0 ? $this->fk_parent_line :
"null");
4476 if (!empty($this->rang)) {
4477 $sql .=
", rang=".((int) $this->rang);
4479 $sql .=
", date_start=".(!empty($this->date_start) ?
"'".$this->db->idate($this->date_start).
"'" :
"null");
4480 $sql .=
", date_end=".(!empty($this->date_end) ?
"'".$this->db->idate($this->date_end).
"'" :
"null");
4481 $sql .=
", fk_unit=".(!$this->fk_unit ?
'NULL' : $this->fk_unit);
4484 $sql .=
", multicurrency_subprice=".price2num($this->multicurrency_subprice).
"";
4485 $sql .=
", multicurrency_total_ht=".price2num($this->multicurrency_total_ht).
"";
4486 $sql .=
", multicurrency_total_tva=".price2num($this->multicurrency_total_tva).
"";
4487 $sql .=
", multicurrency_total_ttc=".price2num($this->multicurrency_total_ttc).
"";
4489 $sql .=
" WHERE rowid = ".((int) $this->
id);
4491 dol_syslog(get_class($this).
"::update", LOG_DEBUG);
4501 if (!$error && !$notrigger) {
4503 $result = $this->
call_trigger(
'LINEPROPAL_MODIFY', $user);
4505 $this->
db->rollback();
4511 $this->
db->commit();
4514 $this->error = $this->
db->error();
4515 $this->
db->rollback();
4533 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"propaldet SET";
4534 $sql .=
" total_ht=".price2num($this->total_ht,
'MT').
"";
4535 $sql .=
",total_tva=".price2num($this->total_tva,
'MT').
"";
4536 $sql .=
",total_ttc=".price2num($this->total_ttc,
'MT').
"";
4537 $sql .=
" WHERE rowid = ".((int) $this->
rowid);
4539 dol_syslog(
"PropaleLigne::update_total", LOG_DEBUG);
4543 $this->
db->commit();
4546 $this->error = $this->
db->error();
4547 $this->
db->rollback();