Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Business-Tax-VAT CPAN distribution.

Report information
The Basics
Id: 88779
Status: resolved
Priority: 0/
Queue: Business-Tax-VAT

People
Owner: jonasbn [...] cpan.org
Requestors: menozero [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.00
Fixed in: 1.01



Subject: Wrong rate for Italy
On 17 September, 2011 Italy changed (suddenly!) its VAT rate to 21%. The module still uses 20%. In 2013, on 1 July, the rate was about to change to 22%, but the decision was postponed. Right now nobody knows for sure, but it may change to 22% on 1 October, or later, or never. (Italy!) g.
On Wed Sep 18 05:45:41 2013, menozero wrote: Show quoted text
> On 17 September, 2011 Italy changed (suddenly!) its VAT rate to 21%. > The module still uses 20%. > > In 2013, on 1 July, the rate was about to change to 22%, but the > decision was postponed. Right now nobody knows for sure, but it may > change to 22% on 1 October, or later, or never. (Italy!) > > g.
In changed on the date you mentioened according to this resource: http://www.vatlive.com/vat-rates/european-vat-rates/eu-vat-rates/ jonasbn
On Thu Jul 31 10:54:48 2014, JONASBN wrote: Show quoted text
> On Wed Sep 18 05:45:41 2013, menozero wrote:
> > On 17 September, 2011 Italy changed (suddenly!) its VAT rate to 21%. > > The module still uses 20%. > > > > In 2013, on 1 July, the rate was about to change to 22%, but the > > decision was postponed. Right now nobody knows for sure, but it may > > change to 22% on 1 October, or later, or never. (Italy!) > > > > g.
> > In changed on the date you mentioened according to this resource: > > http://www.vatlive.com/vat-rates/european-vat-rates/eu-vat-rates/ > > jonasbn
Now with a patch
Subject: rt88779.patch
diff --git a/lib/Business/Tax/VAT.pm b/lib/Business/Tax/VAT.pm index c6f24ca..4ca1384 100644 --- a/lib/Business/Tax/VAT.pm +++ b/lib/Business/Tax/VAT.pm @@ -65,7 +65,7 @@ our %RATE = ( gr => 17.5, hu => 25, ie => 21, - it => 20, + it => 22, lv => 18, 'lt' => 17.5, lu => 15,
Thank you for your error report, you issues has been fixed in release 1.01, just uploaded to CPAN today. Have a nice day, jonasbn