[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
140/154: gnu: Add trytond-stock-secondary-unit.
From: |
guix-commits |
Subject: |
140/154: gnu: Add trytond-stock-secondary-unit. |
Date: |
Tue, 21 Sep 2021 15:08:05 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 079b7268bf0fdffe9ba6c31e6b05e8b62cff06e6
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:54 2021 +0200
gnu: Add trytond-stock-secondary-unit.
* gnu/packages/tryton.scm (trytond-stock-secondary-unit): New variable.
---
gnu/packages/tryton.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index c27a577..3042c08 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -4103,6 +4103,29 @@ reducing stock level by proposing to consume earlier.")
stock quantity issues.")
(license license:gpl3+)))
+(define-public trytond-stock-secondary-unit
+ (package
+ (name "trytond-stock-secondary-unit")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_stock_secondary_unit" version))
+ (sha256
+ (base32 "0s4nryiirdbndm2sz5aqpk2mzw9zxah92gmh6433sj5zyc6a22if"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "stock_secondary_unit"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-product" ,trytond-product)
+ ("trytond-stock" ,trytond-stock)))
+ (home-page "https://docs.tryton.org/projects/modules-stock-secondary-unit")
+ (synopsis "Tryton module to add a secondary unit on stock move")
+ (description "The @emph{Stock Secondary Unit} Tryton module adds a
+secondary unit of measure on the stock move.")
+ (license license:gpl3+)))
+
(define-public trytond-stock-supply
(package
(name "trytond-stock-supply")
- 58/154: gnu: Add trytond-customs., (continued)
- 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, 2021/09/21
- 140/154: gnu: Add trytond-stock-secondary-unit.,
guix-commits <=
- 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
- 125/154: gnu: Add trytond-sale-supply-production., guix-commits, 2021/09/21