[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50628] [PATCH 057/154] gnu: Add trytond-company-work-time.
From: |
Hartmut Goebel |
Subject: |
[bug#50628] [PATCH 057/154] gnu: Add trytond-company-work-time. |
Date: |
Fri, 17 Sep 2021 00:53:16 +0200 |
* gnu/packages/tryton.scm (trytond-company-work-time): New variable.
---
gnu/packages/tryton.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index c6e5da81f9..3f8920b30f 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -1654,6 +1654,33 @@ company and employee and extend the user model.")
(define-public python-trytond-company
(deprecated-package "python-trytond-company" trytond-company))
+(define-public trytond-company-work-time
+ (package
+ (name "trytond-company-work-time")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_company_work_time" version))
+ (sha256
+ (base32 "0aasp12l66zcys9w3qc4ysi2krd5c9x3xxaxvr29j7zl7nz05bwx"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "company_work_time"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-company" ,trytond-company)))
+ (home-page "https://docs.tryton.org/projects/modules-company-work-time")
+ (synopsis "Tryton module to add work time on company")
+ (description "The @emph{Company Work Time} Tryton module adds work time
+management.
+
+The Company Work Time module adds 4 new fields (Hours per Work Day, Hours per
+Work Week, Hours per Work Month, Hours per Work Year) on the company form that
+allow to define how much hours are spent by an employee in a day, a week, a
+month and a year of work.")
+ (license license:gpl3+)))
+
(define-public trytond-country
(package
(name "trytond-country")
--
2.30.2
- [bug#50628] [PATCH 046/154] gnu: Add trytond-analytic-purchase., (continued)
- [bug#50628] [PATCH 046/154] gnu: Add trytond-analytic-purchase., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 047/154] gnu: Add trytond-analytic-sale., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 048/154] gnu: Add trytond-attendance., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 050/154] gnu: Add trytond-bank., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 049/154] gnu: Add trytond-authentication-sms., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 051/154] gnu: Add trytond-carrier., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 053/154] gnu: Add trytond-carrier-subdivision., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 052/154] gnu: Add trytond-carrier-percentage., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 054/154] gnu: Add trytond-carrier-weight., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 056/154] gnu: Add trytond-commission-waiting., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 057/154] gnu: Add trytond-company-work-time.,
Hartmut Goebel <=
- [bug#50628] [PATCH 055/154] gnu: Add trytond-commission., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 058/154] gnu: Add trytond-customs., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 059/154] gnu: Add trytond-dashboard., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 062/154] gnu: Add trytond-incoterm., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 060/154] gnu: Add trytond-edocument-uncefact., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 061/154] gnu: Add trytond-edocument-unece., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 063/154] gnu: Add trytond-ldap-authentication., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 064/154] gnu: Add trytond-marketing., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 066/154] gnu: Add trytond-marketing-email., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 065/154] gnu: Add trytond-marketing-automation., Hartmut Goebel, 2021/09/16