47require
'../main.inc.php';
48require_once DOL_DOCUMENT_ROOT.
'/core/class/canvas.class.php';
49require_once DOL_DOCUMENT_ROOT.
'/core/class/extrafields.class.php';
50require_once DOL_DOCUMENT_ROOT.
'/core/class/genericobject.class.php';
51require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formcompany.class.php';
52require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
53require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
54require_once DOL_DOCUMENT_ROOT.
'/core/lib/product.lib.php';
55require_once DOL_DOCUMENT_ROOT.
'/core/modules/product/modules_product.class.php';
56require_once DOL_DOCUMENT_ROOT.
'/categories/class/categorie.class.php';
57require_once DOL_DOCUMENT_ROOT.
'/product/class/html.formproduct.class.php';
58require_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
61if (isModEnabled(
'propal')) {
62 require_once DOL_DOCUMENT_ROOT.
'/comm/propal/class/propal.class.php';
64if (isModEnabled(
'invoice')) {
65 require_once DOL_DOCUMENT_ROOT.
'/compta/facture/class/facture.class.php';
67if (isModEnabled(
'order')) {
68 require_once DOL_DOCUMENT_ROOT.
'/commande/class/commande.class.php';
70if (isModEnabled(
'accounting')) {
71 require_once DOL_DOCUMENT_ROOT.
'/core/lib/accounting.lib.php';
72 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formaccounting.class.php';
73 require_once DOL_DOCUMENT_ROOT.
'/accountancy/class/accountingaccount.class.php';
75if (isModEnabled(
'bom')) {
76 require_once DOL_DOCUMENT_ROOT.
'/bom/class/bom.class.php';
79if (isModEnabled(
'workstation')) {
80 require_once DOL_DOCUMENT_ROOT.
'/workstation/class/workstation.class.php';
84$langs->loadLangs(array(
'products',
'other'));
85if (isModEnabled(
'stock')) {
86 $langs->load(
"stocks");
88if (isModEnabled(
'invoice')) {
89 $langs->load(
"bills");
91if (isModEnabled(
'productbatch')) {
92 $langs->load(
"productbatch");
105 $ref = (GETPOSTISSET(
'ref') ?
GETPOST(
'ref',
'nohtml') : null);
107 $ref = (GETPOSTISSET(
'ref') ?
GETPOST(
'ref',
'alpha') : null);
110$action = (
GETPOST(
'action',
'alpha') ?
GETPOST(
'action',
'alpha') :
'view');
111$cancel =
GETPOST(
'cancel',
'alpha');
112$backtopage =
GETPOST(
'backtopage',
'alpha');
113$confirm =
GETPOST(
'confirm',
'alpha');
115$duration_value =
GETPOSTINT(
'duration_value');
116$duration_unit =
GETPOST(
'duration_unit',
'alpha');
118$accountancy_code_sell =
GETPOST(
'accountancy_code_sell',
'alpha');
119$accountancy_code_sell_intra =
GETPOST(
'accountancy_code_sell_intra',
'alpha');
120$accountancy_code_sell_export =
GETPOST(
'accountancy_code_sell_export',
'alpha');
121$accountancy_code_buy =
GETPOST(
'accountancy_code_buy',
'alpha');
122$accountancy_code_buy_intra =
GETPOST(
'accountancy_code_buy_intra',
'alpha');
123$accountancy_code_buy_export =
GETPOST(
'accountancy_code_buy_export',
'alpha');
125$checkmandatory =
GETPOST(
'accountancy_code_buy_export',
'alpha');
129 $label_security_check =
'nohtml';
131 $label_security_check = !
getDolGlobalString(
'MAIN_SECURITY_ALLOW_UNSECURED_LABELS_WITH_HTML') ?
'alphanohtml' :
'restricthtml';
134if (!empty($user->socid)) {
135 $socid = $user->socid;
140if (substr($module, 0, 16) ==
'mod_codeproduct_' && substr($module, -3) ==
'php') {
141 $module = substr($module, 0,
dol_strlen($module) - 4);
145 $modCodeProduct =
new $module();
153$extrafields->fetch_name_optionals_label(
$object->table_element);
155if ($id > 0 || !empty($ref)) {
156 $result =
$object->fetch($id, $ref);
160 $entity = (empty(
$object->entity) ? $conf->entity :
$object->entity);
161 if (isModEnabled(
"product")) {
162 $upload_dir = $conf->product->multidir_output[$entity].
'/'.
get_exdir(0, 0, 0, 0,
$object,
'product').dol_sanitizeFileName(
$object->ref);
163 } elseif (isModEnabled(
"service")) {
164 $upload_dir = $conf->service->multidir_output[$entity].
'/'.
get_exdir(0, 0, 0, 0,
$object,
'product').dol_sanitizeFileName(
$object->ref);
168 if (isModEnabled(
"product")) {
169 $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";
171 $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";
176$modulepart =
'product';
181if (!empty($canvas)) {
182 require_once DOL_DOCUMENT_ROOT.
'/core/class/canvas.class.php';
183 $objcanvas =
new Canvas($db, $action);
184 $objcanvas->getCanvas(
'product',
'card', $canvas);
188$fieldvalue = (!empty($id) ?
$id : (!empty($ref) ? $ref :
''));
189$fieldtype = (!empty($id) ?
'rowid' :
'ref');
192$hookmanager->initHooks(array(
'productcard',
'globalcard'));
195 if (
$object->type == $object::TYPE_PRODUCT) {
198 if (
$object->type == $object::TYPE_SERVICE) {
202 restrictedArea($user,
'produit|service', 0,
'product&product',
'',
'', $fieldtype);
219$createbarcode = isModEnabled(
'barcode');
220if (
getDolGlobalString(
'MAIN_USE_ADVANCED_PERMS') && !$user->hasRight(
'barcode',
'creer_advance')) {
224$parameters = array(
'id' => $id,
'ref' => $ref,
'objcanvas' => $objcanvas);
225$reshook = $hookmanager->executeHooks(
'doActions', $parameters,
$object, $action);
230if (empty($reshook)) {
231 $backurlforlist = DOL_URL_ROOT.
'/product/list.php?type='.$type;
233 if (empty($backtopage) || ($cancel && empty($id))) {
234 if (empty($backtopage) || ($cancel && strpos($backtopage,
'__ID__'))) {
235 if (empty($id) && (($action !=
'add' && $action !=
'create') || $cancel)) {
236 $backtopage = $backurlforlist;
238 $backtopage = DOL_URL_ROOT.
'/product/card.php?id='.((!empty($id) &&
$id > 0) ? $id :
'__ID__');
244 if (!empty($backtopageforcancel)) {
245 header(
"Location: ".$backtopageforcancel);
247 } elseif (!empty($backtopage)) {
248 header(
"Location: ".$backtopage);
254 if ($action ==
'confirm_merge' && $confirm ==
'yes' && $user->hasRight(
'societe',
'creer')) {
256 $productOriginId =
GETPOSTINT(
'product_origin');
257 $productOrigin =
new Product($db);
259 if ($productOriginId <= 0) {
260 $langs->load(
'errors');
261 setEventMessages($langs->trans(
'ErrorProductIdIsMandatory', $langs->transnoentitiesnoconv(
'MergeOriginProduct')),
null,
'errors');
263 if (!$error && $productOrigin->fetch($productOriginId) < 1) {
273 $listofproperties = array(
283 'accountancy_code_buy',
284 'accountancy_code_buy_intra',
285 'accountancy_code_buy_export',
286 'accountancy_code_sell',
287 'accountancy_code_sell_intra',
288 'accountancy_code_sell_export'
290 foreach ($listofproperties as $property) {
291 if (empty(
$object->$property)) {
292 $object->$property = $productOrigin->$property;
296 $listofproperties = array(
297 'note_public',
'note_private'
299 foreach ($listofproperties as $property) {
304 if (is_array($productOrigin->array_options)) {
305 foreach ($productOrigin->array_options as $key => $val) {
306 if (empty(
$object->array_options[$key])) {
307 $object->array_options[$key] = $val;
314 $custcats_ori = $static_cat->containing($productOrigin->id,
'product',
'id');
315 $custcats = $static_cat->containing(
$object->id,
'product',
'id');
316 $custcats = array_merge($custcats, $custcats_ori);
317 $object->setCategories($custcats);
320 if ($productOrigin->barcode ==
$object->barcode) {
321 dol_syslog(
"We clean customer and supplier code so we will be able to make the update of target");
322 $productOrigin->barcode =
'';
338 'ActionComm' =>
'/comm/action/class/actioncomm.class.php',
339 'Bom' =>
'/bom/class/bom.class.php',
342 'Commande' =>
'/commande/class/commande.class.php',
343 'CommandeFournisseur' =>
'/fourn/class/fournisseur.commande.class.php',
344 'Contrat' =>
'/contrat/class/contrat.class.php',
345 'Delivery' =>
'/delivery/class/delivery.class.php',
346 'Facture' =>
'/compta/facture/class/facture.class.php',
347 'FactureFournisseur' =>
'/fourn/class/fournisseur.facture.class.php',
348 'FactureRec' =>
'/compta/facture/class/facture-rec.class.php',
349 'FichinterRec' =>
'/fichinter/class/fichinterrec.class.php',
350 'ProductFournisseur' =>
'/fourn/class/fournisseur.product.class.php',
351 'Propal' =>
'/comm/propal/class/propal.class.php',
352 'Reception' =>
'/reception/class/reception.class.php',
353 'SupplierProposal' =>
'/supplier_proposal/class/supplier_proposal.class.php',
357 foreach ($objects as $object_name => $object_file) {
358 require_once DOL_DOCUMENT_ROOT.$object_file;
360 if (!$error && !$object_name::replaceProduct($db, $productOrigin->id,
$object->id)) {
370 $parameters = array(
'soc_origin' => $productOrigin->id,
'soc_dest' =>
$object->id);
371 $reshook = $hookmanager->executeHooks(
388 'mergefromid' => $productOrigin->id,
392 $result =
$object->call_trigger(
'PRODUCT_MODIFY', $user);
403 if ($productOrigin->delete($user) < 1) {
412 $langs->load(
"errors");
421 if ($action ==
'setfk_product_type' && $usercancreate) {
422 $result =
$object->setValueFrom(
'fk_product_type',
GETPOST(
'fk_product_type'),
'',
null,
'text',
'', $user,
'PRODUCT_MODIFY');
423 header(
"Location: ".$_SERVER[
'PHP_SELF'].
"?id=".
$object->id);
428 $upload_dir = $conf->product->dir_output;
429 $permissiontoadd = $usercancreate;
430 include DOL_DOCUMENT_ROOT.
'/core/actions_builddoc.inc.php';
432 include DOL_DOCUMENT_ROOT.
'/core/actions_printing.inc.php';
435 if ($action ==
'setfk_barcode_type' && $usercancreate) {
436 $result =
$object->setValueFrom(
'fk_barcode_type',
GETPOST(
'fk_barcode_type'),
'',
null,
'text',
'', $user,
'PRODUCT_MODIFY');
437 header(
"Location: ".$_SERVER[
'PHP_SELF'].
"?id=".
$object->id);
442 if ($action ==
'setbarcode' && $usercancreate) {
446 $result =
$object->setValueFrom(
'barcode',
GETPOST(
'barcode'),
'',
null,
'text',
'', $user,
'PRODUCT_MODIFY');
447 header(
"Location: ".$_SERVER[
'PHP_SELF'].
"?id=".
$object->id);
450 $langs->load(
"errors");
452 $errors[] =
'ErrorBadBarCodeSyntax';
453 } elseif ($result == -2) {
454 $errors[] =
'ErrorBarCodeRequired';
455 } elseif ($result == -3) {
456 $errors[] =
'ErrorBarCodeAlreadyUsed';
458 $errors[] =
'FailedToValidateBarCode';
467 if ($action ==
'update_extras' && $usercancreate) {
471 $ret = $extrafields->setOptionalsFromPost(
null,
$object,
GETPOST(
'attribute',
'restricthtml'));
478 $result =
$object->insertExtraFields(
'PRODUCT_MODIFY');
486 $action =
'edit_extras';
491 if ($action ==
'add' && $usercancreate) {
494 if (!
GETPOST(
'label', $label_security_check)) {
495 setEventMessages($langs->trans(
'ErrorFieldRequired', $langs->transnoentities(
'Label')),
null,
'errors');
501 setEventMessages($langs->trans(
'ErrorFieldRequired', $langs->transnoentities(
'ProductRef')),
null,
'errors');
506 if (!empty($duration_value) && empty($duration_unit)) {
507 setEventMessages($langs->trans(
'ErrorFieldRequired', $langs->transnoentities(
'Unit')),
null,
'errors');
515 $object->entity = $conf->entity;
519 $object->mandatory_period = !empty(
GETPOST(
"mandatoryperiod",
'alpha')) ? 1 : 0;
520 if (
$object->price_base_type ==
'TTC') {
525 if (
$object->price_base_type ==
'TTC') {
531 $tva_tx_txt =
GETPOST(
'tva_tx',
'alpha');
535 $tva_tx = preg_replace(
'/[^0-9\.].*$/',
'', $tva_tx_txt);
536 $npr = preg_match(
'/\*/', $tva_tx_txt) ? 1 : 0;
539 $localtax1_type =
'0';
540 $localtax2_type =
'0';
543 if (preg_match(
'/\((.*)\)/', $tva_tx_txt, $reg)) {
545 $vatratecode = $reg[1];
547 $sql =
"SELECT t.rowid, t.code, t.recuperableonly, t.localtax1, t.localtax2, t.localtax1_type, t.localtax2_type";
548 $sql .=
" FROM ".MAIN_DB_PREFIX.
"c_tva as t, ".MAIN_DB_PREFIX.
"c_country as c";
549 $sql .=
" WHERE t.fk_pays = c.rowid AND c.code = '".$db->escape($mysoc->country_code).
"'";
550 $sql .=
" AND t.taux = ".((float) $tva_tx).
" AND t.active = 1";
551 $sql .=
" AND t.code = '".$db->escape($vatratecode).
"'";
552 $sql .=
" AND t.entity IN (".getEntity(
'c_tva').
")";
553 $resql = $db->query($sql);
555 $obj = $db->fetch_object($resql);
556 $npr = $obj->recuperableonly;
557 $localtax1 = $obj->localtax1;
558 $localtax2 = $obj->localtax2;
559 $localtax1_type = $obj->localtax1_type;
560 $localtax2_type = $obj->localtax2_type;
564 $object->default_vat_code = $vatratecode;
567 $object->localtax1_tx = $localtax1;
568 $object->localtax2_tx = $localtax2;
569 $object->localtax1_type = $localtax1_type;
570 $object->localtax2_type = $localtax2_type;
583 $stdobject->element =
'product';
584 $stdobject->barcode_type =
GETPOSTINT(
'fk_barcode_type');
585 $result = $stdobject->fetch_barcode();
588 $mesg =
'Failed to get bar code type information ';
591 $object->barcode_type_code = $stdobject->barcode_type_code;
592 $object->barcode_type_coder = $stdobject->barcode_type_coder;
593 $object->barcode_type_label = $stdobject->barcode_type_label;
604 $object->duration_value = $duration_value;
605 $object->duration_unit = $duration_unit;
624 if ($finished >= 0) {
637 $accountancy_code_sell =
GETPOST(
'accountancy_code_sell',
'alpha');
638 $accountancy_code_sell_intra =
GETPOST(
'accountancy_code_sell_intra',
'alpha');
639 $accountancy_code_sell_export =
GETPOST(
'accountancy_code_sell_export',
'alpha');
640 $accountancy_code_buy =
GETPOST(
'accountancy_code_buy',
'alpha');
641 $accountancy_code_buy_intra =
GETPOST(
'accountancy_code_buy_intra',
'alpha');
642 $accountancy_code_buy_export =
GETPOST(
'accountancy_code_buy_export',
'alpha');
644 if (empty($accountancy_code_sell) || $accountancy_code_sell ==
'-1') {
645 $object->accountancy_code_sell =
'';
647 $object->accountancy_code_sell = $accountancy_code_sell;
649 if (empty($accountancy_code_sell_intra) || $accountancy_code_sell_intra ==
'-1') {
650 $object->accountancy_code_sell_intra =
'';
652 $object->accountancy_code_sell_intra = $accountancy_code_sell_intra;
654 if (empty($accountancy_code_sell_export) || $accountancy_code_sell_export ==
'-1') {
655 $object->accountancy_code_sell_export =
'';
657 $object->accountancy_code_sell_export = $accountancy_code_sell_export;
659 if (empty($accountancy_code_buy) || $accountancy_code_buy ==
'-1') {
660 $object->accountancy_code_buy =
'';
662 $object->accountancy_code_buy = $accountancy_code_buy;
664 if (empty($accountancy_code_buy_intra) || $accountancy_code_buy_intra ==
'-1') {
665 $object->accountancy_code_buy_intra =
'';
667 $object->accountancy_code_buy_intra = $accountancy_code_buy_intra;
669 if (empty($accountancy_code_buy_export) || $accountancy_code_buy_export ==
'-1') {
670 $object->accountancy_code_buy_export =
'';
672 $object->accountancy_code_buy_export = $accountancy_code_buy_export;
678 for ($i = 2; $i <= $produit_multiprices_limit; $i++) {
679 if (GETPOSTISSET(
"price_".$i)) {
681 $object->multiprices_base_type[
"$i"] =
GETPOST(
"multiprices_base_type_".$i);
683 $object->multiprices[
"$i"] =
"";
689 $ret = $extrafields->setOptionalsFromPost(
null,
$object);
696 '@phan-var ModeleProductCode $modCodeProduct';
697 $ref = $modCodeProduct->getNextValue(
$object, $type);
706 $categories =
GETPOST(
'categories',
'array');
707 $object->setCategories($categories);
709 if (!empty($backtopage)) {
710 $backtopage = preg_replace(
'/__ID__/', (
string)
$object->id, $backtopage);
711 $backtopage = preg_replace(
'/--IDFORBACKTOPAGE--/', (
string)
$object->id, $backtopage);
712 if (preg_match(
'/\?/', $backtopage)) {
713 $backtopage .=
'&productid='.$object->id;
716 header(
"Location: ".$backtopage);
719 header(
"Location: ".$_SERVER[
'PHP_SELF'].
"?id=".$id);
726 if (
$object->error ==
'ErrorProductAlreadyExists') {
728 $reshook = $hookmanager->executeHooks(
'onProductAlreadyExists', $parameters,
$object, $action);
747 if ($action ==
'update' && $usercancreate) {
748 if (
GETPOST(
'cancel',
'alpha')) {
804 if ($finished >= 0) {
810 $fk_default_bom =
GETPOSTINT(
'fk_default_bom');
811 if ($fk_default_bom >= 0) {
812 $object->fk_default_bom = $fk_default_bom;
828 $stdobject->element =
'product';
829 $stdobject->barcode_type =
GETPOSTINT(
'fk_barcode_type');
830 $result = $stdobject->fetch_barcode();
833 $mesg =
'Failed to get bar code type information ';
836 $object->barcode_type_code = $stdobject->barcode_type_code;
837 $object->barcode_type_coder = $stdobject->barcode_type_coder;
838 $object->barcode_type_label = $stdobject->barcode_type_label;
840 $accountancy_code_sell =
GETPOST(
'accountancy_code_sell',
'alpha');
841 $accountancy_code_sell_intra =
GETPOST(
'accountancy_code_sell_intra',
'alpha');
842 $accountancy_code_sell_export =
GETPOST(
'accountancy_code_sell_export',
'alpha');
843 $accountancy_code_buy =
GETPOST(
'accountancy_code_buy',
'alpha');
844 $accountancy_code_buy_intra =
GETPOST(
'accountancy_code_buy_intra',
'alpha');
845 $accountancy_code_buy_export =
GETPOST(
'accountancy_code_buy_export',
'alpha');
846 $checkmandatory =
GETPOST(
'mandatoryperiod',
'alpha');
847 if (empty($accountancy_code_sell) || $accountancy_code_sell ==
'-1') {
848 $object->accountancy_code_sell =
'';
850 $object->accountancy_code_sell = $accountancy_code_sell;
852 if (empty($accountancy_code_sell_intra) || $accountancy_code_sell_intra ==
'-1') {
853 $object->accountancy_code_sell_intra =
'';
855 $object->accountancy_code_sell_intra = $accountancy_code_sell_intra;
857 if (empty($accountancy_code_sell_export) || $accountancy_code_sell_export ==
'-1') {
858 $object->accountancy_code_sell_export =
'';
860 $object->accountancy_code_sell_export = $accountancy_code_sell_export;
862 if (empty($accountancy_code_buy) || $accountancy_code_buy ==
'-1') {
863 $object->accountancy_code_buy =
'';
865 $object->accountancy_code_buy = $accountancy_code_buy;
867 if (empty($accountancy_code_buy_intra) || $accountancy_code_buy_intra ==
'-1') {
868 $object->accountancy_code_buy_intra =
'';
870 $object->accountancy_code_buy_intra = $accountancy_code_buy_intra;
872 if (empty($accountancy_code_buy_export) || $accountancy_code_buy_export ==
'-1') {
873 $object->accountancy_code_buy_export =
'';
875 $object->accountancy_code_buy_export = $accountancy_code_buy_export;
878 $object->mandatory_period = (!empty($checkmandatory)) ? 1 : 0 ;
884 $ret = $extrafields->setOptionalsFromPost(
null,
$object,
'@GETPOSTISSET');
889 if (!$error &&
$object->check()) {
892 $categories =
GETPOST(
'categories',
'array');
893 $object->setCategories($categories);
908 setEventMessages($langs->trans(
"ErrorProductBadRefOrLabel"),
null,
'errors');
917 if ($action ==
'confirm_clone' && $confirm !=
'yes') {
920 if ($action ==
'confirm_clone' && $confirm ==
'yes' && $usercancreate) {
931 $clone->ref =
GETPOST(
'clone_ref',
'alphanohtml');
933 $clone->status_buy = 0;
934 $clone->barcode = -1;
936 if ($clone->check()) {
939 $clone->context[
'createfromclone'] =
'createfromclone';
940 $id = $clone->create($user);
942 if (
GETPOST(
'clone_composition')) {
943 $result = $clone->clone_associations(
$object->id, $id);
951 if (!$error &&
GETPOST(
'clone_categories')) {
952 $result = $clone->cloneCategories(
$object->id, $id);
960 if (!$error &&
GETPOST(
'clone_prices')) {
961 $result = $clone->clone_price(
$object->id, $id);
969 if (!$error && isModEnabled(
'bom') && $user->hasRight(
'bom',
'write')) {
972 $bomstatic =
new BOM($db);
973 $bomclone = $bomstatic->createFromClone($user,
$object->fk_default_bom);
974 if ((
int) $bomclone < 0) {
975 setEventMessages($langs->trans(
'ErrorProductClone').
' : '.$langs->trans(
'ErrorProductCloneBom'),
null,
'warnings');
977 $defbomidac =
$object->fk_default_bom;
978 $clone->fk_default_bom = $bomclone->id;
979 $clone->update($id, $user);
980 $bomclone->fk_product =
$id;
981 $bomclone->label = $langs->trans(
'BOMofRef', $clone->ref);
982 $bomclone->update($user);
983 $bomclone->validate($user);
986 if (
GETPOST(
'clone_otherboms')) {
987 $bomstatic =
new BOM($db);
988 $bomlist = $bomstatic->fetchAll(
"",
"", 0, 0,
'fk_product:=:'.(
int)
$object->id);
989 if (is_array($bomlist)) {
990 foreach ($bomlist as $bom2clone) {
991 if ($bom2clone->id != $defbomidac) {
992 $bomclone = $bomstatic->createFromClone($user, $bom2clone->id);
993 if ((
int) $bomclone < 0) {
994 setEventMessages($langs->trans(
'ErrorProductClone').
' : '.$langs->trans(
'ErrorProductCloneBom'),
null,
'warnings');
996 $bomclone->fk_product =
$id;
997 $bomclone->label = $langs->trans(
'BOMofRef', $clone->ref);
998 $bomclone->update($user);
999 $bomclone->validate($user);
1008 if ($clone->error ==
'ErrorProductAlreadyExists') {
1009 $refalreadyexists++;
1012 $mesg = $langs->trans(
"ErrorProductAlreadyExists", $clone->ref);
1013 $mesg .=
' <a href="' . $_SERVER[
"PHP_SELF"] .
'?ref=' . $clone->ref .
'">' . $langs->trans(
"ShowCardHere") .
'</a>.';
1016 setEventMessages(empty($clone->error) ?
'' : $langs->trans($clone->error), $clone->errors,
'errors');
1021 unset($clone->context[
'createfromclone']);
1028 header(
"Location: " . $_SERVER[
"PHP_SELF"] .
"?id=" . $id);
1032 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"NewRefForClone")),
null,
'errors');
1042 if ($action ==
'confirm_delete' && $confirm !=
'yes') {
1045 if ($action ==
'confirm_delete' && $confirm ==
'yes' && $usercandelete) {
1046 $result =
$object->delete($user);
1049 header(
'Location: '.DOL_URL_ROOT.
'/product/list.php?type='.
$object->type.
'&delprod='.urlencode(
$object->ref));
1060 if (
$object->id > 0 && $action ==
'addin') {
1062 $permissiontoaddline =
false;
1068 if (
GETPOST(
'propalid') > 0) {
1069 $propal =
new Propal($db);
1070 $result = $propal->fetch(
GETPOST(
'propalid'));
1075 $thirdpartyid = $propal->socid;
1076 $permissiontoaddline = $user->hasRight(
'propal',
'creer');
1077 } elseif (
GETPOST(
'commandeid') > 0) {
1079 $result = $commande->fetch(
GETPOST(
'commandeid'));
1084 $thirdpartyid = $commande->socid;
1085 $permissiontoaddline = $user->hasRight(
'commande',
'creer');
1086 } elseif (
GETPOST(
'factureid') > 0) {
1088 $result = $facture->fetch(
GETPOST(
'factureid'));
1093 $thirdpartyid = $facture->socid;
1094 $permissiontoaddline = $user->hasRight(
'facture',
'creer');
1097 if ($thirdpartyid > 0) {
1099 $result = $soc->fetch($thirdpartyid);
1109 if (empty($tva_tx)) {
1112 $localtax1_tx =
get_localtax($tva_tx, 1, $soc, $mysoc, $tva_npr);
1113 $localtax2_tx =
get_localtax($tva_tx, 2, $soc, $mysoc, $tva_npr);
1117 $price_base_type =
$object->price_base_type;
1121 $pu_ht =
$object->multiprices[$soc->price_level];
1122 $pu_ttc =
$object->multiprices_ttc[$soc->price_level];
1123 $price_base_type =
$object->multiprices_base_type[$soc->price_level];
1125 require_once DOL_DOCUMENT_ROOT.
'/product/class/productcustomerprice.class.php';
1129 $filter = array(
't.fk_product' =>
$object->id,
't.fk_soc' => $soc->id);
1131 $result = $prodcustprice->fetchAll(
'',
'', 0, 0, $filter);
1133 if (count($prodcustprice->lines) > 0) {
1134 $pu_ht =
price($prodcustprice->lines [0]->price);
1135 $pu_ttc =
price($prodcustprice->lines [0]->price_ttc);
1136 $price_base_type = $prodcustprice->lines [0]->price_base_type;
1137 $tva_tx = $prodcustprice->lines [0]->tva_tx;
1142 $tmpvat =
price2num(preg_replace(
'/\s*\(.*\)/',
'', $tva_tx));
1143 $tmpprodvat =
price2num(preg_replace(
'/\s*\(.*\)/',
'', $prod->tva_tx));
1147 if ($tmpvat != $tmpprodvat) {
1148 if ($price_base_type !=
'HT') {
1149 $pu_ht =
price2num($pu_ttc / (1 + ((
float) $tmpvat / 100)),
'MU');
1151 $pu_ttc =
price2num($pu_ht * (1 + ((
float) $tmpvat / 100)),
'MU');
1155 if (
GETPOST(
'propalid') > 0 && $permissiontoaddline && is_object($propal)) {
1158 if (($result = $propal->defineBuyPrice($pu_ht,
price2num(
GETPOST(
'remise_percent'),
'', 2),
$object->id)) < 0) {
1159 dol_syslog($langs->trans(
'FailedToGetCostPrice'));
1162 $buyprice = $result;
1165 $result = $propal->addline(
1190 header(
"Location: ".DOL_URL_ROOT.
"/comm/propal/card.php?id=".$propal->id);
1194 setEventMessages($langs->trans(
"ErrorUnknown").
": $result",
null,
'errors');
1195 } elseif (
GETPOST(
'commandeid') > 0 && $permissiontoaddline && is_object($commande)) {
1198 if (($result = $commande->defineBuyPrice($pu_ht,
price2num(
GETPOST(
'remise_percent'),
'', 2),
$object->id)) < 0) {
1199 dol_syslog($langs->trans(
'FailedToGetCostPrice'));
1202 $buyprice = $result;
1205 $result = $commande->addline(
1232 header(
"Location: ".DOL_URL_ROOT.
"/commande/card.php?id=".urlencode((
string) ($commande->id)));
1236 setEventMessages($langs->trans(
"ErrorUnknown").
": $result",
null,
'errors');
1237 } elseif (
GETPOST(
'factureid') > 0 && $permissiontoaddline && is_object($facture)) {
1240 if (($result = $facture->defineBuyPrice($pu_ht,
price2num(
GETPOST(
'remise_percent'),
'', 2),
$object->id)) < 0) {
1241 dol_syslog($langs->trans(
'FailedToGetCostPrice'));
1244 $buyprice = $result;
1247 $result = $facture->addline(
1279 header(
"Location: ".DOL_URL_ROOT.
"/compta/facture/card.php?facid=".$facture->id);
1283 setEventMessages($langs->trans(
"ErrorUnknown").
": $result",
null,
'errors');
1287 setEventMessages($langs->trans(
"WarningSelectOneDocument"),
null,
'warnings');
1298$form =
new Form($db);
1302if (isModEnabled(
'accounting')) {
1305$sellOrEatByMandatoryList =
null;
1306if (isModEnabled(
'productbatch')) {
1310$title = $langs->trans(
'ProductServiceCard');
1315 if ($action ==
'create') {
1316 $title = $langs->trans(
"NewProduct");
1318 $title = $langs->trans(
'Product').
" ".$shortlabel.
" - ".$langs->trans(
'Card');
1319 $help_url =
'EN:Module_Products|FR:Module_Produits|ES:Módulo_Productos|DE:Modul_Produkte';
1323 if ($action ==
'create') {
1324 $title = $langs->trans(
"NewService");
1326 $title = $langs->trans(
'Service').
" ".$shortlabel.
" - ".$langs->trans(
'Card');
1327 $help_url =
'EN:Module_Services_En|FR:Module_Services|ES:Módulo_Servicios|DE:Modul_Leistungen';
1331llxHeader(
'', $title, $help_url,
'', 0, 0,
'',
'',
'',
'mod-product page-card');
1335$modBarCodeProduct =
null;
1338 $dirbarcode = array_merge(array(
'/core/modules/barcode/'), $conf->modules_parts[
'barcode']);
1339 foreach ($dirbarcode as $dirroot) {
1346 $modBarCodeProduct =
new $module();
1347 '@phan-var-force ModeleNumRefBarCode $modBarCodeProduct';
1351$canvasdisplayaction = $action;
1352if (in_array($canvasdisplayaction, array(
'merge',
'confirm_merge'))) {
1353 $canvasdisplayaction =
'view';
1356if (is_object($objcanvas) && $objcanvas->displayCanvasExists($canvasdisplayaction)) {
1360 $objcanvas->assign_values($canvasdisplayaction,
$object->id,
$object->ref);
1361 $objcanvas->display_canvas($canvasdisplayaction);
1366 if ($action ==
'create' && $usercancreate) {
1368 require_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
1370 if (!empty($conf->use_javascript_ajax)) {
1371 print
'<script type="text/javascript">';
1372 print
'$(document).ready(function () {
1373 $("#selectcountry_id").change(function() {
1374 console.log("selectcountry_id change");
1375 document.formprod.action.value="create";
1376 document.formprod.submit();
1379 print
'</script>'.
"\n";
1383 $module =
getDolGlobalString(
'PRODUCT_CODEPRODUCT_ADDON',
'mod_codeproduct_leopard');
1384 if (substr($module, 0, 16) ==
'mod_codeproduct_' && substr($module, -3) ==
'php') {
1385 $module = substr($module, 0,
dol_strlen($module) - 4);
1389 $modCodeProduct =
new $module();
1394 print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST" name="formprod">';
1395 print
'<input type="hidden" name="token" value="'.newToken().
'">';
1396 print
'<input type="hidden" name="action" value="add">';
1397 print
'<input type="hidden" name="type" value="'.$type.
'">'.
"\n";
1398 if (!empty($modCodeProduct->code_auto)) {
1399 print
'<input type="hidden" name="code_auto" value="1">';
1401 if (!empty($modBarCodeProduct->code_auto)) {
1402 print
'<input type="hidden" name="barcode_auto" value="1">';
1404 print
'<input type="hidden" name="backtopage" value="'.$backtopage.
'">';
1408 $title = $langs->trans(
"NewService");
1411 $title = $langs->trans(
"NewProduct");
1417 $object->country_id = GETPOSTISSET(
'country_id') ?
GETPOSTINT(
'country_id') : null;
1418 if (
$object->country_id > 0) {
1420 $object->country_code = $tmparray[
'code'];
1421 $object->country = $tmparray[
'label'];
1427 $parameters = array();
1429 $reshook = $hookmanager->executeHooks(
'tabContentCreateProduct', $parameters,
$object, $action);
1430 if (empty($reshook)) {
1431 print
'<table class="border centpercent">';
1436 if (!empty($modCodeProduct->code_auto)) {
1437 $tmpcode = $modCodeProduct->getNextValue(
$object, $type);
1439 print
'<td class="titlefieldcreate fieldrequired">'.$langs->trans(
"ProductRef").
'</td><td><input id="ref" name="ref" class="maxwidth200" maxlength="128" value="'.
dol_escape_htmltag(GETPOSTISSET(
'ref') ?
GETPOST(
'ref',
'alphanohtml') : $tmpcode).
'">';
1440 if ($refalreadyexists) {
1441 print $langs->trans(
"RefAlreadyExists");
1447 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>';
1450 print
'<tr><td class="fieldrequired">'.$langs->trans(
"Status").
' ('.$langs->trans(
"Sell").
')</td><td>';
1451 $statutarray = array(
'1' => $langs->trans(
"OnSell"),
'0' => $langs->trans(
"NotOnSell"));
1452 print $form->selectarray(
'statut', $statutarray,
GETPOST(
'statut'));
1456 print
'<tr><td class="fieldrequired">'.$langs->trans(
"Status").
' ('.$langs->trans(
"Buy").
')</td><td>';
1457 $statutarray = array(
'1' => $langs->trans(
"ProductStatusOnBuy"),
'0' => $langs->trans(
"ProductStatusNotOnBuy"));
1458 print $form->selectarray(
'statut_buy', $statutarray,
GETPOST(
'statut_buy'));
1462 if (isModEnabled(
'productbatch')) {
1463 print
'<tr><td>'.$langs->trans(
"ManageLotSerial").
'</td><td>';
1464 $statutarray = array(
'0' => $langs->trans(
"ProductStatusNotOnBatch"),
'1' => $langs->trans(
"ProductStatusOnBatch"),
'2' => $langs->trans(
"ProductStatusOnSerial"));
1465 print $form->selectarray(
'status_batch', $statutarray,
GETPOSTINT(
'status_batch'));
1469 if ($status_batch !==
'0') {
1470 $langs->load(
"admin");
1471 $tooltip = $langs->trans(
"GenericMaskCodes", $langs->transnoentities(
"Batch"), $langs->transnoentities(
"Batch"));
1472 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes2");
1473 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes3");
1474 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes4a", $langs->transnoentities(
"Batch"), $langs->transnoentities(
"Batch"));
1475 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes5");
1480 print
'<tr><td id="mask_option">'.$langs->trans(
"ManageLotMask").
'</td>';
1483 print
'<td id="field_mask">';
1484 print $form->textwithpicto(
'<input type="text" class="flat minwidth175" name="batch_mask" id="batch_mask_input">', $tooltip, 1, 1);
1485 print
'<script type="text/javascript">
1486 $(document).ready(function() {
1487 $("#field_mask, #mask_option").addClass("hideobject");
1488 $("#status_batch").on("change", function () {
1489 console.log("We change batch status");
1490 var optionSelected = $("option:selected", this);
1491 var valueSelected = this.value;
1492 $("#field_mask, #mask_option").addClass("hideobject");
1496 if (this.value == 1) {
1497 $("#field_mask, #mask_option").toggleClass("hideobject");
1498 $("#batch_mask_input").val("'.$inherited_mask_lot.
'");
1504 if (this.value == 2) {
1505 $("#field_mask, #mask_option").toggleClass("hideobject");
1506 $("#batch_mask_input").val("'.$inherited_mask_sn.
'");
1519 if (!empty($sellOrEatByMandatoryList)) {
1520 print
'<tr><td>'.$langs->trans(
'BatchSellOrEatByMandatoryList', $langs->transnoentities(
'SellByDate'), $langs->transnoentities(
'EatByDate')).
'</td><td>';
1521 print $form->selectarray(
'sell_or_eat_by_mandatory', $sellOrEatByMandatoryList,
GETPOSTINT(
'sell_or_eat_by_mandatory'));
1526 $showbarcode = isModEnabled(
'barcode');
1527 if (
getDolGlobalString(
'MAIN_USE_ADVANCED_PERMS') && !$user->hasRight(
'barcode',
'lire_advance')) {
1531 if ($showbarcode && is_object($modBarCodeProduct)) {
1532 print
'<tr><td>'.$langs->trans(
'BarcodeType').
'</td><td>';
1533 if (GETPOSTISSET(
'fk_barcode_type')) {
1534 $fk_barcode_type =
GETPOST(
'fk_barcode_type') ?
GETPOST(
'fk_barcode_type') : 0;
1539 $fk_barcode_type = 0;
1542 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formbarcode.class.php';
1544 print $formbarcode->selectBarcodeType($fk_barcode_type,
'fk_barcode_type', 1);
1547 print
'<td>'.$langs->trans(
"BarcodeValue").
'</td><td>';
1548 $tmpcode = GETPOSTISSET(
'barcode') ?
GETPOST(
'barcode') :
$object->barcode;
1549 if (empty($tmpcode) && !empty($modBarCodeProduct->code_auto)) {
1550 $tmpcode = $modBarCodeProduct->getNextValue(
$object, $fk_barcode_type);
1552 print
img_picto(
'',
'barcode',
'class="pictofixedwidth"');
1553 print
'<input class="maxwidth100" type="text" name="barcode" value="'.dol_escape_htmltag($tmpcode).
'">';
1558 print
'<tr><td class="tdtop">'.$langs->trans(
"Description").
'</td><td>';
1559 $doleditor =
new DolEditor(
'desc',
GETPOST(
'desc',
'restricthtml'),
'', 160,
'dolibarr_details',
'',
false,
true,
getDolGlobalString(
'FCKEDITOR_ENABLE_DETAILS'), ROWS_4,
'90%');
1560 $doleditor->Create();
1565 print
'<tr><td>'.$langs->trans(
"PublicUrl").
'</td><td>';
1566 print
img_picto(
'',
'globe',
'class="pictofixedwidth"');
1567 print
'<input type="text" name="url" class="quatrevingtpercent" value="'.GETPOST(
'url').
'">';
1571 if (($type != 1 ||
getDolGlobalInt(
'STOCK_SUPPORTS_SERVICES')) && isModEnabled(
'stock')) {
1573 print
'<tr><td>'.$langs->trans(
"DefaultWarehouse").
'</td><td>';
1574 print
img_picto($langs->trans(
"DefaultWarehouse"),
'stock',
'class="pictofixedwidth"');
1575 print $formproduct->selectWarehouses(
GETPOSTINT(
'fk_default_warehouse'),
'fk_default_warehouse',
'warehouseopen', 1, 0, 0,
'', 0, 0, array(),
'minwidth300 widthcentpercentminusxx maxwidth500');
1576 print
' <a href="'.DOL_URL_ROOT.
'/product/stock/card.php?action=create&token='.
newToken().
'&backtopage='.urlencode($_SERVER[
'PHP_SELF'].
'?&action=create&type='.
GETPOSTINT(
'type')).
'">';
1577 print
'<span class="fa fa-plus-circle valignmiddle paddingleft" title="'.$langs->trans(
"AddWarehouse").
'"></span>';
1585 print
'<tr><td>'.$form->textwithpicto($langs->trans(
"StockLimit"), $langs->trans(
"StockLimitDesc"), 1).
'</td><td>';
1586 print
'<input name="seuil_stock_alerte" class="maxwidth50" value="'.GETPOST(
'seuil_stock_alerte').
'">';
1591 print
'<tr><td>'.$form->textwithpicto($langs->trans(
"DesiredStock"), $langs->trans(
"DesiredStockDesc"), 1).
'</td><td>';
1592 print
'<input name="desiredstock" class="maxwidth50" value="'.GETPOST(
'desiredstock').
'">';
1597 print
'<input name="seuil_stock_alerte" type="hidden" value="0">';
1598 print
'<input name="desiredstock" type="hidden" value="0">';
1602 if ($type == $object::TYPE_SERVICE && isModEnabled(
"workstation")) {
1604 print
'<tr><td>'.$langs->trans(
"DefaultWorkstation").
'</td><td>';
1605 print
img_picto($langs->trans(
"DefaultWorkstation"),
'workstation',
'class="pictofixedwidth"');
1606 print $formproduct->selectWorkstations(
$object->fk_default_workstation,
'fk_default_workstation', 1);
1612 print
'<tr><td>'.$langs->trans(
"Duration").
'</td><td>';
1613 print
img_picto(
'',
'clock',
'class="pictofixedwidth"');
1614 print
'<input name="duration_value" size="4" value="'.GETPOSTINT(
'duration_value').
'">';
1615 print $formproduct->selectMeasuringUnits(
"duration_unit",
"time", (GETPOSTISSET(
'duration_unit') ?
GETPOST(
'duration_unit',
'alpha') :
'h'), 0, 1);
1618 print
' ';
1619 print
'<input type="checkbox" id="mandatoryperiod" name="mandatoryperiod"'.($object->mandatory_period == 1 ?
' checked="checked"' :
'').
'>';
1620 print
'<label for="mandatoryperiod">';
1621 $htmltooltip = $langs->trans(
"mandatoryHelper");
1623 $htmltooltip .=
'<br>'.$langs->trans(
"mandatoryHelper2");
1625 print $form->textwithpicto($langs->trans(
"mandatoryperiod"), $htmltooltip, 1, 0);
1634 print
'<tr><td>'.$form->textwithpicto($langs->trans(
"NatureOfProductShort"), $langs->trans(
"NatureOfProductDesc")).
'</td><td>';
1635 print $formproduct->selectProductNature(
'finished',
$object->finished);
1643 print
'<tr><td>'.$langs->trans(
"Weight").
'</td><td>';
1644 print
img_picto(
'',
'fa-balance-scale',
'class="pictofixedwidth"');
1645 print
'<input name="weight" size="4" value="'.GETPOST(
'weight').
'">';
1646 print $formproduct->selectMeasuringUnits(
"weight_units",
"weight", GETPOSTISSET(
'weight_units') ?
GETPOST(
'weight_units',
'alpha') : (!
getDolGlobalString(
'MAIN_WEIGHT_DEFAULT_UNIT') ? 0 :
getDolGlobalString(
'MAIN_WEIGHT_DEFAULT_UNIT')), 0, 2);
1652 print
'<tr><td>'.$langs->trans(
"Length").
' x '.$langs->trans(
"Width").
' x '.$langs->trans(
"Height").
'</td><td>';
1653 print
img_picto(
'',
'fa-ruler',
'class="pictofixedwidth"');
1654 print
'<input name="size" class="width50" value="'.GETPOST(
'size').
'"> x ';
1655 print
'<input name="sizewidth" class="width50" value="'.GETPOST(
'sizewidth').
'"> x ';
1656 print
'<input name="sizeheight" class="width50" value="'.GETPOST(
'sizeheight').
'">';
1657 print $formproduct->selectMeasuringUnits(
"size_units",
"size", GETPOSTISSET(
'size_units') ?
GETPOST(
'size_units',
'alpha') :
'0', 0, 2);
1662 print
'<tr><td>'.$langs->trans(
"Surface").
'</td><td>';
1663 print
'<input name="surface" size="4" value="'.GETPOST(
'surface').
'">';
1664 print $formproduct->selectMeasuringUnits(
"surface_units",
"surface", GETPOSTISSET(
'surface_units') ?
GETPOST(
'surface_units',
'alpha') :
'0', 0, 2);
1669 print
'<tr><td>'.$langs->trans(
"Volume").
'</td><td>';
1670 print
'<input name="volume" size="4" value="'.GETPOST(
'volume').
'">';
1671 print $formproduct->selectMeasuringUnits(
"volume_units",
"volume", GETPOSTISSET(
'volume_units') ?
GETPOST(
'volume_units',
'alpha') :
'0', 0, 2);
1677 print
'<tr><td>'.$langs->trans(
"NetMeasure").
'</td><td>';
1678 print
'<input name="net_measure" size="4" value="'.GETPOST(
'net_measure').
'">';
1679 print $formproduct->selectMeasuringUnits(
"net_measure_units",
'', GETPOSTISSET(
'net_measure_units') ?
GETPOST(
'net_measure_units',
'alpha') : (!
getDolGlobalString(
'MAIN_WEIGHT_DEFAULT_UNIT') ? 0 :
getDolGlobalString(
'MAIN_WEIGHT_DEFAULT_UNIT')), 0, 0);
1686 print
'<tr><td>'.$langs->trans(
'DefaultUnitToShow').
'</td>';
1688 print $form->selectUnits(empty($line->fk_unit) ?
getDolGlobalString(
'PRODUCT_USE_UNITS') : $line->fk_unit,
'units');
1694 print
'<tr><td class="wordbreak">'.$langs->trans(
"CustomCode").
'</td><td><input name="customcode" class="maxwidth100onsmartphone" value="'.
GETPOST(
'customcode').
'"></td></tr>';
1697 print
'<tr><td>'.$langs->trans(
"CountryOrigin").
'</td>';
1699 print
img_picto(
'',
'globe-americas',
'class="pictofixedwidth"');
1700 print $form->select_country((GETPOSTISSET(
'country_id') ?
GETPOST(
'country_id') :
$object->country_id),
'country_id',
'', 0,
'minwidth300 widthcentpercentminusx maxwidth500');
1702 print
info_admin($langs->trans(
"YouCanChangeValuesForThisListFromDictionarySetup"), 1);
1710 print
'<td>'.$form->editfieldkey(
'RegionStateOrigin',
'state_id',
'',
$object, 0).
'</td><td>';
1712 print
'<td>'.$form->editfieldkey(
'StateOrigin',
'state_id',
'',
$object, 0).
'</td><td>';
1715 print
img_picto(
'',
'state',
'class="pictofixedwidth"');
1716 print $formcompany->select_state(
$object->state_id,
$object->country_code);
1723 print
'<tr><td>'.$langs->trans(
"LifeTime").
'</td><td><input name="lifetime" class="maxwidth50" value="'.
GETPOST(
'lifetime').
'"></td></tr>';
1724 print
'<tr><td>'.$langs->trans(
"QCFrequency").
'</td><td><input name="qc_frequency" class="maxwidth50" value="'.
GETPOST(
'qc_frequency').
'"></td></tr>';
1728 $parameters = array(
'colspan' =>
' colspan="2"',
'cols' => 2);
1729 $reshook = $hookmanager->executeHooks(
'formObjectOptions', $parameters,
$object, $action);
1730 print $hookmanager->resPrint;
1731 if (empty($reshook)) {
1732 print
$object->showOptionals($extrafields,
'create', $parameters);
1736 print
'<tr><td class="tdtop">'.$langs->trans(
"NoteNotVisibleOnBill").
'</td><td>';
1739 $doleditor =
new DolEditor(
'note_private',
GETPOST(
'note_private',
'restricthtml'),
'', 140,
'dolibarr_details',
'',
false,
true,
getDolGlobalString(
'FCKEDITOR_ENABLE_NOTE_PRIVATE'), ROWS_8,
'90%');
1740 $doleditor->Create();
1745 if (isModEnabled(
'category')) {
1747 print
'<tr><td>'.$langs->trans(
"Categories").
'</td><td>';
1748 $cate_arbo = $form->select_all_categories(Categorie::TYPE_PRODUCT,
'',
'parent', 64, 0, 3);
1749 print
img_picto(
'',
'category',
'class="pictofixedwidth"').$form->multiselectarray(
'categories', $cate_arbo,
GETPOST(
'categories',
'array'), 0, 0,
'quatrevingtpercent widthcentpercentminusx', 0, 0);
1761 print
'<table class="border centpercent">';
1763 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"VATRate").
'</td><td>';
1765 print $form->load_tva(
"tva_tx", $defaultva, $mysoc, $mysoc, 0, 0,
'',
false, 1);
1772 print
'<table class="border centpercent">';
1775 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"SellingPrice").
'</td>';
1776 print
'<td><input name="price" class="maxwidth50" value="'.$object->price.
'">';
1777 print $form->selectPriceBaseType(
getDolGlobalString(
'PRODUCT_PRICE_BASE_TYPE'),
"price_base_type");
1781 print
'<tr><td>'.$langs->trans(
"MinPrice").
'</td>';
1782 print
'<td><input name="price_min" class="maxwidth50" value="'.$object->price_min.
'">';
1786 print
'<tr><td>'.$langs->trans(
"VATRate").
'</td><td>';
1788 print $form->load_tva(
"tva_tx", $defaultva, $mysoc, $mysoc, 0, 0,
'',
false, 1);
1798 print
'<!-- accountancy codes -->'.
"\n";
1799 print
'<table class="border centpercent">';
1802 if (isModEnabled(
'accounting')) {
1804 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellCode").
'</td>';
1807 $accountancy_code_sell = (GETPOSTISSET(
'accountancy_code_sell') ?
GETPOST(
'accountancy_code_sell',
'alpha') :
getDolGlobalString(
"ACCOUNTING_PRODUCT_SOLD_ACCOUNT"));
1809 $accountancy_code_sell = (GETPOSTISSET(
'accountancy_code_sell') ?
GETPOST(
'accountancy_code_sell',
'alpha') :
getDolGlobalString(
"ACCOUNTING_SERVICE_SOLD_ACCOUNT"));
1811 print $formaccounting->select_account($accountancy_code_sell,
'accountancy_code_sell', 1, array(), 1, 1,
'minwidth150 maxwidth300', 1);
1815 if ($mysoc->isInEEC()) {
1816 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellIntraCode").
'</td>';
1819 $accountancy_code_sell_intra = (GETPOSTISSET(
'accountancy_code_sell_intra') ?
GETPOST(
'accountancy_code_sell_intra',
'alpha') :
getDolGlobalString(
"ACCOUNTING_PRODUCT_SOLD_INTRA_ACCOUNT"));
1821 $accountancy_code_sell_intra = (GETPOSTISSET(
'accountancy_code_sell_intra') ?
GETPOST(
'accountancy_code_sell_intra',
'alpha') :
getDolGlobalString(
"ACCOUNTING_SERVICE_SOLD_INTRA_ACCOUNT"));
1823 print $formaccounting->select_account($accountancy_code_sell_intra,
'accountancy_code_sell_intra', 1, array(), 1, 1,
'minwidth150 maxwidth300', 1);
1828 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellExportCode").
'</td>';
1831 $accountancy_code_sell_export = (
GETPOST(
'accountancy_code_sell_export') ?
GETPOST(
'accountancy_code_sell_export',
'alpha') :
getDolGlobalString(
"ACCOUNTING_PRODUCT_SOLD_EXPORT_ACCOUNT"));
1833 $accountancy_code_sell_export = (
GETPOST(
'accountancy_code_sell_export') ?
GETPOST(
'accountancy_code_sell_export',
'alpha') :
getDolGlobalString(
"ACCOUNTING_SERVICE_SOLD_EXPORT_ACCOUNT"));
1835 print $formaccounting->select_account($accountancy_code_sell_export,
'accountancy_code_sell_export', 1, array(), 1, 1,
'minwidth150 maxwidth300', 1);
1839 print
'<tr><td>'.$langs->trans(
"ProductAccountancyBuyCode").
'</td>';
1842 $accountancy_code_buy = (
GETPOST(
'accountancy_code_buy',
'alpha') ? (
GETPOST(
'accountancy_code_buy',
'alpha')) :
getDolGlobalString(
"ACCOUNTING_PRODUCT_BUY_ACCOUNT"));
1844 $accountancy_code_buy = (
GETPOST(
'accountancy_code_buy',
'alpha') ? (
GETPOST(
'accountancy_code_buy',
'alpha')) :
getDolGlobalString(
"ACCOUNTING_SERVICE_BUY_ACCOUNT"));
1846 print $formaccounting->select_account($accountancy_code_buy,
'accountancy_code_buy', 1, array(), 1, 1,
'minwidth150 maxwidth300', 1);
1850 if ($mysoc->isInEEC()) {
1851 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyIntraCode").
'</td>';
1854 $accountancy_code_buy_intra = (GETPOSTISSET(
'accountancy_code_buy_intra') ?
GETPOST(
'accountancy_code_buy_intra',
'alpha') :
getDolGlobalString(
"ACCOUNTING_PRODUCT_BUY_INTRA_ACCOUNT"));
1856 $accountancy_code_buy_intra = (GETPOSTISSET(
'accountancy_code_buy_intra') ?
GETPOST(
'accountancy_code_buy_intra',
'alpha') :
getDolGlobalString(
"ACCOUNTING_SERVICE_BUY_INTRA_ACCOUNT"));
1858 print $formaccounting->select_account($accountancy_code_buy_intra,
'accountancy_code_buy_intra', 1, array(), 1, 1,
'minwidth150 maxwidth300', 1);
1863 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyExportCode").
'</td>';
1866 $accountancy_code_buy_export = (
GETPOST(
'accountancy_code_buy_export') ?
GETPOST(
'accountancy_code_buy_export',
'alpha') :
getDolGlobalString(
"ACCOUNTING_PRODUCT_BUY_EXPORT_ACCOUNT"));
1868 $accountancy_code_buy_export = (
GETPOST(
'accountancy_code_buy_export') ?
GETPOST(
'accountancy_code_buy_export',
'alpha') :
getDolGlobalString(
"ACCOUNTING_SERVICE_BUY_EXPORT_ACCOUNT"));
1870 print $formaccounting->select_account($accountancy_code_buy_export,
'accountancy_code_buy_export', 1, array(), 1, 1,
'minwidth150 maxwidth300', 1);
1873 if (!empty($accountancy_code_sell)) {
1874 $object->accountancy_code_sell = $accountancy_code_sell;
1876 if (!empty($accountancy_code_sell_intra)) {
1877 $object->accountancy_code_sell_intra = $accountancy_code_sell_intra;
1879 if (!empty($accountancy_code_sell_export)) {
1880 $object->accountancy_code_sell_export = $accountancy_code_sell_export;
1882 if (!empty($accountancy_code_buy)) {
1883 $object->accountancy_code_buy = $accountancy_code_buy;
1885 if (!empty($accountancy_code_buy_intra)) {
1886 $object->accountancy_code_buy_intra = $accountancy_code_buy_intra;
1888 if (!empty($accountancy_code_buy_export)) {
1889 $object->accountancy_code_buy_export = $accountancy_code_buy_export;
1893 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellCode").
'</td>';
1894 print
'<td class="maxwidthonsmartphone"><input class="minwidth150" name="accountancy_code_sell" value="'.$object->accountancy_code_sell.
'">';
1898 if ($mysoc->isInEEC()) {
1899 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellIntraCode").
'</td>';
1900 print
'<td class="maxwidthonsmartphone"><input class="minwidth150" name="accountancy_code_sell_intra" value="'.$object->accountancy_code_sell_intra.
'">';
1905 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellExportCode").
'</td>';
1906 print
'<td class="maxwidthonsmartphone"><input class="minwidth150" name="accountancy_code_sell_export" value="'.$object->accountancy_code_sell_export.
'">';
1910 print
'<tr><td>'.$langs->trans(
"ProductAccountancyBuyCode").
'</td>';
1911 print
'<td class="maxwidthonsmartphone"><input class="minwidth150" name="accountancy_code_buy" value="'.$object->accountancy_code_buy.
'">';
1915 if ($mysoc->isInEEC()) {
1916 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyIntraCode").
'</td>';
1917 print
'<td class="maxwidthonsmartphone"><input class="minwidth150" name="accountancy_code_buy_intra" value="'.$object->accountancy_code_buy_intra.
'">';
1922 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyExportCode").
'</td>';
1923 print
'<td class="maxwidthonsmartphone"><input class="minwidth150" name="accountancy_code_buy_export" value="'.$object->accountancy_code_buy_export.
'">';
1932 print $form->buttonsSaveCancel(
"Create");
1941 if ($action ==
'edit' && $usercancreate) {
1943 require_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
1945 if (!empty($conf->use_javascript_ajax)) {
1946 print
'<script type="text/javascript">';
1947 print
'$(document).ready(function () {
1948 $("#selectcountry_id").change(function () {
1949 document.formprod.action.value="edit";
1950 document.formprod.submit();
1953 print
'</script>'.
"\n";
1960 $object->country_code = $tmparray[
'code'];
1961 $object->country = $tmparray[
'label'];
1964 $type = $langs->trans(
'Product');
1966 $type = $langs->trans(
'Service');
1971 print
'<form action="'.$_SERVER[
'PHP_SELF'].
'?id='.
$object->id.
'" method="POST" name="formprod">'.
"\n";
1972 print
'<input type="hidden" name="token" value="'.newToken().
'">';
1973 print
'<input type="hidden" name="action" value="update">';
1974 print
'<input type="hidden" name="id" value="'.$object->id.
'">';
1975 print
'<input type="hidden" name="canvas" value="'.$object->canvas.
'">';
1978 $titre = $langs->trans(
"CardProduct".
$object->type);
1980 print
dol_get_fiche_head($head,
'card', $titre, 0, $picto, 0,
'',
'', 0,
'', 1);
1983 $parameters = array();
1985 $reshook = $hookmanager->executeHooks(
'tabContentEditProduct', $parameters,
$object, $action);
1987 if (empty($reshook)) {
1988 print
'<table class="border allwidth">';
1992 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>';
1994 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>';
1998 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>';
2001 print
'<tr><td class="fieldrequired">'.$langs->trans(
"Status").
' ('.$langs->trans(
"Sell").
')</td><td colspan="3">';
2002 print
'<select class="flat" name="statut">';
2003 if ((GETPOSTISSET(
'statut') &&
GETPOST(
'statut')) || (!GETPOSTISSET(
'statut') &&
$object->status)) {
2004 print
'<option value="1" selected>'.$langs->trans(
"OnSell").
'</option>';
2005 print
'<option value="0">'.$langs->trans(
"NotOnSell").
'</option>';
2007 print
'<option value="1">'.$langs->trans(
"OnSell").
'</option>';
2008 print
'<option value="0" selected>'.$langs->trans(
"NotOnSell").
'</option>';
2014 print
'<tr><td class="fieldrequired">'.$langs->trans(
"Status").
' ('.$langs->trans(
"Buy").
')</td><td colspan="3">';
2015 print
'<select class="flat" name="statut_buy">';
2016 if ((GETPOSTISSET(
'statut_buy') &&
GETPOST(
'statut_buy')) || (!GETPOSTISSET(
'statut_buy') &&
$object->status_buy)) {
2017 print
'<option value="1" selected>'.$langs->trans(
"ProductStatusOnBuy").
'</option>';
2018 print
'<option value="0">'.$langs->trans(
"ProductStatusNotOnBuy").
'</option>';
2020 print
'<option value="1">'.$langs->trans(
"ProductStatusOnBuy").
'</option>';
2021 print
'<option value="0" selected>'.$langs->trans(
"ProductStatusNotOnBuy").
'</option>';
2027 if (isModEnabled(
'productbatch')) {
2029 print
'<tr><td>'.$langs->trans(
"ManageLotSerial").
'</td><td>';
2030 $statutarray = array(
'0' => $langs->trans(
"ProductStatusNotOnBatch"),
'1' => $langs->trans(
"ProductStatusOnBatch"),
'2' => $langs->trans(
"ProductStatusOnSerial"));
2032 print $form->selectarray(
'status_batch', $statutarray, GETPOSTISSET(
'status_batch') ?
GETPOSTINT(
'status_batch') :
$object->status_batch);
2034 print
'<span id="statusBatchWarning" class="warning" style="display: none;">';
2035 print
img_warning().
' '.$langs->trans(
"WarningConvertFromBatchToSerial").
'</span>';
2037 print
'<span id="statusBatchMouvToGlobal" class="warning" style="display: none;">';
2038 print
img_warning().
' '.$langs->trans(
"WarningTransferBatchStockMouvToGlobal").
'</span>';
2042 print
'<script type="text/javascript">
2043 $(document).ready(function() {
2044 console.log($("#statusBatchWarning"))
2045 $("#status_batch").on("change", function() {
2046 if ($("#status_batch")[0].value == 0){
2047 $("#statusBatchMouvToGlobal").show()
2049 $("#statusBatchMouvToGlobal").hide()
2055 if (
$object->status_batch == 1) {
2056 print
'<script type="text/javascript">
2057 $(document).ready(function() {
2058 console.log($("#statusBatchWarning"))
2059 $("#status_batch").on("change", function() {
2060 if ($("#status_batch")[0].value == 2){
2061 $("#statusBatchWarning").show()
2063 $("#statusBatchWarning").hide()
2071 if (!empty(
$object->status_batch) || !empty($conf->use_javascript_ajax)) {
2072 $langs->load(
"admin");
2073 $tooltip = $langs->trans(
"GenericMaskCodes", $langs->transnoentities(
"Batch"), $langs->transnoentities(
"Batch"));
2074 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes2");
2075 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes3");
2076 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes4a", $langs->transnoentities(
"Batch"), $langs->transnoentities(
"Batch"));
2077 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes5");
2080 print
'<tr><td id="mask_option">'.$langs->trans(
"ManageLotMask").
'</td>';
2090 print
'<td id="field_mask">';
2091 print $form->textwithpicto(
'<input type="text" class="flat minwidth175" name="batch_mask" id="batch_mask_input" value="'.$mask.
'">', $tooltip, 1, 1);
2093 if (!empty($conf->use_javascript_ajax)) {
2094 print
'<script type="text/javascript">
2095 $(document).ready(function() {
2096 $("#field_mask").parent().addClass("hideobject");
2097 var preselect = document.getElementById("status_batch");';
2099 print
'if (preselect.value == "2") {
2100 $("#field_mask").parent().removeClass("hideobject");
2104 print
'if (preselect.value == "1") {
2105 $("#field_mask").parent().removeClass("hideobject");
2108 print
'$("#status_batch").on("change", function () {
2109 var optionSelected = $("option:selected", this);
2110 var valueSelected = this.value;
2111 $("#field_mask").parent().addClass("hideobject");
2115 if (this.value == 1) {
2116 $("#field_mask").parent().removeClass("hideobject");
2117 $("#batch_mask_input").val("'.$inherited_mask_lot.
'");
2123 if (this.value == 2) {
2124 $("#field_mask").parent().removeClass("hideobject");
2125 $("#batch_mask_input").val("'.$inherited_mask_sn.
'");
2139 if (!empty($sellOrEatByMandatoryList)) {
2140 if (GETPOSTISSET(
'sell_or_eat_by_mandatory')) {
2141 $sellOrEatByMandatorySelectedId =
GETPOSTINT(
'sell_or_eat_by_mandatory');
2143 $sellOrEatByMandatorySelectedId =
$object->sell_or_eat_by_mandatory;
2145 print
'<tr><td>'.$langs->trans(
'BatchSellOrEatByMandatoryList', $langs->transnoentities(
'SellByDate'), $langs->transnoentities(
'EatByDate')).
'</td><td>';
2146 print $form->selectarray(
'sell_or_eat_by_mandatory', $sellOrEatByMandatoryList, $sellOrEatByMandatorySelectedId);
2152 $showbarcode = isModEnabled(
'barcode');
2153 if (
getDolGlobalString(
'MAIN_USE_ADVANCED_PERMS') && !$user->hasRight(
'barcode',
'lire_advance')) {
2158 print
'<tr><td>'.$langs->trans(
'BarcodeType').
'</td><td>';
2159 if (GETPOSTISSET(
'fk_barcode_type')) {
2160 $fk_barcode_type =
GETPOST(
'fk_barcode_type');
2162 $fk_barcode_type =
$object->barcode_type;
2167 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formbarcode.class.php';
2169 print $formbarcode->selectBarcodeType($fk_barcode_type,
'fk_barcode_type', 1);
2171 print
'<tr><td>'.$langs->trans(
"BarcodeValue").
'</td><td>';
2172 $tmpcode = GETPOSTISSET(
'barcode') ?
GETPOST(
'barcode') :
$object->barcode;
2173 if (empty($tmpcode) && !empty($modBarCodeProduct->code_auto)) {
2174 $tmpcode = $modBarCodeProduct->getNextValue(
$object, $fk_barcode_type);
2176 print
'<input class="maxwidth150 maxwidthonsmartphone" type="text" name="barcode" value="'.dol_escape_htmltag($tmpcode).
'">';
2181 print
'<tr><td class="tdtop">'.$langs->trans(
"Description").
'</td><td>';
2184 $doleditor =
new DolEditor(
'desc', GETPOSTISSET(
'desc') ?
GETPOST(
'desc',
'restricthtml') :
$object->
description,
'', 160,
'dolibarr_details',
'', false, true,
getDolGlobalInt(
'FCKEDITOR_ENABLE_DETAILS'), ROWS_4,
'90%');
2185 $doleditor->Create();
2192 print
'<tr><td>'.$langs->trans(
"PublicUrl").
'</td><td>';
2193 print
img_picto(
'',
'globe',
'class="pictofixedwidth"');
2194 print
'<input type="text" name="url" class="maxwidth500 widthcentpercentminusx" value="'.(GETPOSTISSET(
'url') ?
GETPOST(
'url') :
$object->url).
'">';
2201 print
'<tr><td>'.$langs->trans(
"DefaultWarehouse").
'</td><td>';
2202 print
img_picto($langs->trans(
"DefaultWarehouse"),
'stock',
'class="pictofixedwidth"');
2203 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(),
'maxwidth500 widthcentpercentminusxx');
2204 print
' <a href="'.DOL_URL_ROOT.
'/product/stock/card.php?action=create&backtopage='.urlencode($_SERVER[
'PHP_SELF'].
'?action=edit&id='.((
int)
$object->id)).
'">';
2205 print
'<span class="fa fa-plus-circle valignmiddle paddingleft" title="'.$langs->trans(
"AddWarehouse").
'"></span></a>';
2218 if (
$object->isService() && isModEnabled(
'workstation')) {
2220 print
'<tr><td>'.$langs->trans(
"DefaultWorkstation").
'</td><td>';
2221 print
img_picto($langs->trans(
"DefaultWorkstation"),
'workstation',
'class="pictofixedwidth"');
2222 print $formproduct->selectWorkstations(
$object->fk_default_workstation,
'fk_default_workstation', 1);
2235 print
'<tr><td>'.$langs->trans(
"Duration").
'</td><td>';
2236 print
'<input name="duration_value" size="5" value="'.$object->duration_value.
'"> ';
2237 print $formproduct->selectMeasuringUnits(
"duration_unit",
"time",
$object->duration_unit, 0, 1);
2240 print
' ';
2241 print
'<input type="checkbox" id="mandatoryperiod" name="mandatoryperiod"'.($object->mandatory_period == 1 ?
' checked="checked"' :
'').
'>';
2242 print
'<label for="mandatoryperiod">';
2243 $htmltooltip = $langs->trans(
"mandatoryHelper");
2245 $htmltooltip .=
'<br>'.$langs->trans(
"mandatoryHelper2");
2247 print $form->textwithpicto($langs->trans(
"mandatoryperiod"), $htmltooltip, 1, 0);
2254 print
'<tr><td>'.$form->textwithpicto($langs->trans(
"NatureOfProductShort"), $langs->trans(
"NatureOfProductDesc")).
'</td><td>';
2255 print $formproduct->selectProductNature(
'finished', (GETPOSTISSET(
'finished') ?
GETPOST(
'finished') :
$object->finished));
2260 if (!
$object->isService() && isModEnabled(
'bom')) {
2261 print
'<tr><td>'.$form->textwithpicto($langs->trans(
"DefaultBOM"), $langs->trans(
"DefaultBOMDesc", $langs->transnoentitiesnoconv(
"Finished"))).
'</td><td>';
2262 $bomkey =
"Bom:bom/class/bom.class.php:0:(t.status:=:1) AND (t.fk_product:=:".((int)
$object->id).
')';
2263 print $form->selectForForms($bomkey,
'fk_default_bom', (GETPOSTISSET(
'fk_default_bom') ?
GETPOST(
'fk_default_bom') :
$object->fk_default_bom), 1);
2270 print
'<tr><td>'.$langs->trans(
"Weight").
'</td><td>';
2271 print
'<input name="weight" size="5" value="'.(GETPOSTISSET(
'weight') ?
GETPOST(
'weight') :
$object->weight).
'"> ';
2272 print $formproduct->selectMeasuringUnits(
"weight_units",
"weight", GETPOSTISSET(
'weight_units') ?
GETPOST(
'weight_units') :
$object->weight_units, 0, 2);
2278 print
'<tr><td>'.$langs->trans(
"Length").
' x '.$langs->trans(
"Width").
' x '.$langs->trans(
"Height").
'</td><td>';
2279 print
'<input name="size" size="5" value="'.(GETPOSTISSET(
'size') ?
GETPOST(
'size') :
$object->length).
'">x';
2280 print
'<input name="sizewidth" size="5" value="'.(GETPOSTISSET(
'sizewidth') ?
GETPOST(
'sizewidth') :
$object->width).
'">x';
2281 print
'<input name="sizeheight" size="5" value="'.(GETPOSTISSET(
'sizeheight') ?
GETPOST(
'sizeheight') :
$object->height).
'"> ';
2282 print $formproduct->selectMeasuringUnits(
"size_units",
"size", GETPOSTISSET(
'size_units') ?
GETPOST(
'size_units') :
$object->length_units, 0, 2);
2287 print
'<tr><td>'.$langs->trans(
"Surface").
'</td><td>';
2288 print
'<input name="surface" size="5" value="'.(GETPOSTISSET(
'surface') ?
GETPOST(
'surface') :
$object->surface).
'"> ';
2289 print $formproduct->selectMeasuringUnits(
"surface_units",
"surface", GETPOSTISSET(
'surface_units') ?
GETPOST(
'surface_units') :
$object->surface_units, 0, 2);
2294 print
'<tr><td>'.$langs->trans(
"Volume").
'</td><td>';
2295 print
'<input name="volume" size="5" value="'.(GETPOSTISSET(
'volume') ?
GETPOST(
'volume') :
$object->volume).
'"> ';
2296 print $formproduct->selectMeasuringUnits(
"volume_units",
"volume", GETPOSTISSET(
'volume_units') ?
GETPOST(
'volume_units') :
$object->volume_units, 0, 2);
2302 print
'<tr><td>'.$langs->trans(
"NetMeasure").
'</td><td>';
2303 print
'<input name="net_measure" size="5" value="'.(GETPOSTISSET(
'net_measure') ?
GETPOST(
'net_measure') :
$object->net_measure).
'"> ';
2304 print $formproduct->selectMeasuringUnits(
"net_measure_units",
"", GETPOSTISSET(
'net_measure_units') ?
GETPOST(
'net_measure_units') :
$object->net_measure_units, 0, 0);
2310 print
'<tr><td>'.$langs->trans(
'DefaultUnitToShow').
'</td>';
2312 print $form->selectUnits(
$object->fk_unit,
'units');
2318 print
'<tr><td class="wordbreak">'.$langs->trans(
"CustomCode").
'</td><td><input name="customcode" class="maxwidth100onsmartphone" value="'.(GETPOSTISSET(
'customcode') ?
GETPOST(
'customcode') :
$object->customcode).
'"></td></tr>';
2320 print
'<tr><td>'.$langs->trans(
"CountryOrigin").
'</td>';
2322 print
img_picto(
'',
'globe-americas',
'class="paddingrightonly"');
2323 print $form->select_country(GETPOSTISSET(
'country_id') ?
GETPOSTINT(
'country_id') :
$object->country_id,
'country_id',
'', 0,
'minwidth100 maxwidthonsmartphone');
2325 print
info_admin($langs->trans(
"YouCanChangeValuesForThisListFromDictionarySetup"), 1);
2333 print
'<td>'.$form->editfieldkey(
'RegionStateOrigin',
'state_id',
'',
$object, 0).
'</td><td>';
2335 print
'<td>'.$form->editfieldkey(
'StateOrigin',
'state_id',
'',
$object, 0).
'</td><td>';
2338 print
img_picto(
'',
'state',
'class="pictofixedwidth"');
2339 print $formcompany->select_state(GETPOSTISSET(
'state_id') ?
GETPOSTINT(
'state_id') :
$object->state_id,
$object->country_code);
2347 print
'<tr><td>'.$langs->trans(
"LifeTime").
'</td><td><input name="lifetime" class="maxwidth100onsmartphone" value="'.
$object->lifetime.
'"></td></tr>';
2348 print
'<tr><td>'.$langs->trans(
"QCFrequency").
'</td><td><input name="qc_frequency" class="maxwidth100onsmartphone" value="'.
$object->qc_frequency.
'"></td></tr>';
2352 $parameters = array(
'colspan' =>
' colspan="2"',
'cols' => 2);
2353 $reshook = $hookmanager->executeHooks(
'formObjectOptions', $parameters,
$object, $action);
2354 print $hookmanager->resPrint;
2355 if (empty($reshook)) {
2356 print
$object->showOptionals($extrafields,
'edit', $parameters);
2360 if (isModEnabled(
'category')) {
2361 print
'<tr><td>'.$langs->trans(
"Categories").
'</td><td>';
2362 $cate_arbo = $form->select_all_categories(Categorie::TYPE_PRODUCT,
'',
'parent', 64, 0, 3);
2364 $cats = $c->containing(
$object->id, Categorie::TYPE_PRODUCT);
2365 $arrayselected = array();
2366 if (is_array($cats)) {
2367 foreach ($cats as $cat) {
2368 $arrayselected[] = $cat->id;
2372 foreach (
GETPOST(
'categories',
'array') as $cat) {
2373 $arrayselected[] = $cat;
2376 print
img_picto(
'',
'category',
'class="pictofixedwidth"').$form->multiselectarray(
'categories', $cate_arbo, $arrayselected, 0, 0,
'quatrevingtpercent widthcentpercentminusx', 0, 0);
2382 print
'<tr><td class="tdtop">'.$langs->trans(
"NoteNotVisibleOnBill").
'</td><td>';
2384 $doleditor =
new DolEditor(
'note_private',
$object->note_private,
'', 140,
'dolibarr_notes',
'',
false,
true,
getDolGlobalInt(
'FCKEDITOR_ENABLE_NOTE_PRIVATE'), ROWS_4,
'90%');
2385 $doleditor->Create();
2394 print
'<table class="border centpercent">';
2397 if (isModEnabled(
'accounting')) {
2399 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellCode").
'</td>';
2401 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');
2405 if ($mysoc->isInEEC()) {
2406 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellIntraCode").
'</td>';
2408 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');
2413 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellExportCode").
'</td>';
2415 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');
2419 print
'<tr><td>'.$langs->trans(
"ProductAccountancyBuyCode").
'</td>';
2421 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');
2425 if ($mysoc->isInEEC()) {
2426 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyIntraCode").
'</td>';
2428 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');
2433 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyExportCode").
'</td>';
2435 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');
2440 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellCode").
'</td>';
2441 print
'<td><input name="accountancy_code_sell" class="maxwidth200" value="'.(GETPOSTISSET(
'accountancy_code_sell') ?
GETPOST(
'accountancy_code_sell') :
$object->accountancy_code_sell).
'">';
2445 if ($mysoc->isInEEC()) {
2446 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellIntraCode").
'</td>';
2447 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).
'">';
2452 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancySellExportCode").
'</td>';
2453 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).
'">';
2457 print
'<tr><td>'.$langs->trans(
"ProductAccountancyBuyCode").
'</td>';
2458 print
'<td><input name="accountancy_code_buy" class="maxwidth200" value="'.(GETPOSTISSET(
'accountancy_code_buy') ?
GETPOST(
'accountancy_code_buy') :
$object->accountancy_code_buy).
'">';
2462 if ($mysoc->isInEEC()) {
2463 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyIntraCode").
'</td>';
2464 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).
'">';
2469 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ProductAccountancyBuyExportCode").
'</td>';
2470 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).
'">';
2479 print $form->buttonsSaveCancel();
2485 $showbarcode = isModEnabled(
'barcode');
2486 if (
getDolGlobalString(
'MAIN_USE_ADVANCED_PERMS') && !$user->hasRight(
'barcode',
'lire_advance')) {
2491 $titre = $langs->trans(
"CardProduct".
$object->type);
2496 $linkback =
'<a href="'.DOL_URL_ROOT.
'/product/list.php?restore_lastsearch_values=1&type='.
$object->type.
'">'.$langs->trans(
"BackToList").
'</a>';
2497 $object->next_prev_filter =
"fk_product_type:=:".((int)
$object->type);
2500 if ($user->socid && !in_array(
'product', explode(
',',
getDolGlobalString(
'MAIN_MODULES_FOR_EXTERNAL')))) {
2504 dol_banner_tab(
$object,
'ref', $linkback, $shownav,
'ref');
2507 $parameters = array();
2509 $reshook = $hookmanager->executeHooks(
'tabContentViewProduct', $parameters,
$object, $action);
2510 if (empty($reshook)) {
2511 print
'<div class="fichecenter">';
2512 print
'<div class="fichehalfleft">';
2514 print
'<div class="underbanner clearboth"></div>';
2515 print
'<table class="border tableforfield centpercent">';
2518 if (isModEnabled(
"product") && isModEnabled(
"service")) {
2519 $typeformat =
'select;0:'.$langs->trans(
"Product").
',1:'.$langs->trans(
"Service");
2520 print
'<tr><td class="titlefield">';
2521 print (!
getDolGlobalString(
'PRODUCT_DENY_CHANGE_PRODUCT_TYPE')) ? $form->editfieldkey(
"Type",
'fk_product_type',
$object->type,
$object, $usercancreate, $typeformat) : $langs->trans(
'Type');
2523 print $form->editfieldval(
"Type",
'fk_product_type',
$object->type,
$object, $usercancreate, $typeformat);
2529 print
'<tr><td class="nowrap">';
2530 print
'<table width="100%" class="nobordernopadding"><tr><td class="nowrap">';
2531 print $langs->trans(
"BarcodeType");
2533 if (($action !=
'editbarcodetype') && $usercancreate && $createbarcode) {
2534 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>';
2536 print
'</tr></table>';
2538 if ($action ==
'editbarcodetype' || $action ==
'editbarcode') {
2539 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formbarcode.class.php';
2543 $fk_barcode_type =
'';
2544 if ($action ==
'editbarcodetype' && is_object($formbarcode)) {
2545 print $formbarcode->formBarcodeType($_SERVER[
'PHP_SELF'].
'?id='.
$object->id,
$object->barcode_type,
'fk_barcode_type');
2546 $fk_barcode_type =
$object->barcode_type;
2549 $fk_barcode_type =
$object->barcode_type;
2550 print
$object->barcode_type_label ?
$object->barcode_type_label : (
$object->barcode ?
'<div class="warning">'.$langs->trans(
"SetDefaultBarcodeType").
'<div>' :
'');
2552 print
'</td></tr>'.
"\n";
2555 print
'<tr><td class="nowrap">';
2556 print
'<table width="100%" class="nobordernopadding"><tr><td class="nowrap">';
2557 print $langs->trans(
"BarcodeValue");
2559 if (($action !=
'editbarcode') && $usercancreate && $createbarcode) {
2560 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>';
2562 print
'</tr></table>';
2563 print
'</td><td class="wordbreak">';
2564 if ($action ==
'editbarcode') {
2565 $tmpcode = GETPOSTISSET(
'barcode') ?
GETPOST(
'barcode') :
$object->barcode;
2566 if (empty($tmpcode) && !empty($modBarCodeProduct->code_auto)) {
2567 $tmpcode = $modBarCodeProduct->getNextValue(
$object, $fk_barcode_type);
2570 print
'<form method="post" action="'.$_SERVER[
"PHP_SELF"].
'?id='.
$object->id.
'">';
2571 print
'<input type="hidden" name="token" value="'.newToken().
'">';
2572 print
'<input type="hidden" name="action" value="setbarcode">';
2573 print
'<input type="hidden" name="barcode_type_code" value="'.$object->barcode_type_code.
'">';
2574 print
'<input class="width300" class="maxwidthonsmartphone" type="text" name="barcode" value="'.$tmpcode.
'">';
2575 print
' <input type="submit" class="button smallpaddingimp" value="'.$langs->trans(
"Modify").
'">';
2580 print
'</td></tr>'.
"\n";
2584 if (isModEnabled(
'productbatch')) {
2586 print
'<tr><td>'.$langs->trans(
"ManageLotSerial").
'</td><td>';
2587 print
$object->getLibStatut(0, 2);
2591 print
'<tr><td>'.$langs->trans(
"ManageLotMask").
'</td><td>';
2597 print
'<tr><td>'.$langs->trans(
'BatchSellOrEatByMandatoryList', $langs->transnoentities(
'SellByDate'), $langs->transnoentities(
'EatByDate')).
'</td><td>';
2598 print
$object->getSellOrEatByMandatoryLabel();
2604 print
'<tr><td class="nowrap">';
2605 print $langs->trans(
"ProductAccountancySellCode");
2607 if (isModEnabled(
'accounting')) {
2608 if (!empty(
$object->accountancy_code_sell)) {
2610 $accountingaccount->fetch(0,
$object->accountancy_code_sell, 1);
2612 print $accountingaccount->getNomUrl(0, 1, 1,
'', 1);
2615 print
$object->accountancy_code_sell;
2620 if ($mysoc->isInEEC()) {
2621 print
'<tr><td class="nowrap">';
2622 print $langs->trans(
"ProductAccountancySellIntraCode");
2624 if (isModEnabled(
'accounting')) {
2625 if (!empty(
$object->accountancy_code_sell_intra)) {
2627 $accountingaccount2->fetch(0,
$object->accountancy_code_sell_intra, 1);
2629 print $accountingaccount2->getNomUrl(0, 1, 1,
'', 1);
2632 print
$object->accountancy_code_sell_intra;
2638 print
'<tr><td class="nowrap">';
2639 print $langs->trans(
"ProductAccountancySellExportCode");
2641 if (isModEnabled(
'accounting')) {
2642 if (!empty(
$object->accountancy_code_sell_export)) {
2644 $accountingaccount3->fetch(0,
$object->accountancy_code_sell_export, 1);
2646 print $accountingaccount3->getNomUrl(0, 1, 1,
'', 1);
2649 print
$object->accountancy_code_sell_export;
2654 print
'<tr><td class="nowrap">';
2655 print $langs->trans(
"ProductAccountancyBuyCode");
2657 if (isModEnabled(
'accounting')) {
2658 if (!empty(
$object->accountancy_code_buy)) {
2660 $accountingaccount4->fetch(0,
$object->accountancy_code_buy, 1);
2662 print $accountingaccount4->getNomUrl(0, 1, 1,
'', 1);
2665 print
$object->accountancy_code_buy;
2670 if ($mysoc->isInEEC()) {
2671 print
'<tr><td class="nowrap">';
2672 print $langs->trans(
"ProductAccountancyBuyIntraCode");
2674 if (isModEnabled(
'accounting')) {
2675 if (!empty(
$object->accountancy_code_buy_intra)) {
2677 $accountingaccount5->fetch(0,
$object->accountancy_code_buy_intra, 1);
2679 print $accountingaccount5->getNomUrl(0, 1, 1,
'', 1);
2682 print
$object->accountancy_code_buy_intra;
2688 print
'<tr><td class="nowrap">';
2689 print $langs->trans(
"ProductAccountancyBuyExportCode");
2691 if (isModEnabled(
'accounting')) {
2692 if (!empty(
$object->accountancy_code_buy_export)) {
2694 $accountingaccount6->fetch(0,
$object->accountancy_code_buy_export, 1);
2696 print $accountingaccount6->getNomUrl(0, 1, 1,
'', 1);
2699 print
$object->accountancy_code_buy_export;
2705 print
'<tr><td class="tdtop">'.$langs->trans(
"Description").
'</td>';
2706 print
'<td class="wordbreakimp wrapimp"><div class="longmessagecut">'.(dol_textishtml(
$object->description) ?
$object->description :
dol_nl2br(
$object->description, 1,
true)).
'</div></td></tr>';
2710 print
'<tr><td>'.$langs->trans(
"PublicUrl").
'</td><td>';
2718 $warehouse->fetch(
$object->fk_default_warehouse);
2720 print
'<tr><td>'.$langs->trans(
"DefaultWarehouse").
'</td><td>';
2721 print(!empty($warehouse->id) ? $warehouse->getNomUrl(1) :
'');
2725 if (
$object->isService() && isModEnabled(
'workstation')) {
2727 $res = $workstation->fetch(
$object->fk_default_workstation);
2729 print
'<tr><td>'.$langs->trans(
"DefaultWorkstation").
'</td><td>';
2730 print(!empty($workstation->id) ? $workstation->getNomUrl(1) :
'');
2735 if (isModEnabled(
'variants') && (
$object->isProduct() ||
$object->isService())) {
2738 if ($combination->fetchByFkProductChild(
$object->id) > 0) {
2739 $prodstatic =
new Product($db);
2740 $prodstatic->fetch($combination->fk_product_parent);
2743 print
'<tr><td>'.$langs->trans(
"ParentProduct").
'</td><td>';
2744 print $prodstatic->getNomUrl(1);
2751 print
'<div class="fichehalfright">';
2753 print
'<div class="underbanner clearboth"></div>';
2754 print
'<table class="border tableforfield centpercent">';
2758 require_once DOL_DOCUMENT_ROOT.
'/core/class/cunits.class.php';
2759 $measuringUnits =
new CUnits($db);
2762 if (
$object->duration_value > 1) {
2765 $result = $measuringUnits->fetchAll(
'',
'scale', 0, 0, [
't.active' => 1,
't.unit_type' =>
'time']);
2766 if ($result !== -1) {
2767 foreach ($measuringUnits->records as $record) {
2768 $durations[$record->short_label] =
dol_ucfirst($record->label) . $plural;
2771 print
'<tr><td class="titlefieldmiddle">'.$langs->trans(
"Duration").
'</td><td>';
2772 print
$object->duration_value;
2773 print (!empty(
$object->duration_unit) && isset($durations[
$object->duration_unit]) ?
" ".$langs->trans($durations[
$object->duration_unit]).
" " :
'');
2776 if (
$object->duration_value > 0) {
2777 print
' ';
2779 $htmltooltip = $langs->trans(
"mandatoryHelper");
2781 $htmltooltip .=
'<br>'.$langs->trans(
"mandatoryHelper2");
2783 print
'<input type="checkbox" class="" name="mandatoryperiod"'.($object->mandatory_period == 1 ?
' checked="checked"' :
'').
' disabled>';
2784 print $form->textwithpicto($langs->trans(
"mandatoryperiod"), $htmltooltip, 1, 0);
2790 print
'<tr><td class="titlefieldmiddle">'.$form->textwithpicto($langs->trans(
"NatureOfProductShort"), $langs->trans(
"NatureOfProductDesc")).
'</td><td>';
2791 print
$object->getLibFinished();
2796 if (!
$object->isService() && isModEnabled(
'bom') &&
$object->finished) {
2797 print
'<tr><td class="titlefieldmiddle">'.$form->textwithpicto($langs->trans(
"DefaultBOM"), $langs->trans(
"DefaultBOMDesc", $langs->transnoentitiesnoconv(
"Finished"))).
'</td><td>';
2798 if (
$object->fk_default_bom) {
2799 $bom_static =
new BOM($db);
2800 $bom_static->fetch(
$object->fk_default_bom);
2801 print $bom_static->getNomUrl(1);
2809 print
'<tr><td class="titlefieldmiddle">'.$langs->trans(
"Weight").
'</td><td>';
2815 print
"</td></tr>\n";
2820 print
'<tr><td>'.$langs->trans(
"Length").
' x '.$langs->trans(
"Width").
' x '.$langs->trans(
"Height").
'</td><td>';
2824 print
" x ".$object->width;
2827 print
" x ".$object->height;
2829 print
' '.measuringUnitString(0,
"size",
$object->length_units);
2833 print
"</td></tr>\n";
2837 print
'<tr><td>'.$langs->trans(
"Surface").
'</td><td>';
2843 print
"</td></tr>\n";
2847 print
'<tr><td>'.$langs->trans(
"Volume").
'</td><td>';
2853 print
"</td></tr>\n";
2858 print
'<tr><td class="titlefieldmiddle">'.$langs->trans(
"NetMeasure").
'</td><td>';
2859 if (
$object->net_measure !=
'') {
2870 $unit =
$object->getLabelOfUnit();
2872 print
'<tr><td>'.$langs->trans(
'DefaultUnitToShow').
'</td><td>';
2874 print $langs->trans($unit);
2881 print
'<tr><td>'.$langs->trans(
"CustomCode").
'</td><td>'.
$object->customcode.
'</td></tr>';
2884 print
'<tr><td>'.$langs->trans(
"Origin").
'</td><td>'.
getCountry(
$object->country_id,
'', $db);
2885 if (!empty(
$object->state_id)) {
2886 print
' - '.getState(
$object->state_id,
'0', $db);
2893 print
'<tr><td>'.$langs->trans(
"LifeTime").
'</td><td>'.
$object->lifetime.
'</td></tr>';
2894 print
'<tr><td>'.$langs->trans(
"QCFrequency").
'</td><td>'.
$object->qc_frequency.
'</td></tr>';
2898 $parameters = array();
2899 include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_view.tpl.php';
2902 if (isModEnabled(
'category')) {
2903 print
'<tr><td class="valignmiddle">'.$langs->trans(
"Categories").
'</td><td>';
2904 print $form->showCategories(
$object->id, Categorie::TYPE_PRODUCT, 1);
2910 print
'<!-- show Note --> '.
"\n";
2912 print
'<!-- End show Note --> '.
"\n";
2919 print
'<div class="clearboth"></div>';
2924 } elseif ($action !=
'create') {
2930if (!empty($modCodeProduct->code_auto)) {
2931 $tmpcode = $modCodeProduct->getNextValue(
$object,
$object->type);
2937if (($action ==
'delete' && (empty($conf->use_javascript_ajax) || !empty($conf->dol_use_jmobile)))
2938 || (!empty($conf->use_javascript_ajax) && empty($conf->dol_use_jmobile))) {
2939 $formconfirm = $form->formconfirm(
"card.php?id=".
$object->id, $langs->trans(
"DeleteProduct"), $langs->trans(
"ConfirmDeleteProduct"),
"confirm_delete",
'', 0,
"action-delete");
2941if ($action ==
'merge') {
2942 $formquestion = array(
2944 'name' =>
'product_origin',
2945 'label' => $langs->trans(
'MergeOriginProduct'),
2947 'value' => $form->select_produits(0,
'product_origin',
'', 0, 0, 1, 2,
'', 1, array(), 0, 1, 0,
'minwidth200', 0,
'',
null, 1),
2950 $formconfirm = $form->formconfirm($_SERVER[
"PHP_SELF"].
"?id=".
$object->id, $langs->trans(
"MergeProducts"), $langs->trans(
"ConfirmMergeProducts"),
"confirm_merge", $formquestion,
'no', 1, 250);
2954if (($action ==
'clone' && (empty($conf->use_javascript_ajax) || !empty($conf->dol_use_jmobile)))
2955 || (!empty($conf->use_javascript_ajax) && empty($conf->dol_use_jmobile))) {
2957 $formquestionclone = array(
2958 'text' => $langs->trans(
"ConfirmClone"),
2959 0 => array(
'type' =>
'text',
'name' =>
'clone_ref',
'label' => $langs->trans(
"NewRefForClone"),
'value' => empty($tmpcode) ? $langs->trans(
"CopyOf").
' '.
$object->ref : $tmpcode,
'morecss' =>
'width150'),
2960 1 => array(
'type' =>
'checkbox',
'name' =>
'clone_content',
'label' => $langs->trans(
"CloneContentProduct"),
'value' => 1),
2961 2 => array(
'type' =>
'checkbox',
'name' =>
'clone_categories',
'label' => $langs->trans(
"CloneCategoriesProduct"),
'value' => 1),
2964 $formquestionclone[] = array(
'type' =>
'checkbox',
'name' =>
'clone_prices',
'label' => $langs->trans(
"ClonePricesProduct").
' ('.$langs->trans(
"CustomerPrices").
')',
'value' => 0);
2967 $formquestionclone[] = array(
'type' =>
'checkbox',
'name' =>
'clone_composition',
'label' => $langs->trans(
'CloneCompositionProduct'),
'value' => 1);
2969 if (isModEnabled(
'bom') && $user->hasRight(
'bom',
'write')) {
2970 if (
$object->fk_default_bom > 0) {
2971 $formquestionclone[] = array(
'type' =>
'checkbox',
'name' =>
'clone_defbom',
'label' => $langs->trans(
"CloneDefBomProduct"),
'value' =>
getDolGlobalInt(
'BOM_CLONE_DEFBOM'));
2973 $bomstatic =
new BOM($db);
2974 $bomlist = $bomstatic->fetchAll(
"",
"", 0, 0,
'fk_product:=:'.(
int)
$object->id);
2975 if (is_array($bomlist) && count($bomlist) > 0) {
2976 $formquestionclone[] = array(
'type' =>
'checkbox',
'name' =>
'clone_otherboms',
'label' => $langs->trans(
"CloneOtherBomsProduct"),
'value' => 0);
2979 $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);
2983$parameters = array(
'formConfirm' => $formconfirm,
'object' =>
$object);
2984$reshook = $hookmanager->executeHooks(
'formConfirm', $parameters,
$object, $action);
2985if (empty($reshook)) {
2986 $formconfirm .= $hookmanager->resPrint;
2987} elseif ($reshook > 0) {
2988 $formconfirm = $hookmanager->resPrint;
2997if ($action !=
'create' && $action !=
'edit') {
2998 $cloneProductUrl = $_SERVER[
"PHP_SELF"].
'?action=clone&token='.
newToken();
2999 $cloneButtonId =
'action-clone-no-ajax';
3001 print
"\n".
'<div class="tabsAction">'.
"\n";
3003 $parameters = array();
3004 $reshook = $hookmanager->executeHooks(
'addMoreActionsButtons', $parameters,
$object, $action);
3005 if (empty($reshook)) {
3006 if ($usercancreate) {
3007 if (!isset($hookmanager->resArray[
'no_button_edit']) || $hookmanager->resArray[
'no_button_edit'] != 1) {
3011 if (!isset($hookmanager->resArray[
'no_button_copy']) || $hookmanager->resArray[
'no_button_copy'] != 1) {
3012 if (!empty($conf->use_javascript_ajax) && empty($conf->dol_use_jmobile)) {
3013 $cloneProductUrl =
'';
3014 $cloneButtonId =
'action-clone';
3016 print
dolGetButtonAction($langs->trans(
'ToClone'),
'',
'default', $cloneProductUrl, $cloneButtonId, $usercancreate);
3021 if ($usercandelete) {
3022 if (empty($object_is_used)) {
3023 if (!isset($hookmanager->resArray[
'no_button_delete']) || $hookmanager->resArray[
'no_button_delete'] != 1) {
3024 if (!empty($conf->use_javascript_ajax) && empty($conf->dol_use_jmobile)) {
3025 print
dolGetButtonAction($langs->trans(
'Delete'),
'',
'delete',
'#',
'action-delete',
true);
3031 print
dolGetButtonAction($langs->trans(
"ProductIsUsed"), $langs->trans(
'Delete'),
'delete',
'#',
'',
false);
3034 print
'<a class="butActionDelete" href="card.php?action=merge&id='.$object->id.
'" title="'.
dol_escape_htmltag($langs->trans(
"MergeProducts")).
'">'.$langs->trans(
'Merge').
'</a>'.
"\n";
3037 print
dolGetButtonAction($langs->trans(
"NotEnoughPermissions"), $langs->trans(
'Delete'),
'delete',
'#',
'',
false);
3055 if (isModEnabled(
"propal") && $user->hasRight(
'propal',
'creer')) {
3056 $propal =
new Propal($db);
3058 $langs->load(
"propal");
3060 $otherprop = $propal->liste_array(2, 1, 0);
3062 if (is_array($otherprop) && count($otherprop)) {
3063 $html .=
'<tr><td style="width: 200px;">';
3064 $html .= $langs->trans(
"AddToDraftProposals").
'</td><td>';
3065 $html .= $form->selectarray(
"propalid", $otherprop, 0, 1);
3066 $html .=
'</td></tr>';
3068 $html .=
'<tr><td style="width: 200px;">';
3069 $html .= $langs->trans(
"AddToDraftProposals").
'</td><td>';
3070 $html .= $langs->trans(
"NoDraftProposals");
3071 $html .=
'</td></tr>';
3076 if (isModEnabled(
'order') && $user->hasRight(
'commande',
'creer')) {
3079 $langs->load(
"orders");
3081 $othercom = $commande->liste_array(2, 1,
null);
3082 if (is_array($othercom) && count($othercom)) {
3083 $html .=
'<tr><td style="width: 200px;">';
3084 $html .= $langs->trans(
"AddToDraftOrders").
'</td><td>';
3085 $html .= $form->selectarray(
"commandeid", $othercom, 0, 1);
3086 $html .=
'</td></tr>';
3088 $html .=
'<tr><td style="width: 200px;">';
3089 $html .= $langs->trans(
"AddToDraftOrders").
'</td><td>';
3090 $html .= $langs->trans(
"NoDraftOrders");
3091 $html .=
'</td></tr>';
3096 if (isModEnabled(
'invoice') && $user->hasRight(
'facture',
'creer')) {
3099 $langs->load(
"bills");
3101 $otherinvoice = $invoice->liste_array(2, 1,
null);
3102 if (is_array($otherinvoice) && count($otherinvoice)) {
3103 $html .=
'<tr><td style="width: 200px;">';
3104 $html .= $langs->trans(
"AddToDraftInvoices").
'</td><td>';
3105 $html .= $form->selectarray(
"factureid", $otherinvoice, 0, 1);
3106 $html .=
'</td></tr>';
3108 $html .=
'<tr><td style="width: 200px;">';
3109 $html .= $langs->trans(
"AddToDraftInvoices").
'</td><td>';
3110 $html .= $langs->trans(
"NoDraftInvoices");
3111 $html .=
'</td></tr>';
3116 if (!empty($html)) {
3117 print
'<form method="POST" action="'.$_SERVER[
"PHP_SELF"].
'?id='.
$object->id.
'">';
3118 print
'<input type="hidden" name="token" value="'.newToken().
'">';
3119 print
'<input type="hidden" name="action" value="addin">';
3125 $html .=
'<tr><td class="nowrap">'.$langs->trans(
"Quantity").
' ';
3126 $html .=
'<input type="text" class="flat" name="qty" size="1" value="1"></td>';
3127 $html .=
'<td class="nowrap">'.$langs->trans(
"ReductionShort").
'(%) ';
3128 $html .=
'<input type="text" class="flat" name="remise_percent" size="1" value="0">';
3129 $html .=
'</td></tr>';
3131 print
'<table class="centpercent border">';
3135 print
'<div class="center">';
3136 print
'<input type="submit" class="button button-add" value="'.$langs->trans(
"Add").
'">';
3150if ($action !=
'create' && $action !=
'edit' && $action !=
'delete') {
3151 print
'<div class="fichecenter"><div class="fichehalfleft">';
3152 print
'<a name="builddoc"></a>';
3156 if (!empty($conf->product->multidir_output[
$object->entity])) {
3157 $filedir = $conf->product->multidir_output[
$object->entity].
'/'.$objectref;
3159 $filedir = $conf->product->dir_output.
'/'.$objectref;
3161 $urlsource = $_SERVER[
"PHP_SELF"].
"?id=".
$object->id;
3162 $genallowed = $usercanread;
3163 $delallowed = $usercancreate;
3165 print $formfile->showdocuments($modulepart,
$object->ref, $filedir, $urlsource, $genallowed, $delallowed,
'', 0, 0, 0, 28, 0,
'', 0,
'', $langs->getDefaultLang(),
'',
$object);
3166 $somethingshown = $formfile->numoffiles;
3168 print
'</div><div class="fichehalfright">';
3171 $morehtmlcenter =
'<div class="nowraponall">';
3172 $morehtmlcenter .=
dolGetButtonTitle($langs->trans(
'FullConversation'),
'',
'fa fa-comments imgforviewmode', DOL_URL_ROOT.
'/product/messaging.php?id='.
$object->id);
3173 $morehtmlcenter .=
dolGetButtonTitle($langs->trans(
'SeeAll'),
'',
'fa fa-bars imgforviewmode', DOL_URL_ROOT.
'/product/agenda.php?id='.
$object->id);
3174 $morehtmlcenter .=
'</div>';
3177 include_once DOL_DOCUMENT_ROOT.
'/core/class/html.formactions.class.php';
3179 $somethingshown = $formactions->showactions(
$object,
'product', 0, 1,
'', $MAXEVENT,
'', $morehtmlcenter);
3181 print
'</div></div>';
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
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 sell or eat by mandatory list.
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.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
dol_ucfirst($string, $encoding="UTF-8")
Convert first character of the first word of a string to upper.
showValueWithClipboardCPButton($valuetocopy, $showonlyonhover=1, $texttoshow='')
Create a button to copy $valuetocopy in the clipboard (for copy and paste feature).
img_warning($titlealt='default', $moreatt='', $morecss='pictowarning')
Show warning logo.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
price2num($amount, $rounding='', $option=0)
Function that return a number with universal decimal format (decimal separator is '.
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_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_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.
GETPOSTISARRAY($paramname, $method=0)
Return true if the parameter $paramname is submit from a POST OR GET as an array.
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.
dol_set_focus($selector)
Set focus onto field with selector (similar behaviour of 'autofocus' HTML5 tag)
newToken()
Return the value of token currently saved into session with name 'newtoken'.
dol_clone($object, $native=0)
Create a clone of instance of object (new instance with same value for each properties) With native =...
dolGetButtonAction($label, $text='', $actionType='default', $url='', $id='', $userRight=1, $params=array())
Function dolGetButtonAction.
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.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
GETPOSTFLOAT($paramname, $rounding='')
Return the value of a $_GET or $_POST supervariable, converted into float.
dol_sanitizeFileName($str, $newstr='_', $unaccent=1)
Clean a string to use it as a file name.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
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.
info_admin($text, $infoonimgalt=0, $nodiv=0, $admin='1', $morecss='hideonsmartphone', $textfordropdown='', $picto='')
Show information in HTML for admin users or standard users.
img_edit($titlealt='default', $float=0, $other='')
Show logo edit/modify fiche.
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, 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.
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...
product_prepare_head($object)
Prepare array with list of tabs.
measuringUnitString($unit, $measuring_style='', $scale='', $use_short_label=0, $outputlangs=null)
Return translation label of a unit key.
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.