fetchArray("SELECT an_anagrafiche.idanagrafica AS id FROM an_anagrafiche INNER JOIN (an_tipianagrafiche_anagrafiche INNER JOIN an_tipianagrafiche ON an_tipianagrafiche_anagrafiche.idtipoanagrafica=an_tipianagrafiche.idtipoanagrafica) ON an_anagrafiche.idanagrafica=an_tipianagrafiche_anagrafiche.idanagrafica WHERE deleted=0 AND descrizione='Tecnico'"); $_SESSION['dashboard']['idtecnici'] = array("'-1'"); for( $i=0; $ifetchArray("SELECT idstatointervento AS id, descrizione FROM in_statiintervento"); $_SESSION['dashboard']['idstatiintervento'] = array("'-1'"); for( $i=0; $ifetchArray("SELECT idtipointervento AS id, descrizione FROM in_tipiintervento"); $_SESSION['dashboard']['idtipiintervento'] = array("'-1'"); for( $i=0; $ifetchArray("SELECT id, descrizione FROM an_zone"); $_SESSION['dashboard']['idzone'] = array("'-1'"); for( $i=0; $i
fetchArray("SELECT idstatointervento AS id, descrizione, colore FROM in_statiintervento ORDER BY descrizione ASC"); $total = sizeof($rs); $allchecksstati = ""; for( $i=0; $i $val ){ if( $val == "'".$rs[$i]['id']."'" ){ $attr = 'checked="checked"'; $count++; } } $checks .= "
  • \n"; $allchecksstati .= "session_set_array( 'dashboard,idstatiintervento', '".$rs[$i]['id']."', 0 ); "; } if( $count == $total ){ $class = "btn-success"; } else if( $count == 0 ){ $class = "btn-danger"; } else{ $class = "btn-warning"; } if ($total==0) $class = "btn-primary disabled"; ?> fetchArray("SELECT idtipointervento AS id, descrizione FROM in_tipiintervento ORDER BY descrizione ASC"); $total = sizeof($rs); $allcheckstipi = ""; for( $i=0; $i $val ){ if( $val == "'".$rs[$i]['id']."'" ){ $attr = 'checked="checked"'; $count++; } } $checks .= "
  • \n"; $allcheckstipi .= "session_set_array( 'dashboard,idtipiintervento', '".$rs[$i]['id']."', 0 ); "; } if( $count == $total ){ $class = "btn-success"; } else if( $count == 0 ){ $class = "btn-danger"; } else{ $class = "btn-warning"; } if ($total==0) $class = "btn-primary disabled"; ?> fetchArray("SELECT an_anagrafiche.idanagrafica AS id, ragione_sociale FROM an_anagrafiche INNER JOIN (an_tipianagrafiche_anagrafiche INNER JOIN an_tipianagrafiche ON an_tipianagrafiche_anagrafiche.idtipoanagrafica=an_tipianagrafiche.idtipoanagrafica) ON an_anagrafiche.idanagrafica=an_tipianagrafiche_anagrafiche.idanagrafica WHERE deleted=0 AND descrizione='Tecnico' ORDER BY ragione_sociale ASC"); $total = sizeof($rs); $totale_tecnici += $total; $allchecktecnici = ""; for( $i=0; $i $val ){ if( $val == "'".$rs[$i]['id']."'" ){ $attr = 'checked="checked"'; $count++; } } $checks .= "
  • \n"; $allchecktecnici .= "session_set_array( 'dashboard,idtecnici', '".$rs[$i]['id']."', 0 ); "; } // TECNICI ELIMINATI $rs = $dbo->fetchArray("SELECT an_anagrafiche.idanagrafica AS id, ragione_sociale FROM an_anagrafiche INNER JOIN (an_tipianagrafiche_anagrafiche INNER JOIN an_tipianagrafiche ON an_tipianagrafiche_anagrafiche.idtipoanagrafica=an_tipianagrafiche.idtipoanagrafica) ON an_anagrafiche.idanagrafica=an_tipianagrafiche_anagrafiche.idanagrafica WHERE deleted=1 AND descrizione='Tecnico' ORDER BY ragione_sociale ASC"); $total = sizeof($rs); $totale_tecnici += $total; if( $total>0 ){ $checks .= "

  • Tecnici eliminati:
  • \n"; for( $i=0; $i $val ){ if( $val == "'".$rs[$i]['id']."'" ){ $attr = 'checked="checked"'; $count++; } } $checks .= "
  • \n"; $allchecktecnici .= "session_set_array( 'dashboard,idtecnici', '".$rs[$i]['id']."', 0 ); "; } // end for } // end if if( $count == $totale_tecnici ){ $class = "btn-success"; } else if( $count == 0 ){ $class = "btn-danger"; } else{ $class = "btn-warning"; } if ($totale_tecnici==0) $class = "btn-primary disabled"; ?>