[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
111/154: gnu: Add trytond-sale-payment.
From: |
guix-commits |
Subject: |
111/154: gnu: Add trytond-sale-payment. |
Date: |
Tue, 21 Sep 2021 15:07:56 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 5bbd9abdbb39ff4e614ede735bd84f63fa410257
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:41 2021 +0200
gnu: Add trytond-sale-payment.
* gnu/packages/tryton.scm (trytond-sale-payment): 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 5432b06..a54b53e 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3262,6 +3262,32 @@ option to define how invoice lines generated from sales
will be grouped.")
lead/opportunity model.")
(license license:gpl3+)))
+(define-public trytond-sale-payment
+ (package
+ (name "trytond-sale-payment")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_sale_payment" version))
+ (sha256
+ (base32 "0i38766m9a0arhwybsqgk11zmmr982mmcsn0fswq695gb0zlwl0f"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "sale_payment"))
+ (native-inputs
+ `(,@%standard-trytond-native-inputs
+ ("trytond-account-payment-clearing" ,trytond-account-payment-clearing)))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-account-invoice" ,trytond-account-invoice)
+ ("trytond-account-payment" ,trytond-account-payment)
+ ("trytond-sale" ,trytond-sale)))
+ (home-page "https://docs.tryton.org/projects/modules-sale-payment")
+ (synopsis "Tryton module that manage payments on sale")
+ (description "The @emph{Sale Payment} Tryton module extends Sale to allow
+payments prior to the creation of any invoice.")
+ (license license:gpl3+)))
+
(define-public trytond-stock
(package
(name "trytond-stock")
- 138/154: gnu: Add trytond-stock-quantity-early-planning., (continued)
- 138/154: gnu: Add trytond-stock-quantity-early-planning., guix-commits, 2021/09/21
- 139/154: gnu: Add trytond-stock-quantity-issue., guix-commits, 2021/09/21
- 141/154: gnu: Add trytond-stock-shipment-cost., guix-commits, 2021/09/21
- 146/154: gnu: Add trytond-stock-supply-production., guix-commits, 2021/09/21
- 150/154: gnu: Add trytond-web-shop., guix-commits, 2021/09/21
- 100/154: gnu: Add trytond-sale., guix-commits, 2021/09/21
- 105/154: gnu: Add trytond-sale-discount., guix-commits, 2021/09/21
- 30/154: gnu: Add trytond-account-payment-clearing., guix-commits, 2021/09/21
- 108/154: gnu: Add trytond-sale-history., guix-commits, 2021/09/21
- 107/154: gnu: Add trytond-sale-gift-card., guix-commits, 2021/09/21
- 111/154: gnu: Add trytond-sale-payment.,
guix-commits <=
- 118/154: gnu: Add trytond-sale-shipment-grouping., guix-commits, 2021/09/21
- 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