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.