Patch level : 10.0 884
Files correlati : lv4.exe Ricompilazione Demo : [ ] Commento : Impostato il numero partita al mese nell importazione fatture (CHIMA) git-svn-id: svn://10.65.10.50/branches/R_10_00@21434 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
ad52757eb5
commit
cb68ddacd9
@ -519,13 +519,13 @@ void TImporta_fat_app::genera_rate(TImporta_fat_rec& recset, TConfig& conf, int
|
||||
const TDate datadoc = recset.get("R.DATADOC").as_date();
|
||||
|
||||
conf.set(SCAD_ANNO, datadoc.year());
|
||||
conf.set(SCAD_NUMPART, recset.get("R.NPART").as_int());
|
||||
conf.set(SCAD_NUMPART, datadoc.month());
|
||||
conf.set(SCAD_NRIGA, nriga);
|
||||
conf.set(SCAD_NRATA, recset.get("R.NRATA").as_int());
|
||||
//??? CODPAG ???//
|
||||
conf.set(SCAD_TIPOPAG, recset.get("R.TIPOPAG").as_int());
|
||||
conf.set(SCAD_IMPORTO, genera_real(recset.get("R.IMPORTO")));
|
||||
conf.set(SCAD_IMPORTOVAL, genera_real(recset.get("R.IMPORTO"))); //NON SO IN QUALE DEI DUE VADA
|
||||
conf.set(SCAD_IMPORTO, genera_real(recset.get("R.IMPORTO")));
|
||||
// conf.set(SCAD_IMPORTOVAL, genera_real(recset.get("R.IMPORTO"))); //NON SO IN QUALE DEI DUE VADA
|
||||
conf.set(SCAD_DATASCAD, recset.get("R.DATASCAD").as_date());
|
||||
//??? ABI CAB GRUPPO CONTO SOTTOCONTO ???//
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user