[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/17: gnu: Add trytond-account-stock-shipment-cost.
From: |
guix-commits |
Subject: |
06/17: gnu: Add trytond-account-stock-shipment-cost. |
Date: |
Wed, 10 Aug 2022 08:28:25 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit d75842363baaa9751fc1133f5e100fb4aee13553
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Tue Jul 19 16:37:39 2022 +0200
gnu: Add trytond-account-stock-shipment-cost.
* gnu/packages/tryton.scm (trytond-account-stock-shipment-cost): New
variable.
---
gnu/packages/tryton.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 78ecb7dde8..2bc7388af4 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -1233,6 +1233,30 @@ adds an allocation method based on weight of each line.
The Weight is taken
from the Product Measurements")
(license license:gpl3+)))
+(define-public trytond-account-stock-shipment-cost
+ (package
+ (name "trytond-account-stock-shipment-cost")
+ (version "6.2.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_account_stock_shipment_cost" version))
+ (sha256
+ (base32
"1iyz76cma63kp2alqr4rcrm3zjj6ifsvv9hsylbfkamfgy84brsr"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "trytond_account_stock_shipment_cost"))
+ (native-inputs (%standard-trytond-native-inputs))
+ (propagated-inputs (list trytond
+ trytond-account
+ trytond-account-invoice
+ trytond-product
+ trytond-stock
+ trytond-stock-shipment-cost))
+ (home-page
"https://docs.tryton.org/projects/modules-account-stock-shipment-cost")
+ (synopsis "Tryton module to allocate shipment cost based on invoice")
+ (description "The @emph{Account Stock Shipment Cost} Tryton module
+allocates shipment cost based on invoice.")
+ (license license:gpl3+)))
+
(define-public trytond-account-tax-cash
(package
(name "trytond-account-tax-cash")
- branch master updated (6ce3e51aa8 -> 62bee0a915), guix-commits, 2022/08/10
- 02/17: gnu: Tryton application and framework: Update to 6.2.x., guix-commits, 2022/08/10
- 01/17: gnu: Add python-pycountry@20.7.3., guix-commits, 2022/08/10
- 06/17: gnu: Add trytond-account-stock-shipment-cost.,
guix-commits <=
- 04/17: gnu: Add trytond-account-move-line-grouping., guix-commits, 2022/08/10
- 03/17: gnu: Add trytond-account-budget., guix-commits, 2022/08/10
- 05/17: gnu: Add trytond-account-rule., guix-commits, 2022/08/10
- 08/17: gnu: Add trytond-currency-ro., guix-commits, 2022/08/10
- 10/17: gnu: Add trytond-product-image., guix-commits, 2022/08/10
- 11/17: gnu: Add trytond-product-image-attribute., guix-commits, 2022/08/10
- 12/17: gnu: Add trytond-sale-point., guix-commits, 2022/08/10
- 17/17: gnu: Add trytond-web-shop-shopify., guix-commits, 2022/08/10
- 15/17: gnu: Add python-pyactiveresource., guix-commits, 2022/08/10
- 07/17: gnu: Add trytond-analytic-budget., guix-commits, 2022/08/10