cg2100.cpp Tolte segnalazioni inutili e righe vuote
cg3200.cpp Tolto inutile flag R sui numeri cg3400.cpp Aggiustata posizione di stampa del riporto dare: MI3565 git-svn-id: svn://10.65.10.50/trunk@5635 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
715eba14e2
commit
f71f01591d
@ -724,7 +724,6 @@ void TPrimanota_application::init_modify_mode(TMask& m)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Controlla sulla causale se il segno del totale documento (ritsoc=FALSE)
|
||||
@ -755,12 +754,6 @@ int TPrimanota_application::read(TMask& m)
|
||||
occas_mask().reset();
|
||||
const TString16 occode(_rel->lfile().get("OCFPI"));
|
||||
occas_mask().set(O_CODICE, occode, TRUE);
|
||||
|
||||
const char clifo = _rel->lfile().get_char("TIPO");
|
||||
if (_iva == iva_acquisti && clifo == 'C')
|
||||
error_box("Registrazione di acquisto attribuita ad un cliente"); else
|
||||
if (_iva == iva_vendite && clifo == 'F')
|
||||
error_box("Registrazione di vendita attribuita ad un fornitore");
|
||||
}
|
||||
|
||||
_saldi.reset(); // Azzera saldi
|
||||
|
@ -629,7 +629,6 @@ BEGIN
|
||||
DISPLAY "Conto" CONTO
|
||||
OUTPUT F_SOTTOCINI_CLIENTE CODCF
|
||||
OUTPUT F_DESCRINI_CLIENTE RAGSOC
|
||||
FLAGS "R"
|
||||
GROUP 2
|
||||
MESSAGE COPY,F_SOTTOCINI_CONTO
|
||||
END
|
||||
@ -663,7 +662,6 @@ BEGIN
|
||||
DISPLAY "Conto" CONTO
|
||||
OUTPUT F_SOTTOCINI_FORN CODCF
|
||||
OUTPUT F_DESCRINI_FORN RAGSOC
|
||||
FLAGS "R"
|
||||
GROUP 3
|
||||
MESSAGE COPY,F_SOTTOCINI_CONTO
|
||||
END
|
||||
@ -700,7 +698,6 @@ BEGIN
|
||||
OUTPUT F_CONTOINI_CONTO CONTO
|
||||
OUTPUT F_DESCRINI_CONTO DESCR
|
||||
CHECKTYPE NORMAL
|
||||
FLAGS "R"
|
||||
GROUP 1
|
||||
END
|
||||
|
||||
|
@ -807,7 +807,7 @@ void TStampa_giornale::preprocess_header()
|
||||
|
||||
riporto.format("@b@%dgRiporto: @%dg%c %17s @%dg%c@%dg%17s", // prima erano %15s
|
||||
_stampa_width == 132 ? SCRITTA : DARE198-11,
|
||||
_stampa_width == 132 ? TOTDARE132 : DARE198,
|
||||
_stampa_width == 132 ? TOTDARE132 : DARE198-2,
|
||||
_stampa_width == 132 ? 'D' : ' ',
|
||||
(const char *) dare,
|
||||
_stampa_width == 132 ? SEZA132 : SEZA132,
|
||||
|
Loading…
x
Reference in New Issue
Block a user