Patch level : 10.0 218

Files correlati     : ve0.exe ve6.exe
Ricompilazione Demo : [ ]
Commento            :

Contabilizzazione schede percipiente


git-svn-id: svn://10.65.10.50/trunk@18171 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2009-02-02 12:29:30 +00:00
parent daabfb0ba2
commit d0a3e3ce4c
2 changed files with 3 additions and 0 deletions

View File

@ -139,6 +139,7 @@ public:
const TString & cdc() const { return get("S1").mid(20, 20); }
const TString & cms() const { return get("S1").mid(40, 20); }
const TString & fase() const { return get("S1").mid(60); }
const int caus_770() const { return get_int("I6"); }
TSpesa_prest(const char* codice = NULL, char tipo = 'S');
TSpesa_prest(const TRectype& rec);

View File

@ -302,6 +302,7 @@ enum error_type {
intra_rett_error,
cont_seq_error,
cau_ritintra_error,
m770_write_error,
generic_error
};
@ -463,6 +464,7 @@ protected:
// scrive il movimento INTRA
error_type write_intra(TDocumento&);
error_type write_anal(TDocumento& doc, const TMovimentoPN& mv);
error_type write_percip(TDocumento& doc, const TMovimentoPN& movimento);
// Aggiorna i saldi
void aggiorna_saldi(TSaldo_agg& saldo, TMovimentoPN& mv, bool save);