[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/154: gnu: Add trytond-account-deposit.
From: |
guix-commits |
Subject: |
14/154: gnu: Add trytond-account-deposit. |
Date: |
Tue, 21 Sep 2021 15:07:28 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 4e1aad11d8d72cbaa14a5671a2441945df51ff6b
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:00 2021 +0200
gnu: Add trytond-account-deposit.
* gnu/packages/tryton.scm (trytond-account-deposit): New variable.
---
gnu/packages/tryton.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 26777e2..bb1cdf7 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -341,6 +341,35 @@ credit limit of parties.")
Tryton.")
(license license:gpl3+)))
+(define-public trytond-account-deposit
+ (package
+ (name "trytond-account-deposit")
+ (version "6.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_account_deposit" version))
+ (sha256
+ (base32 "005yw868wxv8fhp7dlqd2z19hhjlmk4cgqa36axdfjmbwxvh1r6r"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "account_deposit"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-account" ,trytond-account)
+ ("trytond-account-invoice" ,trytond-account-invoice)
+ ("trytond-company" ,trytond-company)
+ ("trytond-party" ,trytond-party)))
+ (home-page "https://docs.tryton.org/projects/modules-account-deposit")
+ (synopsis "Tryton module for accounting deposit")
+ (description "The @emph{Account Deposit} Tryton module adds support for
+deposit accounting.
+
+A deposit is an amount paid by the customer prior to the company providing it
+with services or goods. A wizard on invoice allows to recall prior deposit of
+the party.")
+ (license license:gpl3+)))
+
(define-public trytond-account-invoice
(package
(name "trytond-account-invoice")
- branch master updated (1e3262d -> 5966d48), guix-commits, 2021/09/21
- 02/154: gnu: Add python-markuppy., guix-commits, 2021/09/21
- 06/154: gnu: Add python-febelfin-coda., guix-commits, 2021/09/21
- 05/154: gnu: Add python-csb43., guix-commits, 2021/09/21
- 10/154: gnu: Add trytond-account-be., guix-commits, 2021/09/21
- 14/154: gnu: Add trytond-account-deposit.,
guix-commits <=
- 16/154: gnu: Add trytond-account-dunning-email., guix-commits, 2021/09/21
- 20/154: gnu: Add trytond-account-eu., guix-commits, 2021/09/21
- 31/154: gnu: Add trytond-account-payment-sepa., guix-commits, 2021/09/21
- 36/154: gnu: Add trytond-account-statement-coda., guix-commits, 2021/09/21
- 34/154: gnu: Add trytond-account-statement., guix-commits, 2021/09/21
- 22/154: gnu: Add trytond-account-fr-chorus., guix-commits, 2021/09/21
- 39/154: gnu: Add trytond-account-stock-anglo-saxon., guix-commits, 2021/09/21
- 44/154: gnu: Add trytond-account-tax-rule-country., guix-commits, 2021/09/21
- 01/154: gnu: Add python-braintree., guix-commits, 2021/09/21
- 17/154: gnu: Add trytond-account-dunning-fee., guix-commits, 2021/09/21