Aggiunta data scaduto nella stampa

git-svn-id: svn://10.65.10.50/trunk@2726 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
villa 1996-04-12 10:43:53 +00:00
parent e8af16a3c6
commit dc63257fc4

View File

@ -717,7 +717,7 @@ void TStampaScaduto::print_header()
TString rw(203); TString rw(203);
TString s1,s2; TString s1,s2;
int o = 0; // Offset per scaglioni. int o = 0; // Offset per scaglioni.
set_header (soh++, "Ditta : %ld %s@158gData@163g%s @190gPag. @#", set_header (soh++, "Ditta : %ld %s@158gData@163g%s @190gPag. @#",
firm, (const char *)s, (const char *)datas); firm, (const char *)s, (const char *)datas);
if (_tipost==fornitori) if (_tipost==fornitori)
{ {
@ -730,7 +730,7 @@ void TStampaScaduto::print_header()
s1 ="In Attesa B.F."; s2 =""; s1 ="In Attesa B.F."; s2 ="";
o = 4; o = 4;
} }
set_header (soh++,"@73gAl %s",(const char*)limop); set_header (soh++,"@73gAl %s Scad. %s",(const char*)limscad, (const char*)limop);
rw.fill('-'); rw.fill('-');
set_header(soh++, (const char *) rw); set_header(soh++, (const char *) rw);
set_header(soh++,"CODICE@18gC O G N O M E E N O M E "); set_header(soh++,"CODICE@18gC O G N O M E E N O M E ");
@ -750,7 +750,8 @@ void TStampaScaduto::print_header()
set_header (soh++, "Ditta : %ld %s@152gData@157g%s @170gPag. @#", set_header (soh++, "Ditta : %ld %s@152gData@157g%s @170gPag. @#",
firm, (const char *)s, (const char *)datas); firm, (const char *)s, (const char *)datas);
set_header(soh++,"@79g** SCADUTO **"); set_header(soh++,"@79g** SCADUTO **");
set_header (soh++,"@79gAl %s",(const char*)limop); set_header (soh++,"@73gAl %s Scad. %s",(const char*)limscad, (const char*)limop);
// set_header (soh++,"@79gAl %s",(const char*)limop);
rw.fill('-'); rw.fill('-');
set_header(soh++, (const char *) rw); set_header(soh++, (const char *) rw);
set_header(soh++,"CONTO@18gD E S C R I Z I O N E"); set_header(soh++,"CONTO@18gD E S C R I Z I O N E");