django-afip icon indicating copy to clipboard operation
django-afip copied to clipboard

Add helper to generate `Vats` based on receipt entry data.

Open WhyNotHugo opened this issue 2 years ago • 0 comments

From Receipt:

If the taxpayer has taxes or pays VAT, you need to attach :class:~.Tax and/or :class:~.Vat instances to the Receipt.

Create a helper to generate the Vat instances. It should have a flag to, optionally, also update the Receipt instance's total_amount field.

WhyNotHugo avatar May 21 '22 17:05 WhyNotHugo