Invoiceplane: Difference between revisions

Onny (talk | contribs)
Invoice templates: Update template example
Onny (talk | contribs)
Invoice templates: Update example template
 
(One intermediate revision by the same user not shown)
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 36: Line 36:
       owner = "onny";
       owner = "onny";
       repo = "invoiceplane-vtdirektmarketing";
       repo = "invoiceplane-vtdirektmarketing";
       rev = "a8c272a2d6947d0d33cc4285bea8490f443906f5";
       rev = "a779ea08aaf88d4a4e8afb555a8953f5432f7d49";
       hash = "sha256-v11Z0cQlV/cUijj0gEcDwdupX+EFGmdlNweo00na/r0=";
       hash = "sha256-H82p46n7OuJA8nzSZWcVRnxfmTrrqaNy+R5qbj0EWtw=";
     };
     };
     makeFlags = [ "DESTDIR=$(out)" ];
     makeFlags = [ "DESTDIR=$(out)" ];
Line 50: Line 50:


}
}
</nowiki>|name=|lang=}}
</nowiki>|name=|lang=Nix}}


=== Invoice mail delivery ===
=== Invoice mail delivery ===