~ruther/guix-local

3f36988df1e997c93d0b006cbec4c242ee69c3b3 — Hartmut Goebel 2 years ago 9c0ebf8
gnu: Add trytond-purchase-blanket-agreement.

* gnu/packages/tryton.scm (trytond-purchase-blanket-agreement): 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
@@ 3449,6 3449,33 @@ amendment is composed of action lines which can:
@end itemize")
    (license license:gpl3+)))

(define-public trytond-purchase-blanket-agreement
  (package
    (name "trytond-purchase-blanket-agreement")
    (version "7.0.4")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_purchase_blanket_agreement" version))
       (sha256
        (base32 "1h96y36ik14snxw6hm6w6nsxkkn5lv4vmhmy1xfadiffafhr7503"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "purchase_blanket_agreement"))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond
           trytond-company
           trytond-currency
           trytond-party
           trytond-product
           trytond-purchase))
    (home-page "https://docs.tryton.org/projects/modules-purchase-blanket-agreement")
    (synopsis "Tryton module for purchase blanket agreements")
    (description "The @emph{Purchase Blanket Agreement} Tryton module manages
long-term contracts with suppliers to purchase a specific quantity of products
with multiple orders over a period.")
    (license license:gpl3+)))

(define-public trytond-purchase-history
  (package
    (name "trytond-purchase-history")