Documents: Add CreditNote

This commit is contained in:
2023-09-12 21:40:33 +02:00
parent 5ad8c88319
commit 1a673f4b3a
5 changed files with 192 additions and 0 deletions

View File

@ -18,6 +18,7 @@ namespace Elwig.Documents {
await e.CompileTemplateAsync("BusinessDocument");
await e.CompileTemplateAsync("BusinessLetter");
await e.CompileTemplateAsync("DeliveryNote");
await e.CompileTemplateAsync("CreditNote");
Engine = e;
evtHandler();