[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/17: gnu: Add trytond-account-budget.
From: |
guix-commits |
Subject: |
03/17: gnu: Add trytond-account-budget. |
Date: |
Wed, 10 Aug 2022 08:28:25 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit e718ef4a1b75f52eaaeda71da73e2aa24e23aaf7
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Tue Jul 19 16:37:38 2022 +0200
gnu: Add trytond-account-budget.
* gnu/packages/tryton.scm (trytond-account-budget): New variable.
---
gnu/packages/tryton.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 5307b0994d..6f23366e4c 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -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")
- branch master updated (6ce3e51aa8 -> 62bee0a915), guix-commits, 2022/08/10
- 02/17: gnu: Tryton application and framework: Update to 6.2.x., guix-commits, 2022/08/10
- 01/17: gnu: Add python-pycountry@20.7.3., guix-commits, 2022/08/10
- 06/17: gnu: Add trytond-account-stock-shipment-cost., guix-commits, 2022/08/10
- 04/17: gnu: Add trytond-account-move-line-grouping., guix-commits, 2022/08/10
- 03/17: gnu: Add trytond-account-budget.,
guix-commits <=
- 05/17: gnu: Add trytond-account-rule., guix-commits, 2022/08/10
- 08/17: gnu: Add trytond-currency-ro., guix-commits, 2022/08/10
- 10/17: gnu: Add trytond-product-image., guix-commits, 2022/08/10
- 11/17: gnu: Add trytond-product-image-attribute., guix-commits, 2022/08/10
- 12/17: gnu: Add trytond-sale-point., guix-commits, 2022/08/10
- 17/17: gnu: Add trytond-web-shop-shopify., guix-commits, 2022/08/10
- 15/17: gnu: Add python-pyactiveresource., guix-commits, 2022/08/10
- 07/17: gnu: Add trytond-analytic-budget., guix-commits, 2022/08/10
- 09/17: gnu: Add trytond-currency-rs., guix-commits, 2022/08/10
- 13/17: gnu: Add trytond-stock-package-shipping-mygls., guix-commits, 2022/08/10