Patch level : 12.0 412

Files correlati     : 
Commento            : Aggiornati tracciati


git-svn-id: svn://10.65.10.50/branches/R_10_00@23878 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
mtollari 2017-06-23 13:46:11 +00:00
parent d566d3fc83
commit 5dc2666b89
3 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,3 @@
173
0
$trasfatt|0|0|69|0|Tabella trasferimento fatture|||
$trasfatt|1|1|107|0|Tabella trasferimento fatture|||

View File

@ -1,13 +1,19 @@
173
9
NUMREG|9|4|0|Codice esercizio
15
NUMREG|3|7|0|Codice esercizio
TIPO|7|1|0|Tipo <C>liente o <F>ornitore
CODCF|3|6|0|Codice
TIPODOC|1|2|0|Tipo documento
OCCAS|1|16|0|Codice occasionali
NUMDOC|1|7|0|Numero documento
DATAREG|5|8|0|Data Registrazione
DATADOC|5|8|0|Data documento
IMPONIBILE|4|18|3|Imponibile
IMPOSTA|4|18|3|Imposta
CODIVA|1|4|0|Codice IVA
TIPODET|1|1|0|Codice detraibilità
AUTOFATT|8|1|0|Booleano autofattura
TFINVIO|8|1|0|Flag Invio
TFDATA|5|8|0|Data ultimo invio
1
NUMREG+CODIVA|

View File

@ -609,7 +609,7 @@ int TTrFa_cursors::updateFilters(const char tipocf, const long codcf, TDate dal,
if(codcf > 0)
query<<"&&STR((23.CODCF=#CODCF))";
/*
switch(cod)
{
case toSend:
@ -621,6 +621,7 @@ int TTrFa_cursors::updateFilters(const char tipocf, const long codcf, TDate dal,
default:
break;
}
*/
query << "\nJOIN MOV INTO NUMREG==NUMREG\n";
c_rmoviva = new TISAM_recordset(query);