[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/17: gnu: Add trytond-analytic-budget.
From: |
guix-commits |
Subject: |
07/17: gnu: Add trytond-analytic-budget. |
Date: |
Wed, 10 Aug 2022 08:28:25 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 2128adbc52b3a85f6ee69d196176a74884bb8816
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Tue Jul 19 16:37:39 2022 +0200
gnu: Add trytond-analytic-budget.
* gnu/packages/tryton.scm (trytond-analytic-budget): New variable.
---
gnu/packages/tryton.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 2bc7388af4..548d34ded6 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -1333,6 +1333,29 @@ required to analyse accounting using multiple different
axes.")
(deprecated-package
"python-trytond-analytic-account" trytond-analytic-account))
+(define-public trytond-analytic-budget
+ (package
+ (name "trytond-analytic-budget")
+ (version "6.2.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_analytic_budget" version))
+ (sha256
+ (base32
"080a1s9w6n50xi2r7d3jkyk84rdqzggbqzhab9qjgppl67q85m8p"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "trytond_analytic_budget"))
+ (native-inputs (%standard-trytond-native-inputs))
+ (propagated-inputs (list trytond trytond-account-budget
+ trytond-analytic-account
+ trytond-company))
+ (home-page "https://docs.tryton.org/projects/modules-analytic-budget")
+ (synopsis "Allow creating budgets for analytic accounts in Tryton")
+ (description "The @emph{Analytic Budget} Tryton module provides the
+ability to set budgets for analytic 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-analytic-invoice
(package
(name "trytond-analytic-invoice")
- 06/17: gnu: Add trytond-account-stock-shipment-cost., (continued)
- 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, 2022/08/10
- 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 <=
- 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
- 14/17: gnu: Add trytond-stock-package-shipping-sendcloud., guix-commits, 2022/08/10
- 16/17: gnu: Add python-shopifyapi., guix-commits, 2022/08/10