GlisWeb framework
|
Vai al codice sorgente di questo file.
Variabili | |
$ct ['etc']['table'] = 'attivita' | |
$ct ['etc']['id_agente'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM anagrafica_view WHERE se_agente = 1 OR se_collaboratore = 1' ) | |
$ct ['etc']['id_tipologia_attivita'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM tipologie_attivita_view' ) | |
$ct ['etc']['id_tipologia_attivita_new'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM tipologie_attivita_view WHERE se_dashboard_agenda = 1 ' ) | |
$ct ['etc']['id_cliente'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM anagrafica_view WHERE se_cliente = 1 OR se_lead = 1 OR se_prospect = 1' ) | |
$ct ['etc']['id_immobile'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM immobili_view' ) | |
$ct ['etc']['id_incarico'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM incarichi_immobili_view' ) | |
$ct ['etc']['id_richiesta'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM richieste_immobili_view' ) | |
$ct ['etc']['id_incroci_immobile'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM incroci_immobili_view' ) | |
$ct ['etc']['id_pratica'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM pratiche_view' ) | |
$ct ['etc']['id_esito'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM esiti_attivita_view' ) | |
$ct ['etc']['id_interesse'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM tipologie_interesse_view' ) | |
$ct ['etc']['id_soddisfazione'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM tipologie_soddisfazione_view' ) | |
if (isset( $_REQUEST[ '__continue__'])) | |
Definizione nel file _agenda.gestione.php.