Patch level : nopatch

Files correlati     :
Commento        :

riaggiunto tmovimento_contabile
This commit is contained in:
Alessandro Bonazzi 2021-11-24 13:22:47 +01:00
parent a3d076e09c
commit f12834c236

View File

@ -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