mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: Add trytond-account-statement-ofx.
* gnu/packages/tryton.scm (trytond-account-statement-ofx): New variable.
This commit is contained in:
parent
c5829570a8
commit
faea84bf65
1 changed files with 26 additions and 0 deletions
|
@ -1051,6 +1051,32 @@ (define-public trytond-account-statement-coda
|
|||
defined by Belgian \"febelfin\".")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public trytond-account-statement-ofx
|
||||
(package
|
||||
(name "trytond-account-statement-ofx")
|
||||
(version "6.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "trytond_account_statement_ofx" version))
|
||||
(sha256
|
||||
(base32 "1n24lwp1lfw59xdd7mqaz6ncr5b0bldr2qniqdnkvyaav0h8h5px"))))
|
||||
(build-system python-build-system)
|
||||
(arguments (tryton-arguments "account_statement_ofx"))
|
||||
(native-inputs `(,@%standard-trytond-native-inputs))
|
||||
(propagated-inputs
|
||||
`(("python-ofxparse" ,python-ofxparse)
|
||||
("trytond" ,trytond)
|
||||
("trytond-account-statement" ,trytond-account-statement)
|
||||
("trytond-bank" ,trytond-bank)
|
||||
("trytond-party" ,trytond-party)))
|
||||
(home-page
|
||||
"https://docs.tryton.org/projects/modules-account-statement-ofx")
|
||||
(synopsis "Tryton module to import OFX statements")
|
||||
(description "The @emph{Account Statement OFX} Tryton module implements
|
||||
the import of the @emph{OFX} files as statement.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public trytond-analytic-account
|
||||
(package
|
||||
(name "trytond-analytic-account")
|
||||
|
|
Loading…
Reference in a new issue