summaryrefslogtreecommitdiff
path: root/fracture/invoice.py
AgeCommit message (Collapse)Author
2021-01-25Don't set taxes when block is emptyEkaitz Zarraga
2020-11-24handle rounds correctlyEkaitz Zarraga
2020-09-16Add VAT summaryEkaitz Zarraga
2020-08-08Simplify summary, needs reviewEkaitz Zarraga
2020-08-08Basic output control: summary, latex and jsonEkaitz Zarraga
2020-08-07Better output with CustomersEkaitz Zarraga
2020-08-07Solve issue with fields in CustomerEkaitz Zarraga
2020-08-06Invoice rendering:Ekaitz Zarraga
- load by id-repr to be able to choose correctly - render to json or to dict
2020-08-06Make to_json and to_dict functionsEkaitz Zarraga
2020-08-06Return the summary with the different VAT+Taxes in orderEkaitz Zarraga
2020-08-06Make types privateEkaitz Zarraga
2020-08-06Correct invoice count:Ekaitz Zarraga
- Separate books for types (sent/received) - Separate count for each series - Remove id from products too -> use description instead
2020-07-27More work on load and print:Ekaitz Zarraga
- Load by year and quarter or year only - output as a dict
2020-07-20Add subcommands sketchEkaitz Zarraga
2020-07-19first commitEkaitz Zarraga