Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.0.0
-
Fix Version/s: None
-
Component/s: Plugins
-
Labels:None
Description
Currently invoice templates are pulled from the /components/invoice_templates/ directory. Instead (or in addition to) people should be able to create plugins that add additional invoice templates.
To make this work, plugins need two new events:
1. One to fetch invoice templates
2. Another to process invoice templates (e.g. build the invoice)
See related CORE-970.