GNU bug report logs - #50628
[PATCH 000/154] Add 146 Tryton modules and some dependencies

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Thu, 16 Sep 2021 22:54:01 UTC

Severity: normal

Tags: patch

Done: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Bug is archived. No further changes may be made.

Full log


Message #215 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: 50628 <at> debbugs.gnu.org,
	guix-patches <at> gnu.org
Subject: [PATCH 036/154] gnu: Add trytond-account-statement-coda.
Date: Fri, 17 Sep 2021 00:52:55 +0200
* gnu/packages/tryton.scm (trytond-account-statement-coda): New variable.
---
 gnu/packages/tryton.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 2a79a3823b..7410d4c3d7 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -1025,6 +1025,32 @@ the import of @emph{Norm 43} files as statement.  @emph{Norm 43} is a standard
 defined by the Spanish banking association.")
     (license license:gpl3+)))
 
+(define-public trytond-account-statement-coda
+  (package
+    (name "trytond-account-statement-coda")
+    (version "6.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "trytond_account_statement_coda" version))
+       (sha256
+        (base32 "11gryxh2b2py0h6f89nj2y42cwb8rrxjn0r5jbhrcsfhb2kh1x3w"))))
+    (build-system python-build-system)
+    (arguments (tryton-arguments "account_statement_coda"))
+    (native-inputs `(,@%standard-trytond-native-inputs))
+    (propagated-inputs
+     `(("python-febelfin-coda" ,python-febelfin-coda)
+       ("trytond" ,trytond)
+       ("trytond-account-statement" ,trytond-account-statement)
+       ("trytond-bank" ,trytond-bank)))
+    (home-page
+     "https://docs.tryton.org/projects/modules-account-statement-coda")
+    (synopsis "Tryton module to import CODA statements")
+    (description "The @emph{Account Statement CODA} Tryton module implements
+the import of @emph{CODA} files as statement.  @emph{CODA} is a standard
+defined by Belgian \"febelfin\".")
+    (license license:gpl3+)))
+
 (define-public trytond-analytic-account
   (package
     (name "trytond-analytic-account")
-- 
2.30.2





This bug report was last modified 3 years and 238 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.