From ff1aa51ca823edca9bf12ee2732828307c50e239 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Wed, 14 Feb 2024 12:43:59 +0100 Subject: [PATCH] gnu: Add trytond-account-tax-non-deductible. * gnu/packages/tryton.scm (trytond-account-tax-non-deductible): New variable. --- gnu/packages/tryton.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 9cdddac6b5448f09038099804bf11341f3d81c96..f9434db7b0797b89cf178b6b741f4768ad4ef34e 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -1595,6 +1595,29 @@ adds “by weight” as allocation method on shipment cost.") report on cash basis.") (license license:gpl3+))) +(define-public trytond-account-tax-non-deductible + (package + (name "trytond-account-tax-non-deductible") + (version "7.0.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "trytond_account_tax_non_deductible" version)) + (sha256 + (base32 "0xx15wj7phigrdad0yrydjfg98plb712dqq0ayhj3p17ijcvkyfl")))) + (build-system pyproject-build-system) + (arguments (tryton-arguments "account_tax_non_deductible")) + (native-inputs %standard-trytond-native-inputs) + (propagated-inputs + (list trytond + trytond-account + trytond-account-invoice)) + (home-page "https://docs.tryton.org/projects/modules-account-tax-non-deductible") + (synopsis "Tryton module to report non-deductible taxes") + (description "The @emph{Account Tax Non Deductible} Tryton module allows +to define non-deductible taxes and reports them.") + (license license:gpl3+))) + (define-public trytond-account-tax-rule-country (package (name "trytond-account-tax-rule-country")