Merge pull request #23623 from kennethsequeira/italy-fy
fix: Fiscal Year and Tax Rates for Italy
This commit is contained in:
commit
06268e5f57
@ -309,7 +309,6 @@ erpnext.setup.fiscal_years = {
|
|||||||
"Hong Kong": ["04-01", "03-31"],
|
"Hong Kong": ["04-01", "03-31"],
|
||||||
"India": ["04-01", "03-31"],
|
"India": ["04-01", "03-31"],
|
||||||
"Iran": ["06-23", "06-22"],
|
"Iran": ["06-23", "06-22"],
|
||||||
"Italy": ["07-01", "06-30"],
|
|
||||||
"Myanmar": ["04-01", "03-31"],
|
"Myanmar": ["04-01", "03-31"],
|
||||||
"New Zealand": ["04-01", "03-31"],
|
"New Zealand": ["04-01", "03-31"],
|
||||||
"Pakistan": ["07-01", "06-30"],
|
"Pakistan": ["07-01", "06-30"],
|
||||||
|
@ -60,14 +60,10 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"Australia": {
|
"Australia": {
|
||||||
"Australia GST1": {
|
"Australia GST": {
|
||||||
"account_name": "GST 10%",
|
"account_name": "GST 10%",
|
||||||
"tax_rate": 10.00,
|
"tax_rate": 10.00,
|
||||||
"default": 1
|
"default": 1
|
||||||
},
|
|
||||||
"Australia GST 2%": {
|
|
||||||
"account_name": "GST 2%",
|
|
||||||
"tax_rate": 2
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -648,10 +644,19 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"Italy": {
|
"Italy": {
|
||||||
"Italy Tax": {
|
"Italy VAT 22%": {
|
||||||
"account_name": "VAT",
|
"account_name": "IVA 22%",
|
||||||
"tax_rate": 22.00
|
"tax_rate": 22.00,
|
||||||
}
|
"default": 1
|
||||||
|
},
|
||||||
|
"Italy VAT 10%":{
|
||||||
|
"account_name": "IVA 10%",
|
||||||
|
"tax_rate": 10.00
|
||||||
|
},
|
||||||
|
"Italy VAT 4%":{
|
||||||
|
"account_name": "IVA 4%",
|
||||||
|
"tax_rate": 4.00
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"Ivory Coast": {
|
"Ivory Coast": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user