[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
120/154: gnu: Add trytond-sale-stock-quantity.
From: |
guix-commits |
Subject: |
120/154: gnu: Add trytond-sale-stock-quantity. |
Date: |
Tue, 21 Sep 2021 15:07:59 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit c7797fd49ea5c6c69bcc8547922b112d4cf488cc
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:45 2021 +0200
gnu: Add trytond-sale-stock-quantity.
* 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 67937a0..e03f86f 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3505,6 +3505,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")
- 57/154: gnu: Add trytond-company-work-time., (continued)
- 57/154: gnu: Add trytond-company-work-time., guix-commits, 2021/09/21
- 58/154: gnu: Add trytond-customs., guix-commits, 2021/09/21
- 66/154: gnu: Add trytond-marketing-email., guix-commits, 2021/09/21
- 73/154: gnu: Add trytond-product-classification-taxonomic., guix-commits, 2021/09/21
- 74/154: gnu: Add trytond-product-cost-fifo., guix-commits, 2021/09/21
- 86/154: gnu: Add trytond-production-work., guix-commits, 2021/09/21
- 115/154: gnu: Add trytond-sale-promotion-coupon., guix-commits, 2021/09/21
- 101/154: gnu: Add trytond-sale-advance-payment., guix-commits, 2021/09/21
- 109/154: gnu: Add trytond-sale-invoice-grouping., guix-commits, 2021/09/21
- 126/154: gnu: Add trytond-stock-assign-manual., guix-commits, 2021/09/21
- 120/154: gnu: Add trytond-sale-stock-quantity.,
guix-commits <=
- 140/154: gnu: Add trytond-stock-secondary-unit., guix-commits, 2021/09/21
- 145/154: gnu: Add trytond-stock-supply-forecast., guix-commits, 2021/09/21
- 152/154: gnu: Add trytond-web-shop-vue-storefront-stripe., guix-commits, 2021/09/21
- 89/154: gnu: Add trytond-project-invoice., guix-commits, 2021/09/21
- 91/154: gnu: Add trytond-project-revenue., guix-commits, 2021/09/21
- 27/154: gnu: Add trytond-account-invoice-secondary-unit., guix-commits, 2021/09/21
- 35/154: gnu: Add trytond-account-statement-aeb43., guix-commits, 2021/09/21
- 95/154: gnu: Add trytond-purchase-price-list., guix-commits, 2021/09/21
- 96/154: gnu: Add trytond-purchase-request-quotation., guix-commits, 2021/09/21
- 116/154: gnu: Add trytond-sale-secondary-unit., guix-commits, 2021/09/21