Patch level : nopatch
Files correlati : Commento : riaggiunto tmovimento_contabile
This commit is contained in:
parent
a3d076e09c
commit
f12834c236
@ -967,6 +967,7 @@ class TMovimento_contabile : public TMultiple_rectype
|
||||
{
|
||||
TDate _olddataliq;
|
||||
TRecord_array _old_iva;
|
||||
TPagamento _pag;
|
||||
|
||||
protected:
|
||||
int registra(bool re, bool force);
|
||||
@ -1003,6 +1004,7 @@ public:
|
||||
void adjust_rowtypes();
|
||||
real imponibile(const char * codiva = nullptr) const ;
|
||||
real imposta(const char * codiva = nullptr) const ;
|
||||
TPagamento& pagamento();
|
||||
|
||||
TMovimento_contabile();
|
||||
TMovimento_contabile(const TMovimento_contabile& mov);
|
||||
@ -1541,5 +1543,4 @@ public:
|
||||
const TCli_for & cached_clifor(const char tipo, const long codice);
|
||||
const TCli_for & cached_clifor(int file, const TRectype & rec);
|
||||
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user