123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967 |
- <?php
- /* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
- * Copyright (C) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net>
- * Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
- * Copyright (C) 2013 Florian Henry <florian.henry@open-concept.pro>
- * Copyright (C) 2013 Juanjo Menent <jmenent@2byte.es>
- * Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
- * Copyright (C) 2012 Cedric Salvador <csalvador@gpcsolutions.fr>
- * Copyright (C) 2015 Alexandre Spangaro <aspangaro.dolibarr@gmail.com>
- * Copyright (C) 2016-2018 Charlie Benke <charlie@patas-monkey.com>
- * Copyright (C) 2018 Frédéric France <frederic.france@netlogic.fr>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
- /**
- * \file fichinter/card-rec.php
- * \ingroup fichinter
- * \brief Page to show predefined fichinter
- */
- require '../main.inc.php';
- require_once DOL_DOCUMENT_ROOT.'/fichinter/class/fichinter.class.php';
- require_once DOL_DOCUMENT_ROOT.'/fichinter/class/fichinterrec.class.php';
- require_once DOL_DOCUMENT_ROOT.'/core/lib/fichinter.lib.php';
- require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
- require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
- if (! empty($conf->projet->enabled)) {
- require_once DOL_DOCUMENT_ROOT . '/projet/class/project.class.php';
- require_once DOL_DOCUMENT_ROOT . '/core/class/html.formprojet.class.php';
- }
- if (! empty($conf->contrat->enabled)) {
- require_once DOL_DOCUMENT_ROOT.'/contrat/class/contrat.class.php';
- require_once DOL_DOCUMENT_ROOT . '/core/class/html.formcontract.class.php';
- }
- $langs->load('bills');
- $langs->load('compta');
- $langs->load('admin');
- $langs->load("interventions");
- // Security check
- $id=(GETPOST('fichinterid', 'int')?GETPOST('fichinterid', 'int'):GETPOST('id', 'int'));
- $action=GETPOST('action', 'alpha');
- if ($user->societe_id) $socid=$user->societe_id;
- $objecttype = 'fichinter_rec';
- if ($action == "create" || $action == "add") $objecttype = '';
- $result = restrictedArea($user, 'ficheinter', $id, $objecttype);
- if ($page == -1)
- $page = 0 ;
- $limit = GETPOST('limit')?GETPOST('limit', 'int'):$conf->liste_limit;
- $offset = $limit * $page ;
- if ($sortorder == "")
- $sortorder="DESC";
- if ($sortfield == "")
- $sortfield="f.datec";
- $object = new FichinterRec($db);
- $arrayfields=array(
- 'f.titre'=>array('label'=>$langs->trans("Ref"), 'checked'=>1),
- 's.nom'=>array('label'=>$langs->trans("ThirdParty"), 'checked'=>1),
- 'f.fk_contrat'=>array('label'=>$langs->trans("Contract"), 'checked'=>1),
- 'f.duree'=>array('label'=>$langs->trans("Duration"), 'checked'=>1),
- 'f.total_ttc'=>array('label'=>$langs->trans("AmountTTC"), 'checked'=>1),
- 'f.frequency'=>array('label'=>$langs->trans("RecurringInvoiceTemplate"), 'checked'=>1),
- 'f.nb_gen_done'=>array('label'=>$langs->trans("NbOfGenerationDone"), 'checked'=>1),
- 'f.date_last_gen'=>array('label'=>$langs->trans("DateLastGeneration"), 'checked'=>1),
- 'f.date_when'=>array('label'=>$langs->trans("NextDateToExecution"), 'checked'=>1),
- 'f.datec'=>array('label'=>$langs->trans("DateCreation"), 'checked'=>0, 'position'=>500),
- 'f.tms'=>array('label'=>$langs->trans("DateModificationShort"), 'checked'=>0, 'position'=>500),
- );
- /*
- * Actions
- */
- // Create predefined intervention
- if ($action == 'add') {
- if (! GETPOST('titre')) {
- setEventMessages($langs->transnoentities("ErrorFieldRequired", $langs->trans("Title")), null, 'errors');
- $action = "create";
- $error++;
- }
- if (! GETPOST('socid')) {
- setEventMessages($langs->transnoentities("ErrorFieldRequired", $langs->trans("Customer")), null, 'errors');
- $action = "create";
- $error++;
- }
- // gestion des fréquences et des échéances
- $frequency=GETPOST('frequency', 'int');
- $reyear=GETPOST('reyear');
- $remonth=GETPOST('remonth');
- $reday=GETPOST('reday');
- $rehour=GETPOST('rehour');
- $remin=GETPOST('remin');
- $nb_gen_max = (GETPOST('nb_gen_max', 'int')?GETPOST('nb_gen_max', 'int'):0);
- if (GETPOST('frequency')) {
- if (empty($reyear) || empty($remonth) || empty($reday)) {
- setEventMessages($langs->transnoentities("ErrorFieldRequired", $langs->trans("Date")), null, 'errors');
- $action = "create";
- $error++;
- }
- if ($nb_gen_max === '') {
- setEventMessages($langs->transnoentities("ErrorFieldRequired", $langs->trans("MaxPeriodNumber")), null, 'errors');
- $action = "create";
- $error++;
- }
- }
- if (! $error) {
- $object->id_origin = $id;
- $object->titre = GETPOST('titre', 'alpha');
- $object->description = GETPOST('description', 'alpha');
- $object->socid = GETPOST('socid', 'alpha');
- $object->fk_project = GETPOST('projectid', 'int');
- $object->fk_contract = GETPOST('contractid', 'int');
- $object->frequency = $frequency;
- $object->unit_frequency = GETPOST('unit_frequency', 'alpha');
- $object->nb_gen_max = $nb_gen_max;
- $object->auto_validate = GETPOST('auto_validate', 'int');
- $date_next_execution = dol_mktime($rehour, $remin, 0, $remonth, $reday, $reyear);
- $object->date_when = $date_next_execution;
- if ($object->create($user) > 0) {
- $id = $object->id;
- $action = '';
- } else {
- setEventMessages($object->error, $object->errors, 'errors');
- $action = "create";
- }
- }
- } elseif ($action == 'createfrommodel') {
- $newinter = new fichinter($db);
- // on récupère les enregistrements
- $object->fetch($id);
- // on transfert les données de l'un vers l'autre
- if ($object->socid > 0) {
- $newinter->socid=$object->socid;
- $newinter->fk_projet=$object->fk_projet;
- $newinter->fk_contrat=$object->fk_contrat;
- } else
- $newinter->socid=GETPOST("socid");
- $newinter->entity=$object->entity;
- $newinter->duree=$object->duree;
- $newinter->description=$object->description;
- $newinter->note_private=$object->note_private;
- $newinter->note_public=$object->note_public;
- // on créer un nouvelle intervention
- $extrafields = new ExtraFields($db);
- $extralabels = $extrafields->fetch_name_optionals_label($newinter->table_element);
- $array_options = $extrafields->getOptionalsFromPost($extralabels);
- $newinter->array_options = $array_options;
- $newfichinterid = $newinter->create($user);
- if ($newfichinterid > 0) {
- // on ajoute les lignes de détail ensuite
- foreach ($object->lines as $ficheinterligne)
- $newinter->addline($user, $newfichinterid, $ficheinterligne->desc, "", $ficheinterligne->duree, '');
- // on update le nombre d'inter crée à partir du modèle
- $object->updateNbGenDone();
- //on redirige vers la fiche d'intervention nouvellement crée
- header('Location: '.DOL_URL_ROOT.'/fichinter/card.php?id='.$newfichinterid);
- exit;
- } else {
- setEventMessages($newinter->error, $newinter->errors, 'errors');
- $action='';
- }
- } elseif ($action == 'delete' && $user->rights->ficheinter->supprimer) {
- // delete modele
- $object->fetch($id);
- $object->delete();
- $id = 0 ;
- header('Location: '.$_SERVER["PHP_SELF"]);
- exit;
- } elseif ($action == 'setfrequency' && $user->rights->ficheinter->creer) {
- // Set frequency and unit frequency
- $object->fetch($id);
- $object->setFrequencyAndUnit(GETPOST('frequency', 'int'), GETPOST('unit_frequency', 'alpha'));
- } elseif ($action == 'setdate_when' && $user->rights->ficheinter->creer) {
- // Set next date of execution
- $object->fetch($id);
- $date = dol_mktime(
- GETPOST('date_whenhour'), GETPOST('date_whenmin'), 0,
- GETPOST('date_whenmonth'), GETPOST('date_whenday'), GETPOST('date_whenyear')
- );
- if (!empty($date)) $object->setNextDate($date);
- } elseif ($action == 'setnb_gen_max' && $user->rights->ficheinter->creer) {
- // Set max period
- $object->fetch($id);
- $object->setMaxPeriod(GETPOST('nb_gen_max', 'int'));
- }
- /*
- * View
- */
- llxHeader('', $langs->trans("RepeatableInterventional"), 'ch-fichinter.html#s-fac-fichinter-rec');
- $form = new Form($db);
- $companystatic = new Societe($db);
- if (! empty($conf->contrat->enabled))
- $contratstatic = new Contrat($db);
- if (! empty($conf->projet->enabled))
- $projectstatic = new Project($db);
- $now = dol_now();
- $tmparray=dol_getdate($now);
- $today = dol_mktime(
- 23, 59, 59,
- $tmparray['mon'], $tmparray['mday'], $tmparray['year']
- ); // Today is last second of current day
- /*
- * Create mode
- */
- if ($action == 'create') {
- print load_fiche_titre($langs->trans("CreateRepeatableIntervention"), '', 'title_commercial.png');
- $object = new Fichinter($db); // Source invoice
- //$object = new Managementfichinter($db); // Source invoice
- if ($object->fetch($id, $ref) > 0) {
- print '<form action="fiche-rec.php" method="post">';
- print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
- print '<input type="hidden" name="action" value="add">';
- print '<input type="hidden" name="fichinterid" value="'.$object->id.'">';
- dol_fiche_head();
- $rowspan=4;
- if (! empty($conf->projet->enabled) && $object->fk_project > 0) $rowspan++;
- if (! empty($conf->contrat->enabled) && $object->fk_contrat > 0) $rowspan++;
- print '<table class="border" width="100%">';
- $object->fetch_thirdparty();
- // Third party
- print '<tr><td>'.$langs->trans("Customer").'</td><td>';
- print $form->select_company($object->thirdparty->id, 'socid', '', 0, 1);
- // .$object->thirdparty->getNomUrl(1,'customer').
- print '</td><td>';
- print $langs->trans("Comment");
- print '</td></tr>';
- // Title
- print '<tr><td class="fieldrequired">'.$langs->trans("Title").'</td><td>';
- print '<input class="flat" type="text" name="titre" size="24" value="'.$_POST["titre"].'">';
- print '</td>';
- // Note
- print '<td rowspan="'.$rowspan.'" valign="top">';
- print '<textarea class="flat" name="description" wrap="soft" cols="60" rows="'.ROWS_4.'">';
- print $object->description.'</textarea>';
- print '</td></tr>';
- // Author
- print "<tr><td>".$langs->trans("Author")."</td><td>".$user->getFullName($langs)."</td></tr>";
- if (empty($conf->global->FICHINTER_DISABLE_DETAILS)) {
- // Duration
- print '<tr><td>'.$langs->trans("TotalDuration").'</td>';
- print '<td colspan="3">'.convertSecondToTime(
- $object->duration, 'all',
- $conf->global->MAIN_DURATION_OF_WORKDAY
- ).'</td>';
- print '</tr>';
- }
- // Project
- if (! empty($conf->projet->enabled)) {
- $formproject = new FormProjets($db);
- print "<tr><td>".$langs->trans("Project")."</td><td>";
- $projectid = GETPOST('projectid')?GETPOST('projectid'):$object->fk_project;
- $numprojet = $formproject->select_projects(
- $object->thirdparty->id, $projectid, 'projectid',
- 0, 0, 1, 0, 0, 0, 0, '', 0, 0, ''
- );
- print ' <a href="'.DOL_URL_ROOT.'/projet/card.php?socid='.$object->thirdparty->id;
- print '&action=create&status=1&backtopage='.urlencode($_SERVER["PHP_SELF"]).'?action=create';
- print '&socid='.$object->thirdparty->id.(!empty($id)?'&id='.$id:'').'">';
- print $langs->trans("AddProject").'</a>';
- print "</td></tr>";
- }
- // Contrat
- if (! empty($conf->contrat->enabled)) {
- $formcontract = new FormContract($db);
- print "<tr><td>".$langs->trans("Contract")."</td><td>";
- $contractid = GETPOST('contractid')?GETPOST('contractid'):$object->fk_contract;
- $numcontract = $formcontract->select_contract($object->thirdparty->id, $contractid, 'contracttid');
- print "</td></tr>";
- }
- print "</table>";
- print '<br><br>';
- /// frequency & duration
- // Autogeneration
- $title = $langs->trans("Recurrence");
- print load_fiche_titre($title, '', 'calendar');
- print '<table class="border" width="100%">';
- // Frequency
- print '<tr><td class="titlefieldcreate">';
- print $form->textwithpicto($langs->trans("Frequency"), $langs->transnoentitiesnoconv('toolTipFrequency'));
- print "</td><td>";
- print "<input type='text' name='frequency' value='".GETPOST('frequency', 'int')."' size='4' /> ";
- print $form->selectarray(
- 'unit_frequency',
- array('d'=>$langs->trans('Day'), 'm'=>$langs->trans('Month'), 'y'=>$langs->trans('Year')),
- (GETPOST('unit_frequency')?GETPOST('unit_frequency'):'m')
- );
- print "</td></tr>";
- // First date of execution for cron
- print "<tr><td>".$langs->trans('NextDateToExecution')."</td><td>";
- if ($date_next_execution != "")
- $date_next_execution = (GETPOST('remonth') ? dol_mktime(
- 12, 0, 0, GETPOST('remonth'), GETPOST('reday'), GETPOST('reyear')
- ) : -1);
- print $form->selectDate($date_next_execution, '', 1, 1, '', "add", 1, 1);
- print "</td></tr>";
- // Number max of generation
- print "<tr><td>".$langs->trans("MaxPeriodNumber")."</td><td>";
- print '<input type="text" name="nb_gen_max" value="'.GETPOST('nb_gen_max').'" size="5" />';
- print "</td></tr>";
- print "</table>";
- print '<br>';
- $title = $langs->trans("ProductsAndServices");
- if (empty($conf->service->enabled))
- $title = $langs->trans("Products");
- else if (empty($conf->product->enabled))
- $title = $langs->trans("Services");
- print load_fiche_titre($title, '', '');
- /*
- * Invoice lines
- */
- print '<table class="notopnoleftnoright" width="100%">';
- print '<tr><td colspan="3">';
- $sql = 'SELECT l.*';
- $sql.= " FROM ".MAIN_DB_PREFIX."fichinterdet as l";
- $sql.= " WHERE l.fk_fichinter= ".$object->id;
- $sql.= " AND l.fk_product is null ";
- $sql.= " ORDER BY l.rang";
- $result = $db->query($sql);
- if ($result) {
- $num = $db->num_rows($result);
- $i = 0; $total = 0;
- echo '<table class="noborder" width="100%">';
- if ($num) {
- print '<tr class="liste_titre">';
- print '<td>'.$langs->trans("Description").'</td>';
- print '<td align="center">'.$langs->trans("Duration").'</td>';
- print "</tr>\n";
- }
- $var=true;
- while ($i < $num) {
- $objp = $db->fetch_object($result);
- print '<tr class="oddeven">';
- // Show product and description
- print '<td>';
- print '<a name="'.$objp->rowid.'"></a>'; // ancre pour retourner sur la ligne
- $text = img_object($langs->trans('Service'), 'service');
- print $text.' '.nl2br($objp->description);
- // Qty
- print '<td align="center">'.convertSecondToTime($objp->duree).'</td>';
- print "</tr>";
- $i++;
- }
- $db->free($result);
- } else
- print $db->error();
- print "</table>";
- print '</td></tr>';
- print "</table>\n";
- dol_fiche_end();
- print '<div align="center"><input type="submit" class="button" value="'.$langs->trans("Create").'">';
- print ' ';
- print '<input type="button" class="button" value="'.$langs->trans("Cancel").'" onClick="javascript:history.go(-1)">';
- print '</div>';
- print "</form>\n";
- }
- else
- dol_print_error('', "Error, no invoice ".$object->id);
- } elseif ($action == 'selsocforcreatefrommodel') {
- print load_fiche_titre($langs->trans("CreateRepeatableIntervention"), '', 'title_commercial.png');
- dol_fiche_head('');
- print '<form name="fichinter" action="'.$_SERVER['PHP_SELF'].'" method="POST">';
- print '<table class="border" width="100%">';
- print '<tr><td class="fieldrequired">'.$langs->trans("ThirdParty").'</td><td>';
- print $form->select_company('', 'socid', '', 1, 1);
- print '</td></tr>';
- print '</table>';
- dol_fiche_end();
- print '<div class="center">';
- print '<input type="hidden" name="action" value="createfrommodel">';
- print '<input type="hidden" name="id" value="'.$id.'">';
- print '<input type="submit" class="button" value="'.$langs->trans("CreateDraftIntervention").'">';
- print '</div>';
- print '</form>';
- } else {
- /*
- * View mode
- *
- */
- if ($id > 0) {
- if ($object->fetch($id) > 0) {
- $object->fetch_thirdparty();
- $author = new User($db);
- $author->fetch($object->user_author);
- $head = fichinter_rec_prepare_head($object);
- dol_fiche_head($head, 'card', $langs->trans("PredefinedInterventional"), 0, 'intervention');
- // Intervention card
- $linkback = '<a href="card-rec.php">'.$langs->trans("BackToList").'</a>';
- $morehtmlref='<div class="refidno">';
- // Thirdparty
- $morehtmlref.=$langs->trans('ThirdParty') . ' : ' . $object->thirdparty->getNomUrl(1);
- // Project
- if (! empty($conf->projet->enabled)) {
- $formproject = new FormProjets($db);
- $langs->load("projects");
- $morehtmlref.='<br>'.$langs->trans('Project') . ' ';
- if ($user->rights->ficheinter->creer) {
- if ($action != 'classify') {
- $morehtmlref.='<a href="'.$_SERVER['PHP_SELF'].'?action=classify&id='.$object->id.'">';
- $morehtmlref.=img_edit($langs->transnoentitiesnoconv('SetProject')).'</a> : ';
- }
- if ($action == 'classify') {
- $morehtmlref.='<form method="post" action="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'">';
- $morehtmlref.='<input type="hidden" name="action" value="classin">';
- $morehtmlref.='<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
- $morehtmlref.=$formproject->select_projects(
- $object->socid, $object->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1
- );
- $morehtmlref.='<input type="submit" class="button valignmiddle" value="'.$langs->trans("Modify").'">';
- $morehtmlref.='</form>';
- } else {
- $morehtmlref.=$form->form_project(
- $_SERVER['PHP_SELF'].'?id='.$object->id,
- $object->socid, $object->fk_project,
- 'none', 0, 0, 0, 1
- );
- }
- } else {
- if (! empty($object->fk_project)) {
- $proj = new Project($db);
- $proj->fetch($object->fk_project);
- $morehtmlref.='<a href="'.DOL_URL_ROOT.'/projet/card.php?id='.$object->fk_project.'"';
- $morehtmlref.='title="'.$langs->trans('ShowProject').'">';
- $morehtmlref.=$proj->ref;
- $morehtmlref.='</a>';
- } else {
- $morehtmlref.='';
- }
- }
- }
- $morehtmlref.='</div>';
- dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref);
- print '<div class="fichecenter">';
- print '<div class="fichehalfleft">';
- print '<div class="underbanner clearboth"></div>';
- print '<table class="border" width="100%">';
- print "<tr><td>".$langs->trans("Author").'</td><td colspan="3">'.$author->getFullName($langs)."</td></tr>";
- if (empty($conf->global->FICHINTER_DISABLE_DETAILS)) {
- // Duration
- print '<tr><td class="titlefield">'.$langs->trans("TotalDuration").'</td>';
- print '<td colspan="3">';
- print convertSecondToTime($object->duration, 'all', $conf->global->MAIN_DURATION_OF_WORKDAY);
- print '</td></tr>';
- }
- print '<tr><td>'.$langs->trans("Description").'</td><td colspan="3">'.nl2br($object->description)."</td></tr>";
- // Contrat
- if (! empty($conf->contrat->enabled)) {
- $langs->load('contrat');
- print '<tr>';
- print '<td>';
- print '<table class="nobordernopadding" width="100%"><tr><td>';
- print $langs->trans('Contract');
- print '</td>';
- if ($action != 'contrat') {
- print '<td align="right"><a href="'.$_SERVER["PHP_SELF"].'?action=contrat&id='.$object->id.'">';
- print img_edit($langs->trans('SetContract'), 1);
- print '</a></td>';
- }
- print '</tr></table>';
- print '</td><td>';
- if ($action == 'contrat') {
- $formcontract= new Formcontract($db);
- $formcontract->formSelectContract(
- $_SERVER["PHP_SELF"].'?id='.$object->id, $object->socid,
- $object->fk_contrat, 'contratid', 0, 1
- );
- } else {
- if ($object->fk_contrat) {
- $contratstatic = new Contrat($db);
- $contratstatic->fetch($object->fk_contrat);
- print $contratstatic->getNomUrl(0, '', 1);
- } else
- print " ";
- }
- print '</td>';
- print '</tr>';
- }
- print "</table>";
- print '</div>';
- print '<div class="fichehalfright">';
- print '<div class="ficheaddleft">';
- print '<div class="underbanner clearboth"></div>';
- print '<table class="border centpercent">';
- $title = $langs->trans("Recurrence");
- print load_fiche_titre($title, '', 'calendar');
- print '<table class="border" width="100%">';
- // if "frequency" is empty or = 0, the reccurence is disabled
- print '<tr><td style="width: 50%">';
- print '<table class="nobordernopadding" width="100%"><tr><td>';
- print $langs->trans('Frequency');
- print '</td>';
- if ($action != 'editfrequency' && $user->rights->ficheinter->creer) {
- print '<td align="right"><a href="'.$_SERVER["PHP_SELF"].'?action=editfrequency&id='.$id.'">';
- print img_edit($langs->trans('Edit'), 1) . '</a></td>';
- }
- print '</tr></table>';
- print '</td><td>';
- if ($action == 'editfrequency') {
- print '<form method="post" action="'.$_SERVER["PHP_SELF"] . '?id=' . $object->id.'">';
- print '<input type="hidden" name="action" value="setfrequency">';
- print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
- print '<table class="nobordernopadding" cellpadding="0" cellspacing="0">';
- print '<tr><td>';
- print "<input type='text' name='frequency' value='".$object->frequency."' size='5' /> ";
- print $form->selectarray(
- 'unit_frequency',
- array('d'=>$langs->trans('Day'), 'm'=>$langs->trans('Month'), 'y'=>$langs->trans('Year')),
- ($object->unit_frequency?$object->unit_frequency:'m')
- );
- print '</td>';
- print '<td align="left"><input type="submit" class="button" value="'.$langs->trans("Modify").'"></td>';
- print '</tr></table></form>';
- } else {
- if ($object->frequency > 0)
- print $langs->trans('FrequencyPer_'.$object->unit_frequency, $object->frequency);
- else
- print $langs->trans("NotARecurringInterventionalTemplate");
- }
- print '</td></tr>';
- // Date when
- print '<tr><td>';
- if ( $user->rights->ficheinter->creer && ($action == 'date_when' || $object->frequency > 0)) {
- print $form->editfieldkey(
- $langs->trans("NextDateToExecution"), 'date_when', $object->date_when,
- $object, $user->rights->facture->creer, 'day'
- );
- } else {
- print $langs->trans("NextDateToExecution");
- }
- print '</td><td>';
- if ($action == 'date_when' || $object->frequency > 0) {
- print $form->editfieldval(
- $langs->trans("NextDateToExecution"), 'date_when', $object->date_when,
- $object, $user->rights->facture->creer, 'day'
- );
- }
- print '</td>';
- print '</tr>';
- // Max period / Rest period
- print '<tr><td>';
- if ($user->rights->ficheinter->creer && ($action == 'nb_gen_max' || $object->frequency > 0)) {
- print $form->editfieldkey(
- $langs->trans("MaxPeriodNumber"), 'nb_gen_max', $object->nb_gen_max,
- $object, $user->rights->facture->creer
- );
- } else
- print $langs->trans("MaxPeriodNumber");
- print '</td><td>';
- if ($action == 'nb_gen_max' || $object->frequency > 0) {
- print $form->editfieldval(
- $langs->trans("MaxPeriodNumber"), 'nb_gen_max', $object->nb_gen_max?$object->nb_gen_max:'',
- $object, $user->rights->facture->creer
- );
- }
- else
- print '';
- print '</td>';
- print '</tr>';
- print '</table>';
- // Frequencry/Recurring section
- if ($object->frequency > 0) {
- print '<br>';
- if (empty($conf->cron->enabled)) {
- $txtinfoadmin=$langs->trans(
- "EnableAndSetupModuleCron",
- $langs->transnoentitiesnoconv("Module2300Name")
- );
- print info_admin($txtinfoadmin);
- }
- print '<div class="underbanner clearboth"></div>';
- print '<table class="border centpercent">';
- // Nb of generation already done
- print '<tr><td style="width: 50%">'.$langs->trans("NbOfGenerationDone").'</td>';
- print '<td>';
- print $object->nb_gen_done?$object->nb_gen_done:'0';
- print '</td>';
- print '</tr>';
- // Date last
- print '<tr><td>';
- print $langs->trans("DateLastGeneration");
- print '</td><td>';
- print dol_print_date($object->date_last_gen, 'dayhour');
- print '</td>';
- print '</tr>';
- print '</table>';
- print '<br>';
- }
- print '</div>';
- print '</div>';
- print '</div>';
- print '<div class="clearboth"></div><br>';
- /*
- * Lines
- */
- $title = $langs->trans("ProductsAndServices");
- if (empty($conf->service->enabled))
- $title = $langs->trans("Products");
- else if (empty($conf->product->enabled))
- $title = $langs->trans("Services");
- print load_fiche_titre($title);
- print '<table class="noborder" width="100%">';
- print '<tr class="liste_titre">';
- print '<td>'.$langs->trans("Description").'</td>';
- print '<td align="center">'.$langs->trans("Duration").'</td>';
- print '</tr>';
- $num = count($object->lines);
- $i = 0;
- while ($i < $num) {
- // Show product and description
- if (isset($object->lines[$i]->product_type))
- $type=$object->lines[$i]->product_type;
- else
- $object->lines[$i]->fk_product_type;
- // Try to enhance type detection using date_start and date_end for free lines when type
- // was not saved.
- if (! empty($objp->date_start)) $type=1;
- if (! empty($objp->date_end)) $type=1;
- // Show line
- print '<tr class="oddeven">';
- print '<td>';
- $text = img_object($langs->trans('Service'), 'service');
- print $text.' '.nl2br($object->lines[$i]->desc);
- print '</td>';
- print '<td align="center">'.convertSecondToTime($object->lines[$i]->duree).'</td>';
- print "</tr>\n";
- $i++;
- }
- print '</table>';
- /**
- * Barre d'actions
- */
- print '<div class="tabsAction">';
- if ($user->rights->ficheinter->creer) {
- print '<div class="inline-block divButAction">';
- print '<a class="butAction" href="'.$_SERVER['PHP_SELF'].'?action=createfrommodel';
- print '&socid='.$object->thirdparty->id.'&id='.$object->id.'">';
- print $langs->trans("CreateFichInter").'</a></div>';
- }
- if ($user->rights->ficheinter->supprimer) {
- print '<div class="inline-block divButAction">';
- print '<a class="butActionDelete" href="'.$_SERVER['PHP_SELF'].'?action=delete&id='.$object->id.'">';
- print $langs->trans('Delete').'</a></div>';
- }
- print '</div>';
- } else
- print $langs->trans("ErrorRecordNotFound");
- } else {
- /*
- * List mode
- */
- $sql = "SELECT f.rowid as fich_rec, s.nom as name, s.rowid as socid, f.rowid as facid, f.titre, ";
- $sql.= " f.duree, f.fk_contrat, f.fk_projet, f.frequency, f.nb_gen_done, f.nb_gen_max,";
- $sql.= " f.date_last_gen, f.date_when, f.datec";
- $sql.= " FROM ".MAIN_DB_PREFIX."fichinter_rec as f";
- $sql.= " , ".MAIN_DB_PREFIX."societe as s ";
- if (! $user->rights->societe->client->voir && ! $socid) {
- $sql .= " , ".MAIN_DB_PREFIX."societe_commerciaux as sc";
- }
- $sql.= " WHERE f.fk_soc = s.rowid";
- $sql.= " AND f.entity = ".$conf->entity;
- if ($socid) $sql .= " AND s.rowid = ".$socid;
- if (! $user->rights->societe->client->voir && ! $socid) {
- $sql .= " AND s.rowid = sc.fk_soc AND sc.fk_user = ".$user->id;
- }
- if ($search_ref) $sql .= natural_search('f.titre', $search_ref);
- if ($search_societe) $sql .= natural_search('s.nom', $search_societe);
- if ($search_frequency == '1') $sql.= ' AND f.frequency > 0';
- if ($search_frequency == '0') $sql.= ' AND (f.frequency IS NULL or f.frequency = 0)';
- //$sql .= " ORDER BY $sortfield $sortorder, rowid DESC ";
- // $sql .= $db->plimit($limit + 1, $offset);
- $resql = $db->query($sql);
- if ($resql) {
- $num = $db->num_rows($resql);
- print_barre_liste(
- $langs->trans("RepeatableInterventional"), $page,
- $_SERVER['PHP_SELF'], "&socid=$socid", $sortfield, $sortorder,
- '', $num, '', 'title_commercial.png'
- );
- print $langs->trans("ToCreateAPredefinedInterventional").'<br><br>';
- $i = 0;
- print '<table class="noborder" width="100%">';
- print '<tr class="liste_titre">';
- print_liste_field_titre(
- $langs->trans("Ref"), $_SERVER['PHP_SELF'], "f.titre", "", "",
- 'width="200px" align="left"', $sortfiled, $sortorder
- );
- print_liste_field_titre(
- $langs->trans("Company"), $_SERVER['PHP_SELF'], "s.nom", "", "",
- 'width="200px" align="left"', $sortfiled, $sortorder
- );
- if (! empty($conf->contrat->enabled))
- print_liste_field_titre(
- $langs->trans("Contract"), $_SERVER['PHP_SELF'],
- "f.fk_contrat", "", "",
- 'width="100px" align="left"', $sortfiled, $sortorder
- );
- if (! empty($conf->projet->enabled))
- print_liste_field_titre(
- $langs->trans("Project"), $_SERVER['PHP_SELF'],
- "f.fk_project", "", "",
- 'width="100px" align="left"', $sortfiled, $sortorder
- );
- print_liste_field_titre(
- $langs->trans("Duration"), $_SERVER['PHP_SELF'],
- 'f.duree', '', '',
- 'width="50px" align="right"', $sortfiled, $sortorder
- );
- // Recurring or not
- print_liste_field_titre(
- $langs->trans("Frequency"), $_SERVER['PHP_SELF'],
- "f.frequency", "", "",
- 'width="100px" align="center"', $sortfiled, $sortorder
- );
- print_liste_field_titre(
- $langs->trans("NbOfGenerationDone"), $_SERVER['PHP_SELF'],
- "f.nb_gen_done", "", "",
- 'width="100px" align="center"', $sortfiled, $sortorder
- );
- print_liste_field_titre(
- $langs->trans("DateLastGeneration"), $_SERVER['PHP_SELF'],
- "f.date_last_gen", "", "",
- 'width="100px" align="center"', $sortfiled, $sortorder
- );
- print_liste_field_titre(
- $langs->trans("NextDateToIntervention"), $_SERVER['PHP_SELF'],
- "f.date_when", "", "",
- 'width="100px" align="center"', $sortfiled, $sortorder
- );
- print '<th width="100px"></th>';
- print "</tr>\n";
- // les filtres à faire ensuite
- if ($num > 0) {
- while ($i < min($num, $limit)) {
- $objp = $db->fetch_object($resql);
- print '<tr class="oddeven">';
- print '<td><a href="'.$_SERVER['PHP_SELF'].'?id='.$objp->fich_rec.'">';
- print img_object($langs->trans("ShowIntervention"), "intervention").' '.$objp->titre;
- print "</a></td>\n";
- if ($objp->socid) {
- $companystatic->id=$objp->socid;
- $companystatic->name=$objp->name;
- print '<td>'.$companystatic->getNomUrl(1, 'customer').'</td>';
- } else
- print '<td>'.$langs->trans("None").'</td>';
- if (! empty($conf->contrat->enabled)) {
- print '<td>';
- if ($objp->fk_contrat >0) {
- $contratstatic->fetch($objp->fk_contrat);
- print $contratstatic->getNomUrl(1);
- }
- print '</td>';
- }
- if (! empty($conf->projet->enabled)) {
- print '<td>';
- if ($objp->fk_project >0) {
- $projectstatic->fecth($objp->fk_projet);
- print $projectstatic->getNomUrl(1);
- }
- print '</td>';
- }
- print '<td align=right>'.convertSecondToTime($objp->duree).'</td>';
- print '<td align="center">'.yn($objp->frequency?1:0).'</td>';
- print '<td align="center">';
- if ($objp->frequency) {
- print $objp->nb_gen_done.($objp->nb_gen_max>0?' / '. $objp->nb_gen_max:'') ;
- print '</td>';
- print '<td align="center">';
- print dol_print_date($db->jdate($objp->date_last_gen), 'day') ;
- print '</td>';
- print '<td align="center">';
- print dol_print_date($db->jdate($objp->date_when), 'day');
- print '</td>';
- } else {
- print '<span class="opacitymedium">'.$langs->trans('NA').'</span>';
- print '</td>';
- print '<td align="center">';
- print '<span class="opacitymedium">'.$langs->trans('NA').'</span>';
- print '</td>';
- print '<td align="center">';
- print '<span class="opacitymedium">'.$langs->trans('NA').'</span>';
- print '</td>';
- }
- if ($user->rights->ficheinter->creer) {
- // Action column
- print '<td align="center">';
- if ($user->rights->ficheinter->creer) {
- if (empty($objp->frequency) || $db->jdate($objp->date_when) <= $today) {
- print '<a class="butAction" href="'.$_SERVER['PHP_SELF'].'?action=createfrommodel';
- print '&socid='.$objp->socid.'&id='.$objp->fich_rec.'">';
- print $langs->trans("CreateFichInter").'</a>';
- } else
- print $langs->trans("DateIsNotEnough");
- } else
- print " ";
- print "</td>";
- print "</tr>\n";
- $i++;
- }
- }
- } else
- print '<tr class="oddeven"><td colspan="6">'.$langs->trans("NoneF").'</td></tr>';
- print "</table>";
- $db->free($resql);
- } else
- dol_print_error($db);
- }
- }
- llxFooter();
- $db->close();
|