123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <section class="oe_container">
- <div class="oe_row oe_spaced">
- <div class="oe_span12">
- <h2 class="oe_slogan">Order notes in Point of Sale interface</h2>
- <h3 class="oe_slogan">Let a cashier add notes to an order in the Point of Sale interface</h3>
- </div>
- <div class="oe_span6">
- <div class="oe_demo oe_picture oe_screenshot">
- <img src="screenshot_pos_interface.png"/>
- </div>
- </div>
- <div class="oe_span6">
- <p class="oe_mt32">
- Allows a cashier input notes for an order on the payment page
- </p>
- </div>
- </div>
- </section>
- <section class="oe_container oe_dark">
- <div class="oe_row oe_spaced">
- <div class="oe_span6">
- <p class="oe_mt32">
- Adds order notes in the POS orders form view
- </p>
- </div>
- <div class="oe_span6">
- <div class="oe_demo oe_picture oe_screenshot">
- <img src="screenshot_pos_form_view.png"/>
- </div>
- </div>
- </div>
- </section>
- <section class="oe_container">
- <div class="oe_row oe_spaced">
- <div class="oe_span12">
- <h2>Usage</h2>
- <p class="oe_mt32">
- There no any settings. Just install the module and start POS.
- </p>
- <p class="oe_mt32">
- Works in offline mode.
- </p>
- </div>
- </div>
- </section>
|