[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/154: gnu: Add trytond-account-statement-rule.
From: |
guix-commits |
Subject: |
38/154: gnu: Add trytond-account-statement-rule. |
Date: |
Tue, 21 Sep 2021 15:07:34 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 9945b8f307b264056121f84ab5733388cd2e0a0f
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:10 2021 +0200
gnu: Add trytond-account-statement-rule.
* gnu/packages/tryton.scm (trytond-account-statement-rule): New variable.
---
gnu/packages/tryton.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 0a16fe9..6646dc6 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -1077,6 +1077,38 @@ defined by Belgian \"febelfin\".")
the import of the @emph{OFX} files as statement.")
(license license:gpl3+)))
+(define-public trytond-account-statement-rule
+ (package
+ (name "trytond-account-statement-rule")
+ (version "6.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_account_statement_rule" version))
+ (sha256
+ (base32 "0kg6lf2wa5scwxggr8p7r7j6jd3a34qv2dcs9w18ra1qvg6p4kmp"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "account_statement_rule"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-account" ,trytond-account)
+ ("trytond-account-invoice" ,trytond-account-invoice)
+ ("trytond-account-statement" ,trytond-account-statement)
+ ("trytond-company" ,trytond-company)
+ ("trytond-party" ,trytond-party)))
+ (home-page
+ "https://docs.tryton.org/projects/modules-account-statement-rule")
+ (synopsis "Tryton module to automate statement import with rules")
+ (description "The @emph{Account Statement Rule} Tryton module allows rules
+to be defined to complete statement lines from imported files.
+
+When the @emph{Apply Rule} button is clicked on a statement, each rule is
+tested in order against each origin that does not have any lines until one is
+found that matches. Then the rule found is used to create the statement lines
+linked to the origin.")
+ (license license:gpl3+)))
+
(define-public trytond-analytic-account
(package
(name "trytond-analytic-account")
- 19/154: gnu: Add trytond-account-es., (continued)
- 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, 2021/09/21
- 32/154: gnu: Add trytond-account-payment-sepa-cfonb., guix-commits, 2021/09/21
- 38/154: gnu: Add trytond-account-statement-rule.,
guix-commits <=
- 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
- 52/154: gnu: Add trytond-carrier-percentage., guix-commits, 2021/09/21
- 57/154: gnu: Add trytond-company-work-time., guix-commits, 2021/09/21