Sorting by line item

SUGGESTED

For the devs,

Please add a function that allows users to sort sales invoices, sales orders, and purchase orders to by line items. Item number is most useful, but quantity, description, and cost are also useful.

For example, a sale order is entered this way:

Item #5

Item #1

Item #3

Item #2

Please add a soring function so that the order can be change to have the lines show this way:

Item #1

Item #2

Item #3

Item #5

This would work the same way as the sort function in Excel or Google Spreadsheets

Thanks,