Invoiceplane: Difference between revisions
→Invoice templates: Update template example |
|||
Line 26: | Line 26: | ||
Invoiceplane will render and export invoices as PDF. You can create your own invoice templates or reuse existing ones. The following example fetches an invoice template and makes it available to your running Invoiceplane instance | Invoiceplane will render and export invoices as PDF. You can create your own invoice templates or reuse existing ones. The following example fetches an invoice template and makes it available to your running Invoiceplane instance | ||
{{file| | {{file|||<nowiki> | ||
{ config, pkgs, lib, ... }: | { config, pkgs, lib, ... }: | ||
let | let | ||
Line 50: | Line 50: | ||
} | } | ||
</nowiki>|name=|lang=}} | </nowiki>|name=|lang=Nix}} | ||
=== Invoice mail delivery === | === Invoice mail delivery === |