Patch level :2.2 23
Files correlati :cg2.exe Ricompilazione Demo : [ ] Commento :aggiunto metodo void TMovimentoPN::destroy_iva_row(int i) git-svn-id: svn://10.65.10.50/trunk@12715 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
138d21af19
commit
2a31569eb7
@ -45,6 +45,14 @@ void TMovimentoPN::destroy_cg_row(int i)
|
||||
_cg.destroy_row(i+1, TRUE);
|
||||
}
|
||||
|
||||
void TMovimentoPN::destroy_iva_row(int i)
|
||||
{
|
||||
if (i < 0)
|
||||
_iva.destroy_rows();
|
||||
else
|
||||
_iva.destroy_row(i+1, TRUE);
|
||||
}
|
||||
|
||||
int TMovimentoPN::read_mov_rows()
|
||||
{
|
||||
const TRectype& mov = curr();
|
||||
|
@ -69,6 +69,7 @@ public:
|
||||
int iva_items() const { return _iva.rows(); }
|
||||
void destroy_rows(long numreg);
|
||||
void destroy_cg_row(int i);
|
||||
void destroy_iva_row(int i);
|
||||
|
||||
int date2liq(const TDate& data) const; // Estrae dalla data il mese di liquidazione
|
||||
char frequenza_versamenti(int year) const; // Ritorna 'M'ensile o 'T'rimestrale
|
||||
|
Loading…
x
Reference in New Issue
Block a user