~ruther/guix-local

b27f851b8459c156438c77d4d8a02eef31f3b3f4 — Hartmut Goebel 2 years ago 0224656
gnu: Add trytond-account-es-sii.

* gnu/packages/tryton.scm (trytond-account-es-sii): New variable.
1 files changed, 27 insertions(+), 0 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +27 -0
@@ 609,6 609,33 @@ A wizard allows generating the following AEAT files:
@end itemize")
    (license license:gpl3+)))

(define-public trytond-account-es-sii
  (package
    (name "trytond-account-es-sii")
    (version "7.0.4")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_account_es_sii" version))
       (sha256
        (base32 "1dl8wfzcqyp8zdbxzj264hmgmdy85i74fnmx88vqrrchzmk2g9a4"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "account_es_sii"))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list python-requests
           python-zeep
           trytond
           trytond-account
           trytond-account-es
           trytond-account-invoice))
    (home-page "https://docs.tryton.org/projects/modules-account-es-sii")
    (synopsis "Tryton module that sends invoices to the Spanish SII webservice")
    (description "The @emph{Account Spanish SII} Tryton module allows sending
invoices to the SII portal.  This is legal requirement for some Spanish
companies.")
    (license license:gpl3+)))

(define-public trytond-account-eu
  (package
    (name "trytond-account-eu")