33require
'../main.inc.php';
34require_once DOL_DOCUMENT_ROOT.
'/holiday/class/holiday.class.php';
35require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
36require_once DOL_DOCUMENT_ROOT.
'/core/lib/images.lib.php';
37require_once DOL_DOCUMENT_ROOT.
'/core/lib/date.lib.php';
38require_once DOL_DOCUMENT_ROOT.
'/core/lib/holiday.lib.php';
39require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
42$langs->loadLangs(array(
'other',
'holiday',
'companies'));
46$action =
GETPOST(
'action',
'aZ09');
47$confirm =
GETPOST(
'confirm',
'alpha');
51$sortfield =
GETPOST(
'sortfield',
'aZ09comma');
52$sortorder =
GETPOST(
'sortorder',
'aZ09comma');
54if (empty($page) || $page == -1) {
57$offset = $limit * $page;
64 $sortfield =
"position_name";
68$childids = $user->getAllChildIds(1);
72 $morefilter =
'AND employee = 1';
80$extrafields->fetch_name_optionals_label(
$object->table_element);
82if (($id > 0) || $ref) {
87 if ($user->hasRight(
'holiday',
'readall')) {
90 if ($user->hasRight(
'holiday',
'read') && in_array(
$object->fk_user, $childids)) {
99$upload_dir = $conf->holiday->dir_output.
'/'.
get_exdir(0, 0, 0, 1, $object,
'');
100$modulepart =
'holiday';
104 $socid = $user->socid;
108$permissiontoadd = $user->hasRight(
'holiday',
'write');
115include DOL_DOCUMENT_ROOT.
'/core/actions_linkedfiles.inc.php';
122$form =
new Form($db);
124$listhalfday = array(
'morning'=>$langs->trans(
"Morning"),
"afternoon"=>$langs->trans(
"Afternoon"));
125$title = $langs->trans(
"Leave").
' - '.$langs->trans(
"Files");
126$help_url =
'EN:Module_Holiday';
128llxHeader(
'', $title, $help_url,
'', 0, 0,
'',
'',
'',
'mod-holiday page-card_documents');
131 $valideur =
new User($db);
132 $valideur->fetch(
$object->fk_validator);
134 $userRequest =
new User($db);
135 $userRequest->fetch(
$object->fk_user);
139 print
dol_get_fiche_head($head,
'documents', $langs->trans(
"CPTitreMenu"), -1,
'holiday');
143 $filearray =
dol_dir_list($upload_dir,
"files", 0,
'',
'(\.meta|_preview.*\.png)$', $sortfield, (strtolower($sortorder) ==
'desc' ? SORT_DESC : SORT_ASC), 1);
145 foreach ($filearray as $key => $file) {
146 $totalsize += $file[
'size'];
150 $linkback =
'<a href="'.DOL_URL_ROOT.
'/holiday/list.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
152 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref');
155 print
'<div class="fichecenter">';
157 print
'<div class="underbanner clearboth"></div>';
159 print
'<table class="border tableforfield centpercent">';
162 print
'<td class="titlefield">'.$langs->trans(
"User").
'</td>';
164 print $userRequest->getNomUrl(-1,
'leave');
169 print
'<td>'.$langs->trans(
"Type").
'</td>';
171 $typeleaves =
$object->getTypes(1, -1);
172 if (empty($typeleaves[
$object->fk_type])) {
173 $labeltoshow = $langs->trans(
"TypeWasDisabledOrRemoved",
$object->fk_type);
175 $labeltoshow = (($typeleaves[
$object->fk_type][
'code'] && $langs->trans($typeleaves[
$object->fk_type][
'code']) != $typeleaves[
$object->fk_type][
'code']) ? $langs->trans($typeleaves[
$object->fk_type][
'code']) : $typeleaves[
$object->fk_type][
'label']);
181 $starthalfday = (
$object->halfday == -1 ||
$object->halfday == 2) ?
'afternoon' :
'morning';
182 $endhalfday = (
$object->halfday == 1 ||
$object->halfday == 2) ?
'morning' :
'afternoon';
186 print $form->textwithpicto($langs->trans(
'DateDebCP'), $langs->trans(
"FirstDayOfHoliday"));
188 print
'<td>'.dol_print_date(
$object->date_debut,
'day');
189 print
' ';
190 print
'<span class="opacitymedium">'.$langs->trans($listhalfday[$starthalfday]).
'</span>';
196 print $form->textwithpicto($langs->trans(
'DateFinCP'), $langs->trans(
"LastDayOfHoliday"));
198 print
'<td>'.dol_print_date(
$object->date_fin,
'day');
199 print
' ';
200 print
'<span class="opacitymedium">'.$langs->trans($listhalfday[$endhalfday]).
'</span>';
207 $htmlhelp = $langs->trans(
'NbUseDaysCPHelp');
208 $includesaturday = (isset($conf->global->MAIN_NON_WORKING_DAYS_INCLUDE_SATURDAY) ? $conf->global->MAIN_NON_WORKING_DAYS_INCLUDE_SATURDAY : 1);
209 $includesunday = (isset($conf->global->MAIN_NON_WORKING_DAYS_INCLUDE_SUNDAY) ? $conf->global->MAIN_NON_WORKING_DAYS_INCLUDE_SUNDAY : 1);
210 if ($includesaturday) {
211 $htmlhelp .=
'<br>'.$langs->trans(
"DayIsANonWorkingDay", $langs->trans(
"Saturday"));
213 if ($includesunday) {
214 $htmlhelp .=
'<br>'.$langs->trans(
"DayIsANonWorkingDay", $langs->trans(
"Sunday"));
216 print $form->textwithpicto($langs->trans(
'NbUseDaysCP'), $htmlhelp);
218 print
'<td>'.num_open_day(
$object->date_debut_gmt,
$object->date_fin_gmt, 0, 1,
$object->halfday).
'</td>';
223 print
'<td>'.$langs->trans(
'DetailRefusCP').
'</td>';
224 print
'<td>'.$object->detail_refuse.
'</td>';
230 print
'<td>'.$langs->trans(
'DescCP').
'</td>';
231 print
'<td>'.nl2br(
$object->description).
'</td>';
234 print
'<tr><td>'.$langs->trans(
"NbOfAttachedFiles").
'</td><td colspan="3">'.count($filearray).
'</td></tr>';
235 print
'<tr><td>'.$langs->trans(
"TotalSizeOfAttachedFiles").
'</td><td colspan="3">'.
dol_print_size($totalsize, 1, 1).
'</td></tr>';
238 print
'</table>'.
"\n";
291 print
'<div class="clearboth"></div>';
295 $permissiontoadd = $user->hasRight(
'holiday',
'write');
296 $permtoedit = $user->hasRight(
'holiday',
'write');
297 $param =
'&id='.$object->id;
301 include DOL_DOCUMENT_ROOT.
'/core/tpl/document_actions_post_headers.tpl.php';
303 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 of the module paid holiday.
const STATUS_REFUSED
Refused.
Class to manage Dolibarr users.
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.
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.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_sanitizeFileName($str, $newstr='_', $unaccent=1)
Clean a string to use it as a file name.
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.
holiday_prepare_head($object)
Return array head with list of tabs to view object information.
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.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.