ricco386 / django-faktura

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

Admin add action for generating invoice from proforma #6

Closed ricco386 closed 4 years ago

ricco386 commented 5 years ago

Admin has dropdown actions, add new one for generating invoice (in DRAFT state) from existing pro forma invoice.

Make sure if action is called on other type than pro forma invoice nothing will happen (or message will be shown).

ricco386 commented 4 years ago

Already done