[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50628] [PATCH 060/154] gnu: Add trytond-edocument-uncefact.
From: |
Hartmut Goebel |
Subject: |
[bug#50628] [PATCH 060/154] gnu: Add trytond-edocument-uncefact. |
Date: |
Fri, 17 Sep 2021 00:53:19 +0200 |
* gnu/packages/tryton.scm (trytond-edocument-uncefact): 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 aea203cd8c..ed58ffb233 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -1783,6 +1783,35 @@ duty based on the tariff code.")
configure their dashboard.")
(license license:gpl3+)))
+(define-public trytond-edocument-uncefact
+ (package
+ (name "trytond-edocument-uncefact")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_edocument_uncefact" version))
+ (sha256
+ (base32 "0b5qhkirfkrh5g1d7m42f7niiz86favf352i403fdi4j532sl3i2"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "edocument_uncefact"))
+ (native-inputs
+ `(,@%standard-trytond-native-inputs
+ ("python-lxml" ,python-lxml)
+ ("trytond-account-invoice" ,trytond-account-invoice)))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-edocument-unece" ,trytond-edocument-unece)))
+ (home-page "https://docs.tryton.org/projects/modules-edocument-uncefact")
+ (synopsis "Tryton module for electronic document UN/CEFACT")
+ (description "The @emph{Edocument UN/CEFACT} Tryton module implements
+electronic document from UN/CEFACT. Supported formats are:
+
+@itemize
+@item Cross-Industry-Invoice (16B-CII)
+@end itemize")
+ (license license:gpl3+)))
+
(define-public trytond-party
(package
(name "trytond-party")
--
2.30.2
- [bug#50628] [PATCH 051/154] gnu: Add trytond-carrier., (continued)
- [bug#50628] [PATCH 051/154] gnu: Add trytond-carrier., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 053/154] gnu: Add trytond-carrier-subdivision., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 052/154] gnu: Add trytond-carrier-percentage., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 054/154] gnu: Add trytond-carrier-weight., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 056/154] gnu: Add trytond-commission-waiting., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 057/154] gnu: Add trytond-company-work-time., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 055/154] gnu: Add trytond-commission., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 058/154] gnu: Add trytond-customs., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 059/154] gnu: Add trytond-dashboard., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 062/154] gnu: Add trytond-incoterm., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 060/154] gnu: Add trytond-edocument-uncefact.,
Hartmut Goebel <=
- [bug#50628] [PATCH 061/154] gnu: Add trytond-edocument-unece., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 063/154] gnu: Add trytond-ldap-authentication., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 064/154] gnu: Add trytond-marketing., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 066/154] gnu: Add trytond-marketing-email., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 065/154] gnu: Add trytond-marketing-automation., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 067/154] gnu: Add trytond-notification-email., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 071/154] gnu: Add trytond-product-attribute., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 070/154] gnu: Add trytond-party-siret., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 068/154] gnu: Add trytond-party-avatar., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 072/154] gnu: Add trytond-product-classification., Hartmut Goebel, 2021/09/16