index.html 4.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <html>
  2. <body>
  3. <section class="oe_container oe_dark">
  4. <div class="oe_row">
  5. <div class="oe_row">
  6. <h2 class="oe_slogan oe_span10">Sales Product Warehouse Quantity</h2>
  7. </div>
  8. <div style="margin: 16px 8%;">
  9. <p class='oe_mt32 text-justify' style="font-size: 15px;">
  10. To empower the user by providing the decision making knowledge is one of the key areas to focus while implementing ERP.
  11. </p>
  12. <p class='oe_mt32 text-justify' style="font-size: 15px;">
  13. An effort towards providing analysed information mining through the already existed data in Odoo.
  14. </p>
  15. <p class='oe_mt32 text-justify' style="font-size: 15px;">
  16. The module gives the available quantity of product on multiple warehouses while placing the sales order in Odoo.
  17. </p>
  18. <p class='oe_mt32 text-justify' style="font-size: 15px;">
  19. The total cumulative quantity will be calculated considering not only the stock location of the warehouse but also all the sub-locations of each of the stock location of all warehouses. As an example, in the multi warehouse structure, each of the warehouses has one stock location.
  20. </p>
  21. </div>
  22. </div>
  23. </section>
  24. <section class='oe_container oe_dark'>
  25. <div class='oe_row'>
  26. <div style="margin: 16px 8%;">
  27. <p class='oe_mt32 text-justify' style="font-size: 15px;">
  28. The below image will show the option or button to get the information of the product quantity which was available at the time of placing the order.
  29. </p>
  30. </div>
  31. <div class="col-md-12">
  32. <img class="oe_picture oe_screenshot" src="sales_product1.png" width="80%"/>
  33. </div>
  34. <div style="margin: 16px 8%;">
  35. <p class='oe_mt32 text-justify' style="font-size: 15px;">
  36. Below images show the detail of the product quantity which was available in each warehouse while placed the sales order.
  37. </p>
  38. </div>
  39. <div class="col-md-12">
  40. <img class="oe_picture oe_screenshot" src="sales_product2.png" width="80%"/>
  41. </div>
  42. </div>
  43. </section>
  44. <section class="oe_container">
  45. <h2 class="oe_slogan" style="margin-top:20px;">Need help?</h2>
  46. <div style="margin: 16px 8%;">
  47. <p class='oe_mt32 center-block' style="font-size: 15px;">
  48. Contact this module maintainer for any question, need support or request for the new feature : <br/>
  49. * Riken Bhorania <i class="fa fa-whatsapp"></i> +91 9427425799, <i class="fa fa-skype fa_custom"></i> <a href="skype:riken.bhorania?chat">riken.bhorania, </a> <i class="fa fa-envelope"></i> riken.bhorania@asceticbs.com <br/>
  50. * Bhaumin Chorera <i class="fa fa-whatsapp"></i> +91 8530000384, <i class="fa fa-skype fa_custom"></i> <a href="skype:bhaumin.chorera?chat">bhaumin.chorera, </a> <i class="fa fa-envelope"></i> bhaumin.chorera@asceticbs.com <br/>
  51. </p>
  52. </div>
  53. <div class="oe_slogan" style="margin-top:10px !important;">
  54. <a class="btn btn-primary btn-lg mt8"
  55. style="color: #FFFFFF !important;" href="http://www.asceticbs.com"><i
  56. class="fa fa-envelope"></i> Website </a>
  57. <a class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;"
  58. href="http://www.asceticbs.com/contact-us"><i
  59. class="fa fa-phone"></i> Contact Us </a>
  60. <a class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;"
  61. href="http://www.asceticbs.com/services"><i
  62. class="fa fa-check-square"></i> Services </a>
  63. <a class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;"
  64. href="https://apps.odoo.com/apps/modules/browse?author=Ascetic%20Business%20Solution"><i
  65. class="fa fa-binoculars"></i> More Apps </a>
  66. </div>
  67. <div class="oe_slogan" style="margin-top:10px !important;">
  68. <img src="company-logo.png" style="width: 190px; margin-bottom: 20px;" class="center-block">
  69. </div>
  70. <div class="oe_slogan" style="margin-top:10px !important;">
  71. <a href="https://twitter.com/asceticbs" target="_blank"><i class="fa fa-2x fa-twitter" style="color:white;background: #00a0d1;width:35px;"></i></a></td>
  72. <a href="https://www.linkedin.com/company/ascetic-business-solution-llp" target="_blank"><i class="fa fa-2x fa-linkedin" style="color:white;background: #31a3d6;width:35px;padding-left: 3px;"></i></a></td>
  73. <a href="https://www.facebook.com/asceticbs" target="_blank"><i class="fa fa-2x fa-facebook" style="color:white;background: #3b5998;width:35px;padding-left: 8px;"></i></a></td>
  74. <a href="https://www.youtube.com/channel/UCsozahEAndQ2whjcuDIBNZQ" target="_blank"><i class="fa fa-2x fa-youtube-play" style="color:white;background: #c53c2c;width:35px;padding-left: 3px;"></i></a></td>
  75. </div>
  76. </section>
  77. </body>
  78. </html>