me
/
guix
Archived
1
0
Fork 0

gnu: Add trytond-account-be.

* gnu/packages/tryton.scm (trytond-account-be): New variable.
master
Hartmut Goebel 2021-08-27 15:08:58 +02:00
parent 98348a4379
commit 6cabacd6ec
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 23 additions and 0 deletions

View File

@ -242,6 +242,29 @@ most of accounting needs.")
of fixed assets.")
(license license:gpl3+)))
(define-public trytond-account-be
(package
(name "trytond-account-be")
(version "6.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_account_be" version))
(sha256
(base32 "1l4zxsh9f3ndsgj3224xv23nr7gbg5kwrydwgv34nlkyxp5557dk"))))
(build-system python-build-system)
(arguments (tryton-arguments "account_be"))
(native-inputs `(,@%standard-trytond-native-inputs))
(propagated-inputs
`(("trytond" ,trytond)
("trytond-account" ,trytond-account)
("trytond-account-eu" ,trytond-account-eu)))
(home-page "https://docs.tryton.org/projects/modules-account-be")
(synopsis "Tryton module with Belgian chart of accounts")
(description "The @emph{Account BE} Tryton module defines the standard
chart of account for Belgium.")
(license license:gpl3+)))
(define-public trytond-account-invoice
(package
(name "trytond-account-invoice")