guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

67/296: gnu: Add texlive-facture-belge-simple-sans-tva.


From: guix-commits
Subject: 67/296: gnu: Add texlive-facture-belge-simple-sans-tva.
Date: Thu, 24 Aug 2023 05:20:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3a29c4f51934a9e89b81e48538d5c6f25826048d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:38:51 2023 +0200

    gnu: Add texlive-facture-belge-simple-sans-tva.
    
    * gnu/packages/tex.scm (texlive-facture-belge-simple-sans-tva): New 
variable.
---
 gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 90c28f94f5..86dfb7cf0a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13129,6 +13129,30 @@ with or without VAT; different addresses for delivery 
and for billing are
 permitted.")
     (license license:cc-by-sa2.0)))
 
+(define-public texlive-facture-belge-simple-sans-tva
+  (package
+    (name "texlive-facture-belge-simple-sans-tva")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/xelatex/facture-belge-simple-sans-tva/"
+                   "tex/xelatex/facture-belge-simple-sans-tva/")
+             (base32
+              "1zs2hcc5lhzvfkv83wym1rax58mryylq9b7i358ln0pklnm2gncx")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/facture-belge-simple-sans-tva";)
+    (synopsis "Simple Belgian invoice without VAT")
+    (description
+     "This package can be used to generate invoices for Belgian individuals
+who do not have a VAT number and who wish to do occasional work, or to carry
+out paid additional activities during their free time up to 6,000 euros per
+calendar year (amount indexed annually) without having to pay tax or social
+security contributions (see the website Activites complementaires).  The
+package can also generate expense reports.  All totals are calculated
+automatically, in the invoice and in the expense report.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-faktor
   (package
     (name "texlive-faktor")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]