[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
113/154: gnu: Add trytond-sale-product-customer.
From: |
guix-commits |
Subject: |
113/154: gnu: Add trytond-sale-product-customer. |
Date: |
Tue, 21 Sep 2021 15:07:57 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 71ba1bc0c356d265891b8a7a2fad899c34995e44
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:41 2021 +0200
gnu: Add trytond-sale-product-customer.
* gnu/packages/tryton.scm (trytond-sale-product-customer): New variable.
---
gnu/packages/tryton.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 5b2562d..4735891 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3313,6 +3313,32 @@ payments prior to the creation of any invoice.")
price list on sale. A price list can be set per party or as default.")
(license license:gpl3+)))
+(define-public trytond-sale-product-customer
+ (package
+ (name "trytond-sale-product-customer")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_sale_product_customer" version))
+ (sha256
+ (base32 "0yys6mc52v62v51wkg3wngmz9jhqb2lq9v5jvb93j0yh5ah07a4v"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "sale_product_customer"))
+ (native-inputs
+ `(,@%standard-trytond-native-inputs
+ ("trytond-sale-amendment" ,trytond-sale-amendment)))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-product" ,trytond-product)
+ ("trytond-sale" ,trytond-sale)))
+ (home-page
+ "https://docs.tryton.org/projects/modules-sale-product-customer")
+ (synopsis "Tryton module to manage customer product on sale")
+ (description "The @emph{Sale Product_Customer} Tryton module defines
+customer's names and codes for products or variants.")
+ (license license:gpl3+)))
+
(define-public trytond-stock
(package
(name "trytond-stock")
- 123/154: gnu: Add trytond-sale-supply., (continued)
- 123/154: gnu: Add trytond-sale-supply., guix-commits, 2021/09/21
- 124/154: gnu: Add trytond-sale-supply-drop-shipment., guix-commits, 2021/09/21
- 136/154: gnu: Add trytond-stock-package-shipping-ups., guix-commits, 2021/09/21
- 137/154: gnu: Add trytond-stock-product-location., guix-commits, 2021/09/21
- 142/154: gnu: Add trytond-stock-shipment-measurements., guix-commits, 2021/09/21
- 147/154: gnu: Add trytond-timesheet., guix-commits, 2021/09/21
- 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 <=
- 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, 2021/09/21
- 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