afip_bill
afip_bill copied to clipboard
A small library to generate a bill's PDF
We should refactor the views in order to avoid using fixed positions for the elements. For instance: ``` ORIGINAL ``` That was made by a PDF to HTML website but...
We should properly format the line items currencies: It seems that we are doing it for the subtotals + totals: So we should try to be consistent and display money...
Currently, if there's more than 9 items on the bill, the layout will look broken. We should look into adding support for multi-page bills, so that if there's 10 or...
Update Readme file so people know that it's possible to pass a custom IVA to the LineItem. See https://github.com/ombulabs/afip_bill/pull/14#issuecomment-536565669
See https://github.com/ombulabs/afip_bill/pull/16#discussion_r329805404