[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
138/154: gnu: Add trytond-stock-quantity-early-planning.
From: |
guix-commits |
Subject: |
138/154: gnu: Add trytond-stock-quantity-early-planning. |
Date: |
Tue, 21 Sep 2021 15:08:04 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 6497924b977751a5adcadff8faa9e6ff5c7c5089
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:53 2021 +0200
gnu: Add trytond-stock-quantity-early-planning.
* gnu/packages/tryton.scm (trytond-stock-quantity-early-planning): 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 586dfa3..956e606 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -4051,6 +4051,32 @@ use as default destination the preferred locations
associated to the current
warehouse.")
(license license:gpl3+)))
+(define-public trytond-stock-quantity-early-planning
+ (package
+ (name "trytond-stock-quantity-early-planning")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_stock_quantity_early_planning" version))
+ (sha256
+ (base32 "05djbhz82wjkgvfvlzkhzi94nfg0cif3jfmh1jv0zixzfv87chqs"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "stock_quantity_early_planning"))
+ (native-inputs
+ `(,@%standard-trytond-native-inputs
+ ("trytond-production" ,trytond-production)))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-company" ,trytond-company)
+ ("trytond-stock" ,trytond-stock)))
+ (home-page
+ "https://docs.tryton.org/projects/modules-stock-quantity-early-planning")
+ (synopsis "Tryton module to plan earlier shipments and productions")
+ (description "The @emph{Stock Quantity Early Planning} Tryton module helps
+reducing stock level by proposing to consume earlier.")
+ (license license:gpl3+)))
+
(define-public trytond-stock-supply
(package
(name "trytond-stock-supply")
- 93/154: gnu: Add trytond-purchase-history., (continued)
- 93/154: gnu: Add trytond-purchase-history., guix-commits, 2021/09/21
- 98/154: gnu: Add trytond-purchase-secondary-unit., guix-commits, 2021/09/21
- 94/154: gnu: Add trytond-purchase-invoice-line-standalone., guix-commits, 2021/09/21
- 106/154: gnu: Add trytond-sale-extra., guix-commits, 2021/09/21
- 102/154: gnu: Add trytond-sale-amendment., guix-commits, 2021/09/21
- 117/154: gnu: Add trytond-sale-shipment-cost., guix-commits, 2021/09/21
- 121/154: gnu: Add trytond-sale-subscription., guix-commits, 2021/09/21
- 132/154: gnu: Add trytond-stock-lot-sled., guix-commits, 2021/09/21
- 131/154: gnu: Add trytond-stock-location-sequence., guix-commits, 2021/09/21
- 135/154: gnu: Add trytond-stock-package-shipping., guix-commits, 2021/09/21
- 138/154: gnu: Add trytond-stock-quantity-early-planning.,
guix-commits <=
- 139/154: gnu: Add trytond-stock-quantity-issue., guix-commits, 2021/09/21
- 141/154: gnu: Add trytond-stock-shipment-cost., guix-commits, 2021/09/21
- 146/154: gnu: Add trytond-stock-supply-production., guix-commits, 2021/09/21
- 150/154: gnu: Add trytond-web-shop., guix-commits, 2021/09/21
- 100/154: gnu: Add trytond-sale., guix-commits, 2021/09/21
- 105/154: gnu: Add trytond-sale-discount., guix-commits, 2021/09/21
- 30/154: gnu: Add trytond-account-payment-clearing., guix-commits, 2021/09/21
- 108/154: gnu: Add trytond-sale-history., guix-commits, 2021/09/21
- 107/154: gnu: Add trytond-sale-gift-card., guix-commits, 2021/09/21
- 111/154: gnu: Add trytond-sale-payment., guix-commits, 2021/09/21