[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
126/154: gnu: Add trytond-stock-assign-manual.
From: |
guix-commits |
Subject: |
126/154: gnu: Add trytond-stock-assign-manual. |
Date: |
Tue, 21 Sep 2021 15:08:01 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 5d191a04f465b443f3306a4f03abe8b339ffa1b8
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:48 2021 +0200
gnu: Add trytond-stock-assign-manual.
* gnu/packages/tryton.scm (trytond-stock-assign-manual): New variable.
---
gnu/packages/tryton.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 51857aa..dad11f6 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3706,6 +3706,31 @@ inventory to control and update stock levels.")
(define-public python-trytond-stock
(deprecated-package "python-trytond-stock" trytond-stock))
+(define-public trytond-stock-assign-manual
+ (package
+ (name "trytond-stock-assign-manual")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_stock_assign_manual" version))
+ (sha256
+ (base32 "0106x21ncxiyd4jsbdapmf6gfix6infjf59807j2lqmrblb3z25f"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "stock_assign_manual"))
+ (native-inputs
+ `(,@%standard-trytond-native-inputs
+ ("trytond-production" ,trytond-production)))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-stock" ,trytond-stock)))
+ (home-page "https://docs.tryton.org/projects/modules-stock-assign-manual")
+ (synopsis "Tryton module to assign manually stock move")
+ (description "The @emph{Stock Assign Manual} Tryton module adds a wizard
+on shipments and production that allows you to decide from which precise
+location to pick products.")
+ (license license:gpl3+)))
+
(define-public trytond-stock-lot
(package
(name "trytond-stock-lot")
- 52/154: gnu: Add trytond-carrier-percentage., (continued)
- 52/154: gnu: Add trytond-carrier-percentage., guix-commits, 2021/09/21
- 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 <=
- 120/154: gnu: Add trytond-sale-stock-quantity., guix-commits, 2021/09/21
- 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