me
/
guix
Archived
1
0
Fork 0

gnu: Add trytond-account-budget.

* gnu/packages/tryton.scm (trytond-account-budget): New variable.
Hartmut Goebel 2022-07-19 16:37:38 +02:00
parent 5897d873d0
commit e718ef4a1b
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 22 additions and 0 deletions

View File

@ -276,6 +276,28 @@ of fixed assets.")
chart of account for Belgium.")
(license license:gpl3+)))
(define-public trytond-account-budget
(package
(name "trytond-account-budget")
(version "6.2.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "trytond_account_budget" version))
(sha256
(base32 "055y9jjpx4xfrc6dlssvjzmjz7rrvfljlaljx0v6c6s87mpzi3m5"))))
(build-system python-build-system)
(arguments (tryton-arguments "trytond_account_budget"))
(native-inputs (%standard-trytond-native-inputs))
(propagated-inputs (list trytond trytond-account
trytond-company trytond-currency))
(home-page "https://docs.tryton.org/projects/modules-account-budget")
(synopsis "Tryton module that allows budgets to be setup for accounts")
(description "The @emph{Account Budget} Tryton module provides the ability
to set budgets for accounts over a defined period of time. These budgets can
then be used to track the total amount from relevant transactions against the
budgeted amount.")
(license license:gpl3+)))
(define-public trytond-account-cash-rounding
(package
(name "trytond-account-cash-rounding")