32require
'../main.inc.php';
33require_once DOL_DOCUMENT_ROOT.
'/categories/class/categorie.class.php';
34require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
35require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formother.class.php';
36require_once DOL_DOCUMENT_ROOT.
'/core/lib/categories.lib.php';
39$langs->loadlangs(array(
'categories',
'bills'));
43$label =
GETPOST(
'label',
'alpha');
44$action =
GETPOST(
'action',
'aZ09');
47if ($id ==
'' && $label ==
'') {
53$hookmanager->initHooks(array(
'categorycard'));
56$result =
$object->fetch($id, $label);
63if (is_numeric($type)) {
64 $type = Categorie::$MAP_ID_TO_CODE[$type];
67$upload_dir = $conf->categorie->multidir_output[
$object->entity];
72$permissiontoadd = $user->hasRight(
'categorie',
'creer');
79$parameters = array(
'id' => $id,
'label' => $label,
'confirm' => $confirm,
'type' => $type,
'uploaddir' => $upload_dir,
'sendfile' => (
GETPOST(
"sendit") ?
true : false));
81$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
87 if (isset($_FILES[
'userfile']) && $_FILES[
'userfile'][
'size'] > 0 &&
GETPOST(
"sendit") &&
getDolGlobalString(
'MAIN_UPLOAD_DOC')) {
89 $file = $_FILES[
'userfile'];
90 if (is_array($file[
'name']) && count($file[
'name']) > 0) {
91 foreach ($file[
'name'] as $i => $name) {
92 if (empty($file[
'tmp_name'][$i]) || (
getDolGlobalInt(
'MAIN_UPLOAD_DOC') * 1000) <= filesize($file[
'tmp_name'][$i])) {
93 setEventMessage($file[
'name'][$i].
' : '.$langs->trans(empty($file[
'tmp_name'][$i]) ?
'ErrorFailedToSaveFile' :
'MaxSizeForUploadedFiles'),
'errors');
94 unset($file[
'name'][$i], $file[
'type'][$i], $file[
'tmp_name'][$i], $file[
'error'][$i], $file[
'size'][$i]);
99 if (!empty($file[
'tmp_name'])) {
100 $object->add_photo($upload_dir, $file);
105 if ($action ==
'confirm_delete' &&
GETPOST(
"file") && $confirm ==
'yes' && $permissiontoadd) {
109 if ($action ==
'addthumb' &&
GETPOST(
"file") && $permissiontoadd) {
118llxHeader(
"",
"", $langs->trans(
"Categories"));
120$form =
new Form($db);
124 $title = Categorie::$MAP_TYPE_TITLE_AREA[$type];
129 $backtolist = (
GETPOST(
'backtolist') ?
GETPOST(
'backtolist') : DOL_URL_ROOT.
'/categories/index.php?leftmenu=cat&type='.urlencode($type));
130 $linkback =
'<a href="'.dol_sanitizeUrl($backtolist).
'">'.$langs->trans(
"BackToList").
'</a>';
133 $morehtmlref =
'<br><div class="refidno"><a href="'.DOL_URL_ROOT.
'/categories/index.php?leftmenu=cat&type='.$type.
'">'.$langs->trans(
"Root").
'</a> >> ';
134 $ways =
$object->print_all_ways(
" >> ",
'', 1);
135 foreach ($ways as $way) {
136 $morehtmlref .= $way.
"<br>\n";
138 $morehtmlref .=
'</div>';
140 dol_banner_tab($object,
'label', $linkback, ($user->socid ? 0 : 1),
'label',
'label', $morehtmlref,
'&type='.$type, 0,
'',
'', 1);
145 if ($action ==
'delete') {
146 print $form->formconfirm($_SERVER[
"PHP_SELF"].
'?id='.
$object->id.
'&type='.urlencode($type).
'&file='.urlencode(
GETPOST(
"file")), $langs->trans(
'DeletePicture'), $langs->trans(
'ConfirmDeletePicture'),
'confirm_delete',
'', 0, 1);
151 print
'<div class="fichecenter">';
152 print
'<div class="underbanner clearboth"></div>';
153 print
'<table class="border centpercent tableforfield">';
156 print
'<tr><td class="titlefield notopnoleft">';
157 print $langs->trans(
"Description").
'</td><td>';
162 print
'<tr><td class="notopnoleft">';
163 print $langs->trans(
"Color").
'</td><td>';
164 print $formother->showColor(
$object->color);
177 print
'<div class="tabsAction">'.
"\n";
179 if ($action !=
'ajout_photo' && $user->hasRight(
'categorie',
'creer')) {
181 print
'<a class="butAction hideonsmartphone" href="'.$_SERVER[
'PHP_SELF'].
'?action=ajout_photo&id='.
$object->id.
'&type='.$type.
'">';
182 print $langs->trans(
"AddPhoto").
'</a>';
184 print
'<a class="butActionRefused classfortooltip hideonsmartphone" href="#">';
185 print $langs->trans(
"AddPhoto").
'</a>';
194 if ($action ==
'ajout_photo' && $user->hasRight(
'categorie',
'creer') &&
getDolGlobalString(
'MAIN_UPLOAD_DOC')) {
197 $formfile->form_attach_new_file($_SERVER[
'PHP_SELF'].
'?id='.
$object->id.
'&type='.$type, $langs->trans(
"AddPhoto"), 1, 0, $user->hasRight(
'categorie',
'creer'), 50, $object,
'',
false,
'', 0);
201 if ($action !=
'ajout_photo') {
208 $pdir =
get_exdir(
$object->id, 2, 0, 0, $object,
'category').$object->id.
"/photos/";
209 $dir = $upload_dir.
'/'.$pdir;
211 $listofphoto =
$object->liste_photos($dir);
213 if (is_array($listofphoto) && count($listofphoto)) {
215 print
'<table width="100%" valign="top" class="center centpercent">';
217 foreach ($listofphoto as $key => $obj) {
220 if ($nbbyrow && ($nbphoto % $nbbyrow == 1)) {
221 print
'<tr class"center valignmiddle" border="1">';
224 print
'<td width="'.ceil(100 / $nbbyrow).
'%" class="photo">';
227 print
'<a href="'.DOL_URL_ROOT.
'/viewimage.php?modulepart=category&entity='.
$object->entity.
'&file='.urlencode($pdir.$obj[
'photo']).
'" alt="Original size" target="_blank" rel="noopener noreferrer">';
230 if ($obj[
'photo_vignette']) {
231 $filename = $obj[
'photo_vignette'];
233 $filename = $obj[
'photo'];
237 $viewfilename = $obj[
'photo'];
240 $object->get_image_size($dir.$filename);
241 $imgWidth = (
$object->imgWidth < $maxWidth) ?
$object->imgWidth : $maxWidth;
242 $imgHeight = (
$object->imgHeight < $maxHeight) ?
$object->imgHeight : $maxHeight;
244 print
'<img border="0" width="'.$imgWidth.
'" height="'.$imgHeight.
'" src="'.DOL_URL_ROOT.
'/viewimage.php?modulepart=category&entity='.
$object->entity.
'&file='.urlencode($pdir.$filename).
'">';
247 print
'<br>'.$viewfilename;
251 if (!$obj[
'photo_vignette'] && preg_match(
'/(\.bmp|\.gif|\.jpg|\.jpeg|\.png)$/i', $obj[
'photo']) && (
$object->imgWidth > $maxWidth ||
$object->imgHeight > $maxHeight)) {
252 print
'<a href="'.$_SERVER[
"PHP_SELF"].
'?id='.
$object->id.
'&token='.
newToken().
'&action=addthumb&type='.$type.
'&file='.urlencode($pdir.$viewfilename).
'">'.
img_picto($langs->trans(
'GenerateThumb'),
'refresh').
' </a>';
254 if ($user->hasRight(
'categorie',
'creer')) {
255 print
'<a href="'.$_SERVER[
"PHP_SELF"].
'?id='.
$object->id.
'&action=delete&token='.
newToken().
'&type='.$type.
'&file='.urlencode($pdir.$viewfilename).
'">';
261 if ($nbbyrow && ($nbphoto % $nbbyrow == 0)) {
267 while ($nbphoto % $nbbyrow) {
268 print
'<td width="'.ceil(100 / $nbbyrow).
'%"> </td>';
276 print
'<div class="opacitymedium">'.$langs->trans(
"NoPhotoYet").
"</div>";
280 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.
categories_prepare_head(Categorie $object, $type)
Prepare array with list of tabs.
Class to manage categories.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
img_delete($titlealt='default', $other='class="pictodelete"', $morecss='')
Show delete 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.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
setEventMessage($mesgs, $style='mesgs', $noduplicate=0, $attop=0)
Set event message in dol_events session object.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
newToken()
Return the value of token currently saved into session with name 'newtoken'.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
dol_htmlentitiesbr($stringtoencode, $nl2brmode=0, $pagecodefrom='UTF-8', $removelasteolbr=1)
This function is called to encode a string into a HTML string but differs from htmlentities because a...
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.
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.