mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: Add trytond-commission.
* gnu/packages/tryton.scm (trytond-commission): New variable.
This commit is contained in:
parent
c1e9ce4c6e
commit
da7d72229a
1 changed files with 30 additions and 0 deletions
|
@ -1572,6 +1572,36 @@ (define-public trytond-carrier-weight
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue