[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50628] [PATCH 127/154] gnu: Add trytond-stock-consignment.
From: |
Hartmut Goebel |
Subject: |
[bug#50628] [PATCH 127/154] gnu: Add trytond-stock-consignment. |
Date: |
Fri, 17 Sep 2021 00:54:26 +0200 |
* gnu/packages/tryton.scm (trytond-stock-consignment): New variable.
---
gnu/packages/tryton.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 3e466000f6..dece7f7716 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3712,6 +3712,37 @@ on shipments and production that allows you to decide
from which precise
location to pick products.")
(license license:gpl3+)))
+(define-public trytond-stock-consignment
+ (package
+ (name "trytond-stock-consignment")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_stock_consignment" version))
+ (sha256
+ (base32 "0c2wa0d8msam77nd4c79f71jaznsprnlvv1jqrmkl1qf3lvgq4a2"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "stock_consignment"))
+ (native-inputs
+ `(,@%standard-trytond-native-inputs
+ ("trytond-stock-supply" ,trytond-stock-supply)))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-account-invoice" ,trytond-account-invoice)
+ ("trytond-account-invoice-line-standalone"
+ ,trytond-account-invoice-line-standalone)
+ ("trytond-account-invoice-stock" ,trytond-account-invoice-stock)
+ ("trytond-product" ,trytond-product)
+ ("trytond-purchase" ,trytond-purchase)
+ ("trytond-sale" ,trytond-sale)
+ ("trytond-stock" ,trytond-stock)))
+ (home-page "https://docs.tryton.org/projects/modules-stock-consignment")
+ (synopsis "Tryton module to manage consignment stock")
+ (description "The @emph{Stock Consignment} Tryton module allow to manage
+consignment stock from supplier or at customer warehouse.")
+ (license license:gpl3+)))
+
(define-public trytond-stock-lot
(package
(name "trytond-stock-lot")
--
2.30.2
- [bug#50628] [PATCH 150/154] gnu: Add trytond-web-shop., (continued)
- [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
- [bug#50628] [PATCH 134/154] gnu: Add trytond-stock-package., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 147/154] gnu: Add trytond-timesheet., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 129/154] gnu: Add trytond-stock-inventory-location., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 128/154] gnu: Add trytond-stock-forecast., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 152/154] gnu: Add trytond-web-shop-vue-storefront-stripe., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 149/154] gnu: Add trytond-user-role., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 136/154] gnu: Add trytond-stock-package-shipping-ups., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 143/154] gnu: Add trytond-stock-split., Hartmut Goebel, 2021/09/17
- [bug#50628] [PATCH 127/154] gnu: Add trytond-stock-consignment.,
Hartmut Goebel <=
- [bug#50628] [PATCH 132/154] gnu: Add trytond-stock-lot-sled., Hartmut Goebel, 2021/09/17
- [bug#50628] [PATCH 146/154] gnu: Add trytond-stock-supply-production., Hartmut Goebel, 2021/09/17
- [bug#50628] [PATCH 000/154] Add 146 Tryton modules and some dependencies, Hartmut Goebel, 2021/09/21
- Message not available