Patch level : 2.0 500
Files correlati : ba3.exe Ricompilazione Demo : [ ] Commento : EP20088 La colonna "intervallo rate" riporta solo 2 cifre quando l'intervallo rate e' di es: 120gg git-svn-id: svn://10.65.10.50/trunk@11240 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
c34337e9ef
commit
1331c84083
@ -238,7 +238,7 @@ HIDDEN bool printer_handler(TMask_field& f, KEY k)
|
||||
if (config.len() > 8) // REG+ANNO+CODICE di tre caratteri
|
||||
{
|
||||
TPrinter& p = printer();
|
||||
p.set_printtype(normprinter); // Force configuration update
|
||||
p.set_printtype(winprinter); // Force configuration update
|
||||
p.read_configuration(config);
|
||||
if (p.set())
|
||||
{
|
||||
|
@ -93,7 +93,7 @@ void Stampa_condizioni_pagamento_application::print_header()
|
||||
set_header (soh++, FR("@bCONDIZIONI DI PAGAMENTO @r@107gData @> Pag. @#"));
|
||||
set_header (soh++, "");
|
||||
set_header (soh++, FR("@47gTipo@53gInizio@66gMese@73gGiorni@89gIntervallo@108gScadenze@118gTipo@123gUlter."));
|
||||
set_header (soh++, FR("Cod.@12gDescrizione@47gRata@53gcalcolo@66gcomm.@73gsc. fissa@92grate@103gNr. gg. %% @118grata@123gclass."));
|
||||
set_header (soh++, FR("Cod.@12gDescrizione@47gRata@53gcalcolo@66gcomm.@73gsc. fissa@92grate@102gNr. gg. %% @118grata@123gclass."));
|
||||
set_header(soh,"");
|
||||
set_background(format("W2l{1,3,132,3}l{1,%d,132,%d}", soh, soh));
|
||||
}
|
||||
@ -105,7 +105,7 @@ void Stampa_condizioni_pagamento_application::set_page_cpg()
|
||||
set_row(2,"@48g@2s@53g#8t",FLD("%CPG","S4"),&_inizio_cal);
|
||||
set_row(2,"@66g#2t",&_mese_com);
|
||||
set_row(2,"@73g@2s @77g@2s @81g@2s",FLD("%CPG","I0"),FLD("%CPG","I1"),FLD("%CPG","I2"));
|
||||
set_row(2,"@93g@2s",FLD("%CPG","I3"));
|
||||
set_row(2,"@93g@3s",FLD("%CPG","I3"));
|
||||
}
|
||||
|
||||
void Stampa_condizioni_pagamento_application::set_page(int file, int counter)
|
||||
@ -156,9 +156,7 @@ bool Stampa_condizioni_pagamento_application::user_destroy()
|
||||
|
||||
int ba3a00 (int argc, char* argv[])
|
||||
{
|
||||
|
||||
Stampa_condizioni_pagamento_application a;
|
||||
|
||||
a.run(argc, argv, TR("Stampa condizioni di pagamento"));
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user