Support fractional VAT rates
authorMagnus Hagander <magnus@hagander.net>
Wed, 4 Dec 2024 19:05:06 +0000 (20:05 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 4 Dec 2024 19:17:01 +0000 (20:17 +0100)
commitf1f9a37a48606e5ff710b09add9048d8104d0c77
tree3136200169a3ae0f64d8da7fa8e43ebb99db6b33
parentdfff6e725710f307dce3f3ad445b038e82ac1ad4
Support fractional VAT rates

Allow fractional tax rates, up to 6 decimal places.

Author: Steve Singer, with some fixes from me

Fixes #164
postgresqleu/invoices/migrations/0021_alter_vatrate_vatpercent.py [new file with mode: 0644]
postgresqleu/invoices/models.py
postgresqleu/util/fields.py
template/confreg/admin_backend_form.html