README.rst 838 B

12345678910111213141516171819202122
  1. Purchase Order Line Sequence
  2. ============================
  3. New functionality to visually identificate the purchase order lines and sort
  4. then asc.
  5. A new field "sequence" was added to the lines of the purchase order for
  6. automatic enumerate lines when they are created from the purchase order. The
  7. sequence field exploits the special field functionality allowing drag and drop
  8. the line to re-enumerate.
  9. Features
  10. --------
  11. This sequence is a incremental number. It
  12. increments one by one. You can also change the generate sequence number by
  13. hand to set the sequence number you want. After you save the purchase order
  14. lines will be re-ordered with the sequence value given.
  15. Also the sequence field is validate to be unique per purchase order so the
  16. sequence number to identificate lines can not be repeat into the lines of a
  17. purchase order.