ricco386 / django-faktura

Simple django app for invoice generation.
MIT License
12 stars 6 forks source link

round total amount to two decimal places everywhere #11

Closed mimmon closed 5 years ago

mimmon commented 5 years ago

we could remove formatting from here now: https://github.com/ricco386/django-faktura/blob/master/faktura/templates/faktura/includes/invoices_list.html#L22 but I would leave it like that

ricco386 commented 5 years ago

You are right there is no need for that line since we do the rounding in model.