Patch level : 12.0 830
Files correlati : cg2.exe Commento : - [Prima nota] Corretta importazione da f1 di imposta e imponibile
This commit is contained in:
parent
1fbf34ce1f
commit
6e5ebe6716
@ -3857,8 +3857,12 @@ void TPrimanota_application::set_righe_iva_f1(TMask& cg_msk, const shared_ptr<TP
|
||||
if(it->imponibile != 0 || it->imposta != 0)
|
||||
{
|
||||
TToken_string& row = sf.row(i);
|
||||
iva_notify(sf, i, K_SPACE);
|
||||
row.add(it->imponibile, cid2index(IVA_IMPONIBILE));
|
||||
row.add(it->imposta, cid2index(IVA_IMPOSTA));
|
||||
row.add(it->aliquota, cid2index(IVA_PERCIVA));
|
||||
row.add(it->natura, cid2index(IVA_NATURIVA));
|
||||
iva_notify(sf, i, K_ENTER);
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
@ -210,6 +210,7 @@ protected: // TApplication
|
||||
virtual void print();
|
||||
void dump_rec(TConfig & ini, const TRectype & rec, int row = 0, int pref = 0);
|
||||
void dump_fatt(TConfig& ini, TPartita & game, int rigafatt, int pref = 0);
|
||||
void load_perc_nat(const TMask& msk, TConfig& ini);
|
||||
virtual void ini2mask(TConfig& ini, TMask& msk, bool query);
|
||||
virtual void mask2ini(const TMask& msk, TConfig& ini);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user