nom_createur); debug($username); */ ?>

Détail suivi

nom_createur]); $IS_OWNER = $username == $suivi->nom_createur; $CAN_EDIT_DELETE_LINK = ( $IS_OWNER || in_array($role, ['Administration','Administration Plus','Super Administrateur']) //|| ($role == 'Utilisateur' && in_array($username, [$suivi->nom_createur])) //|| ($role == 'Responsable' && in_array($username, [$suivi->nom_createur])) || ( $role == 'Responsable' && ( ( isset($priviledgedUser->groupes_metier_id) && $priviledgedUser->groupes_metier_id != $idGmNa && $suivi->groupes_metier_id == $priviledgedUser->groupes_metier_id ) || ( isset($priviledgedUser->groupes_thematique_id) && $priviledgedUser->groupes_thematique_id != $idGtNa && $suivi->groupes_thematique_id == $priviledgedUser->groupes_thematique_id ) ) ) ); */ //if ($CAN_EDIT_DELETE) { if ($CAN_EDIT) echo $this->Html->link(__(' Editer'), [ 'action' => 'edit', $suivi->id ], [ 'escape' => false, 'onclick' => 'return true;' ]); if ($CAN_DELETE) echo $this->Form->postLink(__(' Supprimer'), [ 'action' => 'delete', $suivi->id ], [ 'style' => 'margin-left: 10px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $suivi->id) ]); //$bStyle = 'margin-right: 10px'; $bStyle = 'margin-left: 10px'; $echoActionButton($this->Html, 'icon-file', $bStyle, ' Lier doc. (ou photo)', 'documents', 'add', $suivi->id, [''], 'Attacher un Doc. à ce suivi'); /* echo $this->Html->link(' Lier un Doc.', [ 'controller' => 'documents', 'action' => 'add', $suivi->id ], [ 'style' => 'margin-left: 10px', 'title' => 'Attacher un Doc. à ce suivi', 'escape' => false ]); */ ?>
date_prochain_controle) < 0) $style = '"color: red"'; elseif ($dateProchainControleVerif($suivi->date_prochain_controle) <= 15) $style = '"color: orange"'; else $style = '"color: green"'; // - Intitulé $printTableRow(__('Intitulé'), h($suivi->intitule)); // - Materiel $printTableRow(__('Materiel suivi'), $suivi->has('materiel') ? $this->Html->link($suivi->materiel->designation, [ 'controller' => 'Materiels', 'action' => 'view', $suivi->materiel->id ]) : '' ); // - N° interne //$printTableRow(__('Numéro interne (labo)'), $suivi->has('materiel') ? h($suivi->materiel->numero_laboratoire) : ''); // - Statut $printTableRow(__('Statut'), h($suivi->statut)); // - Prestataire $printTableRow(__('Prestataire'), h($suivi->organisme)); // - Type d'intervention $printTableRow(__("Type d'intervention"), $suivi->has('type_suivi') ? h($suivi->type_suivi->nom) : ''); // - Dates interv (si données) //if ($suivi->type_suivi_id == "1") { if ($suivi->type_suivi->is_regular) { //$printTableRow(__('Date Derniere Intervention'), h($suivi->date_controle)); //$printTableRow(__('Date Prochaine Intervention'), h($suivi->date_prochain_controle), $style); $printTableRow(__('Fréquence'), h($suivi->frequence) . ' ' . h($suivi->type_frequence)); } else { $printTableRow(__('Date Début'), h($suivi->date_controle)); $printTableRow(__('Date Fin estimée'), h($suivi->date_prochain_controle), $style); /* $printTableRow(__('Date Début Prise en Charge'), h($suivi->date_controle)); $printTableRow(__('Date Fin de Panne estimée'), h($suivi->date_prochain_controle), $style); */ } /* (EP) GROUPES : désactivé car inutile // - Groupe thématique $printTableRow(__($configuration->nom_groupe_thematique), $suivi->has('groupes_thematique_id') ? $this->Html->link($suivi->groupes_thematique->nom, [ 'controller' => 'GroupesThematiques', 'action' => 'view', $suivi->groupes_thematique->id ]) : '' ); // - Groupe métier $printTableRow(__($configuration->nom_groupe_metier), $suivi->has('groupes_metier_id') ? $this->Html->link($suivi->groupes_metier->nom, [ 'controller' => 'GroupesMetiers', 'action' => 'view', $suivi->groupes_metier->id ]) : ''); */ // - Date création $printTableRow(__('Date création'), h($suivi->created)); // - Nom créateur $printTableRow(__('Nom du créateur'), h($suivi->nom_createur)); // - Date modif $printTableRow(__('Date modification'), h($suivi->modified)); // - Nom modificateur $printTableRow(__('Nom du modificateur'), h($suivi->nom_modificateur)); // - Commentaire $printTableRow(__('Commentaire'), h($suivi->commentaire)); ?>
type_suivi->nom == "Vérification métrologique") { echo '

'; echo ''; echo 'Informations Métrologique'; echo '

'; echo '
'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; if ($suivi->typemesure == "1") { echo ''; } else { echo ''; } echo '
' . __('Unite') . ' ' . ($suivi->has('unite') ? h($suivi->unite->nom) : '') . '
' . __('Plage de mesure (debut)') . ' ' . h($suivi->plage_debut) . ' ' . ($suivi->has('unite') ? h($suivi->unite->symbole) : '') . '
' . __('Plage de mesure (fin)') . ' ' . h($suivi->plage_fin) . ' ' . ($suivi->has('unite') ? h($suivi->unite->symbole) : '') . '
' . __('Resolution') . ' ' . h($suivi->resolution) . ' ' . ($suivi->has('unite') ? h($suivi->unite->symbole) : '') . '
' . __('Tolerance') . ' ' . h($suivi->tolerance) . ' ' . ($suivi->has('unite') ? h($suivi->unite->symbole) : '') . '' . __('Derniere Tolerance') . ' ' . (isset($fiche) ? h($fiche->u) : '') . ' ' . ($suivi->has('unite') ? h($suivi->unite->symbole) : '') . '
' . __('Sensibilité') . ' ' . h($suivi->sensibilite) . ' ' . ($suivi->has('unite') ? h($suivi->unite->symbole) : '') . '' . __('Derniere sensibilite') . ' ' . h($suivi->sensibilite) . ' ' . ($suivi->has('unite') ? h($suivi->unite->symbole) : '') . '
' . __('Justesse') . ' ' . h($suivi->justesse) . ' ' . ($suivi->has('unite') ? h($suivi->unite->symbole) : '') . '' . __('Derniere justesse') . ' ' . (isset($fiche) ? h($fiche->justesse) : '') . ' ' . ($suivi->has('unite') ? h($suivi->unite->symbole) : '') . '
' . __('Fidelite') . ' ' . h($suivi->fidelite) . ' ' . ($suivi->has('unite') ? h($suivi->unite->symbole) : '') . '' . __('Derniere fidelite') . ' ' . (isset($fiche) ? h($fiche->uf) : '') . ' ' . ($suivi->has('unite') ? h($suivi->unite->symbole) : '') . '
' . __('EMT standart') . ' ' . h($suivi->emtstandart) . ' ' . ($suivi->has('unite') ? h($suivi->unite->symbole) : '') . '' . __('Derniere emt standart') . ' ' . h($suivi->emtstandart) . ' ' . ($suivi->has('unite') ? h($suivi->unite->symbole) : '') . '
' . __('Derniere etat metrologique') . ' ' . h($suivi->conforme) . '
' . __('Valeur de référence') . ' ' . h($suivi->valeurRef) . ' ' . ($suivi->has('unite') ? h($suivi->unite->symbole) : '') . '
' . __('Type de mesure') . ' ' . h("Direct") . '
' . __('Type de mesure') . ' ' . h("Indirect") . '
'; echo '
'; } ?>

Document(s) lié(s) au suivi (documents) ?>)

