GlisWeb framework
Variabili
Riferimenti per il file _anagrafica.gestione.php

Vai al codice sorgente di questo file.

Variabili

 $ct ['etc']['table'] = 'anagrafica'
 
 $ct ['etc']['se_notifiche']
 
 $ct ['etc']['se_pec']
 
 $ct ['etc']['sesso']
 
foreach(range(1, 12) as $mese) foreach(range(1, 31) as $giorno) $ct ['etc']['id_regime_fiscale'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM regimi_fiscali_view' )
 
 $ct ['etc']['id_categoria'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM categorie_anagrafica_view' )
 
 $ct ['etc']['id_comune'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM comuni_view' )
 
 $ct ['etc']['id_tipologia'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM tipologie_anagrafica_view ORDER BY nome ASC' )
 
 $ct ['etc']['id_tipologia_crm'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM tipologie_crm_view ORDER BY ordine ASC' )
 
 $ct ['etc']['id_tipologia_telefono'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM tipologie_telefoni_view' )
 
 $ct ['etc']['id_tipologia_indirizzo'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM tipologie_indirizzi_view' )
 
 $ct ['etc']['id_comune'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM comuni_view' )
 
 $ct ['etc']['id_settore'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM settori_view' )
 
 $ct ['etc']['id_orientamento'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM orientamenti_sessuali_view' )
 
 $ct ['etc']['id_stato'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM stati_view' )
 
 $ct ['etc']['id_diritto'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM categorie_diritto_view WHERE id_genitore IS NULL' )
 
 $ct ['etc']['diritti'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM categorie_diritto_view' )
 
 $ct ['etc']['id_agente'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM anagrafica_view WHERE se_agente = 1' )
 
 $ct ['etc']['id_mandante_fornitore'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM anagrafica_view WHERE se_mandante = 1 OR se_fornitore = 1' )
 
 $ct ['etc']['id_categoria_prodotti'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM categorie_prodotti_view' )
 
 $ct ['etc']['id_tipologia_attivita'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM tipologie_attivita_view' )
 
 $ct ['etc']['id_ruolo_immagine'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM ruoli_immagini_view' )
 
 $ct ['etc']['id_ruolo_anagrafica'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM ruoli_anagrafica_view' )
 
if(empty( $_REQUEST['anagrafica']['se_collaboratore'])) if(empty( $_REQUEST['anagrafica']['se_cliente']) &&empty( $_REQUEST['anagrafica']['se_lead']) &&empty( $_REQUEST['anagrafica']['se_prospect'])) if(empty( $_REQUEST['anagrafica']['se_fornitore'])) $id_autore = mysqlSelectValue( $cf['mysql']['connection'], 'SELECT id FROM categorie_anagrafica WHERE nome =\'autore\' ' )
 
if(isset( $_REQUEST['anagrafica']['id'])) if(isset( $_REQUEST['anagrafica']['id'])) if (isset($_REQUEST[ 'anagrafica'][ 'id']))
 

Descrizione dettagliata

Da fare:
documentare

Definizione nel file _anagrafica.gestione.php.