[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
91/154: gnu: Add trytond-project-revenue.
From: |
guix-commits |
Subject: |
91/154: gnu: Add trytond-project-revenue. |
Date: |
Tue, 21 Sep 2021 15:07:50 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 218c16095b7c81d8eb06b506cd56025f5af27856
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:33 2021 +0200
gnu: Add trytond-project-revenue.
* gnu/packages/tryton.scm (trytond-project-revenue): New variable.
---
gnu/packages/tryton.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index d9b193f..60eada8 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -2637,6 +2637,38 @@ methods on projects. The methods are:
on top of the Project module.")
(license license:gpl3+)))
+(define-public trytond-project-revenue
+ (package
+ (name "trytond-project-revenue")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_project_revenue" version))
+ (sha256
+ (base32 "0gji7kpq4l1smxvj6dqdpcyp2ml4ywfhagf6xm813y71mrlfvmka"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "project_revenue"))
+ (native-inputs
+ `(,@%standard-trytond-native-inputs
+ ("trytond-purchase" ,trytond-purchase)))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-company" ,trytond-company)
+ ("trytond-product" ,trytond-product)
+ ("trytond-project" ,trytond-project)
+ ("trytond-timesheet" ,trytond-timesheet)
+ ("trytond-timesheet-cost" ,trytond-timesheet-cost)))
+ (home-page "https://docs.tryton.org/projects/modules-project-revenue")
+ (synopsis "Tryton module to add revenue on project")
+ (description "The @emph{Project Revenue} Tryton module computes revenue
+and cost per task and project. The revenue uses the list price of the
+product. If the product's unit of measure is time based, the revenue is
+computed as the product of the price and the hours of effort otherwise the
+price is considered as fixed. The cost is computed by summing the cost of all
+the linked time sheets and the linked purchase lines.")
+ (license license:gpl3+)))
+
(define-public trytond-purchase
(package
(name "trytond-purchase")
- 86/154: gnu: Add trytond-production-work., (continued)
- 86/154: gnu: Add trytond-production-work., guix-commits, 2021/09/21
- 115/154: gnu: Add trytond-sale-promotion-coupon., guix-commits, 2021/09/21
- 101/154: gnu: Add trytond-sale-advance-payment., guix-commits, 2021/09/21
- 109/154: gnu: Add trytond-sale-invoice-grouping., guix-commits, 2021/09/21
- 126/154: gnu: Add trytond-stock-assign-manual., guix-commits, 2021/09/21
- 120/154: gnu: Add trytond-sale-stock-quantity., guix-commits, 2021/09/21
- 140/154: gnu: Add trytond-stock-secondary-unit., guix-commits, 2021/09/21
- 145/154: gnu: Add trytond-stock-supply-forecast., guix-commits, 2021/09/21
- 152/154: gnu: Add trytond-web-shop-vue-storefront-stripe., guix-commits, 2021/09/21
- 89/154: gnu: Add trytond-project-invoice., guix-commits, 2021/09/21
- 91/154: gnu: Add trytond-project-revenue.,
guix-commits <=
- 27/154: gnu: Add trytond-account-invoice-secondary-unit., guix-commits, 2021/09/21
- 35/154: gnu: Add trytond-account-statement-aeb43., guix-commits, 2021/09/21
- 95/154: gnu: Add trytond-purchase-price-list., guix-commits, 2021/09/21
- 96/154: gnu: Add trytond-purchase-request-quotation., guix-commits, 2021/09/21
- 116/154: gnu: Add trytond-sale-secondary-unit., guix-commits, 2021/09/21
- 125/154: gnu: Add trytond-sale-supply-production., guix-commits, 2021/09/21
- 122/154: gnu: Add trytond-sale-subscription-asset., guix-commits, 2021/09/21
- 127/154: gnu: Add trytond-stock-consignment., guix-commits, 2021/09/21
- 154/154: gnu: Add trytond-web-user., guix-commits, 2021/09/21
- 46/154: gnu: Add trytond-analytic-purchase., guix-commits, 2021/09/21