documents) || $suivi->type_suivi->nom == "Vérification métrologique") { ?> metrologie) { ?> documents as $documents): ?>
Html->link('Lien 1: Fiche métrologique', ['controller' => 'Fichemetrologiques', 'action' => 'add', $suivi->id]) ?>
Html->link(__(''),'/webroot/files/'.$documents->suivi_id.'_'.$documents->nom.'_'.$documents->id.'.'.$documents->type_doc, ['title' => 'Télécharger', 'style' => 'margin:0', 'escape' => false ]); if (($role == 'Utilisateur' && in_array($username, [ $suivi->nom_createur ])) || ($role == 'Responsable' && in_array($username, [ $suivi->nom_createur])) || (in_array($role, [ 'Administration', 'Administration Plus', 'Super Administrateur' ])) || ($role == 'Responsable' && ((isset($priviledgedUser->groupes_metier_id) && $priviledgedUser->groupes_metier_id != $idGmNa && $suivi->groupes_metier_id == $priviledgedUser->groupes_metier_id) || (isset($priviledgedUser->groupes_thematique_id) && $priviledgedUser->groupes_thematique_id != $idGtNa && $suivi->groupes_thematique_id == $priviledgedUser->groupes_thematique_id) ))) { echo $this->Html->link(__(''), ['controller' => 'Documents', 'action' => 'edit', $documents->id], ['escape' => false, 'style' => 'margin:0']); echo $this->Form->postLink(__(''), ['controller' => 'Documents', 'action' => 'delete', $documents->id], ['escape' => false, 'style' => 'margin:0', 'confirm' => __('Êtes-vous sur de vouloir supprimer le document nommé {0}?', $documents->nom)]); echo $this->Form->postLink(__(''), ['controller' => 'Documents','action' => __('mailDevis' ,$documents->id),$documents->id], ['escape' => false,'style' => 'margin:0','confirm' => __(' Voulez vous envoyer le document par mail ? ')]); } ?> Html->link($documents->nom, ['controller' => 'documents', 'action' => 'view', $documents->id]) ?>
metrologie && ( isset($suivi->fichemetrologiques) || $suivi->fichemetrologiques != "" ) ) { ?>

Archive du suivi metrologique (fichemetrologiques) ?>)

fichemetrologiques)) { ?> fichemetrologiques, TRUE) as $fichemetrologique): ?>
Html->link(__(''), ['controller' => 'Documents', 'action' =>'ficheMetrologique', $fichemetrologique->id], ['escape' => false, 'style' => 'margin:0'])?> Form->postLink(__(''), ['controller' => 'Fichemetrologiques', 'action' => 'delete', $fichemetrologique->id], ['escape' => false, 'style' => 'margin:0', 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $fichemetrologique->id)]) ?> datefiche; ?> Html->link('Fiche '.$fichemetrologique->id, ['controller' => 'Documents', 'action' => 'ficheMetrologique', $fichemetrologique->id]) ?> conformeEMTstandart; ?> retard; ?>