index.html 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <head>
  2. <style>
  3. .backgrounds{background-color:#fff;color:#a41d35}
  4. </style>
  5. </head>
  6. <section class="oe_container">
  7. <div class="oe_row oe_spaced">
  8. <h2 class="oe_slogan">Purchase Order Line Sequence</h2>
  9. <h3 class="oe_slogan">Enumerate purchase order lines</h3>
  10. <div class="oe_span6">
  11. <img class="oe_picture oe_screenshot" src="purchase.order.line.sequence.png">
  12. </div>
  13. <div class="oe_span6">
  14. <p class='oe_mt32'>
  15. New functionality to visually identificate the purchase
  16. order lines and sort then asc.
  17. </p>
  18. <p class='oe_mt32'>
  19. A new field "sequence" was added to the lines of the purchase
  20. order for automatic enumerate lines when they are created from
  21. the purchase order. The sequence field exploits the special
  22. field functionality allowing drag and drop the line to
  23. re-enumerate.
  24. </p>
  25. <p class='oe_mt32'>
  26. </p>
  27. </div>
  28. </div>
  29. </section>
  30. <section class="oe_container oe_dark">
  31. <h2 class="oe_slogan">Features</h2>
  32. <div class="oe_row">
  33. <div class="oe_span6">
  34. <p class='oe_mt32'>
  35. This sequence is a incremental number.
  36. It increments one by one. You can also change the
  37. generate sequence number by hand to set the sequence number
  38. you want. After you save the purchase order lines will be
  39. re-ordered with the sequence value given.
  40. </p>
  41. </div>
  42. <div class="oe_span6">
  43. <img class="oe_picture oe_screenshot" src="purchase.order.line.sequence.automatic.png">
  44. </div>
  45. </div>
  46. <div class="oe_row">
  47. <div class="oe_span6">
  48. <img class="oe_picture oe_screenshot" src="purchase.order.line.sequence.unique.png">
  49. </div>
  50. <div class="oe_span6">
  51. <p class='oe_mt32'>
  52. Also the sequence field is validate to be unique per purchase
  53. order so the sequence number to identificate lines
  54. can not be repeat into the lines of a purchase order.
  55. </p>
  56. </div>
  57. </div>
  58. </section>
  59. <section class="oe_container">
  60. <div class="oe_row oe_spaced">
  61. <div class="oe_span6">
  62. <h2 class="oe_slogan">Do you need help?</h2>
  63. <h3 class="oe_slogan">
  64. Let's offer you the best services!
  65. </h3>
  66. <p class="oe_mt32 text-center">
  67. Contact us by our official channels.
  68. </p>
  69. <div class="oe_spaced">
  70. <ul class="text-center list-inline">
  71. <li>
  72. <a href="https://facebook.com/vauxoo" Target="_blank"><i class="fa fa-facebook-square fa-xs backgrounds"></i></a>
  73. </li>
  74. <li>
  75. <a href="https://twitter.com/vauxoo" Target="_blank" ><i class="fa fa-twitter-square fa-xs backgrounds"></i></a>
  76. </li>
  77. <li>
  78. <a href="https://www.linkedin.com/company/vauxoo" Target="_blank"><i class="fa fa-linkedin-square fa-xs backgrounds"></i></a>
  79. </li>
  80. <li>
  81. <a title="Contact us" data-toggle="tooltip" data-placement="left" Target="_blank" href="https://www.vauxoo.com/page/website.contactus"><i class="fa fa-envelope-square fa-xs backgrounds"></i></a>
  82. </li>
  83. </ul>
  84. </div>
  85. </div>
  86. <div class="oe_span6">
  87. <div class="oe_demo oe_picture oe_screenshot">
  88. <a href="https://www.vauxoo.com" target="_blank"r>
  89. <img src="https://s3.amazonaws.com/s3.vauxoo.com/description_logo.png" width="200" height="auto">
  90. </a>
  91. <div class="oe_demo_footer oe_centeralign">Meet Us</div>
  92. </div>
  93. </div>
  94. </div>
  95. </section>