GlisWeb framework
|
Vai al codice sorgente di questo file.
Variabili | |
$ct ['etc']['table'] = 'job' | |
$ct ['etc']['jobfile'] = '_mod/_6400.fatturati/_src/_api/_job/_importazione.fatturati.php' | |
if(isset( $_REQUEST['__job__'])) | $ct ['etc']['id_mandante'] = mysqlQuery( $cf['mysql']['connection'], "SELECT id, __label__ FROM anagrafica_view WHERE se_mandante = 1") |
$ct ['etc']['id_emittente'] = mysqlQuery( $cf['mysql']['connection'], "SELECT id, __label__ FROM anagrafica_view WHERE id IN (15, 16)") | |
$ct ['etc']['jobs'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT * FROM job_view WHERE job = ? ORDER BY timestamp_apertura DESC', array( array( 's' => $ct['etc']['jobfile'] ) ) ) | |
Definizione nel file _fatturati.importazione.php.