[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
88/154: gnu: Add trytond-project.
From: |
guix-commits |
Subject: |
88/154: gnu: Add trytond-project. |
Date: |
Tue, 21 Sep 2021 15:07:49 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 650ba66b53d3f4d48fb56218d2628f41a44f0aa8
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:31 2021 +0200
gnu: Add trytond-project.
* gnu/packages/tryton.scm (trytond-project): New variable.
---
gnu/packages/tryton.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 35388ed..18f9a73 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -2551,6 +2551,31 @@ work cost.")
enter timesheet for production works.")
(license license:gpl3+)))
+(define-public trytond-project
+ (package
+ (name "trytond-project")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_project" version))
+ (sha256
+ (base32 "1xlqzg07csr9a89jjgmk5n4d9dd2s3qahg2x8arf3vqqnrqw1g0f"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "project"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-company" ,trytond-company)
+ ("trytond-company-work-time" ,trytond-company-work-time)
+ ("trytond-party" ,trytond-party)
+ ("trytond-timesheet" ,trytond-timesheet)))
+ (home-page "https://docs.tryton.org/projects/modules-project")
+ (synopsis "Tryton module with projects")
+ (description "The @emph{Project} Tryton module provides the concepts of
+project and task and the basis for simple project management.")
+ (license license:gpl3+)))
+
(define-public trytond-purchase
(package
(name "trytond-purchase")
- 137/154: gnu: Add trytond-stock-product-location., (continued)
- 137/154: gnu: Add trytond-stock-product-location., guix-commits, 2021/09/21
- 142/154: gnu: Add trytond-stock-shipment-measurements., guix-commits, 2021/09/21
- 147/154: gnu: Add trytond-timesheet., guix-commits, 2021/09/21
- 149/154: gnu: Add trytond-user-role., guix-commits, 2021/09/21
- 148/154: gnu: Add trytond-timesheet-cost., guix-commits, 2021/09/21
- 153/154: gnu: Add trytond-web-shortener., guix-commits, 2021/09/21
- 114/154: gnu: Add trytond-sale-promotion., guix-commits, 2021/09/21
- 113/154: gnu: Add trytond-sale-product-customer., guix-commits, 2021/09/21
- 110/154: gnu: Add trytond-sale-opportunity., guix-commits, 2021/09/21
- 133/154: gnu: Add trytond-stock-lot-unit., guix-commits, 2021/09/21
- 88/154: gnu: Add trytond-project.,
guix-commits <=
- 87/154: gnu: Add trytond-production-work-timesheet., guix-commits, 2021/09/21
- 97/154: gnu: Add trytond-purchase-requisition., guix-commits, 2021/09/21
- 99/154: gnu: Add trytond-purchase-shipment-cost., guix-commits, 2021/09/21
- 130/154: gnu: Add trytond-stock-location-move., guix-commits, 2021/09/21
- 119/154: gnu: Add trytond-sale-shipment-tolerance., guix-commits, 2021/09/21
- 128/154: gnu: Add trytond-stock-forecast., guix-commits, 2021/09/21
- 129/154: gnu: Add trytond-stock-inventory-location., guix-commits, 2021/09/21
- 134/154: gnu: Add trytond-stock-package., guix-commits, 2021/09/21
- 143/154: gnu: Add trytond-stock-split., guix-commits, 2021/09/21
- 144/154: gnu: Add trytond-stock-supply-day., guix-commits, 2021/09/21