mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Add trytond-account-be.
* gnu/packages/tryton.scm (trytond-account-be): New variable.
This commit is contained in:
parent
98348a4379
commit
6cabacd6ec
1 changed files with 23 additions and 0 deletions
|
@ -242,6 +242,29 @@ (define-public trytond-account-asset
|
||||||
of fixed assets.")
|
of fixed assets.")
|
||||||
(license license:gpl3+)))
|
(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
|
(define-public trytond-account-invoice
|
||||||
(package
|
(package
|
||||||
(name "trytond-account-invoice")
|
(name "trytond-account-invoice")
|
||||||
|
|
Loading…
Reference in a new issue