How to customize setting order in pos view page

Set item in pos view with item name (asc)

Path: erpnext\selling\page\point_of_sale\point_of_sale.py
change: and {condition} order by idx desc limit {start}, {page_length}“”" to and {condition} order by item_name asc limit {start}, {page_length}“”"

#HKimhab.

1 Like