Invoiceplane: Difference between revisions

Onny (talk | contribs)
Add dev env example
Onny (talk | contribs)
Invoice templates: Update template example
Line 30: Line 30:
let
let


   template-vtdirektmarketing = pkgs.stdenv.mkDerivation {
   invoiceplane-template-vtdirektmarketing = pkgs.stdenv.mkDerivation {
     name = "vtdirektmarketing";
     name = "vtdirektmarketing";
     src = pkgs.fetchgit {
     src = pkgs.fetchFromGitLab {
       url = "https://git.project-insanity.org/onny/invoiceplane-vtdirektmarketing.git";
       domain = "git.project-insanity.org";
       rev = "0a891d836e199cf0f6bd2c4276991665d5d3405e";
      owner = "onny";
       hash = "sha256-GhKd+dviufeGi3ZnyukzvwzVE5BO7jAx1SdsG/ioSeU=";
      repo = "invoiceplane-vtdirektmarketing";
       rev = "a8c272a2d6947d0d33cc4285bea8490f443906f5";
       hash = "sha256-v11Z0cQlV/cUijj0gEcDwdupX+EFGmdlNweo00na/r0=";
     };
     };
     makeFlags = [ "DESTDIR=$(out)" ];
     makeFlags = [ "DESTDIR=$(out)" ];
Line 44: Line 46:
   services.invoiceplane.sites."localhost" = {
   services.invoiceplane.sites."localhost" = {
     enable = true;
     enable = true;
     invoiceTemplates = [ template-vtdirektmarketing ];
     invoiceTemplates = [ invoiceplane-template-vtdirektmarketing ];
   };
   };


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


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