Search 1.9 billion lines of Odoo code on GitHub

pos_pms_link

Author: Comunitea Servicios Tecnológicos S.L.
License: AGPL-3
Branch: 14.0-connector_pms
Repository: commitsun/pms
Dependencies: pms, and point_of_sale
Languages: JavaScript (616, 62.3%), Python (136, 13.8%), XML (217, 21.9%), and reStructuredText (20, 2.0%)
Other branches: 14.0-pms_api_rest, and HOTFIX1-alda-production

<h1 class="title">POS PMS LINK</h1> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#id1" id="id2">POS PMS LINK</a></li> <li><a class="reference internal" href="#settings" id="id3">Settings</a></li> <li><a class="reference internal" href="#add-reservation-services-to-pos-order" id="id4">Add reservation services to pos.order</a></li> <li><a class="reference internal" href="#pay-pos-order-on-pms-reservation" id="id5">Pay pos.order on pms.reservation</a></li> </ul> </div> <a name="id1"></a> <h2><a class="toc-backref" href="#id2">POS PMS LINK</a></h2> <a name="settings"></a> <h2><a class="toc-backref" href="#id3">Settings</a></h2> <ul class="simple"> <li>PMS Service product needs to be avaible in pos (available_in_pos = True) to add it from pms.service.line.</li> <li>On pos.config you can mark pay_on_reservation = True to be able to pay with reservations. After that select a pos.payment.method that will be used after selecting the reservation.</li> </ul> <a name="add-reservation-services-to-pos-order"></a> <h2><a class="toc-backref" href="#id4">Add reservation services to pos.order</a></h2> <ul class="simple"> <li><dl class="first docutils"> <dt>While on a pos.order click on the 'Reservation' button. A modal will open, select the desired reservation and the lines will be added as pos.order.lines.</dt> <dd><ul class="first last"> <li>Only the lines of the service with the current date will be added.</li> <li>This will only add the quantity of the lines that is not already linked to another pos.order.line.</li> </ul> </dd> </dl> </li> </ul> <a name="pay-pos-order-on-pms-reservation"></a> <h2><a class="toc-backref" href="#id5">Pay pos.order on pms.reservation</a></h2> <ul class="simple"> <li>if pay_on_reservation is active on pos.config, the payment screen will show the payment method: 'Reservation'.</li> <li><dl class="first docutils"> <dt>Click on it and the reservation modal will open, select the resired reservation, the pos.order will be validated and you will be shown the bill printing screen.</dt> <dd><ul class="first last"> <li>This will add the payment method selected in the pos.config.</li> <li>pos.order.lines will be added as pms.service.lines in the reservation.</li> </ul> </dd> </dl> </li> </ul>