[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
100/154: gnu: Add trytond-sale.
From: |
guix-commits |
Subject: |
100/154: gnu: Add trytond-sale. |
Date: |
Tue, 21 Sep 2021 15:07:53 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 01e5dc52f7fef06b1e58114fc1d4d2eb3b71529a
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:36 2021 +0200
gnu: Add trytond-sale.
* gnu/packages/tryton.scm (trytond-sale): New variable.
---
gnu/packages/tryton.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 0e46b01..c8dc314 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -2969,6 +2969,40 @@ the product with its factor against the purchase unit.")
shipment costs to Supplier Shipment.")
(license license:gpl3+)))
+(define-public trytond-sale
+ (package
+ (name "trytond-sale")
+ (version "6.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_sale" version))
+ (sha256
+ (base32 "0wk5lhj74vl7zs4l3x176iwfqr3jnq37xhiksgnajsrjrl54bgfg"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "sale"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-account" ,trytond-account)
+ ("trytond-account-invoice" ,trytond-account-invoice)
+ ("trytond-account-invoice-stock" ,trytond-account-invoice-stock)
+ ("trytond-account-product" ,trytond-account-product)
+ ("trytond-company" ,trytond-company)
+ ("trytond-country" ,trytond-country)
+ ("trytond-currency" ,trytond-currency)
+ ("trytond-party" ,trytond-party)
+ ("trytond-product" ,trytond-product)
+ ("trytond-stock" ,trytond-stock)))
+ (home-page "https://docs.tryton.org/projects/modules-sale")
+ (synopsis "Tryton module for sale")
+ (description "The @emph{Sale} Tryton module helps organise and manage
+sales made by the company. It adds the concept of a sale to Tryton and allows
+it to be tracked through its states from draft to done. It also oversees the
+creation of customer shipments and invoices for the sales, and allows reports
+to be generated that contain aggregated sales figures.")
+ (license license:gpl3+)))
+
(define-public trytond-stock
(package
(name "trytond-stock")
- 117/154: gnu: Add trytond-sale-shipment-cost., (continued)
- 117/154: gnu: Add trytond-sale-shipment-cost., guix-commits, 2021/09/21
- 121/154: gnu: Add trytond-sale-subscription., guix-commits, 2021/09/21
- 132/154: gnu: Add trytond-stock-lot-sled., guix-commits, 2021/09/21
- 131/154: gnu: Add trytond-stock-location-sequence., guix-commits, 2021/09/21
- 135/154: gnu: Add trytond-stock-package-shipping., guix-commits, 2021/09/21
- 138/154: gnu: Add trytond-stock-quantity-early-planning., guix-commits, 2021/09/21
- 139/154: gnu: Add trytond-stock-quantity-issue., guix-commits, 2021/09/21
- 141/154: gnu: Add trytond-stock-shipment-cost., guix-commits, 2021/09/21
- 146/154: gnu: Add trytond-stock-supply-production., guix-commits, 2021/09/21
- 150/154: gnu: Add trytond-web-shop., guix-commits, 2021/09/21
- 100/154: gnu: Add trytond-sale.,
guix-commits <=
- 105/154: gnu: Add trytond-sale-discount., guix-commits, 2021/09/21
- 30/154: gnu: Add trytond-account-payment-clearing., guix-commits, 2021/09/21
- 108/154: gnu: Add trytond-sale-history., guix-commits, 2021/09/21
- 107/154: gnu: Add trytond-sale-gift-card., guix-commits, 2021/09/21
- 111/154: gnu: Add trytond-sale-payment., guix-commits, 2021/09/21
- 118/154: gnu: Add trytond-sale-shipment-grouping., guix-commits, 2021/09/21
- 123/154: gnu: Add trytond-sale-supply., guix-commits, 2021/09/21
- 124/154: gnu: Add trytond-sale-supply-drop-shipment., guix-commits, 2021/09/21
- 136/154: gnu: Add trytond-stock-package-shipping-ups., guix-commits, 2021/09/21
- 137/154: gnu: Add trytond-stock-product-location., guix-commits, 2021/09/21