POS
URY POS Setup:
URY POS relies on the configurations done in the main URY app. Please refer to the URY Setup for basic configuration details.
Ensure URY base app is setup before proceeding.
To access URY POS:
Navigate to the route /pos
.
To access POS version 1, navigate to /urypos/Table
.
Customer Search:
frappe.utils.global_search
is used for customer searching, you have to run the following commands for building search index
$ bench --site site-name build-search-index
and
$ bench --site site-name rebuild-global-search