49require
'../main.inc.php';
59require_once DOL_DOCUMENT_ROOT.
'/core/class/canvas.class.php';
60require_once DOL_DOCUMENT_ROOT.
'/core/class/genericobject.class.php';
61require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formcompany.class.php';
62require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
63require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
64require_once DOL_DOCUMENT_ROOT.
'/core/lib/product.lib.php';
65require_once DOL_DOCUMENT_ROOT.
'/core/modules/product/modules_product.class.php';
66require_once DOL_DOCUMENT_ROOT.
'/categories/class/categorie.class.php';
67require_once DOL_DOCUMENT_ROOT.
'/product/class/html.formproduct.class.php';
68require_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
70 require_once DOL_DOCUMENT_ROOT.
'/comm/propal/class/propal.class.php';
73 require_once DOL_DOCUMENT_ROOT.
'/compta/facture/class/facture.class.php';
76 require_once DOL_DOCUMENT_ROOT.
'/commande/class/commande.class.php';
79 require_once DOL_DOCUMENT_ROOT.
'/core/lib/accounting.lib.php';
80 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formaccounting.class.php';
81 require_once DOL_DOCUMENT_ROOT.
'/accountancy/class/accountingaccount.class.php';
84 require_once DOL_DOCUMENT_ROOT.
'/bom/class/bom.class.php';
88 require_once DOL_DOCUMENT_ROOT.
'/workstation/class/workstation.class.php';
92$langs->loadLangs(array(
'products',
'other'));
94 $langs->load(
"stocks");
97 $langs->load(
"bills");
100 $langs->load(
"productbatch");
103$backtopageforcancel =
GETPOST(
'backtopageforcancel');
109$refalreadyexists = 0;
115 $ref = (GETPOSTISSET(
'ref') ?
GETPOST(
'ref',
'nohtml') : null);
117 $ref = (GETPOSTISSET(
'ref') ?
GETPOST(
'ref',
'alpha') : null);
120$action = (
GETPOST(
'action',
'alpha') ?
GETPOST(
'action',
'alpha') :
'view');
121$cancel =
GETPOST(
'cancel',
'alpha');
122$backtopage =
GETPOST(
'backtopage',
'alpha');
123$dol_openinpopup =
GETPOST(
'dol_openinpopup',
'aZ09');
124$confirm =
GETPOST(
'confirm',
'alpha');
126$duration_value =
GETPOST(
'duration_value') ===
'' ? null :
GETPOSTINT(
'duration_value');
127$duration_unit =
GETPOST(
'duration_unit',
'alpha');
129$accountancy_code_sell =
GETPOST(
'accountancy_code_sell',
'alpha');
130$accountancy_code_sell_intra =
GETPOST(
'accountancy_code_sell_intra',
'alpha');
131$accountancy_code_sell_export =
GETPOST(
'accountancy_code_sell_export',
'alpha');
132$accountancy_code_buy =
GETPOST(
'accountancy_code_buy',
'alpha');
133$accountancy_code_buy_intra =
GETPOST(
'accountancy_code_buy_intra',
'alpha');
134$accountancy_code_buy_export =
GETPOST(
'accountancy_code_buy_export',
'alpha');
136$checkmandatory =
GETPOST(
'accountancy_code_buy_export',
'alpha');
140 $label_security_check =
'nohtml';
142 $label_security_check = !
getDolGlobalString(
'MAIN_SECURITY_ALLOW_UNSECURED_LABELS_WITH_HTML') ?
'alphanohtml' :
'restricthtml';
145if (!empty($user->socid)) {
146 $socid = $user->socid;
151if (substr($module, 0, 16) ==
'mod_codeproduct_' && substr($module, -3) ==
'php') {
152 $module = substr($module, 0,
dol_strlen($module) - 4);
156 $modCodeProduct =
new $module();
165$extrafields->fetch_name_optionals_label(
$object->table_element);
167if ($id > 0 || !empty($ref)) {
168 $result =
$object->fetch($id, (
string) $ref);
174 $upload_dir =
$conf->product->multidir_output[$entity].
'/'.
get_exdir(0, 0, 0, 0, $object,
'product').dol_sanitizeFileName(
$object->ref);
176 $upload_dir =
$conf->service->multidir_output[$entity].
'/'.
get_exdir(0, 0, 0, 0, $object,
'product').dol_sanitizeFileName(
$object->ref);
181 $upload_dirold =
$conf->product->multidir_output[$entity].
'/'.substr(substr(
"000".
$object->id, -2), 1, 1).
'/'.substr(substr(
"000".
$object->id, -2), 0, 1).
'/'.
$object->id.
"/photos";
183 $upload_dirold =
$conf->service->multidir_output[$entity].
'/'.substr(substr(
"000".
$object->id, -2), 1, 1).
'/'.substr(substr(
"000".
$object->id, -2), 0, 1).
'/'.
$object->id.
"/photos";
188$modulepart =
'product';
193if (!empty($canvas)) {
194 require_once DOL_DOCUMENT_ROOT.
'/core/class/canvas.class.php';
196 $objcanvas->getCanvas(
'product',
'card', $canvas);
200$fieldvalue = (!empty($id) ?
$id : (!empty($ref) ? $ref :
''));
201$fieldtype = (!empty($id) ?
'rowid' :
'ref');
204$hookmanager->initHooks(array(
'productcard',
'globalcard'));
207 if (
$object->type == $object::TYPE_PRODUCT) {
210 if (
$object->type == $object::TYPE_SERVICE) {
214 restrictedArea($user,
'produit|service', 0,
'product&product',
'',
'', $fieldtype);
221$permissiontoeditextra = $usercancreate;
222if (
GETPOST(
'attribute',
'aZ09') && isset($extrafields->attributes[
$object->table_element][
'perms'][
GETPOST(
'attribute',
'aZ09')])) {
224 $permissiontoeditextra =
dol_eval((
string) $extrafields->attributes[
$object->table_element][
'perms'][
GETPOST(
'attribute',
'aZ09')]);
237if (
getDolGlobalString(
'MAIN_USE_ADVANCED_PERMS') && !$user->hasRight(
'barcode',
'creer_advance')) {
241$parameters = array(
'id' => $id,
'ref' => $ref,
'objcanvas' => $objcanvas);
242$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
247if (empty($reshook)) {
248 $backurlforlist = DOL_URL_ROOT.
'/product/list.php?type='.$type;
250 if (empty($backtopage) || ($cancel && empty($id))) {
251 if (empty($backtopage) || ($cancel && strpos($backtopage,
'__ID__'))) {
252 if (empty($id) && (($action !=
'add' && $action !=
'create') || $cancel)) {
253 $backtopage = $backurlforlist;
255 $backtopage = DOL_URL_ROOT.
'/product/card.php?id='.((!empty($id) &&
$id > 0) ? $id :
'__ID__');
261 if (!empty($backtopageforcancel)) {
262 header(
"Location: ".$backtopageforcancel);
264 } elseif (!empty($backtopage)) {
265 header(
"Location: ".$backtopage);
271 if ($action ==
'confirm_merge' && $confirm ==
'yes' && $user->hasRight(
'societe',
'creer')) {
273 $productOriginId =
GETPOSTINT(
'product_origin');
276 if ($productOriginId <= 0) {
277 $langs->load(
'errors');
278 setEventMessages($langs->trans(
'ErrorProductIdIsMandatory', $langs->transnoentitiesnoconv(
'MergeOriginProduct')),
null,
'errors');
280 if (!$error && $productOrigin->fetch($productOriginId) < 1) {
290 $listofproperties = array(
300 'accountancy_code_buy',
301 'accountancy_code_buy_intra',
302 'accountancy_code_buy_export',
303 'accountancy_code_sell',
304 'accountancy_code_sell_intra',
305 'accountancy_code_sell_export'
307 foreach ($listofproperties as $property) {
308 if (empty(
$object->$property)) {
309 $object->$property = $productOrigin->$property;
313 $listofproperties = array(
314 'note_public',
'note_private'
316 foreach ($listofproperties as $property) {
321 if (is_array($productOrigin->array_options)) {
322 foreach ($productOrigin->array_options as $key => $val) {
323 if (empty(
$object->array_options[$key])) {
324 $object->array_options[$key] = $val;
331 $custcats_ori = $static_cat->containing($productOrigin->id,
'product',
'id');
332 $custcats = $static_cat->containing(
$object->id,
'product',
'id');
333 $custcats = array_merge($custcats, $custcats_ori);
334 $object->setCategories($custcats);
337 if ($productOrigin->barcode ==
$object->barcode) {
338 dol_syslog(
"We clean customer and supplier code so we will be able to make the update of target");
339 $productOrigin->barcode =
'';
355 'ActionComm' =>
'/comm/action/class/actioncomm.class.php',
356 'Bom' =>
'/bom/class/bom.class.php',
359 'Commande' =>
'/commande/class/commande.class.php',
360 'CommandeFournisseur' =>
'/fourn/class/fournisseur.commande.class.php',
361 'Contrat' =>
'/contrat/class/contrat.class.php',
362 'Delivery' =>
'/delivery/class/delivery.class.php',
363 'Facture' =>
'/compta/facture/class/facture.class.php',
364 'FactureFournisseur' =>
'/fourn/class/fournisseur.facture.class.php',
365 'FactureRec' =>
'/compta/facture/class/facture-rec.class.php',
366 'FichinterRec' =>
'/fichinter/class/fichinterrec.class.php',
367 'ProductFournisseur' =>
'/fourn/class/fournisseur.product.class.php',
368 'Propal' =>
'/comm/propal/class/propal.class.php',
369 'Reception' =>
'/reception/class/reception.class.php',
370 'SupplierProposal' =>
'/supplier_proposal/class/supplier_proposal.class.php',
374 foreach ($objects as $object_name => $object_file) {
375 require_once DOL_DOCUMENT_ROOT.$object_file;
377 if (!$error && !$object_name::replaceProduct(
$db, $productOrigin->id,
$object->id)) {
387 $parameters = array(
'soc_origin' => $productOrigin->id,
'soc_dest' =>
$object->id);
388 $reshook = $hookmanager->executeHooks(
405 'mergefromid' => $productOrigin->id,
409 $result =
$object->call_trigger(
'PRODUCT_MODIFY', $user);
419 if ($productOrigin->delete($user) < 1) {
426 if (!empty(
$conf->product->multidir_output[$productOrigin->entity ?? 1])) {
427 $srcdir =
$conf->product->multidir_output[$productOrigin->entity ?? 1].
"/".$productOrigin->ref;
432 foreach ($dirlist as $filetomove) {
433 $destfile = $destdir.
'/'.$filetomove[
'relativename'];
434 dol_move($filetomove[
'fullname'], $destfile,
'0', 0, 0, 1);
445 $langs->load(
"errors");
454 if ($action ==
'setfk_product_type' && $usercancreate) {
455 $result =
$object->setValueFrom(
'fk_product_type',
GETPOST(
'fk_product_type'),
'',
null,
'text',
'', $user,
'PRODUCT_MODIFY');
456 header(
"Location: ".$_SERVER[
'PHP_SELF'].
"?id=".
$object->id);
461 $upload_dir =
$conf->product->dir_output;
462 $permissiontoadd = $usercancreate;
463 include DOL_DOCUMENT_ROOT.
'/core/actions_builddoc.inc.php';
465 include DOL_DOCUMENT_ROOT.
'/core/actions_printing.inc.php';
468 if ($action ==
'setfk_barcode_type' && $usercancreate) {
469 $result =
$object->setValueFrom(
'fk_barcode_type',
GETPOST(
'fk_barcode_type'),
'',
null,
'text',
'', $user,
'PRODUCT_MODIFY');
470 header(
"Location: ".$_SERVER[
'PHP_SELF'].
"?id=".
$object->id);
475 if ($action ==
'setbarcode' && $usercancreate) {
479 $result =
$object->setValueFrom(
'barcode',
GETPOST(
'barcode'),
'',
null,
'text',
'', $user,
'PRODUCT_MODIFY');
480 header(
"Location: ".$_SERVER[
'PHP_SELF'].
"?id=".
$object->id);
483 $langs->load(
"errors");
485 $errors[] =
'ErrorBadBarCodeSyntax';
486 } elseif ($result == -2) {
487 $errors[] =
'ErrorBarCodeRequired';
488 } elseif ($result == -3) {
489 $errors[] =
'ErrorBarCodeAlreadyUsed';
491 $errors[] =
'FailedToValidateBarCode';
500 if ($action ==
'update_extras' && $permissiontoeditextra) {
504 $attribute_name =
GETPOST(
'attribute',
'aZ09');
507 $ret = $extrafields->setOptionalsFromPost(
null, $object, $attribute_name);
513 $result =
$object->updateExtraField($attribute_name,
'PRODUCT_MODIFY');
521 $action =
'edit_extras';
526 if ($action ==
'add' && $usercancreate) {
529 if (!
GETPOST(
'label', $label_security_check)) {
530 setEventMessages($langs->trans(
'ErrorFieldRequired', $langs->transnoentities(
'Label')),
null,
'errors');
536 setEventMessages($langs->trans(
'ErrorFieldRequired', $langs->transnoentities($refLabelKey)),
null,
'errors');
541 if (!empty($duration_value) && empty($duration_unit)) {
542 setEventMessages($langs->trans(
'ErrorFieldRequired', $langs->transnoentities(
'Unit')),
null,
'errors');
546 $stockable_product = (int) ($type == 0 || ($type == 1 &&
getDolGlobalInt(
'STOCK_SUPPORTS_SERVICES')));
548 setEventMessages($langs->trans(
'ErrorBatchesNeedStockManagement'),
null,
'errors');
560 $object->mandatory_period = empty(
GETPOST(
"mandatoryperiod",
'alpha')) ? 0 : 1;
561 if (
$object->price_base_type ==
'TTC') {
566 if (
$object->price_base_type ==
'TTC') {
572 $tva_tx_txt =
GETPOST(
'tva_tx',
'alpha');
576 $tva_tx = preg_replace(
'/[^0-9\.].*$/',
'', $tva_tx_txt);
577 $npr = preg_match(
'/\*/', $tva_tx_txt) ? 1 : 0;
580 $localtax1_type =
'0';
581 $localtax2_type =
'0';
584 if (preg_match(
'/\((.*)\)/', $tva_tx_txt, $reg)) {
586 $vatratecode = $reg[1];
588 $sql =
"SELECT t.rowid, t.code, t.recuperableonly, t.localtax1, t.localtax2, t.localtax1_type, t.localtax2_type";
589 $sql .=
" FROM ".MAIN_DB_PREFIX.
"c_tva as t, ".MAIN_DB_PREFIX.
"c_country as c";
590 $sql .=
" WHERE t.fk_pays = c.rowid AND c.code = '".$db->escape(
$mysoc->country_code).
"'";
591 $sql .=
" AND t.taux = ".((float) $tva_tx).
" AND t.active = 1";
592 $sql .=
" AND t.code = '".$db->escape($vatratecode).
"'";
593 $sql .=
" AND t.entity IN (".getEntity(
'c_tva').
")";
594 $resql =
$db->query($sql);
596 $obj =
$db->fetch_object($resql);
597 $npr = $obj->recuperableonly;
598 $localtax1 = $obj->localtax1;
599 $localtax2 = $obj->localtax2;
600 $localtax1_type = $obj->localtax1_type;
601 $localtax2_type = $obj->localtax2_type;
605 $object->default_vat_code = $vatratecode;
608 $object->localtax1_tx = $localtax1;
609 $object->localtax2_tx = $localtax2;
610 $object->localtax1_type = $localtax1_type;
611 $object->localtax2_type = $localtax2_type;
624 $stdobject->element =
'product';
625 $stdobject->barcode_type =
GETPOSTINT(
'fk_barcode_type');
626 $result = $stdobject->fetchBarCode();
629 $mesg =
'Failed to get bar code type information ';
632 $object->barcode_type_code = $stdobject->barcode_type_code;
633 $object->barcode_type_coder = $stdobject->barcode_type_coder;
634 $object->barcode_type_label = $stdobject->barcode_type_label;
645 $object->duration_value = $duration_value;
646 $object->duration_unit = $duration_unit;
665 if ($finished >= 0) {
678 $object->stockable_product = $stockable_product;
680 $accountancy_code_sell =
GETPOST(
'accountancy_code_sell',
'alpha');
681 $accountancy_code_sell_intra =
GETPOST(
'accountancy_code_sell_intra',
'alpha');
682 $accountancy_code_sell_export =
GETPOST(
'accountancy_code_sell_export',
'alpha');
683 $accountancy_code_buy =
GETPOST(
'accountancy_code_buy',
'alpha');
684 $accountancy_code_buy_intra =
GETPOST(
'accountancy_code_buy_intra',
'alpha');
685 $accountancy_code_buy_export =
GETPOST(
'accountancy_code_buy_export',
'alpha');
687 if (empty($accountancy_code_sell) || $accountancy_code_sell ==
'-1') {
688 $object->accountancy_code_sell =
'';
690 $object->accountancy_code_sell = $accountancy_code_sell;
692 if (empty($accountancy_code_sell_intra) || $accountancy_code_sell_intra ==
'-1') {
693 $object->accountancy_code_sell_intra =
'';
695 $object->accountancy_code_sell_intra = $accountancy_code_sell_intra;
697 if (empty($accountancy_code_sell_export) || $accountancy_code_sell_export ==
'-1') {
698 $object->accountancy_code_sell_export =
'';
700 $object->accountancy_code_sell_export = $accountancy_code_sell_export;
702 if (empty($accountancy_code_buy) || $accountancy_code_buy ==
'-1') {
703 $object->accountancy_code_buy =
'';
705 $object->accountancy_code_buy = $accountancy_code_buy;
707 if (empty($accountancy_code_buy_intra) || $accountancy_code_buy_intra ==
'-1') {
708 $object->accountancy_code_buy_intra =
'';
710 $object->accountancy_code_buy_intra = $accountancy_code_buy_intra;
712 if (empty($accountancy_code_buy_export) || $accountancy_code_buy_export ==
'-1') {
713 $object->accountancy_code_buy_export =
'';
715 $object->accountancy_code_buy_export = $accountancy_code_buy_export;
721 for ($i = 2; $i <= $produit_multiprices_limit; $i++) {
722 if (GETPOSTISSET(
"price_".$i)) {
724 $object->multiprices_base_type[
"$i"] =
GETPOST(
"multiprices_base_type_".$i);
726 $object->multiprices[
"$i"] = 0;
732 $ret = $extrafields->setOptionalsFromPost(
null, $object);
739 '@phan-var ModeleProductCode $modCodeProduct';
741 $ref = $modCodeProduct->getNextValue($object, $type);
750 $categories =
GETPOST(
'categories',
'array:int');
751 $object->setCategories($categories);
753 if (!empty($backtopage)) {
754 $backtopage = preg_replace(
'/__ID__/', (
string)
$object->id, $backtopage);
755 $backtopage = preg_replace(
'/--IDFORBACKTOPAGE--/', (
string)
$object->id, $backtopage);
756 if (preg_match(
'/\?/', $backtopage)) {
757 $backtopage .=
'&productid='.$object->id;
760 if (!empty($dol_openinpopup)) {
762 print
'<script nonce="'.getNonce().
'">';
763 print
"window.parent.location.href = '".dol_escape_js($backtopage).
"';";
767 header(
"Location: ".$backtopage);
770 header(
"Location: ".$_SERVER[
'PHP_SELF'].
"?id=".$id);
777 if (
$object->error ==
'ErrorProductAlreadyExists') {
779 $reshook = $hookmanager->executeHooks(
'onProductAlreadyExists', $parameters, $object, $action);
798 if ($action ==
'update' && $usercancreate) {
799 if (
GETPOST(
'cancel',
'alpha')) {
836 $object->duration_value = $duration_value;
837 $object->duration_unit = $duration_unit;
855 if ($finished >= 0) {
861 $fk_default_bom =
GETPOSTINT(
'fk_default_bom');
862 if ($fk_default_bom >= 0) {
863 $object->fk_default_bom = $fk_default_bom;
869 $object->stockable_product = (int) GETPOSTISSET(
'stockable_product');
871 $object->stockable_product = 1;
872 setEventMessages($langs->trans(
'ForceBatchesNeedStockManagement'),
null,
'warnings');
886 $stdobject->element =
'product';
887 $stdobject->barcode_type =
GETPOSTINT(
'fk_barcode_type');
888 $result = $stdobject->fetchBarCode();
891 $mesg =
'Failed to get bar code type information ';
894 $object->barcode_type_code = $stdobject->barcode_type_code;
895 $object->barcode_type_coder = $stdobject->barcode_type_coder;
896 $object->barcode_type_label = $stdobject->barcode_type_label;
898 $accountancy_code_sell =
GETPOST(
'accountancy_code_sell',
'alpha');
899 $accountancy_code_sell_intra =
GETPOST(
'accountancy_code_sell_intra',
'alpha');
900 $accountancy_code_sell_export =
GETPOST(
'accountancy_code_sell_export',
'alpha');
901 $accountancy_code_buy =
GETPOST(
'accountancy_code_buy',
'alpha');
902 $accountancy_code_buy_intra =
GETPOST(
'accountancy_code_buy_intra',
'alpha');
903 $accountancy_code_buy_export =
GETPOST(
'accountancy_code_buy_export',
'alpha');
904 $checkmandatory =
GETPOST(
'mandatoryperiod',
'alpha');
905 if (empty($accountancy_code_sell) || $accountancy_code_sell ==
'-1') {
906 $object->accountancy_code_sell =
'';
908 $object->accountancy_code_sell = $accountancy_code_sell;
910 if (empty($accountancy_code_sell_intra) || $accountancy_code_sell_intra ==
'-1') {
911 $object->accountancy_code_sell_intra =
'';
913 $object->accountancy_code_sell_intra = $accountancy_code_sell_intra;
915 if (empty($accountancy_code_sell_export) || $accountancy_code_sell_export ==
'-1') {
916 $object->accountancy_code_sell_export =
'';
918 $object->accountancy_code_sell_export = $accountancy_code_sell_export;
920 if (empty($accountancy_code_buy) || $accountancy_code_buy ==
'-1') {
921 $object->accountancy_code_buy =
'';
923 $object->accountancy_code_buy = $accountancy_code_buy;
925 if (empty($accountancy_code_buy_intra) || $accountancy_code_buy_intra ==
'-1') {
926 $object->accountancy_code_buy_intra =
'';
928 $object->accountancy_code_buy_intra = $accountancy_code_buy_intra;
930 if (empty($accountancy_code_buy_export) || $accountancy_code_buy_export ==
'-1') {
931 $object->accountancy_code_buy_export =
'';
933 $object->accountancy_code_buy_export = $accountancy_code_buy_export;
936 $object->mandatory_period = (!empty($checkmandatory)) ? 1 : 0 ;
941 $ret = $extrafields->setOptionalsFromPost(
null, $object,
'@GETPOSTISSET');
946 if (!$error &&
$object->check()) {
949 $categories =
GETPOST(
'categories',
'array:int');
950 $object->setCategories($categories);
965 setEventMessages($langs->trans(
"ErrorProductBadRefOrLabel"),
null,
'errors');
974 if ($action ==
'confirm_clone' && $confirm !=
'yes') {
977 if ($action ==
'confirm_clone' && $confirm ==
'yes' && $usercancreate) {
988 unset($clone->date_creation);
989 $clone->ref =
GETPOST(
'clone_ref',
'alphanohtml');
991 $clone->status_buy = 0;
992 $clone->barcode = -1;
994 if ($clone->check()) {
997 $clone->context[
'createfromclone'] =
'createfromclone';
998 $id = $clone->create($user);
1000 if (
GETPOST(
'clone_composition')) {
1001 $result = $clone->clone_associations(
$object->id, $id);
1009 if (!$error &&
GETPOST(
'clone_categories')) {
1010 $result = $clone->cloneCategories(
$object->id, $id);
1018 if (!$error &&
GETPOST(
'clone_prices')) {
1019 $result = $clone->clone_price(
$object->id, $id);
1027 if (!$error &&
isModEnabled(
'bom') && $user->hasRight(
'bom',
'write')) {
1030 $bomstatic =
new BOM(
$db);
1031 $bomclone = $bomstatic->createFromClone($user,
$object->fk_default_bom);
1032 if ((
int) $bomclone < 0) {
1033 setEventMessages($langs->trans(
'ErrorProductClone').
' : '.$langs->trans(
'ErrorProductCloneBom'),
null,
'warnings');
1035 $defbomidac =
$object->fk_default_bom;
1036 $clone->fk_default_bom = $bomclone->id;
1037 $clone->update($id, $user);
1038 $bomclone->fk_product =
$id;
1039 $bomclone->label = $langs->trans(
'BOMofRef', $clone->ref);
1040 $bomclone->update($user);
1041 $bomclone->validate($user);
1044 if (
GETPOST(
'clone_otherboms')) {
1045 $bomstatic =
new BOM(
$db);
1046 $bomlist = $bomstatic->fetchAll(
"",
"", 0, 0,
'fk_product:=:'.(
int)
$object->id);
1047 if (is_array($bomlist)) {
1048 foreach ($bomlist as $bom2clone) {
1049 if ($bom2clone->id != $defbomidac) {
1050 $bomclone = $bomstatic->createFromClone($user, $bom2clone->id);
1051 if ((
int) $bomclone < 0) {
1052 setEventMessages($langs->trans(
'ErrorProductClone').
' : '.$langs->trans(
'ErrorProductCloneBom'),
null,
'warnings');
1054 $bomclone->fk_product =
$id;
1055 $bomclone->label = $langs->trans(
'BOMofRef', $clone->ref);
1056 $bomclone->update($user);
1057 $bomclone->validate($user);
1066 if ($clone->error ==
'ErrorProductAlreadyExists') {
1067 $refalreadyexists++;
1070 $mesg = $langs->trans(
"ErrorProductAlreadyExists", $clone->ref);
1071 $mesg .=
' <a href="' . $_SERVER[
"PHP_SELF"] .
'?ref=' . $clone->ref .
'">' . $langs->trans(
"ShowCardHere") .
'</a>.';
1074 setEventMessages(empty($clone->error) ?
'' : $langs->trans($clone->error), $clone->errors,
'errors');
1079 unset($clone->context[
'createfromclone']);
1086 header(
"Location: " . $_SERVER[
"PHP_SELF"] .
"?id=" . $id);
1090 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"NewRefForClone")),
null,
'errors');
1100 if ($action ==
'confirm_delete' && $confirm !=
'yes') {
1103 if ($action ==
'confirm_delete' && $confirm ==
'yes' && $usercandelete) {
1104 $result =
$object->delete($user);
1107 header(
'Location: '.DOL_URL_ROOT.
'/product/list.php?type='.
$object->type.
'&delprod='.urlencode(
$object->ref));
1118 if (
$object->id > 0 && $action ==
'addin') {
1120 $permissiontoaddline =
false;
1128 $result = $propal->fetch(
GETPOSTINT(
'propalid'));
1133 $thirdpartyid = $propal->socid;
1134 $permissiontoaddline = $user->hasRight(
'propal',
'creer');
1137 $result = $commande->fetch(
GETPOSTINT(
'commandeid'));
1142 $thirdpartyid = $commande->socid;
1143 $permissiontoaddline = $user->hasRight(
'commande',
'creer');
1146 $result = $facture->fetch(
GETPOSTINT(
'factureid'));
1151 $thirdpartyid = $facture->socid;
1152 $permissiontoaddline = $user->hasRight(
'facture',
'creer');
1155 if ($thirdpartyid > 0) {
1157 $result = $soc->fetch($thirdpartyid);
1167 if (empty($tva_tx)) {
1175 $price_base_type =
$object->price_base_type;
1179 $pu_ht =
$object->multiprices[$soc->price_level];
1180 $pu_ttc =
$object->multiprices_ttc[$soc->price_level];
1181 $price_base_type =
$object->multiprices_base_type[$soc->price_level];
1183 require_once DOL_DOCUMENT_ROOT.
'/product/class/productcustomerprice.class.php';
1187 $filter = array(
't.fk_product' => (
string)
$object->id,
't.fk_soc' => (
string) $soc->id);
1189 $result = $prodcustprice->fetchAll(
'',
'', 0, 0, $filter);
1191 if (count($prodcustprice->lines) > 0) {
1192 $date_now = (int) floor(
dol_now() / 86400) * 86400;
1193 foreach ($prodcustprice->lines as $k => $custprice_line) {
1194 if ($custprice_line->date_begin <= $date_now && (empty($custprice_line->date_end) || $date_now <= $custprice_line->date_end)) {
1195 $pu_ht =
price($custprice_line->price);
1196 $pu_ttc =
price($custprice_line->price_ttc);
1197 $price_base_type = $custprice_line->price_base_type;
1198 $tva_tx = $custprice_line->tva_tx;
1206 $tmpvat =
price2num(preg_replace(
'/\s*\(.*\)/',
'', $tva_tx));
1207 $tmpprodvat =
price2num(preg_replace(
'/\s*\(.*\)/',
'',
$object->tva_tx));
1211 if ($tmpvat != $tmpprodvat) {
1212 if ($price_base_type !=
'HT') {
1213 $pu_ht =
price2num($pu_ttc / (1 + ((
float) $tmpvat / 100)),
'MU');
1215 $pu_ttc =
price2num($pu_ht * (1 + ((
float) $tmpvat / 100)),
'MU');
1219 if (
GETPOSTINT(
'propalid') > 0 && $permissiontoaddline && is_object($propal)) {
1222 if (($result = $propal->defineBuyPrice($pu_ht, (
float)
price2num(
GETPOST(
'remise_percent'),
'', 2),
$object->id)) < 0) {
1223 dol_syslog($langs->trans(
'FailedToGetCostPrice'));
1226 $buyprice = $result;
1229 $result = $propal->addline(
1254 header(
"Location: ".DOL_URL_ROOT.
"/comm/propal/card.php?id=".$propal->id);
1258 setEventMessages($langs->trans(
"ErrorUnknown").
": $result",
null,
'errors');
1259 } elseif (
GETPOST(
'commandeid') > 0 && $permissiontoaddline && is_object($commande)) {
1262 if (($result = $commande->defineBuyPrice($pu_ht, (
float)
price2num(
GETPOST(
'remise_percent'),
'', 2),
$object->id)) < 0) {
1263 dol_syslog($langs->trans(
'FailedToGetCostPrice'));
1266 $buyprice = $result;
1269 $result = $commande->addline(
1296 header(
"Location: ".DOL_URL_ROOT.
"/commande/card.php?id=".urlencode((
string) ($commande->id)));
1300 setEventMessages($langs->trans(
"ErrorUnknown").
": $result",
null,
'errors');
1301 } elseif (
GETPOST(
'factureid') > 0 && $permissiontoaddline && is_object($facture)) {
1304 if (($result = $facture->defineBuyPrice($pu_ht, (
float)
price2num(
GETPOST(
'remise_percent'),
'', 2),
$object->id)) < 0) {
1305 dol_syslog($langs->trans(
'FailedToGetCostPrice'));
1308 $buyprice = $result;
1311 $result = $facture->addline(
1343 header(
"Location: ".DOL_URL_ROOT.
"/compta/facture/card.php?facid=".$facture->id);
1347 setEventMessages($langs->trans(
"ErrorUnknown").
": $result",
null,
'errors');
1351 setEventMessages($langs->trans(
"WarningSelectOneDocument"),
null,
'warnings');
1356 include DOL_DOCUMENT_ROOT.
'/core/actions_printing.inc.php';
1359 $triggersendname =
'PRODUCT_SENTBYMAIL';
1361 $autocopy =
'MAIN_MAIL_AUTOCOPY_PRODUCT_TO';
1362 $trackid =
'prod'.$object->id;
1363 include DOL_DOCUMENT_ROOT.
'/core/actions_sendmails.inc.php';
1376$formaccounting =
null;
1380$sellOrEatByMandatoryList =
null;
1387 if ($disableSellBy) {
1388 unset($sellOrEatByMandatoryList[Product::SELL_OR_EAT_BY_MANDATORY_ID_SELL_BY]);
1389 unset($sellOrEatByMandatoryList[Product::SELL_OR_EAT_BY_MANDATORY_ID_SELL_AND_EAT]);
1391 if ($disableEatBy) {
1392 unset($sellOrEatByMandatoryList[Product::SELL_OR_EAT_BY_MANDATORY_ID_EAT_BY]);
1393 unset($sellOrEatByMandatoryList[Product::SELL_OR_EAT_BY_MANDATORY_ID_SELL_AND_EAT]);
1397$title = $langs->trans(
'ProductServiceCard');
1402 if ($action ==
'create') {
1403 $title = $langs->trans(
"NewProduct");
1405 $title = $langs->trans(
'Product').
" ".$shortlabel.
" - ".$langs->trans(
'Card');
1406 $help_url =
'EN:Module_Products|FR:Module_Produits|ES:Módulo_Productos|DE:Modul_Produkte';
1410 if ($action ==
'create') {
1411 $title = $langs->trans(
"NewService");
1413 $title = $langs->trans(
'Service').
" ".$shortlabel.
" - ".$langs->trans(
'Card');
1414 $help_url =
'EN:Module_Services_En|FR:Module_Services|ES:Módulo_Servicios|DE:Modul_Leistungen';
1418llxHeader(
'', $title, $help_url,
'', 0, 0,
'',
'',
'',
'mod-product page-card');
1422$modBarCodeProduct =
null;
1425 $dirbarcode = array_merge(array(
'/core/modules/barcode/'),
$conf->modules_parts[
'barcode']);
1426 foreach ($dirbarcode as $dirroot) {
1433 $modBarCodeProduct =
new $module();
1434 '@phan-var-force ModeleNumRefBarCode $modBarCodeProduct';
1438$canvasdisplayaction = $action;
1439if (in_array($canvasdisplayaction, array(
'merge',
'confirm_merge'))) {
1440 $canvasdisplayaction =
'view';
1443if (is_object($objcanvas) && $objcanvas->displayCanvasExists($canvasdisplayaction)) {
1447 $objcanvas->assign_values($canvasdisplayaction,
$object->id,
$object->ref);
1448 $objcanvas->display_canvas($canvasdisplayaction);
1453 if ($action ==
'create' && $usercancreate) {
1455 require_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
1457 if (!empty(
$conf->use_javascript_ajax)) {
1458 print
'<script type="text/javascript">';
1459 print
'$(document).ready(function () {
1460 $("#selectcountry_id").change(function() {
1461 console.log("selectcountry_id change");
1462 document.formprod.action.value="create";
1463 document.formprod.submit();
1466 print
'</script>'.
"\n";
1470 $module =
getDolGlobalString(
'PRODUCT_CODEPRODUCT_ADDON',
'mod_codeproduct_leopard');
1471 if (substr($module, 0, 16) ==
'mod_codeproduct_' && substr($module, -3) ==
'php') {
1472 $module = substr($module, 0,
dol_strlen($module) - 4);
1476 $modCodeProduct =
new $module();
1482 print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST" name="formprod">';
1483 print
'<input type="hidden" name="token" value="'.newToken().
'">';
1484 print
'<input type="hidden" name="action" value="add">';
1485 print
'<input type="hidden" name="type" value="'.$type.
'">'.
"\n";
1486 if (!empty($modCodeProduct->code_auto)) {
1487 print
'<input type="hidden" name="code_auto" value="1">';
1489 if (!empty($modBarCodeProduct->code_auto)) {
1490 print
'<input type="hidden" name="barcode_auto" value="1">';
1492 print
'<input type="hidden" name="backtopage" value="'.$backtopage.
'">';
1493 print
'<input type="hidden" name="dol_openinpopup" value="'.dol_escape_htmltag($dol_openinpopup).
'">';
1497 $title = $langs->trans(
"NewService");
1500 $title = $langs->trans(
"NewProduct");
1506 $object->country_id = GETPOSTISSET(
'country_id') ?
GETPOSTINT(
'country_id') : null;
1507 if (
$object->country_id > 0) {
1509 $object->country_code = $tmparray[
'code'];
1510 $object->country = $tmparray[
'label'];
1516 $parameters = array();
1518 $reshook = $hookmanager->executeHooks(
'tabContentCreateProduct', $parameters, $object, $action);
1519 if (empty($reshook)) {
1520 print
'<table class="border centpercent">';
1525 if (!empty($modCodeProduct->code_auto)) {
1527 $tmpcode = $modCodeProduct->getNextValue($object, $type);
1529 print
'<td class="titlefieldcreate fieldrequired">'.$langs->trans($refLabelKey).
'</td><td><input id="ref" name="ref" class="maxwidth200" maxlength="128" value="'.
dol_escape_htmltag(GETPOSTISSET(
'ref') ?
GETPOST(
'ref',
'alphanohtml') : $tmpcode).
'">';
1530 if ($refalreadyexists) {
1531 print $langs->trans(
"RefAlreadyExists");
1537 print
'<tr><td class="fieldrequired">'.$langs->trans(
"Label").
'</td><td><input id="label" name="label" class="minwidth300 maxwidth400onsmartphone" maxlength="255" value="'.
dol_escape_htmltag(
GETPOST(
'label', $label_security_check)).
'"></td></tr>';
1540 print
'<tr><td class="fieldrequired">'.$langs->trans(
"Status").
' ('.$langs->trans(
"Sell").
')</td><td>';
1541 $statutarray = array(
'1' => $langs->trans(
"OnSell"),
'0' => $langs->trans(
"NotOnSell"));
1542 print $form->selectarray(
'statut', $statutarray,
GETPOST(
'statut'));
1546 print
'<tr><td class="fieldrequired">'.$langs->trans(
"Status").
' ('.$langs->trans(
"Buy").
')</td><td>';
1547 $statutarray = array(
'1' => $langs->trans(
"ProductStatusOnBuy"),
'0' => $langs->trans(
"ProductStatusNotOnBuy"));
1548 print $form->selectarray(
'statut_buy', $statutarray,
GETPOST(
'statut_buy'));
1553 print
'<tr><td>'.$langs->trans(
"ManageLotSerial").
'</td><td>';
1554 $statutarray = array(
'0' => $langs->trans(
"ProductStatusNotOnBatch"),
'1' => $langs->trans(
"ProductStatusOnBatch"),
'2' => $langs->trans(
"ProductStatusOnSerial"));
1555 print $form->selectarray(
'status_batch', $statutarray,
GETPOSTINT(
'status_batch'));
1559 if ($status_batch !==
'0') {
1560 $langs->load(
"admin");
1561 $tooltip = $langs->trans(
"GenericMaskCodes", $langs->transnoentities(
"Batch"), $langs->transnoentities(
"Batch"));
1562 $tooltip .= $langs->trans(
"GenericMaskCodes1");
1563 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes2");
1564 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes3");
1565 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes4a", $langs->transnoentities(
"Batch"), $langs->transnoentities(
"Batch"));
1566 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes5");
1571 print
'<tr><td id="mask_option">'.$langs->trans(
"ManageLotMask").
'</td>';
1574 print
'<td id="field_mask">';
1575 print $form->textwithpicto(
'<input type="text" class="flat minwidth175" name="batch_mask" id="batch_mask_input">', $tooltip, 1,
'help');
1576 print
'<script type="text/javascript">
1577 $(document).ready(function() {
1578 $("#field_mask, #mask_option").addClass("hideobject");
1579 $("#status_batch").on("change", function () {
1580 console.log("We change batch status");
1581 var optionSelected = $("option:selected", this);
1582 var valueSelected = this.value;
1583 $("#field_mask, #mask_option").addClass("hideobject");
1587 if (this.value == 1) {
1588 $("#field_mask, #mask_option").toggleClass("hideobject");
1589 $("#batch_mask_input").val("'.$inherited_mask_lot.
'");
1595 if (this.value == 2) {
1596 $("#field_mask, #mask_option").toggleClass("hideobject");
1597 $("#batch_mask_input").val("'.$inherited_mask_sn.
'");
1610 if (!empty($sellOrEatByMandatoryList)) {
1611 print
'<tr><td>'.$langs->trans(
'BatchSellOrEatByMandatoryList', $langs->transnoentities(
'SellByDate'), $langs->transnoentities(
'EatByDate')).
'</td><td>';
1612 print $form->selectarray(
'sell_or_eat_by_mandatory', $sellOrEatByMandatoryList,
GETPOSTINT(
'sell_or_eat_by_mandatory'));
1618 if (
getDolGlobalString(
'MAIN_USE_ADVANCED_PERMS') && !$user->hasRight(
'barcode',
'lire_advance')) {
1623 print
'<tr><td>'.$langs->trans(
'BarcodeType').
'</td><td>';
1624 if (GETPOSTISSET(
'fk_barcode_type')) {
1625 $fk_barcode_type =
GETPOST(
'fk_barcode_type') ?
GETPOST(
'fk_barcode_type') : 0;
1630 $fk_barcode_type = 0;
1633 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formbarcode.class.php';
1635 print $formbarcode->selectBarcodeType($fk_barcode_type,
'fk_barcode_type', 1);
1640 print
'<td'.((is_object($modBarCodeProduct) && $modBarCodeProduct->code_null) ?
'' :
' class="fieldrequired"').
'>'.$langs->trans(
"BarcodeValue").
'</td><td>';
1641 $tmpcode = GETPOSTISSET(
'barcode') ?
GETPOST(
'barcode') :
$object->barcode;
1642 if (empty($tmpcode) && is_object($modBarCodeProduct) && !empty($modBarCodeProduct->code_auto)) {
1643 $tmpcode = $modBarCodeProduct->getNextValue($object, $fk_barcode_type);
1645 print
img_picto(
'',
'barcode',
'class="pictofixedwidth"');
1646 print
'<input class="maxwidth150" type="text" name="barcode" value="'.dol_escape_htmltag($tmpcode).
'">';
1651 print
'<tr><td class="tdtop">'.$langs->trans(
"Description").
'</td><td>';
1652 $doleditor =
new DolEditor(
'desc',
GETPOST(
'desc',
'restricthtml'),
'', 160,
'dolibarr_details',
'',
false,
true,
getDolGlobalString(
'FCKEDITOR_ENABLE_DETAILS'), ROWS_4,
'90%');
1653 $doleditor->Create();
1658 print
'<tr><td>'.$langs->trans(
"PublicUrl").
'</td><td>';
1659 print
img_picto(
'',
'globe',
'class="pictofixedwidth"');
1660 print
'<input type="text" name="url" class="quatrevingtpercent" value="'.GETPOST(
'url').
'">';
1666 print
'<tr><td>'.$langs->trans(
"DefaultWarehouse").
'</td><td>';
1667 print
img_picto($langs->trans(
"DefaultWarehouse"),
'stock',
'class="pictofixedwidth"');
1668 print $formproduct->selectWarehouses(
GETPOSTINT(
'fk_default_warehouse'),
'fk_default_warehouse',
'warehouseopen', 1, 0, 0,
'', 0, 0, array(),
'minwidth300 widthcentpercentminusxx maxwidth500');
1669 print
' <a href="'.DOL_URL_ROOT.
'/product/stock/card.php?action=create&token='.
newToken().
'&backtopage='.urlencode($_SERVER[
'PHP_SELF'].
'?&action=create&type='.
GETPOSTINT(
'type')).
'">';
1670 print
'<span class="fa fa-plus-circle valignmiddle paddingleft" title="'.$langs->trans(
"AddWarehouse").
'"></span>';
1678 print
'<tr><td>'.$form->textwithpicto($langs->trans(
"StockLimit"), $langs->trans(
"StockLimitDesc"), 1).
'</td><td>';
1679 print
'<input name="seuil_stock_alerte" class="maxwidth50" value="'.GETPOST(
'seuil_stock_alerte').
'">';
1684 print
'<tr><td>'.$form->textwithpicto($langs->trans(
"DesiredStock"), $langs->trans(
"DesiredStockDesc"), 1).
'</td><td>';
1685 print
'<input name="desiredstock" class="maxwidth50" value="'.GETPOST(
'desiredstock').
'">';
1690 print
'<input name="seuil_stock_alerte" type="hidden" value="0">';
1691 print
'<input name="desiredstock" type="hidden" value="0">';
1695 if ($type == $object::TYPE_SERVICE &&
isModEnabled(
"workstation")) {
1697 print
'<tr><td>'.$langs->trans(
"DefaultWorkstation").
'</td><td>';
1698 print
img_picto($langs->trans(
"DefaultWorkstation"),
'workstation',
'class="pictofixedwidth"');
1699 print $formproduct->selectWorkstations((GETPOSTISSET(
'fk_default_workstation') ?
GETPOSTINT(
'fk_default_workstation') :
''),
'fk_default_workstation', 1);
1705 print
'<tr><td>'.$langs->trans(
"Duration").
'</td><td>';
1706 print
img_picto(
'',
'clock',
'class="pictofixedwidth"');
1707 print
'<input name="duration_value" class="width50 valignmiddle" value="'.(GETPOSTISSET(
'duration_value') ?
GETPOST(
'duration_value') :
'').
'">';
1708 print $formproduct->selectMeasuringUnits(
"duration_unit",
"time", (GETPOSTISSET(
'duration_unit') ?
GETPOST(
'duration_unit',
'alpha') :
'h'), 0, 1);
1711 if (
$object->duration_value > 0) {
1712 print
' ';
1714 print
'<input type="checkbox" class="marginleftonly valignmiddle" id="mandatoryperiod" name="mandatoryperiod"'.(GETPOSTISSET(
'mandatoryperiod') ?
' checked="checked"' :
'').
'>';
1715 print
'<label for="mandatoryperiod">';
1716 $htmltooltip = $langs->trans(
"mandatoryHelper");
1718 $htmltooltip .=
'<br>'.$langs->trans(
"mandatoryHelper2");
1720 print $form->textwithpicto($langs->trans(
"mandatoryperiod"), $htmltooltip, 1,
'info');
1729 print
'<tr><td>'.$form->textwithpicto($langs->trans(
"NatureOfProductShort"), $langs->trans(
"NatureOfProductDesc")).
'</td><td>';
1730 print $formproduct->selectProductNature(
'finished', (GETPOSTISSET(
'finished') ?
GETPOST(
'finished') : (
string)
$object->finished));
1738 print
'<tr><td>'.$langs->trans(
"Weight").
'</td><td>';
1739 print
img_picto(
'',
'fa-balance-scale',
'class="pictofixedwidth"');
1740 print
'<input name="weight" size="4" value="'.GETPOST(
'weight').
'">';
1741 print $formproduct->selectMeasuringUnits(
"weight_units",
"weight", GETPOSTISSET(
'weight_units') ?
GETPOST(
'weight_units',
'alpha') : (
GETPOST(
'weight_units',
'alpha') ?:
getDolGlobalString(
'MAIN_WEIGHT_DEFAULT_UNIT', 0)), 0, 2);
1747 print
'<tr><td>'.$langs->trans(
"Length").
' x '.$langs->trans(
"Width").
' x '.$langs->trans(
"Height").
'</td><td>';
1748 print
img_picto(
'',
'fa-ruler',
'class="pictofixedwidth"');
1749 print
'<input name="size" class="width50" value="'.GETPOST(
'size').
'"> x ';
1750 print
'<input name="sizewidth" class="width50" value="'.GETPOST(
'sizewidth').
'"> x ';
1751 print
'<input name="sizeheight" class="width50" value="'.GETPOST(
'sizeheight').
'">';
1752 print $formproduct->selectMeasuringUnits(
"size_units",
"size", GETPOSTISSET(
'size_units') ?
GETPOST(
'size_units',
'alpha') : (
GETPOST(
'size_units',
'alpha') ?:
'0'), 0, 2);
1757 print
'<tr><td>'.$langs->trans(
"Surface").
'</td><td>';
1758 print
'<input name="surface" size="4" value="'.GETPOST(
'surface').
'">';
1759 print $formproduct->selectMeasuringUnits(
"surface_units",
"surface", GETPOSTISSET(
'surface_units') ?
GETPOST(
'surface_units',
'alpha') : (
GETPOST(
'surface_units',
'alpha') ?:
'0'), 0, 2);
1764 print
'<tr><td>'.$langs->trans(
"Volume").
'</td><td>';
1765 print
'<input name="volume" size="4" value="'.GETPOST(
'volume').
'">';
1766 print $formproduct->selectMeasuringUnits(
"volume_units",
"volume", GETPOSTISSET(
'volume_units') ?
GETPOST(
'volume_units',
'alpha') : (
GETPOST(
'volume_units',
'alpha') ?:
'0'), 0, 2);
1772 print
'<tr><td>'.$langs->trans(
"NetMeasure").
'</td><td>';
1773 print
'<input name="net_measure" size="4" value="'.GETPOST(
'net_measure').
'">';
1774 print $formproduct->selectMeasuringUnits(
"net_measure_units",
'', GETPOSTISSET(
'net_measure_units') ?
GETPOST(
'net_measure_units',
'alpha') : (
GETPOST(
'net_measure_units',
'alpha') ?:
getDolGlobalString(
'MAIN_WEIGHT_DEFAULT_UNIT', 0)), 0, 0);
1781 print
'<tr><td>'.$langs->trans(
'DefaultUnitToShow').
'</td>';
1783 print $form->selectUnits(GETPOSTISSET(
'units') ?
GETPOST(
'units',
'alpha') : (
GETPOST(
'units',
'alpha') ?:
'0'),
'units');
1789 print
'<tr><td class="wordbreak">'.$form->textwithpicto($langs->trans(
"CustomsCode"), $langs->trans(
"CustomsCodeHelp")).
'</td><td><input name="customcode" class="maxwidth100onsmartphone" value="'.
GETPOST(
'customcode').
'"></td></tr>';
1792 print
'<tr><td>'.$langs->trans(
"CountryOrigin").
'</td>';
1794 print
img_picto(
'',
'globe-americas',
'class="pictofixedwidth"');
1795 print $form->select_country((GETPOSTISSET(
'country_id') ?
GETPOST(
'country_id') :
$object->country_id),
'country_id',
'', 0,
'minwidth300 widthcentpercentminusx maxwidth500');
1797 print
info_admin($langs->trans(
"YouCanChangeValuesForThisListFromDictionarySetup"), 1);
1805 print
'<td>'.$form->editfieldkey(
'RegionStateOrigin',
'state_id',
'', $object, 0).
'</td><td>';
1807 print
'<td>'.$form->editfieldkey(
'StateOrigin',
'state_id',
'', $object, 0).
'</td><td>';
1810 print
img_picto(
'',
'state',
'class="pictofixedwidth"');
1811 print $formcompany->select_state(
$object->state_id,
$object->country_code);
1818 print
'<tr><td>'.$langs->trans(
"LifeTime").
'</td><td><input name="lifetime" class="maxwidth50" value="'.
GETPOST(
'lifetime').
'"></td></tr>';
1819 print
'<tr><td>'.$langs->trans(
"QCFrequency").
'</td><td><input name="qc_frequency" class="maxwidth50" value="'.
GETPOST(
'qc_frequency').
'"></td></tr>';
1823 $parameters = array(
'colspan' =>
' colspan="2"',
'cols' => 2);
1824 $reshook = $hookmanager->executeHooks(
'formObjectOptions', $parameters, $object, $action);
1825 print $hookmanager->resPrint;
1826 if (empty($reshook)) {
1827 print
$object->showOptionals($extrafields,
'create', $parameters);
1831 print
'<tr><td class="tdtop">'.$langs->trans(
"NoteNotVisibleOnBill").
'</td><td>';
1834 $doleditor =
new DolEditor(
'note_private',
GETPOST(
'note_private',
'restricthtml'),
'', 140,
'dolibarr_details',
'',
false,
true,
getDolGlobalString(
'FCKEDITOR_ENABLE_NOTE_PRIVATE'), ROWS_8,
'90%');
1835 $doleditor->Create();
1841 print
'<tr><td>'.$langs->trans(
"Categories").
'</td><td>';
1842 print $form->selectCategories(Categorie::TYPE_PRODUCT,
'categories', $object);
1854 print
'<table class="border centpercent">';
1856 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"VATRate").
'</td><td>';
1858 print $form->load_tva(
"tva_tx", $defaultva,
$mysoc,
$mysoc, 0, 0,
'',
false, 1);
1866 print
'<table class="border centpercent">';
1869 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"SellingPrice").
'</td>';
1870 print
'<td><input name="price" class="maxwidth50" value="'.(GETPOSTISSET(
'price') ?
GETPOST(
'price') :
$object->
price).
'">';
1871 print $form->selectPriceBaseType(
getDolGlobalString(
'PRODUCT_PRICE_BASE_TYPE'),
"price_base_type");
1876 print
'<tr><td>'.$langs->trans(
"MinPrice").
'</td>';
1877 print
'<td><input name="price_min" class="maxwidth50" value="'.(GETPOSTISSET(
'price_min') ?
GETPOST(
'price_min') :
$object->price_min).
'">';
1881 print
'<tr><td>'.$langs->trans(
"VATRate").
'</td><td>';
1883 print $form->load_tva(
"tva_tx", $defaultva,
$mysoc,
$mysoc, 0, 0,
'',
false, 1);
1894 print
'<!-- accountancy codes -->'.
"\n";
1895 print
'<table class="border centpercent">';
1898 if (
isModEnabled(
'accounting') && is_object($formaccounting)) {
1901 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellCode").
'</td>';
1904 $accountancy_code_sell = (GETPOSTISSET(
'accountancy_code_sell') ?
GETPOST(
'accountancy_code_sell',
'alpha') :
getDolGlobalString(
"ACCOUNTING_PRODUCT_SOLD_ACCOUNT"));
1906 $accountancy_code_sell = (GETPOSTISSET(
'accountancy_code_sell') ?
GETPOST(
'accountancy_code_sell',
'alpha') :
getDolGlobalString(
"ACCOUNTING_SERVICE_SOLD_ACCOUNT"));
1908 print $formaccounting->select_account($accountancy_code_sell,
'accountancy_code_sell', 1, array(), 1, 1,
'minwidth150 maxwidth300',
'1');
1913 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellIntraCode").
'</td>';
1916 $accountancy_code_sell_intra = (GETPOSTISSET(
'accountancy_code_sell_intra') ?
GETPOST(
'accountancy_code_sell_intra',
'alpha') :
getDolGlobalString(
"ACCOUNTING_PRODUCT_SOLD_INTRA_ACCOUNT"));
1918 $accountancy_code_sell_intra = (GETPOSTISSET(
'accountancy_code_sell_intra') ?
GETPOST(
'accountancy_code_sell_intra',
'alpha') :
getDolGlobalString(
"ACCOUNTING_SERVICE_SOLD_INTRA_ACCOUNT"));
1920 print $formaccounting->select_account($accountancy_code_sell_intra,
'accountancy_code_sell_intra', 1, array(), 1, 1,
'minwidth150 maxwidth300',
'1');
1925 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellExportCode").
'</td>';
1928 $accountancy_code_sell_export = (
GETPOST(
'accountancy_code_sell_export') ?
GETPOST(
'accountancy_code_sell_export',
'alpha') :
getDolGlobalString(
"ACCOUNTING_PRODUCT_SOLD_EXPORT_ACCOUNT"));
1930 $accountancy_code_sell_export = (
GETPOST(
'accountancy_code_sell_export') ?
GETPOST(
'accountancy_code_sell_export',
'alpha') :
getDolGlobalString(
"ACCOUNTING_SERVICE_SOLD_EXPORT_ACCOUNT"));
1932 print $formaccounting->select_account($accountancy_code_sell_export,
'accountancy_code_sell_export', 1, array(), 1, 1,
'minwidth150 maxwidth300',
'1');
1936 print
'<tr><td>'.$langs->trans(
"ProductAccountancyBuyCode").
'</td>';
1939 $accountancy_code_buy = (
GETPOST(
'accountancy_code_buy',
'alpha') ? (
GETPOST(
'accountancy_code_buy',
'alpha')) :
getDolGlobalString(
"ACCOUNTING_PRODUCT_BUY_ACCOUNT"));
1941 $accountancy_code_buy = (
GETPOST(
'accountancy_code_buy',
'alpha') ? (
GETPOST(
'accountancy_code_buy',
'alpha')) :
getDolGlobalString(
"ACCOUNTING_SERVICE_BUY_ACCOUNT"));
1943 print $formaccounting->select_account($accountancy_code_buy,
'accountancy_code_buy', 1, array(), 1, 1,
'minwidth150 maxwidth300',
'1');
1948 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyIntraCode").
'</td>';
1951 $accountancy_code_buy_intra = (GETPOSTISSET(
'accountancy_code_buy_intra') ?
GETPOST(
'accountancy_code_buy_intra',
'alpha') :
getDolGlobalString(
"ACCOUNTING_PRODUCT_BUY_INTRA_ACCOUNT"));
1953 $accountancy_code_buy_intra = (GETPOSTISSET(
'accountancy_code_buy_intra') ?
GETPOST(
'accountancy_code_buy_intra',
'alpha') :
getDolGlobalString(
"ACCOUNTING_SERVICE_BUY_INTRA_ACCOUNT"));
1955 print $formaccounting->select_account($accountancy_code_buy_intra,
'accountancy_code_buy_intra', 1, array(), 1, 1,
'minwidth150 maxwidth300',
'1');
1960 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyExportCode").
'</td>';
1963 $accountancy_code_buy_export = (
GETPOST(
'accountancy_code_buy_export') ?
GETPOST(
'accountancy_code_buy_export',
'alpha') :
getDolGlobalString(
"ACCOUNTING_PRODUCT_BUY_EXPORT_ACCOUNT"));
1965 $accountancy_code_buy_export = (
GETPOST(
'accountancy_code_buy_export') ?
GETPOST(
'accountancy_code_buy_export',
'alpha') :
getDolGlobalString(
"ACCOUNTING_SERVICE_BUY_EXPORT_ACCOUNT"));
1967 print $formaccounting->select_account($accountancy_code_buy_export,
'accountancy_code_buy_export', 1, array(), 1, 1,
'minwidth150 maxwidth300',
'1');
1970 if (!empty($accountancy_code_sell)) {
1971 $object->accountancy_code_sell = $accountancy_code_sell;
1973 if (!empty($accountancy_code_sell_intra)) {
1974 $object->accountancy_code_sell_intra = $accountancy_code_sell_intra;
1976 if (!empty($accountancy_code_sell_export)) {
1977 $object->accountancy_code_sell_export = $accountancy_code_sell_export;
1979 if (!empty($accountancy_code_buy)) {
1980 $object->accountancy_code_buy = $accountancy_code_buy;
1982 if (!empty($accountancy_code_buy_intra)) {
1983 $object->accountancy_code_buy_intra = $accountancy_code_buy_intra;
1985 if (!empty($accountancy_code_buy_export)) {
1986 $object->accountancy_code_buy_export = $accountancy_code_buy_export;
1990 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellCode").
'</td>';
1991 print
'<td class="maxwidthonsmartphone"><input class="minwidth150" name="accountancy_code_sell" value="'.$object->accountancy_code_sell.
'">';
1996 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellIntraCode").
'</td>';
1997 print
'<td class="maxwidthonsmartphone"><input class="minwidth150" name="accountancy_code_sell_intra" value="'.$object->accountancy_code_sell_intra.
'">';
2002 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellExportCode").
'</td>';
2003 print
'<td class="maxwidthonsmartphone"><input class="minwidth150" name="accountancy_code_sell_export" value="'.$object->accountancy_code_sell_export.
'">';
2007 print
'<tr><td>'.$langs->trans(
"ProductAccountancyBuyCode").
'</td>';
2008 print
'<td class="maxwidthonsmartphone"><input class="minwidth150" name="accountancy_code_buy" value="'.$object->accountancy_code_buy.
'">';
2013 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyIntraCode").
'</td>';
2014 print
'<td class="maxwidthonsmartphone"><input class="minwidth150" name="accountancy_code_buy_intra" value="'.$object->accountancy_code_buy_intra.
'">';
2019 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyExportCode").
'</td>';
2020 print
'<td class="maxwidthonsmartphone"><input class="minwidth150" name="accountancy_code_buy_export" value="'.$object->accountancy_code_buy_export.
'">';
2029 print $form->buttonsSaveCancel(
"Create",
"Cancel", array(),
false,
'', $dol_openinpopup);
2033 $iskit =
$object->hasFatherOrChild(1);
2036 if ($action ==
'edit' && $usercancreate) {
2038 require_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
2040 if (!empty(
$conf->use_javascript_ajax)) {
2041 print
'<script type="text/javascript">';
2042 print
'$(document).ready(function () {
2043 $("#selectcountry_id").change(function () {
2044 document.formprod.action.value="edit";
2045 document.formprod.submit();
2048 print
'</script>'.
"\n";
2055 $object->country_code = $tmparray[
'code'];
2056 $object->country = $tmparray[
'label'];
2059 $type = $langs->trans(
'Product');
2061 $type = $langs->trans(
'Service');
2066 print
'<form action="'.$_SERVER[
'PHP_SELF'].
'?id='.
$object->id.
'" method="POST" name="formprod">'.
"\n";
2067 print
'<input type="hidden" name="token" value="'.newToken().
'">';
2068 print
'<input type="hidden" name="action" value="update">';
2069 print
'<input type="hidden" name="id" value="'.$object->id.
'">';
2070 print
'<input type="hidden" name="canvas" value="'.$object->canvas.
'">';
2073 $titre = $langs->trans(
"CardProduct".
$object->type);
2075 print
dol_get_fiche_head($head,
'card', $titre, 0, $picto, 0,
'',
'', 0,
'', 0);
2078 $parameters = array();
2080 $reshook = $hookmanager->executeHooks(
'tabContentEditProduct', $parameters, $object, $action);
2082 if (empty($reshook)) {
2083 print
'<table class="border allwidth">';
2087 print
'<tr><td class="titlefieldcreate fieldrequired">'.$langs->trans(
"Ref").
'</td><td colspan="3"><input name="ref" class="maxwidth200" maxlength="128" value="'.
dol_escape_htmltag(GETPOSTISSET(
'ref') ?
GETPOST(
'ref') :
$object->
ref).
'"></td></tr>';
2089 print
'<tr><td class="titlefieldcreate fieldrequired">'.$langs->trans(
"Ref").
'</td><td colspan="3"><input name="ref" class="maxwidth200" maxlength="128" value="'.
dol_escape_htmltag(
$object->ref).
'" readonly="true"></td></tr>';
2093 print
'<tr><td class="fieldrequired">'.$langs->trans(
"Label").
'</td><td colspan="3"><input name="label" class="minwidth300 maxwidth400onsmartphone" maxlength="255" value="'.
dol_escape_htmltag(GETPOSTISSET(
'label') ?
GETPOST(
'label') :
$object->label).
'"></td></tr>';
2096 print
'<tr><td class="fieldrequired">'.$langs->trans(
"Status").
' ('.$langs->trans(
"Sell").
')</td><td colspan="3">';
2097 print
'<select class="flat" name="statut">';
2098 if ((GETPOSTISSET(
'statut') &&
GETPOST(
'statut')) || (!GETPOSTISSET(
'statut') &&
$object->status)) {
2099 print
'<option value="1" selected>'.$langs->trans(
"OnSell").
'</option>';
2100 print
'<option value="0">'.$langs->trans(
"NotOnSell").
'</option>';
2102 print
'<option value="1">'.$langs->trans(
"OnSell").
'</option>';
2103 print
'<option value="0" selected>'.$langs->trans(
"NotOnSell").
'</option>';
2109 print
'<tr><td class="fieldrequired">'.$langs->trans(
"Status").
' ('.$langs->trans(
"Buy").
')</td><td colspan="3">';
2110 print
'<select class="flat" name="statut_buy">';
2111 if ((GETPOSTISSET(
'statut_buy') &&
GETPOST(
'statut_buy')) || (!GETPOSTISSET(
'statut_buy') &&
$object->status_buy)) {
2112 print
'<option value="1" selected>'.$langs->trans(
"ProductStatusOnBuy").
'</option>';
2113 print
'<option value="0">'.$langs->trans(
"ProductStatusNotOnBuy").
'</option>';
2115 print
'<option value="1">'.$langs->trans(
"ProductStatusOnBuy").
'</option>';
2116 print
'<option value="0" selected>'.$langs->trans(
"ProductStatusNotOnBuy").
'</option>';
2124 print
'<tr><td>'.$langs->trans(
"ManageLotSerial").
'</td><td>';
2125 $statutarray = array(
'0' => $langs->trans(
"ProductStatusNotOnBatch"),
'1' => $langs->trans(
"ProductStatusOnBatch"),
'2' => $langs->trans(
"ProductStatusOnSerial"));
2127 print $form->selectarray(
'status_batch', $statutarray, GETPOSTISSET(
'status_batch') ?
GETPOSTINT(
'status_batch') :
$object->status_batch);
2129 print
'<span id="statusBatchWarning" class="warning" style="display: none;">';
2130 print
img_warning().
' '.$langs->trans(
"WarningConvertFromBatchToSerial").
'</span>';
2132 print
'<span id="statusBatchMouvToGlobal" class="warning" style="display: none;">';
2133 print
img_warning().
' '.$langs->trans(
"WarningTransferBatchStockMouvToGlobal").
'</span>';
2137 print
'<script type="text/javascript">
2138 $(document).ready(function() {
2139 console.log($("#statusBatchWarning"))
2140 $("#status_batch").on("change", function() {
2141 if ($("#status_batch")[0].value == 0) {
2142 $("#statusBatchMouvToGlobal").show()
2144 $("#statusBatchMouvToGlobal").hide()
2150 if (
$object->status_batch == 1) {
2151 print
'<script type="text/javascript">
2152 $(document).ready(function() {
2153 console.log($("#statusBatchWarning"))
2154 $("#status_batch").on("change", function() {
2155 if ($("#status_batch")[0].value == 2) {
2156 $("#statusBatchWarning").show()
2158 $("#statusBatchWarning").hide()
2166 if (!empty(
$object->status_batch) || !empty(
$conf->use_javascript_ajax)) {
2167 $langs->load(
"admin");
2168 $tooltip = $langs->trans(
"GenericMaskCodes", $langs->transnoentities(
"Batch"), $langs->transnoentities(
"Batch"));
2169 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes2");
2170 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes3");
2171 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes4a", $langs->transnoentities(
"Batch"), $langs->transnoentities(
"Batch"));
2172 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes5");
2175 print
'<tr><td id="mask_option">'.$langs->trans(
"ManageLotMask").
'</td>';
2185 print
'<td id="field_mask">';
2186 print $form->textwithpicto(
'<input type="text" class="flat minwidth175" name="batch_mask" id="batch_mask_input" value="'.$mask.
'">', $tooltip, 1,
'help');
2188 if (!empty(
$conf->use_javascript_ajax)) {
2189 print
'<script type="text/javascript">
2190 $(document).ready(function() {
2191 $("#field_mask").parent().addClass("hideobject");
2192 var preselect = document.getElementById("status_batch");';
2194 print
'if (preselect.value == "2") {
2195 $("#field_mask").parent().removeClass("hideobject");
2199 print
'if (preselect.value == "1") {
2200 $("#field_mask").parent().removeClass("hideobject");
2203 print
'$("#status_batch").on("change", function () {
2204 var optionSelected = $("option:selected", this);
2205 var valueSelected = this.value;
2206 $("#field_mask").parent().addClass("hideobject");
2210 if (this.value == 1) {
2211 $("#field_mask").parent().removeClass("hideobject");
2212 $("#batch_mask_input").val("'.$inherited_mask_lot.
'");
2218 if (this.value == 2) {
2219 $("#field_mask").parent().removeClass("hideobject");
2220 $("#batch_mask_input").val("'.$inherited_mask_sn.
'");
2234 if (!empty($sellOrEatByMandatoryList)) {
2235 if (GETPOSTISSET(
'sell_or_eat_by_mandatory')) {
2236 $sellOrEatByMandatorySelectedId =
GETPOSTINT(
'sell_or_eat_by_mandatory');
2238 $sellOrEatByMandatorySelectedId =
$object->sell_or_eat_by_mandatory;
2240 print
'<tr><td>'.$langs->trans(
'BatchSellOrEatByMandatoryList', $langs->transnoentities(
'SellByDate'), $langs->transnoentities(
'EatByDate')).
'</td><td>';
2241 print $form->selectarray(
'sell_or_eat_by_mandatory', $sellOrEatByMandatoryList, $sellOrEatByMandatorySelectedId);
2248 if (
getDolGlobalString(
'MAIN_USE_ADVANCED_PERMS') && !$user->hasRight(
'barcode',
'lire_advance')) {
2253 print
'<tr><td>'.$langs->trans(
'BarcodeType').
'</td><td>';
2254 if (GETPOSTISSET(
'fk_barcode_type')) {
2255 $fk_barcode_type =
GETPOST(
'fk_barcode_type');
2257 $fk_barcode_type =
$object->barcode_type;
2262 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formbarcode.class.php';
2264 print $formbarcode->selectBarcodeType($fk_barcode_type,
'fk_barcode_type', 1);
2266 print
'<tr><td>'.$langs->trans(
"BarcodeValue").
'</td><td>';
2267 $tmpcode = GETPOSTISSET(
'barcode') ?
GETPOST(
'barcode') :
$object->barcode;
2268 if (empty($tmpcode) && !empty($modBarCodeProduct->code_auto)) {
2269 $tmpcode = $modBarCodeProduct->getNextValue($object, $fk_barcode_type);
2271 print
'<input class="maxwidth150 maxwidthonsmartphone" type="text" name="barcode" value="'.dol_escape_htmltag($tmpcode).
'">';
2276 print
'<tr><td class="tdtop">'.$langs->trans(
"Description").
'</td><td>';
2279 $doleditor =
new DolEditor(
'desc', GETPOSTISSET(
'desc') ?
GETPOST(
'desc',
'restricthtml') :
$object->
description,
'', 160,
'dolibarr_details',
'', false, true,
getDolGlobalInt(
'FCKEDITOR_ENABLE_DETAILS'), ROWS_4,
'90%');
2280 $doleditor->Create();
2287 print
'<tr><td>'.$langs->trans(
"PublicUrl").
'</td><td>';
2288 print
img_picto(
'',
'globe',
'class="pictofixedwidth"');
2289 print
'<input type="text" name="url" class="maxwidth500 widthcentpercentminusx" value="'.(GETPOSTISSET(
'url') ?
GETPOST(
'url') :
$object->url).
'">';
2296 print
'<tr><td><input type="hidden" id="stockable_product" name="stockable_product" value="on" /></td><td></td></tr>';
2298 print
'<tr><td><label for="stockable_product">' . $langs->trans(
"StockableProduct") .
'</label></td>';
2299 $checked = empty(
$object->stockable_product) ?
"" :
"checked";
2300 print
'<td><input type="checkbox" id="stockable_product" name="stockable_product" '. $checked .
' /></td></tr>';
2304 print
'<tr class="showifstockable'.(empty(
$object->stockable_product) ?
' hidden' :
'').
'"><td>'.$langs->trans(
"DefaultWarehouse").
'</td><td>';
2305 print
img_picto($langs->trans(
"DefaultWarehouse"),
'stock',
'class="pictofixedwidth"');
2306 print $formproduct->selectWarehouses((GETPOSTISSET(
'fk_default_warehouse') ?
GETPOST(
'fk_default_warehouse') :
$object->fk_default_warehouse),
'fk_default_warehouse',
'warehouseopen', 1, 0, 0,
'', 0, 0, array(),
'minwidth200 maxwidth500 widthcentpercentminusxx');
2307 print
' <a href="'.DOL_URL_ROOT.
'/product/stock/card.php?action=create&backtopage='.urlencode($_SERVER[
'PHP_SELF'].
'?action=edit&id='.((
int)
$object->id)).
'">';
2308 print
'<span class="fa fa-plus-circle valignmiddle paddingleft" title="'.$langs->trans(
"AddWarehouse").
'"></span></a>';
2324 print
'<tr><td>'.$langs->trans(
"DefaultWorkstation").
'</td><td>';
2325 print
img_picto($langs->trans(
"DefaultWorkstation"),
'workstation',
'class="pictofixedwidth"');
2326 print $formproduct->selectWorkstations(
$object->fk_default_workstation,
'fk_default_workstation', 1);
2339 print
'<tr><td>'.$langs->trans(
"Duration").
'</td><td>';
2340 print
'<input name="duration_value" class="width50" value="'.($object->duration_value ?
$object->duration_value :
'').
'"> ';
2342 print $formproduct->selectMeasuringUnits(
"duration_unit",
"time", (
$object->duration_unit ?
$object->duration_unit :
'h'), 0, 1);
2346 print
' ';
2348 print
'<input type="checkbox" class="valignmiddle" id="mandatoryperiod" name="mandatoryperiod"'.($object->mandatory_period == 1 ?
' checked="checked"' :
'').
'>';
2349 print
'<label for="mandatoryperiod">';
2350 $htmltooltip = $langs->trans(
"mandatoryHelper");
2352 $htmltooltip .=
'<br>'.$langs->trans(
"mandatoryHelper2");
2354 print $form->textwithpicto($langs->trans(
"mandatoryperiod"), $htmltooltip, 1,
'info');
2361 print
'<tr><td>'.$form->textwithpicto($langs->trans(
"NatureOfProductShort"), $langs->trans(
"NatureOfProductDesc")).
'</td><td>';
2362 print $formproduct->selectProductNature(
'finished', (GETPOSTISSET(
'finished') ?
GETPOST(
'finished') :
$object->finished));
2368 print
'<tr><td>'.$form->textwithpicto($langs->trans(
"DefaultBOM"), $langs->trans(
"DefaultBOMDesc", $langs->transnoentitiesnoconv(
"Finished"))).
'</td><td>';
2369 $bomkey =
"Bom:bom/class/bom.class.php:0:(t.status:=:1) AND (t.fk_product:=:".((int)
$object->id).
')';
2370 print
img_picto($langs->trans(
"DefaultBOM"),
'bom',
'class="pictofixedwidth"');
2371 print $form->selectForForms($bomkey,
'fk_default_bom', (GETPOSTISSET(
'fk_default_bom') ?
GETPOST(
'fk_default_bom') :
$object->fk_default_bom), 1);
2378 print
'<tr><td>'.$langs->trans(
"Weight").
'</td><td>';
2379 print
'<input name="weight" size="5" value="'.(GETPOSTISSET(
'weight') ?
GETPOST(
'weight') :
$object->weight).
'"> ';
2380 print $formproduct->selectMeasuringUnits(
"weight_units",
"weight", GETPOSTISSET(
'weight_units') ?
GETPOST(
'weight_units') : (int)
$object->weight_units, 0, 2);
2386 print
'<tr><td>'.$langs->trans(
"Length").
' x '.$langs->trans(
"Width").
' x '.$langs->trans(
"Height").
'</td><td>';
2387 print
'<input name="size" size="5" value="'.(GETPOSTISSET(
'size') ?
GETPOST(
'size') :
$object->length).
'">x';
2388 print
'<input name="sizewidth" size="5" value="'.(GETPOSTISSET(
'sizewidth') ?
GETPOST(
'sizewidth') :
$object->width).
'">x';
2389 print
'<input name="sizeheight" size="5" value="'.(GETPOSTISSET(
'sizeheight') ?
GETPOST(
'sizeheight') :
$object->height).
'"> ';
2390 print $formproduct->selectMeasuringUnits(
"size_units",
"size", GETPOSTISSET(
'size_units') ?
GETPOST(
'size_units') : (int)
$object->length_units, 0, 2);
2395 print
'<tr><td>'.$langs->trans(
"Surface").
'</td><td>';
2396 print
'<input name="surface" size="5" value="'.(GETPOSTISSET(
'surface') ?
GETPOST(
'surface') :
$object->surface).
'"> ';
2397 print $formproduct->selectMeasuringUnits(
"surface_units",
"surface", GETPOSTISSET(
'surface_units') ?
GETPOST(
'surface_units') : (int)
$object->surface_units, 0, 2);
2402 print
'<tr><td>'.$langs->trans(
"Volume").
'</td><td>';
2403 print
'<input name="volume" size="5" value="'.(GETPOSTISSET(
'volume') ?
GETPOST(
'volume') :
$object->volume).
'"> ';
2404 print $formproduct->selectMeasuringUnits(
"volume_units",
"volume", GETPOSTISSET(
'volume_units') ?
GETPOST(
'volume_units') : (int)
$object->volume_units, 0, 2);
2410 print
'<tr><td>'.$langs->trans(
"NetMeasure").
'</td><td>';
2411 print
'<input name="net_measure" size="5" value="'.(GETPOSTISSET(
'net_measure') ?
GETPOST(
'net_measure') :
$object->net_measure).
'"> ';
2412 print $formproduct->selectMeasuringUnits(
"net_measure_units",
"", GETPOSTISSET(
'net_measure_units') ?
GETPOST(
'net_measure_units') : (int)
$object->net_measure_units, 0, 0);
2418 print
'<tr><td>'.$langs->trans(
'DefaultUnitToShow').
'</td>';
2420 print $form->selectUnits(
$object->fk_unit,
'units');
2426 print
'<tr><td class="wordbreak">'.$form->textwithpicto($langs->trans(
"CustomsCode"), $langs->trans(
"CustomsCodeHelp")).
'</td>';
2427 print
'<td>' .
img_picto(
'',
'fa-clipboard-check',
'class="pictofixedwidth"') .
'<input name="customcode" class="maxwidth100onsmartphone" value="'.(GETPOSTISSET(
'customcode') ?
GETPOST(
'customcode') :
$object->customcode).
'"></td></tr>';
2429 print
'<tr><td>'.$langs->trans(
"CountryOrigin").
'</td>';
2431 print
img_picto(
'',
'globe-americas',
'class="pictofixedwidth"');
2432 print $form->select_country((
string) (GETPOSTISSET(
'country_id') ?
GETPOSTINT(
'country_id') :
$object->country_id),
'country_id',
'', 0,
'minwidth100 maxwidthonsmartphone');
2434 print
info_admin($langs->trans(
"YouCanChangeValuesForThisListFromDictionarySetup"), 1);
2442 print
'<td>'.$form->editfieldkey(
'RegionStateOrigin',
'state_id',
'', $object, 0).
'</td><td>';
2444 print
'<td>'.$form->editfieldkey(
'StateOrigin',
'state_id',
'', $object, 0).
'</td><td>';
2447 print
img_picto(
'',
'state',
'class="pictofixedwidth"');
2448 print $formcompany->select_state(GETPOSTISSET(
'state_id') ?
GETPOSTINT(
'state_id') :
$object->state_id,
$object->country_code);
2456 print
'<tr><td>'.$langs->trans(
"LifeTime").
'</td><td><input name="lifetime" class="maxwidth100onsmartphone" value="'.
$object->lifetime.
'"></td></tr>';
2457 print
'<tr><td>'.$langs->trans(
"QCFrequency").
'</td><td><input name="qc_frequency" class="maxwidth100onsmartphone" value="'.
$object->qc_frequency.
'"></td></tr>';
2461 $parameters = array(
'colspan' =>
' colspan="2"',
'cols' => 2);
2462 $reshook = $hookmanager->executeHooks(
'formObjectOptions', $parameters, $object, $action);
2463 print $hookmanager->resPrint;
2464 if (empty($reshook)) {
2465 print
$object->showOptionals($extrafields,
'edit', $parameters);
2470 print
'<tr><td>'.$langs->trans(
"Categories").
'</td><td>';
2471 print $form->selectCategories(Categorie::TYPE_PRODUCT,
'categories', $object);
2477 print
'<tr><td class="tdtop">'.$langs->trans(
"NoteNotVisibleOnBill").
'</td><td>';
2479 $doleditor =
new DolEditor(
'note_private',
$object->note_private,
'', 140,
'dolibarr_notes',
'',
false,
true,
getDolGlobalInt(
'FCKEDITOR_ENABLE_NOTE_PRIVATE'), ROWS_4,
'90%');
2480 $doleditor->Create();
2490 print
'<table class="border centpercent">';
2496 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellCode").
'</td>';
2498 print $formaccounting->select_account((GETPOSTISSET(
'accountancy_code_sell') ?
GETPOST(
'accountancy_code_sell') :
$object->accountancy_code_sell),
'accountancy_code_sell', 1, array(), 1, 1,
'minwidth150 maxwidth300');
2499 $nb = $formaccounting->nbaccounts;
2501 print
' <a href="'.DOL_URL_ROOT.
'/accountancy/admin/account.php">'.$langs->trans(
"SetupOn", $langs->trans(
"Chartofaccounts")).
'</a>';
2507 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellIntraCode").
'</td>';
2509 print $formaccounting->select_account((GETPOSTISSET(
'accountancy_code_sell_intra') ?
GETPOST(
'accountancy_code_sell_intra') :
$object->accountancy_code_sell_intra),
'accountancy_code_sell_intra', 1, array(), 1, 1,
'minwidth150 maxwidth300');
2514 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellExportCode").
'</td>';
2516 print $formaccounting->select_account((GETPOSTISSET(
'accountancy_code_sell_export') ?
GETPOST(
'accountancy_code_sell_export') :
$object->accountancy_code_sell_export),
'accountancy_code_sell_export', 1, array(), 1, 1,
'minwidth150 maxwidth300');
2520 print
'<tr><td>'.$langs->trans(
"ProductAccountancyBuyCode").
'</td>';
2522 print $formaccounting->select_account((GETPOSTISSET(
'accountancy_code_buy') ?
GETPOST(
'accountancy_code_buy') :
$object->accountancy_code_buy),
'accountancy_code_buy', 1, array(), 1, 1,
'minwidth150 maxwidth300');
2527 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyIntraCode").
'</td>';
2529 print $formaccounting->select_account((GETPOSTISSET(
'accountancy_code_buy_intra') ?
GETPOST(
'accountancy_code_buy_intra') :
$object->accountancy_code_buy_intra),
'accountancy_code_buy_intra', 1, array(), 1, 1,
'minwidth150 maxwidth300');
2534 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyExportCode").
'</td>';
2536 print $formaccounting->select_account((GETPOSTISSET(
'accountancy_code_buy_export') ?
GETPOST(
'accountancy_code_buy_export') :
$object->accountancy_code_buy_export),
'accountancy_code_buy_export', 1, array(), 1, 1,
'minwidth150 maxwidth300');
2541 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellCode").
'</td>';
2542 print
'<td><input name="accountancy_code_sell" class="maxwidth200" value="'.(GETPOSTISSET(
'accountancy_code_sell') ?
GETPOST(
'accountancy_code_sell') :
$object->accountancy_code_sell).
'">';
2547 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellIntraCode").
'</td>';
2548 print
'<td><input name="accountancy_code_sell_intra" class="maxwidth200" value="'.(GETPOSTISSET(
'accountancy_code_sell_intra') ?
GETPOST(
'accountancy_code_sell_intra') :
$object->accountancy_code_sell_intra).
'">';
2553 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellExportCode").
'</td>';
2554 print
'<td><input name="accountancy_code_sell_export" class="maxwidth200" value="'.(GETPOSTISSET(
'accountancy_code_sell_export') ?
GETPOST(
'accountancy_code_sell_export') :
$object->accountancy_code_sell_export).
'">';
2558 print
'<tr><td>'.$langs->trans(
"ProductAccountancyBuyCode").
'</td>';
2559 print
'<td><input name="accountancy_code_buy" class="maxwidth200" value="'.(GETPOSTISSET(
'accountancy_code_buy') ?
GETPOST(
'accountancy_code_buy') :
$object->accountancy_code_buy).
'">';
2564 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyIntraCode").
'</td>';
2565 print
'<td><input name="accountancy_code_buy_intra" class="maxwidth200" value="'.(GETPOSTISSET(
'accountancy_code_buy_intra') ?
GETPOST(
'accountancy_code_buy_intra') :
$object->accountancy_code_buy_intra).
'">';
2570 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyExportCode").
'</td>';
2571 print
'<td><input name="accountancy_code_buy_export" class="maxwidth200" value="'.(GETPOSTISSET(
'accountancy_code_buy_export') ?
GETPOST(
'accountancy_code_buy_export') :
$object->accountancy_code_buy_export).
'">';
2580 print
'$(document).ready(function() {
2581 $("#stockable_product").change(function() {
2582 $(".showifstockable").toggle(this.checked);
2591 print $form->buttonsSaveCancel();
2598 if (
getDolGlobalString(
'MAIN_USE_ADVANCED_PERMS') && !$user->hasRight(
'barcode',
'lire_advance')) {
2603 $titre = $langs->trans(
"CardProduct".
$object->type);
2606 print
dol_get_fiche_head($head,
'card', $titre, -1, $picto, 0,
'',
'', 0,
'', 1);
2608 $linkback =
'<a href="'.DOL_URL_ROOT.
'/product/list.php?restore_lastsearch_values=1&type='.
$object->type.
'">'.$langs->trans(
"BackToList").
'</a>';
2609 $object->next_prev_filter =
"(te.fk_product_type:=:".((int)
$object->type).
")";
2612 if ($user->socid && !in_array(
'product', explode(
',',
getDolGlobalString(
'MAIN_MODULES_FOR_EXTERNAL')))) {
2616 dol_banner_tab($object,
'ref', $linkback, $shownav,
'ref');
2619 $parameters = array();
2621 $reshook = $hookmanager->executeHooks(
'tabContentViewProduct', $parameters, $object, $action);
2622 if (empty($reshook)) {
2623 print
'<div class="fichecenter">';
2624 print
'<div class="fichehalfleft">';
2626 print
'<div class="underbanner clearboth"></div>';
2627 print
'<table class="border tableforfield centpercent">';
2631 $typeformat =
'select;0:'.$langs->trans(
"Product").
',1:'.$langs->trans(
"Service");
2632 print
'<tr><td class="titlefieldmiddle">';
2633 print (!
getDolGlobalString(
'PRODUCT_DENY_CHANGE_PRODUCT_TYPE')) ? $form->editfieldkey(
"Type",
'fk_product_type', (
string)
$object->type, $object, (
int) $usercancreate, $typeformat) : $langs->trans(
'Type');
2635 print $form->editfieldval(
"Type",
'fk_product_type',
$object->type, $object, $usercancreate, $typeformat);
2641 print
'<tr><td class="titlefieldmiddle nowrap">';
2642 print
'<table class="centpercent nobordernopadding"><tr><td class="nowrap">';
2643 print $langs->trans(
"BarcodeType");
2645 if (($action !=
'editbarcodetype') && $usercancreate && $createbarcode) {
2646 print
'<td class="right"><a class="editfielda" href="'.$_SERVER[
"PHP_SELF"].
'?action=editbarcodetype&id='.
$object->id.
'&token='.
newToken().
'">'.
img_edit($langs->trans(
'Edit'), 1).
'</a></td>';
2648 print
'</tr></table>';
2650 if ($action ==
'editbarcodetype' || $action ==
'editbarcode') {
2651 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formbarcode.class.php';
2655 $fk_barcode_type =
'';
2656 if ($action ==
'editbarcodetype' && is_object($formbarcode)) {
2657 print $formbarcode->formBarcodeType($_SERVER[
'PHP_SELF'].
'?id='.
$object->id,
$object->barcode_type,
'fk_barcode_type');
2658 $fk_barcode_type =
$object->barcode_type;
2661 $fk_barcode_type =
$object->barcode_type;
2662 print
$object->barcode_type_label ?
$object->barcode_type_label : (
$object->barcode ?
'<div class="warning">'.$langs->trans(
"SetDefaultBarcodeType").
'<div>' :
'');
2664 print
'</td></tr>'.
"\n";
2667 print
'<tr><td class="nowrap">';
2668 print
'<table class="centpercent nobordernopadding"><tr><td class="nowrap">';
2669 print $langs->trans(
"BarcodeValue");
2671 if (($action !=
'editbarcode') && $usercancreate && $createbarcode) {
2672 print
'<td class="right"><a class="editfielda" href="'.$_SERVER[
"PHP_SELF"].
'?action=editbarcode&id='.
$object->id.
'&token='.
newToken().
'">'.
img_edit($langs->trans(
'Edit'), 1).
'</a></td>';
2674 print
'</tr></table>';
2675 print
'</td><td class="wordbreak">';
2676 if ($action ==
'editbarcode') {
2677 $tmpcode = GETPOSTISSET(
'barcode') ?
GETPOST(
'barcode') :
$object->barcode;
2678 if (empty($tmpcode) && !empty($modBarCodeProduct->code_auto)) {
2679 $tmpcode = $modBarCodeProduct->getNextValue($object, (
string) $fk_barcode_type);
2682 print
'<form method="post" action="'.$_SERVER[
"PHP_SELF"].
'?id='.
$object->id.
'">';
2683 print
'<input type="hidden" name="token" value="'.newToken().
'">';
2684 print
'<input type="hidden" name="action" value="setbarcode">';
2685 print
'<input type="hidden" name="barcode_type_code" value="'.$object->barcode_type_code.
'">';
2686 print
'<input class="width300" class="maxwidthonsmartphone" type="text" name="barcode" value="'.$tmpcode.
'">';
2687 print
' <input type="submit" class="button smallpaddingimp" value="'.$langs->trans(
"Modify").
'">';
2692 print
'</td></tr>'.
"\n";
2697 print
'<tr><td class="titlefieldmiddle">' . $form->textwithpicto($langs->trans(
"StockableProduct"), $langs->trans(
'StockableProductDescription')) .
'</td>';
2700 print
'<input type="checkbox" readonly disabled> <span class="opacitymedium">' . $langs->trans(
"NotSupportedOnKits").
'</span>';
2702 print
'<input type="checkbox" readonly disabled '.($object->stockable_product == 1 ?
'checked' :
'').
'>';
2706 if (
$object->isStockManaged() && !$iskit) {
2708 $warehouse->fetch(
$object->fk_default_warehouse);
2710 print
'<tr><td>'.$langs->trans(
"DefaultWarehouse").
'</td><td>';
2711 print(!empty($warehouse->id) ? $warehouse->getNomUrl(1) :
'');
2719 print
'<tr><td class="titlefieldmiddle">'.$langs->trans(
"ManageLotSerial").
'</td><td>';
2720 if (
$object->status_batch == 0) {
2721 print
'<span class="opacitymedium">'.yn(0).
'</span>';
2723 print
$object->getLibStatut(0, 2);
2728 print
'<tr><td>'.$langs->trans(
"ManageLotMask").
'</td><td>';
2734 print
'<tr><td class="titlefieldmiddle">'.$langs->trans(
'BatchSellOrEatByMandatoryList', $langs->transnoentities(
'SellByDate'), $langs->transnoentities(
'EatByDate')).
'</td><td>';
2735 if (
$object->sell_or_eat_by_mandatory == $object::SELL_OR_EAT_BY_MANDATORY_ID_NONE) {
2736 print
'<span class="opacitymedium">'.yn(0).
'</span>';
2738 print
$object->getSellOrEatByMandatoryLabel();
2745 $collapse = !empty($_COOKIE[
'DOLUSER_COLLAPSE_product_separator_accounting']);
2747 print
'<tr id="trseparatoraccounting" class="trseparator trseparatoraccounting">';
2748 print
'<td class="titlefieldmiddle firstcol"><span class="cursorpointer far fa-'.($collapse ?
'plus' :
'minus').
'-square"></span> <strong>'.$langs->trans(
"AccountancyCodes").
'</strong></td>';
2749 print
'<td class="secondcol">';
2750 $nbOfAccountingCodes = 0;
2751 $nbOfAccountingCodes += (
isModEnabled(
'accounting') && !empty(
$object->accountancy_code_sell)) ? 1 : 0;
2752 $nbOfAccountingCodes += (
isModEnabled(
'accounting') && !empty(
$object->accountancy_code_sell_intra)) ? 1 : 0;
2753 $nbOfAccountingCodes += (
isModEnabled(
'accounting') && !empty(
$object->accountancy_code_sell_export)) ? 1 : 0;
2754 $nbOfAccountingCodes += (
isModEnabled(
'accounting') && !empty(
$object->accountancy_code_buy)) ? 1 : 0;
2755 $nbOfAccountingCodes += (
isModEnabled(
'accounting') && !empty(
$object->accountancy_code_buy_intra)) ? 1 : 0;
2756 $nbOfAccountingCodes += (
isModEnabled(
'accounting') && !empty(
$object->accountancy_code_buy_export)) ? 1 : 0;
2757 print
'<span class="badge badge-secondary'.($collapse ?
'' :
' hidden').
'">'.$nbOfAccountingCodes.
'</span>';
2760 print
'<!-- Add js script to manage the collapse/uncollapse of separator accounting -->
2761 <script nonce="'.getNonce().
'" type="text/javascript">
2762 jQuery(document).ready(function(){
2763 console.log("Inject js for collapsing of separatoraccounting - keep visible and set cookie");
2764 /* document.cookie = "DOLUSER_COLLAPSE_product_separator_accounting=1; path='.DOL_URL_ROOT.
'/product/card.php"; */
2765 jQuery("#trseparatoraccounting").click(function(){
2766 console.log("We click on collapse/uncollapse to hide/show .tr_collapseaccounting");
2767 jQuery(".tr_collapseaccounting").toggle(100, function(){
2768 if (jQuery(".tr_collapseaccounting").first().is(":hidden")) {
2769 jQuery("#trseparatoraccounting td.firstcol span").addClass("fa-plus-square").removeClass("fa-minus-square");
2770 jQuery("#trseparatoraccounting td.secondcol span").removeClass("hidden");
2771 document.cookie = "DOLUSER_COLLAPSE_product_separator_accounting=1; path='.DOL_URL_ROOT.
'/product/card.php"
2773 jQuery("#trseparatoraccounting td.firstcol span").addClass("fa-minus-square").removeClass("fa-plus-square");
2774 jQuery("#trseparatoraccounting td.secondcol span").addClass("hidden");
2775 document.cookie = "DOLUSER_COLLAPSE_product_separator_accounting=0; path='.DOL_URL_ROOT.
'/product/card.php"
2783 print
'<tr class="tr_collapseaccounting'.($collapse ?
' hidden' :
'').
'"><td class="nowrap">';
2784 print $langs->trans(
"ProductAccountancySellCode");
2787 if (!empty(
$object->accountancy_code_sell)) {
2789 $accountingaccount->fetch(0,
$object->accountancy_code_sell, 1);
2791 print $accountingaccount->getNomUrl(0, 1, 1,
'', 1);
2800 print
'<tr class="tr_collapseaccounting'.($collapse ?
' hidden' :
'').
'"><td class="nowrap">';
2801 print $langs->trans(
"ProductAccountancySellIntraCode");
2804 if (!empty(
$object->accountancy_code_sell_intra)) {
2806 $accountingaccount2->fetch(0,
$object->accountancy_code_sell_intra, 1);
2808 print $accountingaccount2->getNomUrl(0, 1, 1,
'', 1);
2817 print
'<tr class="tr_collapseaccounting'.($collapse ?
' hidden' :
'').
'"><td class="nowrap">';
2818 print $langs->trans(
"ProductAccountancySellExportCode");
2821 if (!empty(
$object->accountancy_code_sell_export)) {
2823 $accountingaccount3->fetch(0,
$object->accountancy_code_sell_export, 1);
2825 print $accountingaccount3->getNomUrl(0, 1, 1,
'', 1);
2833 print
'<tr class="tr_collapseaccounting'.($collapse ?
' hidden' :
'').
'"><td class="nowrap">';
2834 print $langs->trans(
"ProductAccountancyBuyCode");
2837 if (!empty(
$object->accountancy_code_buy)) {
2839 $accountingaccount4->fetch(0,
$object->accountancy_code_buy, 1);
2841 print $accountingaccount4->getNomUrl(0, 1, 1,
'', 1);
2850 print
'<tr class="tr_collapseaccounting'.($collapse ?
' hidden' :
'').
'"><td class="nowrap">';
2851 print $langs->trans(
"ProductAccountancyBuyIntraCode");
2854 if (!empty(
$object->accountancy_code_buy_intra)) {
2856 $accountingaccount5->fetch(0,
$object->accountancy_code_buy_intra, 1);
2858 print $accountingaccount5->getNomUrl(0, 1, 1,
'', 1);
2867 print
'<tr class="tr_collapseaccounting'.($collapse ?
' hidden' :
'').
'"><td class="nowrap">';
2868 print $langs->trans(
"ProductAccountancyBuyExportCode");
2871 if (!empty(
$object->accountancy_code_buy_export)) {
2873 $accountingaccount6->fetch(0,
$object->accountancy_code_buy_export, 1);
2875 print $accountingaccount6->getNomUrl(0, 1, 1,
'', 1);
2884 print
'<tr><td class="tdtop">'.$langs->trans(
"Description").
'</td>';
2885 print
'<td class="wordbreakimp wrapimp"><div class="longmessagecut">'.(dol_textishtml(
$object->description) ?
$object->description :
dol_nl2br(
$object->description, 1,
true)).
'</div></td></tr>';
2889 print
'<tr><td>'.$langs->trans(
"PublicUrl").
'</td><td>';
2896 $res = $workstation->fetch(
$object->fk_default_workstation);
2898 print
'<tr><td>'.$langs->trans(
"DefaultWorkstation").
'</td><td>';
2899 print(!empty($workstation->id) ? $workstation->getNomUrl(1) :
'');
2907 if ($combination->fetchByFkProductChild(
$object->id) > 0) {
2909 $prodstatic->fetch($combination->fk_product_parent);
2912 print
'<tr><td>'.$langs->trans(
"ParentProduct").
'</td><td>';
2913 print $prodstatic->getNomUrl(1);
2921 print
'<div class="fichehalfright">';
2922 print
'<div class="underbanner clearboth"></div>';
2924 print
'<table class="border tableforfield centpercent">';
2928 print
'<tr><td class="valignmiddle">'.$langs->trans(
"Categories").
'</td><td>';
2929 print $form->showCategories(
$object->id, Categorie::TYPE_PRODUCT, 1);
2935 require_once DOL_DOCUMENT_ROOT.
'/core/class/cunits.class.php';
2939 if (
$object->duration_value > 1) {
2942 $result = $measuringUnits->fetchAll(
'',
'scale', 0, 0, [
't.active' => 1,
't.unit_type' =>
'time']);
2943 if ($result !== -1) {
2944 foreach ($measuringUnits->records as $record) {
2945 $durations[$record->short_label] =
dol_ucfirst((
string) $record->label) . $plural;
2948 print
'<tr><td class="titlefieldmiddle">'.$langs->trans(
"Duration").
'</td><td>';
2949 if (
$object->duration_value) {
2950 print
$object->duration_value;
2951 print(!empty(
$object->duration_unit) && isset($durations[
$object->duration_unit]) ?
" ".$langs->trans($durations[
$object->duration_unit]).
" " :
'');
2955 $htmltooltip = $langs->trans(
"mandatoryHelper");
2957 $htmltooltip .=
'<br>'.$langs->trans(
"mandatoryHelper2");
2959 if (
$object->duration_value > 0) {
2960 print
' ';
2962 print
'<input type="checkbox" class="valignmiddle" name="mandatoryperiod"'.($object->mandatory_period == 1 ?
' checked="checked"' :
'').
' disabled>';
2963 print $form->textwithpicto($langs->trans(
"mandatoryperiod"), $htmltooltip, 1,
'info');
2969 print
'<tr><td class="titlefieldmiddle">'.$form->textwithpicto($langs->trans(
"NatureOfProductShort"), $langs->trans(
"NatureOfProductDesc")).
'</td><td>';
2970 print
$object->getLibFinished();
2976 print
'<tr><td class="titlefieldmiddle">'.$form->textwithpicto($langs->trans(
"DefaultBOM"), $langs->trans(
"DefaultBOMDesc", $langs->transnoentitiesnoconv(
"Finished"))).
'</td><td>';
2977 if (
$object->fk_default_bom) {
2978 $bom_static =
new BOM(
$db);
2979 $bom_static->fetch(
$object->fk_default_bom);
2980 print $bom_static->getNomUrl(1);
2988 print
'<tr><td class="titlefieldmiddle">'.$langs->trans(
"Weight").
'</td><td>';
2994 print
"</td></tr>\n";
2999 print
'<tr><td>'.$langs->trans(
"Length").
' x '.$langs->trans(
"Width").
' x '.$langs->trans(
"Height").
'</td><td>';
3003 print
" x ".$object->width;
3006 print
" x ".$object->height;
3008 print
' '.measuringUnitString(0,
"size",
$object->length_units);
3012 print
"</td></tr>\n";
3017 print(
getDolGlobalString(
'PRODUCT_DISABLE_SURFACE') ?
'' : $langs->trans(
"Surface"));
3019 print (
getDolGlobalString(
'PRODUCT_DISABLE_VOLUME') ?
'' : $langs->trans(
"Volume")).
'</td><td>';
3027 print
"</td></tr>\n";
3032 print
'<tr><td class="titlefieldmiddle">'.$langs->trans(
"NetMeasure").
'</td><td>';
3033 if (
$object->net_measure !=
'') {
3044 $unit =
$object->getLabelOfUnit(
'long', $langs);
3046 print
'<tr><td>'.$langs->trans(
'DefaultUnitToShow').
'</td><td>';
3053 print
'<tr><td>'.$form->textwithpicto($langs->trans(
"CustomsCode"), $langs->trans(
"CustomsCodeHelp")).
'</td><td>'.
dolPrintHTML(
$object->customcode).
'</td></tr>';
3057 if (!empty(
$object->state_id)) {
3058 print
' - '.getState(
$object->state_id,
'0',
$db);
3065 print
'<tr><td>'.$langs->trans(
"LifeTime").
'</td><td>'.
$object->lifetime.
'</td></tr>';
3066 print
'<tr><td>'.$langs->trans(
"QCFrequency").
'</td><td>'.
$object->qc_frequency.
'</td></tr>';
3070 $parameters = array();
3071 include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_view.tpl.php';
3075 print
'<!-- show Note --> '.
"\n";
3077 print
'<!-- End show Note --> '.
"\n";
3084 print
'<div class="clearboth"></div>';
3089 } elseif ($action !=
'create') {
3095if (!empty($modCodeProduct->code_auto)) {
3097 $tmpcode = $modCodeProduct->getNextValue($object,
$object->type);
3103if (($action ==
'delete' && (empty(
$conf->use_javascript_ajax) || !empty(
$conf->dol_use_jmobile)))
3104 || (!empty(
$conf->use_javascript_ajax) && empty(
$conf->dol_use_jmobile))) {
3105 $formconfirm = $form->formconfirm(
"card.php?id=".
$object->id, $langs->trans(
"DeleteProduct"), $langs->trans(
"ConfirmDeleteProduct"),
"confirm_delete",
'', 0,
"action-delete");
3107if ($action ==
'merge') {
3108 $formquestion = array(
3110 'name' =>
'product_origin',
3111 'label' => $langs->trans(
'MergeOriginProduct'),
3113 'value' => $form->select_produits(0,
'product_origin',
'', 0, 0, 1, 2,
'', 1, array(), 0, 1, 0,
'minwidth200', 0,
'',
null, 1),
3116 $formconfirm = $form->formconfirm($_SERVER[
"PHP_SELF"].
"?id=".
$object->id, $langs->trans(
"MergeProducts"), $langs->trans(
"ConfirmMergeProducts"),
"confirm_merge", $formquestion,
'no', 1, 250);
3120if (($action ==
'clone' && (empty(
$conf->use_javascript_ajax) || !empty(
$conf->dol_use_jmobile)))
3121 || (!empty(
$conf->use_javascript_ajax) && empty(
$conf->dol_use_jmobile))) {
3123 $formquestionclone = array(
3124 'text' => $langs->trans(
"ConfirmClone"),
3125 0 => array(
'type' =>
'text',
'name' =>
'clone_ref',
'label' => $langs->trans(
"NewRefForClone"),
'value' => empty($tmpcode) ? $langs->trans(
"CopyOf").
' '.
$object->ref : $tmpcode,
'morecss' =>
'width150'),
3126 1 => array(
'type' =>
'checkbox',
'name' =>
'clone_content',
'label' => $langs->trans(
"CloneContentProduct"),
'value' => 1),
3127 2 => array(
'type' =>
'checkbox',
'name' =>
'clone_categories',
'label' => $langs->trans(
"CloneCategoriesProduct"),
'value' => 1),
3130 $formquestionclone[] = array(
'type' =>
'checkbox',
'name' =>
'clone_prices',
'label' => $langs->trans(
"ClonePricesProduct").
' ('.$langs->trans(
"CustomerPrices").
')',
'value' => 0);
3133 $formquestionclone[] = array(
'type' =>
'checkbox',
'name' =>
'clone_composition',
'label' => $langs->trans(
'CloneCompositionProduct'),
'value' => 1);
3135 if (
isModEnabled(
'bom') && $user->hasRight(
'bom',
'write')) {
3136 if (
$object->fk_default_bom > 0) {
3137 $formquestionclone[] = array(
'type' =>
'checkbox',
'name' =>
'clone_defbom',
'label' => $langs->trans(
"CloneDefBomProduct"),
'value' =>
getDolGlobalInt(
'BOM_CLONE_DEFBOM'));
3139 $bomstatic =
new BOM(
$db);
3140 $bomlist = $bomstatic->fetchAll(
"",
"", 0, 0,
'fk_product:=:'.(
int)
$object->id);
3141 if (is_array($bomlist) && count($bomlist) > 0) {
3142 $formquestionclone[] = array(
'type' =>
'checkbox',
'name' =>
'clone_otherboms',
'label' => $langs->trans(
"CloneOtherBomsProduct"),
'value' => 0);
3145 $formconfirm .= $form->formconfirm($_SERVER[
"PHP_SELF"].
'?id='.
$object->id, $langs->trans(
'ToClone'), $langs->trans(
'ConfirmCloneProduct',
$object->ref),
'confirm_clone', $formquestionclone,
'yes',
'action-clone', 350, 600);
3149$parameters = array(
'formConfirm' => $formconfirm,
'object' => $object);
3150$reshook = $hookmanager->executeHooks(
'formConfirm', $parameters, $object, $action);
3151if (empty($reshook)) {
3152 $formconfirm .= $hookmanager->resPrint;
3153} elseif ($reshook > 0) {
3154 $formconfirm = $hookmanager->resPrint;
3163if ($action !=
'create' && $action !=
'edit') {
3164 $cloneProductUrl =
dolBuildUrl($_SERVER[
"PHP_SELF"], [
'action' =>
'clone'],
true);
3165 $cloneButtonId =
'action-clone-no-ajax';
3167 print
"\n".
'<div class="tabsAction">'.
"\n";
3169 $parameters = array();
3170 $reshook = $hookmanager->executeHooks(
'addMoreActionsButtons', $parameters, $object, $action);
3171 if (empty($reshook)) {
3172 if ($usercancreate) {
3173 if (!isset($hookmanager->resArray[
'no_button_edit']) || $hookmanager->resArray[
'no_button_edit'] != 1) {
3178 print
dolGetButtonAction(
'', $langs->trans(
'SendMail'),
'email',
dolBuildUrl($_SERVER[
"PHP_SELF"], [
'id' =>
$object->id,
'action' =>
'presend',
'mode' =>
'init'],
true).
'#formmailbeforetitle');
3180 if (!isset($hookmanager->resArray[
'no_button_copy']) || $hookmanager->resArray[
'no_button_copy'] != 1) {
3181 if (!empty(
$conf->use_javascript_ajax) && empty(
$conf->dol_use_jmobile)) {
3182 $cloneProductUrl =
'';
3183 $cloneButtonId =
'action-clone';
3185 print
dolGetButtonAction($langs->trans(
'ToClone'),
'',
'clone', $cloneProductUrl, $cloneButtonId, $usercancreate);
3190 if ($usercandelete) {
3191 if (empty($object_is_used)) {
3192 if (!isset($hookmanager->resArray[
'no_button_delete']) || $hookmanager->resArray[
'no_button_delete'] != 1) {
3193 if (!empty(
$conf->use_javascript_ajax) && empty(
$conf->dol_use_jmobile)) {
3194 print
dolGetButtonAction($langs->trans(
'Delete'),
'',
'delete',
'#',
'action-delete',
true);
3200 print
dolGetButtonAction($langs->trans(
"ProductIsUsed"), $langs->trans(
'Delete'),
'delete',
'#',
'',
false);
3203 print
'<a class="butActionDelete" href="card.php?action=merge&id='.$object->id.
'&token='.
newToken().
'" title="'.
dol_escape_htmltag($langs->trans(
"MergeProducts")).
'">'.$langs->trans(
'Merge').
'</a>'.
"\n";
3206 print
dolGetButtonAction($langs->trans(
"NotEnoughPermissions"), $langs->trans(
'Delete'),
'delete',
'#',
'',
false);
3224 if (
isModEnabled(
"propal") && $user->hasRight(
'propal',
'creer')) {
3227 $langs->load(
"propal");
3229 $otherprop = $propal->liste_array(2, 1, 0);
3231 if (is_array($otherprop) && count($otherprop)) {
3232 $html .=
'<tr><td style="width: 200px;">';
3233 $html .= $langs->trans(
"AddToDraftProposals").
'</td><td>';
3234 $html .= $form->selectarray(
"propalid", $otherprop, 0, 1);
3235 $html .=
'</td></tr>';
3237 $html .=
'<tr><td style="width: 200px;">';
3238 $html .= $langs->trans(
"AddToDraftProposals").
'</td><td>';
3239 $html .= $langs->trans(
"NoDraftProposals");
3240 $html .=
'</td></tr>';
3245 if (
isModEnabled(
'order') && $user->hasRight(
'commande',
'creer')) {
3248 $langs->load(
"orders");
3250 $othercom = $commande->liste_array(2, 1,
null);
3251 if (is_array($othercom) && count($othercom)) {
3252 $html .=
'<tr><td style="width: 200px;">';
3253 $html .= $langs->trans(
"AddToDraftOrders").
'</td><td>';
3254 $html .= $form->selectarray(
"commandeid", $othercom, 0, 1);
3255 $html .=
'</td></tr>';
3257 $html .=
'<tr><td style="width: 200px;">';
3258 $html .= $langs->trans(
"AddToDraftOrders").
'</td><td>';
3259 $html .= $langs->trans(
"NoDraftOrders");
3260 $html .=
'</td></tr>';
3265 if (
isModEnabled(
'invoice') && $user->hasRight(
'facture',
'creer')) {
3268 $langs->load(
"bills");
3270 $otherinvoice = $invoice->liste_array(2, 1,
null);
3271 if (is_array($otherinvoice) && count($otherinvoice)) {
3272 $html .=
'<tr><td style="width: 200px;">';
3273 $html .= $langs->trans(
"AddToDraftInvoices").
'</td><td>';
3274 $html .= $form->selectarray(
"factureid", $otherinvoice, 0, 1);
3275 $html .=
'</td></tr>';
3277 $html .=
'<tr><td style="width: 200px;">';
3278 $html .= $langs->trans(
"AddToDraftInvoices").
'</td><td>';
3279 $html .= $langs->trans(
"NoDraftInvoices");
3280 $html .=
'</td></tr>';
3285 if (!empty($html)) {
3286 print
'<form method="POST" action="'.$_SERVER[
"PHP_SELF"].
'?id='.
$object->id.
'">';
3287 print
'<input type="hidden" name="token" value="'.newToken().
'">';
3288 print
'<input type="hidden" name="action" value="addin">';
3294 $html .=
'<tr><td class="nowrap">'.$langs->trans(
"Quantity").
' ';
3295 $html .=
'<input type="text" class="flat" name="qty" size="1" value="1"></td>';
3296 $html .=
'<td class="nowrap">'.$langs->trans(
"ReductionShort").
'(%) ';
3297 $html .=
'<input type="text" class="flat" name="remise_percent" size="1" value="0">';
3298 $html .=
'</td></tr>';
3300 print
'<table class="centpercent border">';
3304 print
'<div class="center">';
3305 print
'<input type="submit" class="button button-add" value="'.$langs->trans(
"Add").
'">';
3319if (
GETPOST(
'modelselected')) {
3320 $action =
'presend';
3323if ($action !=
'create' && $action !=
'edit' && $action !=
'delete') {
3324 print
'<div class="fichecenter"><div class="fichehalfleft">';
3325 print
'<a name="builddoc"></a>';
3329 if (!empty(
$conf->product->multidir_output[
$object->entity ??
$conf->entity])) {
3330 $filedir =
$conf->product->multidir_output[
$object->entity ??
$conf->entity].
'/'.$objectref;
3332 $filedir =
$conf->product->dir_output.
'/'.$objectref;
3334 $urlsource = $_SERVER[
"PHP_SELF"].
"?id=".
$object->id;
3335 $genallowed = $usercanread;
3336 $delallowed = $usercancreate;
3338 print $formfile->showdocuments($modulepart,
$object->ref, $filedir, $urlsource, (
int) $genallowed, (
int) $delallowed,
'', 0, 0, 0, 28, 0,
'',
'',
'', $langs->getDefaultLang(),
'', $object);
3339 $somethingshown = $formfile->numoffiles;
3341 print
'</div><div class="fichehalfright">';
3344 $morehtmlcenter =
'<div class="nowraponall">';
3345 $morehtmlcenter .=
dolGetButtonTitle($langs->trans(
'FullConversation'),
'',
'fa fa-comments imgforviewmode', DOL_URL_ROOT.
'/product/messaging.php?id='.
$object->id);
3346 $morehtmlcenter .=
dolGetButtonTitle($langs->trans(
'SeeAll'),
'',
'fa fa-bars imgforviewmode', DOL_URL_ROOT.
'/product/agenda.php?id='.
$object->id);
3347 $morehtmlcenter .=
'</div>';
3350 include_once DOL_DOCUMENT_ROOT.
'/core/class/html.formactions.class.php';
3352 $somethingshown = $formactions->showactions($object,
'product', 0, 1,
'', $MAXEVENT,
'', $morehtmlcenter);
3354 print
'</div></div>';
3357 $modelmail =
'product_send';
3358 $defaulttopic =
$object->label;
3360 $trackid =
'prod' .
$object->id;
3362 include DOL_DOCUMENT_ROOT.
'/core/tpl/card_presend.tpl.php';
$id
Support class for third parties, contacts, members, users or resources.
if(! $sortfield) if(! $sortorder) $object
ajax_combobox($htmlname, $events=array(), $minLengthToAutocomplete=0, $forcefocus=0, $widthTypeOfAutocomplete='resolve', $idforemptyvalue='-1', $morecss='')
Convert a html select field into an ajax combobox.
llxFooter($comment='', $zone='private', $disabledoutputofmessages=0)
Empty footer.
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
Class to manage accounting accounts.
Class of dictionary type of thirdparty (used by imports)
Class to manage categories.
Class to manage customers orders.
Class to manage a WYSIWYG editor.
Class to manage warehouses.
Class to manage invoices.
const TYPE_STANDARD
Standard invoice.
Class of a generic business object.
Class ProductCombination Used to represent the relation between a product and one of its variants.
File of class to manage predefined price products or services by customer.
Class to manage products or services.
const TYPE_PRODUCT
Regular product.
static getSellOrEatByMandatoryList()
Get the array of labels of Sell by or Eat by all mandatory flags for each status.
const TYPE_SERVICE
Service.
Class to manage proposals.
Class to manage third parties objects (customers, suppliers, prospects...)
getCountry($searchkey, $withcode='', $dbtouse=null, $outputlangs=null, $entconv=1, $searchlabel='')
Return country label, code or id from an id, code or label.
print $script_file $mode $langs defaultlang(is_numeric($duration_value) ? " delay=". $duration_value :"").(is_numeric($duration_value2) ? " after cd cd cd description as description
Only used if Module[ID]Desc translation string is not found.
dol_move($srcfile, $destfile, $newmask='0', $overwriteifexists=1, $testvirus=0, $indexdatabase=1, $moreinfo=array(), $entity=null)
Move a file into another name.
dol_dir_list($utf8_path, $types="all", $recursive=0, $filter="", $excludefilter=null, $sortcriteria="name", $sortorder=SORT_ASC, $mode=0, $nohook=0, $relativename="", $donotfollowsymlinks=0, $nbsecondsold=0)
Scan a directory and return a list of files/directories.
dol_is_dir($folder)
Test if filename is a directory.
dol_now($mode='gmt')
Return date for now.
dol_ucfirst($string, $encoding="UTF-8")
Convert first character of the first word of a string to upper.
price2num($amount, $rounding='', $option=0)
Function that return a number with universal decimal format (decimal separator is '.
dolBuildUrl($url, $params=[], $addtoken=false, $anchor='')
Return path of url.
dol_eval($s, $returnvalue=1, $hideerrors=1, $onlysimplestring='1')
Replace eval function to add more security.
dol_nl2br($stringtoencode, $nl2brmode=0, $forxml=false)
Replace CRLF in string with a HTML BR tag.
dol_print_url($url, $target='_blank', $max=32, $withpicto=0, $morecss='')
Show Url link.
dol_sanitizeFileName($str, $newstr='_', $unaccent=1, $includequotes=0, $allowdash=0)
Clean a string to use it as a file name.
dol_strlen($string, $stringencoding='UTF-8')
Make a strlen call.
price($amount, $form=0, $outlangs='', $trunc=1, $rounding=-1, $forcerounding=-1, $currency_code='')
Function to format a value into an amount for visual output Function used into PDF and HTML pages.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
if(!function_exists( 'dol_getprefix')) dol_include_once($relpath, $classname='')
Make an include_once using default root and alternate root if it fails.
newToken()
Return the value of token currently saved into session with name 'newtoken'.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0, $nodefault=0)
Return value of a param into GET or POST supervariable.
GETPOSTFLOAT($paramname, $rounding='', $option=2)
Return the value of a $_GET or $_POST supervariable, converted into float.
dol_htmlcleanlastbr($stringtodecode)
This function remove all ending and br at end.
get_default_npr(Societe $thirdparty_seller, Societe $thirdparty_buyer, $idprod=0, $idprodfournprice=0)
Function that returns whether VAT must be recoverable collected VAT (e.g.: VAT NPR in France)
dol_concatdesc($text1, $text2, $forxml=false, $invert=false)
Concat 2 descriptions with a new line between them (second operand after first one with appropriate n...
dol_textishtml($msg, $option=0)
Return if a text is a html content.
GETPOSTINT($paramname, $method=0, $nodefault=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
dol_clone($srcobject, $native=2)
Create a clone of instance of object (new instance with same value for each properties) With native =...
dol_trunc($string, $size=40, $trunc='right', $stringencoding='UTF-8', $nodot=0, $display=0)
Truncate a string to a particular length adding '...' if string larger than length.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
isModEnabled($module)
Is Dolibarr module enabled.
get_default_tva(Societe $thirdparty_seller, Societe $thirdparty_buyer, $idprod=0, $idprodfournprice=0)
Function that return vat rate of a product line (according to seller, buyer and product vat rate) VAT...
get_localtax($vatrate, $local, $thirdparty_buyer=null, $thirdparty_seller=null, $vatnpr=0)
Return localtax rate for a particular VAT rate, when selling a product with vat $vatrate,...
get_exdir($num, $level, $alpha, $withoutslash, $object, $modulepart='')
Return a path to have a the directory according to object where files are stored.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
showValueWithClipboardCPButton($valuetocopy, $showonlyonhover=1, $texttoshow='')
Create a button to copy $valuetocopy in the clipboard (for copy and paste feature).
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2, $allowothertags=array())
Show picto whatever it's its name (generic function)
img_warning($titlealt='default', $moreatt='', $morecss='pictowarning')
Show warning logo.
dolPrintHTML($s, $allowiframe=0, $moreallowedtags=array())
Return a string (that can be on several lines) ready to be output on a HTML page.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0, $morecssdiv='')
Show tabs of a record.
dolGetButtonTitle($label, $helpText='', $iconClass='fa fa-file', $url='', $id='', $status=1, $params=array())
Function dolGetButtonTitle : this kind of buttons are used in title in list.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
dol_set_focus($selector)
Set focus onto field with selector (similar behaviour of 'autofocus' HTML5 tag)
dolGetButtonAction($label, $text='', $actionType='default', $url='', $id='', $userRight=1, $params=array())
Function dolGetButtonAction.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='', $morecssonpicto='widthpictotitle')
Load a title with picto.
img_edit($titlealt='default', $float=0, $other='')
Show logo edit/modify fiche.
info_admin($text, $infoonimgalt=0, $nodiv=0, $admin='1', $morecss='hideonsmartphone', $textfordropdown='', $picto='', $textonpictotooltip='', $cssfordropdown='info_admin')
Show information in HTML for admin users or standard users.
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0, $cleanalsojavascript=0)
Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input f...
print $langs trans("Show") . '< td style="' . $timeColor . '" align="center"> s</td > badge status0 badge status4 badge status3 Error badge status8< td align="center">< span class="badge ' . $badge . '"></span ></td >< td align="center">< a href="#" class="button button-small" onclick="openLogModal(this)" data-req="' . dol_escape_htmltag($reqSafe) . '" data-res="' . dol_escape_htmltag($resSafe) . '" data-err="' . dol_escape_htmltag($errSafe) . '">< span class="fa fa-search-plus"></span ></a ></td ></tr >< tr >< td colspan="' . $colspan . '" class="opacitymedium"></td ></tr ></table ></div ></form > logModal none logModal none s a JSON string
measuringUnitString($unitid, $measuring_style='', $unitscale=null, $use_short_label=0, $outputlangs=null)
Return translation label of a unit key.
product_prepare_head($object)
Prepare array with list of tabs.
restrictedArea(User $user, $features, $object=0, $tableandshare='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid', $isdraft=0, $mode=0)
Check permissions of a user to show a page and an object.