index.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <div class="oe_span12">
  4. <h2 class="oe_slogan">Order notes in Point of Sale interface</h2>
  5. <h3 class="oe_slogan">Let a cashier add notes to an order in the Point of Sale interface</h3>
  6. </div>
  7. <div class="oe_span6">
  8. <div class="oe_demo oe_picture oe_screenshot">
  9. <img src="screenshot_pos_interface.png"/>
  10. </div>
  11. </div>
  12. <div class="oe_span6">
  13. <p class="oe_mt32">
  14. Allows a cashier input notes for an order on the payment page
  15. </p>
  16. </div>
  17. </div>
  18. </section>
  19. <section class="oe_container oe_dark">
  20. <div class="oe_row oe_spaced">
  21. <div class="oe_span6">
  22. <p class="oe_mt32">
  23. Adds order notes in the POS orders form view
  24. </p>
  25. </div>
  26. <div class="oe_span6">
  27. <div class="oe_demo oe_picture oe_screenshot">
  28. <img src="screenshot_pos_form_view.png"/>
  29. </div>
  30. </div>
  31. </div>
  32. </section>
  33. <section class="oe_container">
  34. <div class="oe_row oe_spaced">
  35. <div class="oe_span12">
  36. <h2>Usage</h2>
  37. <p class="oe_mt32">
  38. There no any settings. Just install the module and start POS.
  39. </p>
  40. <p class="oe_mt32">
  41. Works in offline mode.
  42. </p>
  43. </div>
  44. </div>
  45. </section>