123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <head>
- <style>
- .backgrounds{background-color:#fff;color:#a41d35}
- </style>
- </head>
- <section class="oe_container">
- <div class="oe_row oe_spaced">
- <h2 class="oe_slogan">Purchase Order Line Sequence</h2>
- <h3 class="oe_slogan">Enumerate purchase order lines</h3>
- <div class="oe_span6">
- <img class="oe_picture oe_screenshot" src="purchase.order.line.sequence.png">
- </div>
- <div class="oe_span6">
- <p class='oe_mt32'>
- New functionality to visually identificate the purchase
- order lines and sort then asc.
- </p>
- <p class='oe_mt32'>
- A new field "sequence" was added to the lines of the purchase
- order for automatic enumerate lines when they are created from
- the purchase order. The sequence field exploits the special
- field functionality allowing drag and drop the line to
- re-enumerate.
- </p>
- <p class='oe_mt32'>
- </p>
- </div>
- </div>
- </section>
- <section class="oe_container oe_dark">
- <h2 class="oe_slogan">Features</h2>
- <div class="oe_row">
- <div class="oe_span6">
- <p class='oe_mt32'>
- This sequence is a incremental number.
- It increments one by one. You can also change the
- generate sequence number by hand to set the sequence number
- you want. After you save the purchase order lines will be
- re-ordered with the sequence value given.
- </p>
- </div>
- <div class="oe_span6">
- <img class="oe_picture oe_screenshot" src="purchase.order.line.sequence.automatic.png">
- </div>
- </div>
- <div class="oe_row">
- <div class="oe_span6">
- <img class="oe_picture oe_screenshot" src="purchase.order.line.sequence.unique.png">
- </div>
- <div class="oe_span6">
- <p class='oe_mt32'>
- Also the sequence field is validate to be unique per purchase
- order so the sequence number to identificate lines
- can not be repeat into the lines of a purchase order.
- </p>
- </div>
- </div>
- </section>
- <section class="oe_container">
- <div class="oe_row oe_spaced">
- <div class="oe_span6">
- <h2 class="oe_slogan">Do you need help?</h2>
- <h3 class="oe_slogan">
- Let's offer you the best services!
- </h3>
- <p class="oe_mt32 text-center">
- Contact us by our official channels.
- </p>
- <div class="oe_spaced">
- <ul class="text-center list-inline">
- <li>
- <a href="https://facebook.com/vauxoo" Target="_blank"><i class="fa fa-facebook-square fa-xs backgrounds"></i></a>
- </li>
- <li>
- <a href="https://twitter.com/vauxoo" Target="_blank" ><i class="fa fa-twitter-square fa-xs backgrounds"></i></a>
- </li>
- <li>
- <a href="https://www.linkedin.com/company/vauxoo" Target="_blank"><i class="fa fa-linkedin-square fa-xs backgrounds"></i></a>
- </li>
- <li>
- <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>
- </li>
- </ul>
- </div>
- </div>
- <div class="oe_span6">
- <div class="oe_demo oe_picture oe_screenshot">
- <a href="https://www.vauxoo.com" target="_blank"r>
- <img src="https://s3.amazonaws.com/s3.vauxoo.com/description_logo.png" width="200" height="auto">
- </a>
- <div class="oe_demo_footer oe_centeralign">Meet Us</div>
- </div>
- </div>
- </div>
- </section>
|