diff --git a/sales/send_quotations/getpaidtovalidate.rst b/sales/send_quotations/getpaidtovalidate.rst new file mode 100644 index 000000000..055831438 --- /dev/null +++ b/sales/send_quotations/getpaidtovalidate.rst @@ -0,0 +1,41 @@ +============================ +Get paid to confirm an order +============================= + +You can use online payments to get orders automatically confirmed. +Saving the time of both your customers and yourself. + +Activate online payment +======================== + +Go to :menuselection:`SALES --> Configuration --> Settings` and activate +the *Online Signature & Payment* feature. + +.. image:: media/getpaidtovalidate01.png + :align: center + +Once in the *Payment Acquirers* menu you can select and configure your +acquirers of choice. + +You can find various documentation about how to be paid with payment +acquirers such as `Paypal +`_, +`Authorize.Net (pay by credit card) +`_, +and others under the `eCommerce documentation +<*https://www.odoo.com/documentation/user/11.0/ecommerce.html>`_. + +.. note:: + If you are using `quotation templates + `_, + you can also pick a default setting for each template. + +Register a payment +=================== + +From the quotation email you sent, your customer will be able to pay +online. + +.. image:: media/getpaidtovalidate02.png + :align: center + diff --git a/sales/send_quotations/media/getpaidtovalidate01.png b/sales/send_quotations/media/getpaidtovalidate01.png new file mode 100644 index 000000000..1072d9c73 Binary files /dev/null and b/sales/send_quotations/media/getpaidtovalidate01.png differ diff --git a/sales/send_quotations/media/getpaidtovalidate02.png b/sales/send_quotations/media/getpaidtovalidate02.png new file mode 100644 index 000000000..17c431e9e Binary files /dev/null and b/sales/send_quotations/media/getpaidtovalidate02.png differ