[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
99/154: gnu: Add trytond-purchase-shipment-cost.
From: |
guix-commits |
Subject: |
99/154: gnu: Add trytond-purchase-shipment-cost. |
Date: |
Tue, 21 Sep 2021 15:07:53 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit ba41f4ef6f522e3c2ffd8a3f921ff890a116ed35
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:36 2021 +0200
gnu: Add trytond-purchase-shipment-cost.
* gnu/packages/tryton.scm (trytond-purchase-shipment-cost): 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 4bef8f4..0e46b01 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -2938,6 +2938,37 @@ and unit price. The secondary unit is defined on the
product supplier or on
the product with its factor against the purchase unit.")
(license license:gpl3+)))
+(define-public trytond-purchase-shipment-cost
+ (package
+ (name "trytond-purchase-shipment-cost")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_purchase_shipment_cost" version))
+ (sha256
+ (base32 "0n54mkw8fbhyxn8sxrkn97bkx2c1j7bngsc7isc3md5c3kyi50nf"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "purchase_shipment_cost"))
+ (native-inputs
+ `(,@%standard-trytond-native-inputs
+ ("trytond-account-invoice-stock" ,trytond-account-invoice-stock)
+ ("trytond-account-stock-anglo-saxon" ,trytond-account-stock-anglo-saxon)
+ ("trytond-account-stock-continental" ,trytond-account-stock-continental)
+ ("trytond-purchase" ,trytond-purchase)))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-carrier" ,trytond-carrier)
+ ("trytond-currency" ,trytond-currency)
+ ("trytond-product" ,trytond-product)
+ ("trytond-stock" ,trytond-stock)))
+ (home-page
+ "https://docs.tryton.org/projects/modules-purchase-shipment-cost")
+ (synopsis "Tryton module for purchase shipment costs")
+ (description "The @emph{Purchase Shipment Cost} Tryton module adds
+shipment costs to Supplier Shipment.")
+ (license license:gpl3+)))
+
(define-public trytond-stock
(package
(name "trytond-stock")
- 149/154: gnu: Add trytond-user-role., (continued)
- 149/154: gnu: Add trytond-user-role., guix-commits, 2021/09/21
- 148/154: gnu: Add trytond-timesheet-cost., guix-commits, 2021/09/21
- 153/154: gnu: Add trytond-web-shortener., guix-commits, 2021/09/21
- 114/154: gnu: Add trytond-sale-promotion., guix-commits, 2021/09/21
- 113/154: gnu: Add trytond-sale-product-customer., guix-commits, 2021/09/21
- 110/154: gnu: Add trytond-sale-opportunity., guix-commits, 2021/09/21
- 133/154: gnu: Add trytond-stock-lot-unit., guix-commits, 2021/09/21
- 88/154: gnu: Add trytond-project., guix-commits, 2021/09/21
- 87/154: gnu: Add trytond-production-work-timesheet., guix-commits, 2021/09/21
- 97/154: gnu: Add trytond-purchase-requisition., guix-commits, 2021/09/21
- 99/154: gnu: Add trytond-purchase-shipment-cost.,
guix-commits <=
- 130/154: gnu: Add trytond-stock-location-move., guix-commits, 2021/09/21
- 119/154: gnu: Add trytond-sale-shipment-tolerance., guix-commits, 2021/09/21
- 128/154: gnu: Add trytond-stock-forecast., guix-commits, 2021/09/21
- 129/154: gnu: Add trytond-stock-inventory-location., guix-commits, 2021/09/21
- 134/154: gnu: Add trytond-stock-package., guix-commits, 2021/09/21
- 143/154: gnu: Add trytond-stock-split., guix-commits, 2021/09/21
- 144/154: gnu: Add trytond-stock-supply-day., guix-commits, 2021/09/21
- 151/154: gnu: Add trytond-web-shop-vue-storefront., guix-commits, 2021/09/21