[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
146/154: gnu: Add trytond-stock-supply-production.
From: |
guix-commits |
Subject: |
146/154: gnu: Add trytond-stock-supply-production. |
Date: |
Tue, 21 Sep 2021 15:08:07 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 2788e17484543fe1cc172eb4ac9627941be68e93
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:56 2021 +0200
gnu: Add trytond-stock-supply-production.
* gnu/packages/tryton.scm (trytond-stock-supply-production): 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 d1d093f..9f29d62 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -4280,3 +4280,29 @@ a supplying may happens at any day of the week.")
(description "The @emph{Stock Supply Forecast} Tryton module takes
forecast into account to compute purchase requests.")
(license license:gpl3+)))
+
+(define-public trytond-stock-supply-production
+ (package
+ (name "trytond-stock-supply-production")
+ (version "6.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_stock_supply_production" version))
+ (sha256
+ (base32 "1qyvj61hwn3xgjqagnr7d28qkiniw5fp0b5vmn9wii9grf7p4m8d"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "stock_supply_production"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-product" ,trytond-product)
+ ("trytond-production" ,trytond-production)
+ ("trytond-stock" ,trytond-stock)
+ ("trytond-stock-supply" ,trytond-stock-supply)))
+ (home-page
+ "https://docs.tryton.org/projects/modules-stock-supply-production")
+ (synopsis "Tryton module for stock supply of production")
+ (description "The @emph{Stock Supply Production} module adds automatic
+supply mechanisms via production request.")
+ (license license:gpl3+)))
- 106/154: gnu: Add trytond-sale-extra., (continued)
- 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, 2021/09/21
- 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 <=
- 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
- 118/154: gnu: Add trytond-sale-shipment-grouping., guix-commits, 2021/09/21
- 123/154: gnu: Add trytond-sale-supply., guix-commits, 2021/09/21
- 124/154: gnu: Add trytond-sale-supply-drop-shipment., guix-commits, 2021/09/21