django-getpaid / django-plans

Django application for managing account plans and quotas
MIT License
509 stars 127 forks source link

Fix greece taxation #150

Closed PetrDlouhy closed 2 years ago

PetrDlouhy commented 2 years ago

Greece does have code GR in django-countries, but the EU code used by VIES is EL. This fixes that problem and adds tests.

codecov-commenter commented 2 years ago

Codecov Report

Merging #150 (21d01af) into master (a037347) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #150   +/-   ##
=======================================
  Coverage   82.40%   82.40%           
=======================================
  Files           8        8           
  Lines         125      125           
=======================================
  Hits          103      103           
  Misses         22       22           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a2bdf74...21d01af. Read the comment docs.

PetrDlouhy commented 2 years ago

Greece tax is already solved in pyvat (#153). The tests from this PR are moved in #153. This PR is obsolete.