34require
'../main.inc.php';
35require_once DOL_DOCUMENT_ROOT.
'/core/lib/product.lib.php';
36require_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
37require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
38require_once DOL_DOCUMENT_ROOT.
'/core/lib/images.lib.php';
39require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
41 require_once DOL_DOCUMENT_ROOT.
'/product/class/propalmergepdfproduct.class.php';
53$langs->loadLangs(array(
'other',
'products'));
59$action =
GETPOST(
'action',
'aZ09');
60$confirm =
GETPOST(
'confirm',
'alpha');
63$fieldvalue = (!empty($id) ?
$id : (!empty($ref) ? $ref :
''));
64$fieldtype = (!empty($ref) ?
'ref' :
'rowid');
66 $socid = $user->socid;
70$hookmanager->initHooks(array(
'productdocuments'));
74$sortfield =
GETPOST(
'sortfield',
'aZ09comma');
75$sortorder =
GETPOST(
'sortorder',
'aZ09comma');
77if (empty($page) || $page == -1) {
80$offset = $limit * $page;
87 $sortfield =
"position_name";
92if ($id > 0 || !empty($ref)) {
93 $result =
$object->fetch($id, $ref);
95 if (isModEnabled(
"product")) {
96 $upload_dir =
$conf->product->multidir_output[
$object->entity].
'/'.
get_exdir(0, 0, 0, 1, $object,
'product');
97 } elseif (isModEnabled(
"service")) {
98 $upload_dir =
$conf->service->multidir_output[
$object->entity].
'/'.
get_exdir(0, 0, 0, 1, $object,
'product');
102 if (isModEnabled(
"product")) {
103 $upload_dirold =
$conf->product->multidir_output[
$object->entity].
'/'.substr(substr(
"000".
$object->id, -2), 1, 1).
'/'.substr(substr(
"000".
$object->id, -2), 0, 1).
'/'.
$object->id.
"/photos";
105 $upload_dirold =
$conf->service->multidir_output[
$object->entity].
'/'.substr(substr(
"000".
$object->id, -2), 1, 1).
'/'.substr(substr(
"000".
$object->id, -2), 0, 1).
'/'.
$object->id.
"/photos";
110$modulepart =
'produit';
114 if (
$object->type == $object::TYPE_PRODUCT) {
117 if (
$object->type == $object::TYPE_SERVICE) {
121 restrictedArea($user,
'produit|service', $fieldvalue,
'product&product',
'',
'', $fieldtype);
131$parameters = array(
'id'=>$id);
132$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
137if (empty($reshook)) {
140 if ($action ==
'confirm_deletefile' && $confirm ==
'yes' && $permissiontoadd) {
142 $urlfile =
GETPOST(
'urlfile',
'alpha');
143 $filename = basename($urlfile);
145 $filetomerge->fk_product =
$object->id;
146 $filetomerge->file_name = $filename;
147 $result = $filetomerge->delete_by_file($user);
155 include DOL_DOCUMENT_ROOT.
'/core/actions_linkedfiles.inc.php';
158if ($action ==
'filemerge' && $permissiontoadd) {
159 $is_refresh =
GETPOST(
'refresh');
160 if (empty($is_refresh)) {
161 $filetomerge_file_array =
GETPOST(
'filetoadd');
163 $filetomerge_file_array =
GETPOST(
'filetoadd');
166 $lang_id =
GETPOST(
'lang_id',
'aZ09');
173 $result = $filetomerge->delete_by_product($user,
$object->id, $lang_id);
175 $result = $filetomerge->delete_by_product($user,
$object->id);
182 if (is_array($filetomerge_file_array)) {
183 foreach ($filetomerge_file_array as $filetomerge_file) {
184 $filetomerge->fk_product =
$object->id;
185 $filetomerge->file_name = $filetomerge_file;
188 $filetomerge->lang = $lang_id;
191 $result = $filetomerge->create($user);
205$form =
new Form($db);
207$title = $langs->trans(
'ProductServiceCard');
211 $title = $langs->trans(
'Product').
" ".$shortlabel.
" - ".$langs->trans(
'Documents');
212 $helpurl =
'EN:Module_Products|FR:Module_Produits|ES:Módulo_Productos';
215 $title = $langs->trans(
'Service').
" ".$shortlabel.
" - ".$langs->trans(
'Documents');
216 $helpurl =
'EN:Module_Services_En|FR:Module_Services|ES:Módulo_Servicios';
219llxHeader(
'', $title, $helpurl,
'', 0, 0,
'',
'',
'',
'mod-product page-card_document');
224 $titre = $langs->trans(
"CardProduct".
$object->type);
229 $parameters = array();
230 $reshook = $hookmanager->executeHooks(
'formObjectOptions', $parameters, $object, $action);
231 print $hookmanager->resPrint;
237 $filearray =
dol_dir_list($upload_dir,
"files", 0,
'',
'(\.meta|_preview.*\.png)$', $sortfield, (strtolower($sortorder) ==
'desc' ? SORT_DESC : SORT_ASC), 1);
240 $filearrayold =
dol_dir_list($upload_dirold,
"files", 0,
'',
'(\.meta|_preview.*\.png)$', $sortfield, (strtolower($sortorder) ==
'desc' ? SORT_DESC : SORT_ASC), 1);
241 $filearray = array_merge($filearray, $filearrayold);
245 foreach ($filearray as $key => $file) {
246 $totalsize += $file[
'size'];
250 $linkback =
'<a href="'.DOL_URL_ROOT.
'/product/list.php?restore_lastsearch_values=1&type='.
$object->type.
'">'.$langs->trans(
"BackToList").
'</a>';
251 $object->next_prev_filter =
"fk_product_type:=:".((int)
$object->type);
254 if ($user->socid && !in_array(
'product', explode(
',',
getDolGlobalString(
'MAIN_MODULES_FOR_EXTERNAL')))) {
258 dol_banner_tab($object,
'ref', $linkback, $shownav,
'ref');
260 print
'<div class="fichecenter">';
262 print
'<div class="underbanner clearboth"></div>';
263 print
'<table class="border tableforfield centpercent">';
265 print
'<tr><td class="titlefield">'.$langs->trans(
"NbOfAttachedFiles").
'</td><td colspan="3">'.count($filearray).
'</td></tr>';
266 print
'<tr><td>'.$langs->trans(
"TotalSizeOfAttachedFiles").
'</td><td colspan="3">'.
dol_print_size($totalsize, 1, 1).
'</td></tr>';
270 print
'<div class="clearboth"></div>';
297 $param =
'&id='.$object->id;
298 include DOL_DOCUMENT_ROOT.
'/core/tpl/document_actions_post_headers.tpl.php';
306 $lang_id =
GETPOST(
'lang_id',
'aZ09');
307 $result = $filetomerge->fetch_by_product(
$object->id, $lang_id);
309 $result = $filetomerge->fetch_by_product(
$object->id);
312 $form =
new Form($db);
315 $filearray =
dol_dir_list($upload_dir,
"files", 0,
'',
'\.meta$',
'name', SORT_ASC, 1);
318 $filearray = array_merge($filearray,
dol_dir_list($upload_dirold,
"files", 0,
'',
'\.meta$',
'name', SORT_ASC, 1));
322 if (count($filearray) > 0) {
325 if (count($filetomerge->lines) > 0) {
326 print $langs->trans(
'PropalMergePdfProductActualFile');
329 print
'<form name="filemerge" action="'.DOL_URL_ROOT.
'/product/document.php?id='.
$object->id.
'" method="post">';
330 print
'<input type="hidden" name="token" value="'.newToken().
'">';
331 print
'<input type="hidden" name="action" value="filemerge">';
332 if (count($filetomerge->lines) == 0) {
333 print $langs->trans(
'PropalMergePdfProductChooseFile');
336 print
'<table class="noborder">';
340 $langs->load(
"languages");
342 print
'<tr class="liste_titre"><td>';
344 $default_lang = empty($lang_id) ? $langs->getDefaultLang() : $lang_id;
346 $langs_available = $langs->get_available_languages(DOL_DOCUMENT_ROOT, 12);
348 print
Form::selectarray(
'lang_id', $langs_available, $default_lang, 0, 0, 0,
'', 0, 0, 0,
'ASC');
351 print
'<input type="submit" class="button smallpaddingimp" name="refresh" value="'.$langs->trans(
'Refresh').
'">';
357 foreach ($filearray as $filetoadd) {
358 $ext = pathinfo($filetoadd[
'name'], PATHINFO_EXTENSION);
361 $filename = $filetoadd[
'name'];
364 if (array_key_exists($filetoadd[
'name'].
'_'.$default_lang, $filetomerge->lines)) {
365 $filename = $filetoadd[
'name'].
' - '.$langs->trans(
'Language_'.$default_lang);
366 $checked =
' checked ';
369 if (array_key_exists($filetoadd[
'name'], $filetomerge->lines)) {
370 $checked =
' checked ';
374 print
'<tr class="oddeven"><td>';
375 print
'<input type="checkbox" '.$checked.
' name="filetoadd[]" id="filetoadd" value="'.$filetoadd[
'name'].
'">'.$filename.
'</input>';
381 print
'<input type="submit" class="button button-save" name="save" value="'.$langs->trans(
"Save").
'">';
390 print $langs->trans(
"ErrorUnknown");
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 products or services.
const TYPE_PRODUCT
Regular product.
const TYPE_SERVICE
Service.
Put here description of your class.
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_print_size($size, $shortvalue=0, $shortunit=0)
Return string with formatted size.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
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.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
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.
get_exdir($num, $level, $alpha, $withoutslash, $object, $modulepart='')
Return a path to have a the directory according to object where files are stored.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
product_prepare_head($object)
Prepare array with list of tabs.
restrictedArea(User $user, $features, $object=0, $tableandshare='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid', $isdraft=0, $mode=0)
Check permissions of a user to show a page and an object.