Metadata-Version: 2.4
Name: trytond_sale_payment
Version: 8.0.0
Summary: Sale payments for Tryton
Project-URL: homepage, https://www.tryton.org/
Project-URL: documentation, https://docs.tryton.org/modules-sale-payment/
Project-URL: changelog, https://docs.tryton.org/modules-sale-payment/releases.html
Project-URL: forum, https://www.tryton.org/forum
Project-URL: issues, https://bugs.tryton.org/tryton
Project-URL: repository, https://code.tryton.org/tryton
Project-URL: funding, https://www.tryton.org/donate
Author: Mark S Hayden, Coalesco Digital Systemc Inc., B2CK SRL
Author-email: Cédric Krier <cedric.krier@b2ck.com>
Maintainer-email: Tryton <foundation@tryton.org>
License-Expression: GPL-3.0-or-later
License-File: COPYRIGHT
License-File: LICENSE
Keywords: sale,tryton
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial :: Point-Of-Sale
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: python-sql>=0.4
Requires-Dist: trytond-account-invoice<8.1,>=8.0
Requires-Dist: trytond-account-payment<8.1,>=8.0
Requires-Dist: trytond-sale<8.1,>=8.0
Requires-Dist: trytond<8.1,>=8.0
Provides-Extra: test
Requires-Dist: proteus<8.1,>=8.0; extra == 'test'
Requires-Dist: trytond-account-payment-clearing<8.1,>=8.0; extra == 'test'
Requires-Dist: trytond-sale-credit-limit<8.1,>=8.0; extra == 'test'
Description-Content-Type: text/x-rst

Sale Payment Module
###################

The sale_payment module extends *Sale* to allow payments prior to the creation
of any invoice.

A field *Payments* is added on the sale which can be filled in quotation state.
The sale can not be reset to draft or cancelled if there are no failed payment
linked.

The payment authorization of the full sale amount is used as confirmation of
the sale.

When an invoice from a sale is posted, its payments are used to pay invoice's
*Lines to Pay*.
