@@ -168,7 +168,7 @@ |
||
168 | 168 | |
169 | 169 | if ($result > 0) { |
170 | 170 | dol_htmloutput_mesg("Notes de frais créées"); |
171 | - }else{ |
|
171 | + } else{ |
|
172 | 172 | dol_htmloutput_errors("Note de frais non créée"); |
173 | 173 | } |
174 | 174 | } else { |
@@ -136,12 +136,12 @@ discard block |
||
136 | 136 | |
137 | 137 | //'t.entity'=>array('label'=>$langs->trans("Entity"), 'checked'=>1, 'enabled'=>(! empty($conf->multicompany->enabled) && empty($conf->multicompany->transverse_mode))), |
138 | 138 | 't.datec' => array('label' => $langs->trans("DateCreationShort"), |
139 | - 'checked' => 0, |
|
140 | - 'position' => 500 |
|
139 | + 'checked' => 0, |
|
140 | + 'position' => 500 |
|
141 | 141 | ), |
142 | 142 | 't.tms' => array('label' => $langs->trans("DateModificationShort"), |
143 | - 'checked' => 0, |
|
144 | - 'position' => 500 |
|
143 | + 'checked' => 0, |
|
144 | + 'position' => 500 |
|
145 | 145 | ), |
146 | 146 | //'t.statut'=>array('label'=>$langs->trans("Status"), 'checked'=>1, 'position'=>1000), |
147 | 147 | ); |
@@ -149,9 +149,9 @@ discard block |
||
149 | 149 | if (is_array($extrafields->attribute_label) && count($extrafields->attribute_label)) { |
150 | 150 | foreach ($extrafields->attribute_label as $key => $val) { |
151 | 151 | $arrayfields["ef." . $key] = array('label' => $extrafields->attribute_label[$key], |
152 | - 'checked' => $extrafields->attribute_list[$key], |
|
153 | - 'position' => $extrafields->attribute_pos[$key], |
|
154 | - 'enabled' => $extrafields->attribute_perms[$key] |
|
152 | + 'checked' => $extrafields->attribute_list[$key], |
|
153 | + 'position' => $extrafields->attribute_pos[$key], |
|
154 | + 'enabled' => $extrafields->attribute_perms[$key] |
|
155 | 155 | ); |
156 | 156 | } |
157 | 157 | } |
@@ -191,10 +191,12 @@ discard block |
||
191 | 191 | include DOL_DOCUMENT_ROOT . '/core/actions_changeselectedfields.inc.php'; |
192 | 192 | |
193 | 193 | // Purge search criteria |
194 | - if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter.x") || GETPOST("button_removefilter")) // All tests are required to be compatible with all browsers |
|
194 | + if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter.x") || GETPOST("button_removefilter")) { |
|
195 | + // All tests are required to be compatible with all browsers |
|
195 | 196 | { |
196 | 197 | |
197 | 198 | $search_idBBC_vols = ''; |
199 | + } |
|
198 | 200 | $search_date = ''; |
199 | 201 | $search_lieuD = ''; |
200 | 202 | $search_lieuA = ''; |
@@ -801,7 +803,9 @@ discard block |
||
801 | 803 | { |
802 | 804 | print '<td>'.$flight->getNomUrl(0).'</td>'; |
803 | 805 | |
804 | - if (! $i) $totalarray['nbfield']++; |
|
806 | + if (! $i) { |
|
807 | + $totalarray['nbfield']++; |
|
808 | + } |
|
805 | 809 | } |
806 | 810 | if (! empty($arrayfields['t.date']['checked'])) |
807 | 811 | { |
@@ -809,112 +813,146 @@ discard block |
||
809 | 813 | print dol_print_date($db->jdate($obj->date), '%d-%m-%y'); |
810 | 814 | print '</td>'; |
811 | 815 | |
812 | - if (! $i) $totalarray['nbfield']++; |
|
816 | + if (! $i) { |
|
817 | + $totalarray['nbfield']++; |
|
818 | + } |
|
813 | 819 | } |
814 | 820 | if (! empty($arrayfields['t.lieuD']['checked'])) |
815 | 821 | { |
816 | 822 | print '<td>'.$obj->lieuD.'</td>'; |
817 | 823 | |
818 | - if (! $i) $totalarray['nbfield']++; |
|
824 | + if (! $i) { |
|
825 | + $totalarray['nbfield']++; |
|
826 | + } |
|
819 | 827 | } |
820 | 828 | if (! empty($arrayfields['t.lieuA']['checked'])) |
821 | 829 | { |
822 | 830 | print '<td>'.$obj->lieuA.'</td>'; |
823 | 831 | |
824 | - if (! $i) $totalarray['nbfield']++; |
|
832 | + if (! $i) { |
|
833 | + $totalarray['nbfield']++; |
|
834 | + } |
|
825 | 835 | } |
826 | 836 | if (! empty($arrayfields['t.heureD']['checked'])) |
827 | 837 | { |
828 | 838 | print '<td>'.$obj->heureD.'</td>'; |
829 | 839 | |
830 | - if (! $i) $totalarray['nbfield']++; |
|
840 | + if (! $i) { |
|
841 | + $totalarray['nbfield']++; |
|
842 | + } |
|
831 | 843 | } |
832 | 844 | if (! empty($arrayfields['t.heureA']['checked'])) |
833 | 845 | { |
834 | 846 | print '<td>'.$obj->heureA.'</td>'; |
835 | 847 | |
836 | - if (! $i) $totalarray['nbfield']++; |
|
848 | + if (! $i) { |
|
849 | + $totalarray['nbfield']++; |
|
850 | + } |
|
837 | 851 | } |
838 | 852 | if (! empty($arrayfields['t.BBC_ballons_idBBC_ballons']['checked'])) |
839 | 853 | { |
840 | 854 | print '<td>'.$obj->bal.'</td>'; |
841 | 855 | |
842 | - if (! $i) $totalarray['nbfield']++; |
|
856 | + if (! $i) { |
|
857 | + $totalarray['nbfield']++; |
|
858 | + } |
|
843 | 859 | } |
844 | 860 | if (! empty($arrayfields['t.nbrPax']['checked'])) |
845 | 861 | { |
846 | 862 | print '<td>'.$obj->nbrPax.'</td>'; |
847 | 863 | |
848 | - if (! $i) $totalarray['nbfield']++; |
|
864 | + if (! $i) { |
|
865 | + $totalarray['nbfield']++; |
|
866 | + } |
|
849 | 867 | } |
850 | 868 | if (! empty($arrayfields['t.remarque']['checked'])) |
851 | 869 | { |
852 | 870 | print '<td>'.$obj->remarque.'</td>'; |
853 | 871 | |
854 | - if (! $i) $totalarray['nbfield']++; |
|
872 | + if (! $i) { |
|
873 | + $totalarray['nbfield']++; |
|
874 | + } |
|
855 | 875 | } |
856 | 876 | if (! empty($arrayfields['t.incidents']['checked'])) |
857 | 877 | { |
858 | 878 | print '<td>'.$obj->incidents.'</td>'; |
859 | 879 | |
860 | - if (! $i) $totalarray['nbfield']++; |
|
880 | + if (! $i) { |
|
881 | + $totalarray['nbfield']++; |
|
882 | + } |
|
861 | 883 | } |
862 | 884 | if (! empty($arrayfields['t.fk_type']['checked'])) |
863 | 885 | { |
864 | 886 | print '<td>'.$obj->flight_type.'</td>'; |
865 | 887 | |
866 | - if (! $i) $totalarray['nbfield']++; |
|
888 | + if (! $i) { |
|
889 | + $totalarray['nbfield']++; |
|
890 | + } |
|
867 | 891 | } |
868 | 892 | if (! empty($arrayfields['t.fk_pilot']['checked'])) |
869 | 893 | { |
870 | 894 | print '<td>'.$obj->pilot.'</td>'; |
871 | 895 | |
872 | - if (! $i) $totalarray['nbfield']++; |
|
896 | + if (! $i) { |
|
897 | + $totalarray['nbfield']++; |
|
898 | + } |
|
873 | 899 | } |
874 | 900 | if (! empty($arrayfields['t.fk_organisateur']['checked'])) |
875 | 901 | { |
876 | 902 | print '<td>'.$obj->organisator.'</td>'; |
877 | 903 | |
878 | - if (! $i) $totalarray['nbfield']++; |
|
904 | + if (! $i) { |
|
905 | + $totalarray['nbfield']++; |
|
906 | + } |
|
879 | 907 | } |
880 | 908 | if (! empty($arrayfields['t.is_facture']['checked'])) |
881 | 909 | { |
882 | 910 | $flight->is_facture = $obj->is_facture; |
883 | 911 | print '<td>'.$flight->getLibStatut(3).'</td>'; |
884 | 912 | |
885 | - if (! $i) $totalarray['nbfield']++; |
|
913 | + if (! $i) { |
|
914 | + $totalarray['nbfield']++; |
|
915 | + } |
|
886 | 916 | } |
887 | 917 | if (! empty($arrayfields['t.kilometers']['checked'])) |
888 | 918 | { |
889 | 919 | if($user->rights->flightlog->vol->financial || $user->id == $flight->fk_pilot){ |
890 | 920 | print '<td>'.$obj->kilometers.' KM</td>'; |
891 | - }else{ |
|
921 | + } else{ |
|
892 | 922 | print '<td> - Km</td>'; |
893 | 923 | } |
894 | 924 | |
895 | - if (! $i) $totalarray['nbfield']++; |
|
925 | + if (! $i) { |
|
926 | + $totalarray['nbfield']++; |
|
927 | + } |
|
896 | 928 | } |
897 | 929 | if (! empty($arrayfields['t.cost']['checked'])) |
898 | 930 | { |
899 | 931 | if(($user->rights->flightlog->vol->financial || $user->id == $flight->fk_pilot) && $obj->cost > 0){ |
900 | 932 | print sprintf('<td>%s - (%s/pax)</td>', price($obj->cost, 0, $langs, 0, 0, -1, $conf->currency), price($obj->cost/$obj->nbrPax, 0, $langs, -1, -1, -1, $conf->currency)); |
901 | - }else{ |
|
933 | + } else{ |
|
902 | 934 | print '<td> - €</td>'; |
903 | 935 | } |
904 | 936 | |
905 | - if (! $i) $totalarray['nbfield']++; |
|
937 | + if (! $i) { |
|
938 | + $totalarray['nbfield']++; |
|
939 | + } |
|
906 | 940 | } |
907 | 941 | if (! empty($arrayfields['t.fk_receiver']['checked'])) |
908 | 942 | { |
909 | 943 | print '<td>'.$obj->receiver.'</td>'; |
910 | 944 | |
911 | - if (! $i) $totalarray['nbfield']++; |
|
945 | + if (! $i) { |
|
946 | + $totalarray['nbfield']++; |
|
947 | + } |
|
912 | 948 | } |
913 | 949 | if (! empty($arrayfields['t.justif_kilometers']['checked'])) |
914 | 950 | { |
915 | 951 | print '<td>'.$obj->justif_kilometers.'</td>'; |
916 | 952 | |
917 | - if (! $i) $totalarray['nbfield']++; |
|
953 | + if (! $i) { |
|
954 | + $totalarray['nbfield']++; |
|
955 | + } |
|
918 | 956 | } |
919 | 957 | |
920 | 958 | // Extra fields |
@@ -962,9 +1000,11 @@ discard block |
||
962 | 1000 | |
963 | 1001 | // Action column |
964 | 1002 | print '<td class="nowrap" align="center">'; |
965 | - if ($massactionbutton || $massaction) // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined |
|
1003 | + if ($massactionbutton || $massaction) { |
|
1004 | + // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined |
|
966 | 1005 | { |
967 | 1006 | $selected = 0; |
1007 | + } |
|
968 | 1008 | if (in_array($obj->idBBC_vols, $arrayofselected)) { |
969 | 1009 | $selected = 1; |
970 | 1010 | } |
@@ -613,9 +613,12 @@ |
||
613 | 613 | |
614 | 614 | <?php if ($year >= $currentYear || !$t1->service || !$t2->service || !$t3->service || !$t4->service || !$t5->service || !$t6->service || !$t7->service) : ?> |
615 | 615 | <a class="butActionRefused" href="#">Générer</a> |
616 | - <?php else: ?> |
|
616 | + <?php else { |
|
617 | + : ?> |
|
617 | 618 | <button class="butAction" type="submit">Générer</button> |
618 | - <?php endif; ?> |
|
619 | + <?php endif; |
|
620 | +} |
|
621 | +?> |
|
619 | 622 | |
620 | 623 | </form> |
621 | 624 |
@@ -26,58 +26,58 @@ discard block |
||
26 | 26 | */ |
27 | 27 | class InterfaceMailOnIncident extends DolibarrTriggers |
28 | 28 | { |
29 | - /** |
|
30 | - * @var DoliDB Database handler |
|
31 | - */ |
|
32 | - protected $db; |
|
33 | - |
|
34 | - /** |
|
35 | - * Constructor |
|
36 | - * |
|
37 | - * @param DoliDB $db Database handler |
|
38 | - */ |
|
39 | - public function __construct($db) |
|
40 | - { |
|
41 | - $this->db = $db; |
|
42 | - |
|
43 | - $this->name = preg_replace('/^Interface/i', '', get_class($this)); |
|
44 | - $this->family = "Belgian balloon club"; |
|
45 | - $this->description = "Trigger that send an e-mail on flight incident."; |
|
46 | - $this->version = '1.0'; |
|
47 | - $this->picto = 'flightlog@flightlog'; |
|
48 | - } |
|
49 | - |
|
50 | - /** |
|
51 | - * Trigger name |
|
52 | - * |
|
53 | - * @return string Name of trigger file |
|
54 | - */ |
|
55 | - public function getName() |
|
56 | - { |
|
57 | - return $this->name; |
|
58 | - } |
|
59 | - |
|
60 | - /** |
|
61 | - * Trigger description |
|
62 | - * |
|
63 | - * @return string Description of trigger file |
|
64 | - */ |
|
65 | - public function getDesc() |
|
66 | - { |
|
67 | - return $this->description; |
|
68 | - } |
|
69 | - |
|
70 | - |
|
71 | - /** |
|
72 | - * @param string $action Event action code |
|
73 | - * @param Bbcvols $object Object |
|
74 | - * @param User $user Object user |
|
75 | - * @param Translate $langs Object langs |
|
76 | - * @param Conf $conf Object conf |
|
77 | - * @return int <0 if KO, 0 if no triggered ran, >0 if OK |
|
78 | - */ |
|
79 | - public function runTrigger($action, $object, User $user, Translate $langs, Conf $conf) |
|
80 | - { |
|
29 | + /** |
|
30 | + * @var DoliDB Database handler |
|
31 | + */ |
|
32 | + protected $db; |
|
33 | + |
|
34 | + /** |
|
35 | + * Constructor |
|
36 | + * |
|
37 | + * @param DoliDB $db Database handler |
|
38 | + */ |
|
39 | + public function __construct($db) |
|
40 | + { |
|
41 | + $this->db = $db; |
|
42 | + |
|
43 | + $this->name = preg_replace('/^Interface/i', '', get_class($this)); |
|
44 | + $this->family = "Belgian balloon club"; |
|
45 | + $this->description = "Trigger that send an e-mail on flight incident."; |
|
46 | + $this->version = '1.0'; |
|
47 | + $this->picto = 'flightlog@flightlog'; |
|
48 | + } |
|
49 | + |
|
50 | + /** |
|
51 | + * Trigger name |
|
52 | + * |
|
53 | + * @return string Name of trigger file |
|
54 | + */ |
|
55 | + public function getName() |
|
56 | + { |
|
57 | + return $this->name; |
|
58 | + } |
|
59 | + |
|
60 | + /** |
|
61 | + * Trigger description |
|
62 | + * |
|
63 | + * @return string Description of trigger file |
|
64 | + */ |
|
65 | + public function getDesc() |
|
66 | + { |
|
67 | + return $this->description; |
|
68 | + } |
|
69 | + |
|
70 | + |
|
71 | + /** |
|
72 | + * @param string $action Event action code |
|
73 | + * @param Bbcvols $object Object |
|
74 | + * @param User $user Object user |
|
75 | + * @param Translate $langs Object langs |
|
76 | + * @param Conf $conf Object conf |
|
77 | + * @return int <0 if KO, 0 if no triggered ran, >0 if OK |
|
78 | + */ |
|
79 | + public function runTrigger($action, $object, User $user, Translate $langs, Conf $conf) |
|
80 | + { |
|
81 | 81 | if (empty($conf->flightlog->enabled) || empty($conf->workflow->enabled)){ |
82 | 82 | return 0; |
83 | 83 | } |
@@ -132,6 +132,6 @@ discard block |
||
132 | 132 | dol_syslog("Error while sending mail in flight log module : incident", LOG_ERR); |
133 | 133 | } |
134 | 134 | |
135 | - return 0; |
|
136 | - } |
|
135 | + return 0; |
|
136 | + } |
|
137 | 137 | } |
@@ -131,7 +131,7 @@ discard block |
||
131 | 131 | $command = new CreateFlightBillCommand($flight->getId(), $modeReglement, $conditionReglement, $documentModel, $type, $publicNote, $privateNote,$bankAccount); |
132 | 132 | $handler->handle($command); |
133 | 133 | Header("Location: card.php?id=" . $flight->getId()); |
134 | - }catch (\Exception $e){ |
|
134 | + } catch (\Exception $e){ |
|
135 | 135 | dol_syslog($e->getMessage(),LOG_ERR); |
136 | 136 | dol_htmloutput_mesg("Facture non créée", '', 'error'); |
137 | 137 | } |
@@ -267,9 +267,12 @@ discard block |
||
267 | 267 | |
268 | 268 | <?php if (!$flightProduct) : ?> |
269 | 269 | <a class="butActionRefused" href="#">Générer</a> |
270 | - <?php else: ?> |
|
270 | + <?php else { |
|
271 | + : ?> |
|
271 | 272 | <button class="butAction" type="submit">Générer</button> |
272 | - <?php endif; ?> |
|
273 | + <?php endif; |
|
274 | +} |
|
275 | +?> |
|
273 | 276 | |
274 | 277 | <a class="butAction" href="<?php echo DOL_URL_ROOT . '/flightlog/card.php?id=' . $flight->id; ?>">Retour au |
275 | 278 | vol</a> |
@@ -239,9 +239,12 @@ |
||
239 | 239 | <?php echo $langs->trans('La periode demandée n\'est pas cloturée.') ?> |
240 | 240 | </p> |
241 | 241 | <a class="butActionRefused" href="#">Générer</a> |
242 | - <?php else: ?> |
|
242 | + <?php else { |
|
243 | + : ?> |
|
243 | 244 | <button class="butAction" type="submit">Générer</button> |
244 | - <?php endif; ?> |
|
245 | + <?php endif; |
|
246 | +} |
|
247 | +?> |
|
245 | 248 | |
246 | 249 | </form> |
247 | 250 | </section> |
@@ -211,8 +211,11 @@ discard block |
||
211 | 211 | <?php if ($userWrite): ?> |
212 | 212 | <?php echo $formOther->select_percent($currentTask->progress, |
213 | 213 | sprintf('progression[%s]', $currentTask->id, false, 10)); ?> |
214 | - <?php else: ?> |
|
215 | - <span><?php echo $currentTask->progress; ?> %</span> |
|
214 | + <?php else { |
|
215 | + : ?> |
|
216 | + <span><?php echo $currentTask->progress; |
|
217 | +} |
|
218 | +?> %</span> |
|
216 | 219 | <?php endif; ?> |
217 | 220 | |
218 | 221 | </td> |
@@ -232,14 +235,17 @@ discard block |
||
232 | 235 | <?php echo !empty($flight->linkedObjectsIds) && in_array($currentTask->id, |
233 | 236 | $flight->linkedObjectsIds[$currentTask->table_element]) ? 'checked' : '' ?> |
234 | 237 | /> |
235 | - <?php else: ?> |
|
238 | + <?php else { |
|
239 | + : ?> |
|
236 | 240 | |
237 | 241 | <?php if (!empty($flight->linkedObjectsIds) && in_array($currentTask->id, |
238 | 242 | $flight->linkedObjectsIds[$currentTask->table_element])): ?> |
239 | 243 | <span class="fa fa-check"></span> |
240 | 244 | <?php else: ?> |
241 | 245 | <span class="fa fa-times"></span> |
242 | - <?php endif; ?> |
|
246 | + <?php endif; |
|
247 | +} |
|
248 | +?> |
|
243 | 249 | |
244 | 250 | <?php endif; ?> |
245 | 251 |
@@ -262,7 +262,7 @@ |
||
262 | 262 | <td class="fieldrequired"><?php echo $langs->trans('Commande du vol')?></td> |
263 | 263 | <td class="js-order"> |
264 | 264 | <?php |
265 | - echo $html->selectarray('order_id',$commande->liste_array(2),$_POST['order_id'], 1,0,0,'',0,0,0,'','minwidth200',1); |
|
265 | + echo $html->selectarray('order_id',$commande->liste_array(2),$_POST['order_id'], 1,0,0,'',0,0,0,'','minwidth200',1); |
|
266 | 266 | ?> |
267 | 267 | </td> |
268 | 268 | </tr> |
@@ -69,7 +69,7 @@ |
||
69 | 69 | |
70 | 70 | $msg = '<div class="ok">L\'ajout du vol du : ' . $_POST["reday"] . '/' . $_POST["remonth"] . '/' . $_POST["reyear"] . ' s\'est correctement effectue ! </div>'; |
71 | 71 | Header("Location: card.php?id=" . $vol->id); |
72 | - }catch (\Exception $e){ |
|
72 | + } catch (\Exception $e){ |
|
73 | 73 | $msg = '<div class="error">Erreur lors de l\'ajout du vol : ' . $vol->error . '! </div>'; |
74 | 74 | } |
75 | 75 |
@@ -25,8 +25,10 @@ discard block |
||
25 | 25 | foreach ($dirsociete as $dirroot) |
26 | 26 | { |
27 | 27 | $res=dol_include_once($dirroot.$module.'.php'); |
28 | - if ($res) break; |
|
29 | -} |
|
28 | + if ($res) { |
|
29 | + break; |
|
30 | + } |
|
31 | + } |
|
30 | 32 | $modCodeClient = new $module; |
31 | 33 | // Load object modCodeFournisseur |
32 | 34 | $module=(! empty($conf->global->SOCIETE_CODECLIENT_ADDON)?$conf->global->SOCIETE_CODECLIENT_ADDON:'mod_codeclient_leopard'); |
@@ -38,8 +40,10 @@ discard block |
||
38 | 40 | foreach ($dirsociete as $dirroot) |
39 | 41 | { |
40 | 42 | $res=dol_include_once($dirroot.$module.'.php'); |
41 | - if ($res) break; |
|
42 | -} |
|
43 | + if ($res) { |
|
44 | + break; |
|
45 | + } |
|
46 | + } |
|
43 | 47 | $modCodeFournisseur = new $module; |
44 | 48 | |
45 | 49 | // Load translation files required by the page |
@@ -302,8 +306,11 @@ discard block |
||
302 | 306 | </script> |
303 | 307 | <a href="#" class="hideonsmartphone" onclick="javascript: CheckVAT(document.add.tva_intra.value);"><?php echo $langs->trans("VATIntraCheck"); ?></a> |
304 | 308 | <?php echo $html->textwithpicto($s,$langs->trans("VATIntraCheckDesc",$langs->trans("VATIntraCheck")),1); ?> |
305 | - <?php else: ?> |
|
306 | - <a href="<?php echo $langs->transcountry("VATIntraCheckURL",$object->country_id); ?>" target="_blank"><?php echo img_picto($langs->trans("VATIntraCheckableOnEUSite"),'help'); ?></a> |
|
309 | + <?php else { |
|
310 | + : ?> |
|
311 | + <a href="<?php echo $langs->transcountry("VATIntraCheckURL",$object->country_id); |
|
312 | +} |
|
313 | +?>" target="_blank"><?php echo img_picto($langs->trans("VATIntraCheckableOnEUSite"),'help'); ?></a> |
|
307 | 314 | <?php endif; ?> |
308 | 315 | <?php endif; ?> |
309 | 316 | </td> |