[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/154: gnu: Add trytond-account-invoice-defer.
From: |
guix-commits |
Subject: |
24/154: gnu: Add trytond-account-invoice-defer. |
Date: |
Tue, 21 Sep 2021 15:07:30 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit a2df6056d2482424efb4d13a06d07117d8f8f9c5
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:04 2021 +0200
gnu: Add trytond-account-invoice-defer.
* gnu/packages/tryton.scm (trytond-account-invoice-defer): New variable.
---
gnu/packages/tryton.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 0a57265..89da265 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -653,6 +653,31 @@ corrected. A new invoice is created with those lines in
double: once with the
original quantity, once with the inverted quantity.")
(license license:gpl3+)))
+(define-public trytond-account-invoice-defer
+ (package
+ (name "trytond-account-invoice-defer")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_account_invoice_defer" version))
+ (sha256
+ (base32 "1ay9cpf6z8j3gamwy52z88qg31s09wkp6k5flv20f9c00hvly452"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "account_invoice_defer"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-account" ,trytond-account)
+ ("trytond-account-invoice" ,trytond-account-invoice)
+ ("trytond-company" ,trytond-company)))
+ (home-page
+ "https://docs.tryton.org/projects/modules-account-invoice-defer")
+ (synopsis "Tryton module to defer expense and revenue")
+ (description "The @emph{Account Invoice Defer} Tryton module allows to
+defer the expense or the revenue of an invoice line over many periods.")
+ (license license:gpl3+)))
+
(define-public trytond-account-invoice-stock
(package
(name "trytond-account-invoice-stock")
- 12/154: gnu: Add trytond-account-credit-limit., (continued)
- 12/154: gnu: Add trytond-account-credit-limit., guix-commits, 2021/09/21
- 18/154: gnu: Add trytond-account-dunning-letter., guix-commits, 2021/09/21
- 19/154: gnu: Add trytond-account-es., guix-commits, 2021/09/21
- 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 <=
- 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, 2021/09/21
- 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