Low Level Tickets
Ticket KOET-2591
Low Level Tickets
Ticket KOET-2591
EPOS NExt - Catalogue request letter changes - NL
Description
Update the format of Catalogue request letter
Steps to Reproduce:
This request can be viewed inExtranet > system > customer > customer request status > catalogue request > select month > date > find ur cust id > view request
Expected Result:
Update the format of Catalogue request letter
How to debug this ticket
- Open extranet - NL and go to the given path :-
Extranet > system > customer > customer request status > catalogue request > select month > date > find ur cust id > view request - Right-click and select
View frame sourceoption & check on URL in which page you have to code (ordersystem/print_catalogue_request.html) - Now to go the code editor open the
Extranet_LIVE_NLfile and go to this pageordersystem/print_catalogue_request.htmland check from where this letter coming.
How to solve the ticket
Ticket KOET-2645
EU - searching optimalization
Description
Systems -> Core Systems -> Users
Currently someone needs to know the surname of a user to find the user. Some letters (like H) then have a long list of users. Add a search bar on the right, above the 'All' button. On a matching result, direct the searcher to the user screen. On partial matches, show all matches in the same manner when one clicks on one of the letters.
you have to apply this change in all EU(NL,FR,BE) regions
How to solve the ticket
- Go to
Extranet > system > Core Systems > Users - Right-click and select
View frame sourceoption & check on URL in which page you have to code (_sys/core_management/admin_system_users.html) - Now to go the code editor open the
Extranet_LIVE_NLfile and go to this page_sys/core_management/admin_system_users.htmland Add a search bar on the right, above the 'All' button. - Study the follow of search How it's working.
- you can see the changes in the PR https://github.com/Toolstation/Extranet_LIVE_FR/pull/91/files