1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <section class="oe_container">
- <div class="oe_row oe_spaced">
- <div class="oe_span12">
- <h2 class="oe_slogan">Point of Sale Multi-Currency Support</h2>
- </div>
- <div class="oe_span12 text-center">
- <p class="oe_mt32">
- Display foreign currency total, paid and change amounts in POS terminal.<br/>
- Note: This module is to be used only to view the equivalent amounts in foreign currency.
- All amounts are converted into the base currency. Therefore, it will only support journals
- configured in the base currency.
- </p>
- </div>
- </div>
- </section>
- <section class="oe_container oe_dark">
- <div class="oe_row oe_spaced">
- <h2 class="oe_slogan">Configurable parameters </h2>
- <div class="oe_span6">
- <p class="oe_mt32">
- Specify whether to Fetch Values from Master to directly use the pre-defined currency rates.
- Choose to display conversion rates on the POS terminal for users.
- </p>
- </div>
- <div class="oe_span6">
- <div class="oe_row_img oe_centered">
- <img class="oe_picture oe_screenshot" src="pos_screen2.png">
- </div>
- </div>
- </div>
- </section>
- <section class="oe_container">
- <div class="oe_row oe_spaced">
- <h2 class="oe_slogan">Set custom currency rates</h2>
- <div class="oe_span6">
- <p class="oe_mt32">
- Provision to set your selected acceptable currencies and define rates for them.
- Leave conversion rate as 0 to use the default rate.
- </p>
- </div>
- <div class="oe_span6">
- <div class="oe_row_img oe_centered">
- <img class="oe_picture oe_screenshot" src="pos_screen1.png">
- </div>
- </div>
- </div>
- </section>
- <section class="oe_container oe_dark">
- <div class="oe_row oe_spaced">
- <h2 class="oe_slogan">View amounts in foreign currency</h2>
- <div class="oe_span6">
- <p class="oe_mt32">
- POS terminal will display the conversion rate (optional), the total amount due and change due in the selected currency.
- Enter the amount received and the selected payment line will automatically populate
- with the equivalent amount in your base currency. The remaining default POS functionality will
- take care on its own.
- </p>
- </div>
- <div class="oe_span6">
- <div class="oe_row_img oe_centered">
- <img class="oe_picture oe_screenshot" src="foreign.png">
- </div>
- </div>
- </div>
- </section>
- <section class="oe_container oe_dark">
- <div class="oe_row oe_spaced">
- <h2 class="oe_slogan">Support</h2>
- <div class="oe_span12 text-center">
- <p class="oe_mt32">
- Please e-mail support@epillars.com for any queries.
- </p>
- </div>
- </div>
- </section>
|