mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: Add trytond-account-statement-coda.
* gnu/packages/tryton.scm (trytond-account-statement-coda): New variable.
This commit is contained in:
parent
43d22b6c20
commit
c5829570a8
1 changed files with 26 additions and 0 deletions
|
@ -1025,6 +1025,32 @@ (define-public trytond-account-statement-aeb43
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue