index.html 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <section class="oe_container">
  2. <div class="oe_row">
  3. <h2 class="oe_slogan">Discount On Total in Sale and Invoice</h2>
  4. <!--<h3 class="oe_slogan">It Fits Your Sales Approach</h3>-->
  5. <div>
  6. <p>
  7. This module allows you to mention discount on Total of sale order and Total of Customer Invoice in two ways
  8. </p>
  9. <hr>
  10. <p>
  11. 1. As percentage<br>
  12. Select 'Percentage' from Discount type and give discount percentage as Discount rate.
  13. System will update the value of Discount and Total
  14. </p>
  15. <div class="oe_row_img oe_centered oe_mt32">
  16. <img class="oe_picture oe_screenshot" src="Discount_so_perc.png">
  17. </div>
  18. <hr>
  19. <p>
  20. 2. As amount<br>
  21. Select 'Amount' from Discount type and give discount amount as Discount rate.
  22. System will update the value of Discount and Total
  23. </p>
  24. <div class="oe_row_img oe_centered oe_mt32">
  25. <img class="oe_picture oe_screenshot" src="Discount_inv_amnt.png">
  26. </div>
  27. <hr>
  28. <p>
  29. And the module also allows you to set a limit for total discount in percentage. Exceeding this limit
  30. will require approval.
  31. </p>
  32. <div class="oe_row_img oe_centered oe_mt32">
  33. <img class="oe_picture oe_screenshot" src="Disc_appr_conf.png"><hr>
  34. <img class="oe_picture oe_screenshot" src="Disc_appr_wrkfl.png">
  35. </div>
  36. </div>
  37. </div>
  38. </section>