[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/154: gnu: Add trytond-account-payment-sepa-cfonb.
From: |
guix-commits |
Subject: |
32/154: gnu: Add trytond-account-payment-sepa-cfonb. |
Date: |
Tue, 21 Sep 2021 15:07:33 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit a49c35d29bbbf6d882c3cc922ac88f854c87f8c8
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:08 2021 +0200
gnu: Add trytond-account-payment-sepa-cfonb.
* gnu/packages/tryton.scm (trytond-account-payment-sepa-cfonb): New
variable.
---
gnu/packages/tryton.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 3b2e856..282d1cb 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -888,6 +888,33 @@ journal.")
generate SEPA files for a Payment Group.")
(license license:gpl3+)))
+(define-public trytond-account-payment-sepa-cfonb
+ (package
+ (name "trytond-account-payment-sepa-cfonb")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_account_payment_sepa_cfonb" version))
+ (sha256
+ (base32 "0ccn5s360w78wqnq86qfyci8wii4n1n3pd9wvwsnbrpmabj1byv1"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "account_payment_sepa_cfonb"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-account-payment" ,trytond-account-payment)
+ ("trytond-account-payment-sepa" ,trytond-account-payment-sepa)
+ ("trytond-bank" ,trytond-bank)
+ ("trytond-company" ,trytond-company)
+ ("trytond-party" ,trytond-party)))
+ (home-page
+ "https://docs.tryton.org/projects/modules-account-payment-sepa-cfonb")
+ (synopsis "Tryton module for CFONB SEPA payment")
+ (description "The @emph{account payment sepa cfonb} Tryton module adds
+CFONB flavors to SEPA messages.")
+ (license license:gpl3+)))
+
(define-public trytond-account-product
(package
(name "trytond-account-product")
- 18/154: gnu: Add trytond-account-dunning-letter., (continued)
- 18/154: gnu: Add trytond-account-dunning-letter., guix-commits, 2021/09/21
- 19/154: gnu: Add trytond-account-es., guix-commits, 2021/09/21
- 33/154: gnu: Add trytond-account-payment-stripe., guix-commits, 2021/09/21
- 26/154: gnu: Add trytond-account-invoice-line-standalone., guix-commits, 2021/09/21
- 29/154: gnu: Add trytond-account-payment-braintree., guix-commits, 2021/09/21
- 37/154: gnu: Add trytond-account-statement-ofx., guix-commits, 2021/09/21
- 40/154: gnu: Add trytond-account-stock-continental., guix-commits, 2021/09/21
- 41/154: gnu: Add trytond-account-stock-landed-cost., guix-commits, 2021/09/21
- 23/154: gnu: Add trytond-account-invoice-correction., guix-commits, 2021/09/21
- 24/154: gnu: Add trytond-account-invoice-defer., guix-commits, 2021/09/21
- 32/154: gnu: Add trytond-account-payment-sepa-cfonb.,
guix-commits <=
- 38/154: gnu: Add trytond-account-statement-rule., guix-commits, 2021/09/21
- 42/154: gnu: Add trytond-account-stock-landed-cost-weight., guix-commits, 2021/09/21
- 56/154: gnu: Add trytond-commission-waiting., guix-commits, 2021/09/21
- 70/154: gnu: Add trytond-party-siret., guix-commits, 2021/09/21
- 62/154: gnu: Add trytond-incoterm., guix-commits, 2021/09/21
- 68/154: gnu: Add trytond-party-avatar., guix-commits, 2021/09/21
- 43/154: gnu: Add trytond-account-tax-cash., guix-commits, 2021/09/21
- 47/154: gnu: Add trytond-analytic-sale., guix-commits, 2021/09/21
- 51/154: gnu: Add trytond-carrier., guix-commits, 2021/09/21
- 52/154: gnu: Add trytond-carrier-percentage., guix-commits, 2021/09/21