Invoiceplane: Difference between revisions

Onny (talk | contribs)
Invoice templates: Update template example
Onny (talk | contribs)
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|/etc/nixos/configuration.nix|nix|<nowiki>
{{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 ===