Rimossa conversione codici IVA.
git-svn-id: svn://10.65.10.50/trunk@3885 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
3cd85407dd
commit
56164af6ba
18
ba/bacnv.cpp
18
ba/bacnv.cpp
@ -180,7 +180,6 @@ public:
|
||||
void sort_sal(int year) const;
|
||||
void convert_saldi() const;
|
||||
void convert_ca7_ql() const;
|
||||
void convert_tabiva() const;
|
||||
void remove_dta_ndx() const;
|
||||
|
||||
TConversione_archivi() : _oldditta(0), _codditta(0), _error(0) {}
|
||||
@ -1095,23 +1094,6 @@ void TConversione_archivi::convert_ca7_ql() const
|
||||
}
|
||||
}
|
||||
|
||||
void TConversione_archivi::convert_tabiva() const
|
||||
// Converte la tabella %IVA
|
||||
{
|
||||
TTable iva("%IVA");
|
||||
TString w_str;
|
||||
|
||||
for (iva.first(); iva.good(); iva.next())
|
||||
{
|
||||
const int w_int = (int)iva.get_long("I3");
|
||||
if (w_int == 1) iva.put("S2","B1");
|
||||
else if (w_int == 2) iva.put("S2","B2");
|
||||
else if (w_int == 3) iva.put("S2","B3");
|
||||
w_str = iva.get("I4");
|
||||
iva.put("S9",w_str);
|
||||
}
|
||||
}
|
||||
|
||||
void TConversione_archivi::remove_dta_ndx() const
|
||||
{
|
||||
TToken_string list;
|
||||
|
Loading…
x
Reference in New Issue
Block a user