[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/154: gnu: Add trytond-account-stock-landed-cost-weight.
From: |
guix-commits |
Subject: |
42/154: gnu: Add trytond-account-stock-landed-cost-weight. |
Date: |
Tue, 21 Sep 2021 15:07:35 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 0d7edc4d8b3ebd5682cca2331c767b661cd9accd
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:11 2021 +0200
gnu: Add trytond-account-stock-landed-cost-weight.
* gnu/packages/tryton.scm (trytond-account-stock-landed-cost-weight): New
variable.
---
gnu/packages/tryton.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 81c00d8..f08fe5f 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -1199,6 +1199,34 @@ continental accounting model for stock valuation.")
allocate landed cost on Supplier Shipments after their reception.")
(license license:gpl3+)))
+(define-public trytond-account-stock-landed-cost-weight
+ (package
+ (name "trytond-account-stock-landed-cost-weight")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_account_stock_landed_cost_weight" version))
+ (sha256
+ (base32 "10i0ww3k2cgdg227lv6h8ag2j6rm07maylbh3n0grwxfy8dbq34m"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "account_stock_landed_cost_weight"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-account-stock-landed-cost" ,trytond-account-stock-landed-cost)
+ ("trytond-product" ,trytond-product)
+ ("trytond-product-measurements" ,trytond-product-measurements)
+ ("trytond-stock-shipment-measurements"
+ ,trytond-stock-shipment-measurements)))
+ (home-page
+
"https://docs.tryton.org/projects/modules-account-stock-landed-cost-weight")
+ (synopsis "Tryton module for landed cost per weight")
+ (description "The @emph{Account Stock Landed Cost Weight} Tryton module
+adds an allocation method based on weight of each line. The Weight is taken
+from the Product Measurements")
+ (license license:gpl3+)))
+
(define-public trytond-analytic-account
(package
(name "trytond-analytic-account")
- 33/154: gnu: Add trytond-account-payment-stripe., (continued)
- 33/154: gnu: Add trytond-account-payment-stripe., guix-commits, 2021/09/21
- 26/154: gnu: Add trytond-account-invoice-line-standalone., guix-commits, 2021/09/21
- 29/154: gnu: Add trytond-account-payment-braintree., guix-commits, 2021/09/21
- 37/154: gnu: Add trytond-account-statement-ofx., guix-commits, 2021/09/21
- 40/154: gnu: Add trytond-account-stock-continental., guix-commits, 2021/09/21
- 41/154: gnu: Add trytond-account-stock-landed-cost., guix-commits, 2021/09/21
- 23/154: gnu: Add trytond-account-invoice-correction., guix-commits, 2021/09/21
- 24/154: gnu: Add trytond-account-invoice-defer., guix-commits, 2021/09/21
- 32/154: gnu: Add trytond-account-payment-sepa-cfonb., guix-commits, 2021/09/21
- 38/154: gnu: Add trytond-account-statement-rule., guix-commits, 2021/09/21
- 42/154: gnu: Add trytond-account-stock-landed-cost-weight.,
guix-commits <=
- 56/154: gnu: Add trytond-commission-waiting., guix-commits, 2021/09/21
- 70/154: gnu: Add trytond-party-siret., guix-commits, 2021/09/21
- 62/154: gnu: Add trytond-incoterm., guix-commits, 2021/09/21
- 68/154: gnu: Add trytond-party-avatar., guix-commits, 2021/09/21
- 43/154: gnu: Add trytond-account-tax-cash., guix-commits, 2021/09/21
- 47/154: gnu: Add trytond-analytic-sale., guix-commits, 2021/09/21
- 51/154: gnu: Add trytond-carrier., guix-commits, 2021/09/21
- 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