From c030a075c81428248829f6ecde3bbf59ff711a3a Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 27 Aug 2021 15:09:44 +0200 Subject: gnu: Add trytond-sale-shipment-tolerance. * gnu/packages/tryton.scm (trytond-sale-shipment-tolerance): New variable. --- gnu/packages/tryton.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 64ecd9b885..67937a0457 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -3477,6 +3477,34 @@ cost for sale.") define how stock moves generated from sales will be grouped.") (license license:gpl3+))) +(define-public trytond-sale-shipment-tolerance + (package + (name "trytond-sale-shipment-tolerance") + (version "6.0.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "trytond_sale_shipment_tolerance" version)) + (sha256 + (base32 "0zigl695hyw7zyk86y1ng6mnvd9v8dbk05c5n6q14yvh4gz3ri5l")))) + (build-system python-build-system) + (arguments (tryton-arguments "sale_shipment_tolerance")) + (native-inputs `(,@%standard-trytond-native-inputs)) + (propagated-inputs + `(("trytond" ,trytond) + ("trytond-sale" ,trytond-sale) + ("trytond-stock" ,trytond-stock))) + (home-page + "https://docs.tryton.org/projects/modules-sale-shipment-tolerance") + (synopsis "Tryton module to define tolerance for sale shipment") + (description "The @emph{Sale Shipment Tolerance} module adds under and +over shipment tolerance on the sale. If the quantity of a sale line is under +shipped but inside the tolerance percentage, then the line will be considered +as fully shipped and no back-order will be created. If the quantity of a sale +line is over shipped more than the tolerance percentage, then a warning is +raised.") + (license license:gpl3+))) + (define-public trytond-stock (package (name "trytond-stock") -- cgit v1.2.3 form>
path: root/.mailmap
AgeCommit message (Expand)Author
2019-05-03Correct email address for ison....ison
2019-03-18Correct name and email address for ng0....ng0
2019-01-21Update .mailmap....Mathieu Othacehe
2018-08-27Update email for Pierre Neidhardt....Pierre Neidhardt
2018-07-16mailmap: Add a line for Pierre-Antoine....Ludovic Courtès
2018-07-16mailmap: Add another line for myself....Nils Gillmann
2018-03-20Correct name and Email for ng0....ng0
2018-02-11mailmap: Adjust entries for ng0....ng0
2017-11-26Update e-mail for ng0....ng0
2017-10-03Update e-mail for Theodoros Foradis....Theodoros Foradis
2017-08-29Update e-mail for Kei Kebreau....Kei Kebreau
2017-08-13mailmap: fix entries for ng0....ng0
2017-06-16mailmap: Adjust entries for ng0....ng0
2017-06-03.mailmap: Add another alias for ng0....ng0
2017-05-23mailmap: Update entries for Adriano Peluso...Adriano Peluso
2017-05-22mailmap: Add an entry for Mathieu Othacehe....Mathieu Othacehe
2017-04-20mailmap: Update entries for ng0....ng0
2017-01-27Update .mailmap entries for ng0....ng0
2017-01-01Update .mailmap....Alex Kost
2016-12-20mailmap: Add alias for Marius Bakke....Marius Bakke
2016-11-26mailmap: Associate all commits by ng0 with ng0....ng0
2016-10-11Update e-mail address for ng0....ng0
2016-10-05Update e-mail address for ng0....ng0