GlisWeb framework
|
Vai al codice sorgente di questo file.
Variabili | |
$ct ['etc']['table'] = 'pratiche' | |
$ct ['etc']['id_sede_apertura'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM anagrafica_view WHERE se_azienda_gestita = 1' ) | |
$ct ['etc']['id_tipologia'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM tipologie_pratiche_view' ) | |
$ct ['etc']['id_categoria_diritto'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM categorie_diritto_view' ) | |
$ct ['etc']['id_avvocato'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM anagrafica_view WHERE se_collaboratore = 1' ) | |
$ct ['etc']['id_assistito'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM anagrafica_view' ) | |
$ct ['etc']['se_responsabile'] | |
$ct ['etc']['id_listino'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM listini_view' ) | |
$ct ['etc']['id_valuta'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM valute_view' ) | |
$ct ['etc']['id_articolo'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM articoli_view' ) | |
$ct ['etc']['id_iva'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM iva_view' ) | |
$ct ['etc']['id_udm'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM udm_view' ) | |
$ct ['etc']['id_modalita_pagamento'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM modalita_pagamento_view' ) | |
if(isset( $_REQUEST[ $ct['etc']['table']]['id_cliente'])) | else |
Definizione nel file _pratiche.gestione.scadenze.php.