[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50628] [PATCH 120/154] gnu: Add trytond-sale-stock-quantity.
From: |
Hartmut Goebel |
Subject: |
[bug#50628] [PATCH 120/154] gnu: Add trytond-sale-stock-quantity. |
Date: |
Fri, 17 Sep 2021 00:54:19 +0200 |
* gnu/packages/tryton.scm (trytond-sale-stock-quantity): New variable.
---
gnu/packages/tryton.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index b237f6b9c7..de53e118e9 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3486,6 +3486,35 @@ line is over shipped more than the tolerance percentage,
then a warning is
raised.")
(license license:gpl3+)))
+(define-public trytond-sale-stock-quantity
+ (package
+ (name "trytond-sale-stock-quantity")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_sale_stock_quantity" version))
+ (sha256
+ (base32 "0xi79nmizly3hfc1ppcid622nvby50524jflisfvmjb651ixpfl8"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "sale_stock_quantity"))
+ (native-inputs
+ `(,@%standard-trytond-native-inputs
+ ("trytond-stock-supply" ,trytond-stock-supply)))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-product" ,trytond-product)
+ ("trytond-sale" ,trytond-sale)
+ ("trytond-stock" ,trytond-stock)))
+ (home-page "https://docs.tryton.org/projects/modules-sale-stock-quantity")
+ (synopsis "Tryton module to add stock warning on sale")
+ (description "The @emph{Sale Stock Quantity} Tryton module checks the
+stock quantity of the products when quoting a sale. The check will warn the
+user if the forecast quantity at the sale date (and further dates until next
+supply) is lower than the quantity sold by considering other sales and the
+stock forecasts.")
+ (license license:gpl3+)))
+
(define-public trytond-stock
(package
(name "trytond-stock")
--
2.30.2
- [bug#50628] [PATCH 111/154] gnu: Add trytond-sale-payment., (continued)
- [bug#50628] [PATCH 111/154] gnu: Add trytond-sale-payment., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 103/154] gnu: Add trytond-sale-complaint., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 114/154] gnu: Add trytond-sale-promotion., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 108/154] gnu: Add trytond-sale-history., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 115/154] gnu: Add trytond-sale-promotion-coupon., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 116/154] gnu: Add trytond-sale-secondary-unit., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 117/154] gnu: Add trytond-sale-shipment-cost., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 118/154] gnu: Add trytond-sale-shipment-grouping., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 119/154] gnu: Add trytond-sale-shipment-tolerance., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 121/154] gnu: Add trytond-sale-subscription., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 120/154] gnu: Add trytond-sale-stock-quantity.,
Hartmut Goebel <=
- [bug#50628] [PATCH 123/154] gnu: Add trytond-sale-supply., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 122/154] gnu: Add trytond-sale-subscription-asset., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 125/154] gnu: Add trytond-sale-supply-production., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 124/154] gnu: Add trytond-sale-supply-drop-shipment., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 126/154] gnu: Add trytond-stock-assign-manual., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 137/154] gnu: Add trytond-stock-product-location., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 130/154] gnu: Add trytond-stock-location-move., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 153/154] gnu: Add trytond-web-shortener., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 144/154] gnu: Add trytond-stock-supply-day., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 138/154] gnu: Add trytond-stock-quantity-early-planning., Hartmut Goebel, 2021/09/16