[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50628] [PATCH 055/154] gnu: Add trytond-commission.
From: |
Hartmut Goebel |
Subject: |
[bug#50628] [PATCH 055/154] gnu: Add trytond-commission. |
Date: |
Fri, 17 Sep 2021 00:53:14 +0200 |
* gnu/packages/tryton.scm (trytond-commission): New variable.
---
gnu/packages/tryton.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 66d755ff3f..3320c3a30b 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -1572,6 +1572,36 @@ or a specific postal code.")
the weight is greater or equal but smaller than the next line.")
(license license:gpl3+)))
+(define-public trytond-commission
+ (package
+ (name "trytond-commission")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_commission" version))
+ (sha256
+ (base32 "0a5grn6gvvwn0prr5fpgyj4kz283w08a8svmv3b4a4c5pchik3hv"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "commission"))
+ (native-inputs
+ `(,@%standard-trytond-native-inputs
+ ("trytond-sale" ,trytond-sale)))
+ (propagated-inputs
+ `(("python-simpleeval" ,python-simpleeval)
+ ("trytond" ,trytond)
+ ("trytond-account" ,trytond-account)
+ ("trytond-account-invoice" ,trytond-account-invoice)
+ ("trytond-account-product" ,trytond-account-product)
+ ("trytond-party" ,trytond-party)
+ ("trytond-product" ,trytond-product)))
+ (home-page "https://docs.tryton.org/projects/modules-commission")
+ (synopsis "Tryton module for commission")
+ (description "The @emph{Commission} Tryton module allows to manageq
+commission for sale's agents. A commission move is created when posting the
+invoice, following the agent's commission plan.")
+ (license license:gpl3+)))
+
(define-public trytond-company
(package
(name "trytond-company")
--
2.30.2
- [bug#50628] [PATCH 047/154] gnu: Add trytond-analytic-sale., (continued)
- [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, 2021/09/16
- [bug#50628] [PATCH 055/154] gnu: Add trytond-commission.,
Hartmut Goebel <=
- [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
- [bug#50628] [PATCH 067/154] gnu: Add trytond-notification-email., Hartmut Goebel, 2021/09/16