40 $head[$h][0] = DOL_URL_ROOT.
"/admin/bom.php";
41 $head[$h][1] = $langs->trans(
"Settings");
42 $head[$h][2] =
'settings';
45 $head[$h][0] = DOL_URL_ROOT.
"/admin/bom_extrafields.php";
46 $head[$h][1] = $langs->trans(
"ExtraFields");
47 $head[$h][2] =
'bom_extrafields';
50 $head[$h][0] = DOL_URL_ROOT.
"/admin/bomline_extrafields.php";
51 $head[$h][1] = $langs->trans(
"ExtraFieldsLines");
52 $head[$h][2] =
'bomline_extrafields';
81 global $db, $langs, $conf;
88 $head[$h][0] = DOL_URL_ROOT.
"/bom/bom_card.php?id=".
$object->id;
89 $head[$h][1] = $langs->trans(
"BOM");
90 $head[$h][2] =
'card';
93 $head[$h][0] = DOL_URL_ROOT.
"/bom/bom_net_needs.php?id=".
$object->id;
94 $head[$h][1] = $langs->trans(
"BOMNetNeeds");
95 $head[$h][2] =
'net_needs';
98 if (isset(
$object->fields[
'note_public']) || isset(
$object->fields[
'note_private'])) {
100 if (!empty(
$object->note_private)) {
103 if (!empty(
$object->note_public)) {
106 $head[$h][0] = DOL_URL_ROOT.
'/bom/bom_note.php?id='.
$object->id;
107 $head[$h][1] = $langs->trans(
'Notes');
109 $head[$h][1] .= (!
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER') ?
'<span class="badge marginleftonlyshort">'.$nbNote.
'</span>' :
'');
111 $head[$h][2] =
'note';
115 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
116 require_once DOL_DOCUMENT_ROOT.
'/core/class/link.class.php';
118 $nbFiles = count(
dol_dir_list($upload_dir,
'files', 0,
'',
'(\.meta|_preview.*\.png)$'));
120 $head[$h][0] = DOL_URL_ROOT.
'/bom/bom_document.php?id='.
$object->id;
121 $head[$h][1] = $langs->trans(
'Documents');
122 if (($nbFiles + $nbLinks) > 0) {
123 $head[$h][1] .= (!
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER') ?
'<span class="badge marginleftonlyshort">'.($nbFiles + $nbLinks).
'</span>' :
'');
125 $head[$h][2] =
'document';
128 $head[$h][0] = DOL_URL_ROOT.
'/bom/bom_agenda.php?id='.
$object->id;
129 $head[$h][1] = $langs->trans(
"Events");
130 $head[$h][2] =
'agenda';
157 <script
type=
"text/javascript" language=
"javascript">
159 $(document).ready(
function () {
160 function folderManage(element, onClose = 0) {
161 let id_bom_line = element.attr(
'id').replace(
'collapse-',
'');
162 let TSubLines = $(
'[parentid="'+ id_bom_line +
'"]');
164 if(element.html().indexOf(
'folder-open') <= 0 && onClose < 1) {
165 $(
'[parentid="'+ id_bom_line +
'"]').show();
166 element.html(
'<?php echo dol_escape_js(img_picto('', 'folder-open
')); ?>');
169 for (let i = 0; i < TSubLines.length; i++) {
170 let subBomFolder = $(TSubLines[i]).children(
'.linecoldescription').children(
'.collapse_bom');
172 if (subBomFolder.length > 0) {
174 folderManage(subBomFolder, onClose);
178 element.html(
'<?php echo dol_escape_js(img_picto('', 'folder
')); ?>');
183 $(
".collapse_bom").click(
function() {
184 folderManage($(
this));
189 $(
"#show_all").click(
function() {
190 console.log(
"We click on show all");
191 $(
"[class^=sub_bom_lines]").show();
192 $(
"[class^=collapse_bom]").html(
'<?php echo dol_escape_js(img_picto('', 'folder-open
')); ?>');
197 $(
"#hide_all").click(
function() {
198 console.log(
"We click on hide all");
199 $(
"[class^=sub_bom_lines]").hide();
200 $(
"[class^=collapse_bom]").html(
'<?php echo dol_escape_js(img_picto('', 'folder
')); ?>');
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
mrpCollapseBomManagement()
Manage collapse bom display.
bomAdminPrepareHead()
Prepare admin pages header.
bomPrepareHead($object)
Prepare array of tabs for BillOfMaterials.
static count($dbs, $objecttype, $objectid)
Return nb of links.
dol_dir_list($utf8_path, $types="all", $recursive=0, $filter="", $excludefilter=null, $sortcriteria="name", $sortorder=SORT_ASC, $mode=0, $nohook=0, $relativename="", $donotfollowsymlinks=0, $nbsecondsold=0)
Scan a directory and return a list of files/directories.
dol_sanitizeFileName($str, $newstr='_', $unaccent=1)
Clean a string to use it as a file name.
complete_head_from_modules($conf, $langs, $object, &$head, &$h, $type, $mode='add', $filterorigmodule='')
Complete or removed entries into a head array (used to build tabs).
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
if(preg_match('/crypted:/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type