[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/154: gnu: Add trytond-commission.
From: |
guix-commits |
Subject: |
55/154: gnu: Add trytond-commission. |
Date: |
Tue, 21 Sep 2021 15:07:39 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit da7d72229ab22831cfc7e855cf1b27c6c56143e3
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:17 2021 +0200
gnu: Add trytond-commission.
* 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 66d755f..3320c3a 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")
- 44/154: gnu: Add trytond-account-tax-rule-country., (continued)
- 44/154: gnu: Add trytond-account-tax-rule-country., guix-commits, 2021/09/21
- 01/154: gnu: Add python-braintree., guix-commits, 2021/09/21
- 17/154: gnu: Add trytond-account-dunning-fee., guix-commits, 2021/09/21
- 21/154: gnu: Add trytond-account-fr., guix-commits, 2021/09/21
- 25/154: gnu: Add trytond-account-invoice-history., guix-commits, 2021/09/21
- 28/154: gnu: Add trytond-account-payment., guix-commits, 2021/09/21
- 45/154: gnu: Add trytond-analytic-invoice., guix-commits, 2021/09/21
- 50/154: gnu: Add trytond-bank., guix-commits, 2021/09/21
- 48/154: gnu: Add trytond-attendance., guix-commits, 2021/09/21
- 49/154: gnu: Add trytond-authentication-sms., guix-commits, 2021/09/21
- 55/154: gnu: Add trytond-commission.,
guix-commits <=
- 60/154: gnu: Add trytond-edocument-uncefact., guix-commits, 2021/09/21
- 61/154: gnu: Add trytond-edocument-unece., guix-commits, 2021/09/21
- 63/154: gnu: Add trytond-ldap-authentication., guix-commits, 2021/09/21
- 64/154: gnu: Add trytond-marketing., guix-commits, 2021/09/21
- 65/154: gnu: Add trytond-marketing-automation., guix-commits, 2021/09/21
- 03/154: gnu: Add python-xlwt., guix-commits, 2021/09/21
- 69/154: gnu: Add trytond-party-relationship., guix-commits, 2021/09/21
- 04/154: gnu: Add python-tablib., guix-commits, 2021/09/21
- 08/154: gnu: Add python-stripe., guix-commits, 2021/09/21
- 09/154: gnu: Add trytond-account-asset., guix-commits, 2021/09/21