[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50628] [PATCH 139/154] gnu: Add trytond-stock-quantity-issue.
From: |
Hartmut Goebel |
Subject: |
[bug#50628] [PATCH 139/154] gnu: Add trytond-stock-quantity-issue. |
Date: |
Fri, 17 Sep 2021 00:54:38 +0200 |
* gnu/packages/tryton.scm (trytond-stock-quantity-issue): New variable.
---
gnu/packages/tryton.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 702c974dce..b6887cd234 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -4058,6 +4058,32 @@ warehouse.")
reducing stock level by proposing to consume earlier.")
(license license:gpl3+)))
+(define-public trytond-stock-quantity-issue
+ (package
+ (name "trytond-stock-quantity-issue")
+ (version "6.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_stock_quantity_issue" version))
+ (sha256
+ (base32 "1fk250l09l2q4jcx1vh9nkkpn419ng993bkp2bmk6dpk7xs1qv0v"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "stock_quantity_issue"))
+ (native-inputs
+ `(,@%standard-trytond-native-inputs
+ ("trytond-production" ,trytond-production)))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-company" ,trytond-company)
+ ("trytond-product" ,trytond-product)
+ ("trytond-stock" ,trytond-stock)))
+ (home-page "https://docs.tryton.org/projects/modules-stock-quantity-issue")
+ (synopsis "Tryton module to manage quantity issue with stock")
+ (description "The @emph{Stock Quantity Issue} Tryton module helps to solve
+stock quantity issues.")
+ (license license:gpl3+)))
+
(define-public trytond-stock-supply
(package
(name "trytond-stock-supply")
--
2.30.2
- [bug#50628] [PATCH 122/154] gnu: Add trytond-sale-subscription-asset., (continued)
- [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
- [bug#50628] [PATCH 131/154] gnu: Add trytond-stock-location-sequence., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 139/154] gnu: Add trytond-stock-quantity-issue.,
Hartmut Goebel <=
- [bug#50628] [PATCH 154/154] gnu: Add trytond-web-user., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 145/154] gnu: Add trytond-stock-supply-forecast., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 148/154] gnu: Add trytond-timesheet-cost., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 135/154] gnu: Add trytond-stock-package-shipping., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 151/154] gnu: Add trytond-web-shop-vue-storefront., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 133/154] gnu: Add trytond-stock-lot-unit., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 141/154] gnu: Add trytond-stock-shipment-cost., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 142/154] gnu: Add trytond-stock-shipment-measurements., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 150/154] gnu: Add trytond-web-shop., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 140/154] gnu: Add trytond-stock-secondary-unit., Hartmut Goebel, 2021/09/16