index.html 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <div class="oe_span12">
  4. <h2 class="oe_slogan">Point of Sale Multi-Currency Support</h2>
  5. </div>
  6. <div class="oe_span12 text-center">
  7. <p class="oe_mt32">
  8. Display foreign currency total, paid and change amounts in POS terminal.<br/>
  9. Note: This module is to be used only to view the equivalent amounts in foreign currency.
  10. All amounts are converted into the base currency. Therefore, it will only support journals
  11. configured in the base currency.
  12. </p>
  13. </div>
  14. </div>
  15. </section>
  16. <section class="oe_container oe_dark">
  17. <div class="oe_row oe_spaced">
  18. <h2 class="oe_slogan">Configurable parameters </h2>
  19. <div class="oe_span6">
  20. <p class="oe_mt32">
  21. Specify whether to Fetch Values from Master to directly use the pre-defined currency rates.
  22. Choose to display conversion rates on the POS terminal for users.
  23. </p>
  24. </div>
  25. <div class="oe_span6">
  26. <div class="oe_row_img oe_centered">
  27. <img class="oe_picture oe_screenshot" src="pos_screen2.png">
  28. </div>
  29. </div>
  30. </div>
  31. </section>
  32. <section class="oe_container">
  33. <div class="oe_row oe_spaced">
  34. <h2 class="oe_slogan">Set custom currency rates</h2>
  35. <div class="oe_span6">
  36. <p class="oe_mt32">
  37. Provision to set your selected acceptable currencies and define rates for them.
  38. Leave conversion rate as 0 to use the default rate.
  39. </p>
  40. </div>
  41. <div class="oe_span6">
  42. <div class="oe_row_img oe_centered">
  43. <img class="oe_picture oe_screenshot" src="pos_screen1.png">
  44. </div>
  45. </div>
  46. </div>
  47. </section>
  48. <section class="oe_container oe_dark">
  49. <div class="oe_row oe_spaced">
  50. <h2 class="oe_slogan">View amounts in foreign currency</h2>
  51. <div class="oe_span6">
  52. <p class="oe_mt32">
  53. POS terminal will display the conversion rate (optional), the total amount due and change due in the selected currency.
  54. Enter the amount received and the selected payment line will automatically populate
  55. with the equivalent amount in your base currency. The remaining default POS functionality will
  56. take care on its own.
  57. </p>
  58. </div>
  59. <div class="oe_span6">
  60. <div class="oe_row_img oe_centered">
  61. <img class="oe_picture oe_screenshot" src="foreign.png">
  62. </div>
  63. </div>
  64. </div>
  65. </section>
  66. <section class="oe_container oe_dark">
  67. <div class="oe_row oe_spaced">
  68. <h2 class="oe_slogan">Support</h2>
  69. <div class="oe_span12 text-center">
  70. <p class="oe_mt32">
  71. Please e-mail support@epillars.com for any queries.
  72. </p>
  73. </div>
  74. </div>
  75. </section>