[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
89/154: gnu: Add trytond-project-invoice.
From: |
guix-commits |
Subject: |
89/154: gnu: Add trytond-project-invoice. |
Date: |
Tue, 21 Sep 2021 15:07:50 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit ce943b213af76d3c9bfc45d3151c4626b1d55ad4
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:31 2021 +0200
gnu: Add trytond-project-invoice.
* gnu/packages/tryton.scm (trytond-project-invoice): New variable.
---
gnu/packages/tryton.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 18f9a73..f010eab 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -2576,6 +2576,43 @@ enter timesheet for production works.")
project and task and the basis for simple project management.")
(license license:gpl3+)))
+(define-public trytond-project-invoice
+ (package
+ (name "trytond-project-invoice")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_project_invoice" version))
+ (sha256
+ (base32 "0wxgpsn5kwfz4f51icmc0p7r615lpr286ifwyz0xnd6rrh0glvmw"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "project_invoice"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-account" ,trytond-account)
+ ("trytond-account-invoice" ,trytond-account-invoice)
+ ("trytond-account-product" ,trytond-account-product)
+ ("trytond-product" ,trytond-product)
+ ("trytond-project" ,trytond-project)
+ ("trytond-project-revenue" ,trytond-project-revenue)
+ ("trytond-timesheet" ,trytond-timesheet)))
+ (home-page "https://docs.tryton.org/projects/modules-project-invoice")
+ (synopsis "Tryton module to invoice projects")
+ (description "The @emph{Project Invoice} Tryton module adds invoice
+methods on projects. The methods are:
+@itemize
+@item Manual: Tryton doesn’t create any invoice.
+@item On Effort: The invoices are created based on the Effort hours
+ for all children works with 100% progress.
+@item On Progress: The invoices are create proportionally to the Progress
+ of the Effort hours of each children work.
+@item On Timesheet: The invoices are created based on the timesheets
+ encoded on all children works.
+@end itemize")
+ (license license:gpl3+)))
+
(define-public trytond-purchase
(package
(name "trytond-purchase")
- 74/154: gnu: Add trytond-product-cost-fifo., (continued)
- 74/154: gnu: Add trytond-product-cost-fifo., guix-commits, 2021/09/21
- 86/154: gnu: Add trytond-production-work., guix-commits, 2021/09/21
- 115/154: gnu: Add trytond-sale-promotion-coupon., guix-commits, 2021/09/21
- 101/154: gnu: Add trytond-sale-advance-payment., guix-commits, 2021/09/21
- 109/154: gnu: Add trytond-sale-invoice-grouping., guix-commits, 2021/09/21
- 126/154: gnu: Add trytond-stock-assign-manual., guix-commits, 2021/09/21
- 120/154: gnu: Add trytond-sale-stock-quantity., guix-commits, 2021/09/21
- 140/154: gnu: Add trytond-stock-secondary-unit., guix-commits, 2021/09/21
- 145/154: gnu: Add trytond-stock-supply-forecast., guix-commits, 2021/09/21
- 152/154: gnu: Add trytond-web-shop-vue-storefront-stripe., guix-commits, 2021/09/21
- 89/154: gnu: Add trytond-project-invoice.,
guix-commits <=
- 91/154: gnu: Add trytond-project-revenue., guix-commits, 2021/09/21
- 27/154: gnu: Add trytond-account-invoice-secondary-unit., guix-commits, 2021/09/21
- 35/154: gnu: Add trytond-account-statement-aeb43., guix-commits, 2021/09/21
- 95/154: gnu: Add trytond-purchase-price-list., guix-commits, 2021/09/21
- 96/154: gnu: Add trytond-purchase-request-quotation., guix-commits, 2021/09/21
- 116/154: gnu: Add trytond-sale-secondary-unit., guix-commits, 2021/09/21
- 125/154: gnu: Add trytond-sale-supply-production., guix-commits, 2021/09/21
- 122/154: gnu: Add trytond-sale-subscription-asset., guix-commits, 2021/09/21
- 127/154: gnu: Add trytond-stock-consignment., guix-commits, 2021/09/21
- 154/154: gnu: Add trytond-web-user., guix-commits, 2021/09/21