Tuesday, July 16, 2024
1 change · saas-17.1
Enhancements to existing features
This update improves Point of Sale performance by making product and related record handling more efficient. Businesses should see smoother product browsing and faster interactions in POS sessions, especially when working with larger catalogs.
Original PR description
This commit improves the performance of the related_models.js file by using Map instead of Object and Array to keep ordering of records. This commit also improves the performance of the product_screen.js file by filtering product after slicing the product list.