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: 61956
Status: resolved
Priority: 0/
Queue: Business-Tax-VAT

People
Owner: jonasbn [...] cpan.org
Requestors: stefanos [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.00
Fixed in: 1.01



Subject: false de rate
please update the de rate from 16 to 19, thanks. replace the follow line: de => 16, with this: de => 19, and this: de, Germany, 16% with this: de, Germany, 19%
On Thu Oct 07 02:03:00 2010, STEFANOS wrote: Show quoted text
> please update the de rate from 16 to 19, thanks. > > replace the follow line: > de => 16, > > with this: > de => 19, > > and this: > de, Germany, 16% > > with this: > de, Germany, 19% >
Here is a basic patch
Subject: rt61956.patch
diff --git a/lib/Business/Tax/VAT.pm b/lib/Business/Tax/VAT.pm index c6f24ca..71faa92 100644 --- a/lib/Business/Tax/VAT.pm +++ b/lib/Business/Tax/VAT.pm @@ -61,7 +61,7 @@ our %RATE = ( ee => 18, fi => 22, fr => 19.6, - de => 16, + de => 19, gr => 17.5, hu => 25, ie => 21, @@ -186,7 +186,7 @@ This module uses the following rates and codes: ee, Estonia, 18% fi, Finland, 22% fr, France, 19.6% - de, Germany, 16% + de, Germany, 19% gr, Greece, 17.5% hu, Hungary, 25% ie, Ireland, 21%
On Thu Jul 31 11:10:07 2014, JONASBN wrote: Show quoted text
> On Thu Oct 07 02:03:00 2010, STEFANOS wrote:
> > please update the de rate from 16 to 19, thanks. > > > > replace the follow line: > > de => 16, > > > > with this: > > de => 19, > > > > and this: > > de, Germany, 16% > > > > with this: > > de, Germany, 19% > >
> > Here is a basic patch
BTW 19% is correct according to: http://www.vatlive.com/vat-rates/european-vat-rates/eu-vat-rates/ jonasbn
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