reddyvuppula / websitereflectionnetin

0 stars 0 forks source link

Various Issues on ITG Search Screen #3

Closed kjanwadker closed 3 weeks ago

kjanwadker commented 1 month ago

This refers to the ITG Search screen (find attached) - Same changes should be applied to Gemini Search Screen as well

ITG Search screen (same with Gemini, I am not repeating again)

1) District drop down should be sorted ASCENDING 2) SR # should have the SR # and not SR Name (Ideally SR#-SR Name), sorted by SR# 3) County drop down box should be widened so the county name is visible 4) ITVM Version drop down box should be widened so the information is visible 5) Retailer Name Search Should be a like search, if I enter "KROGER" all Kroger retailer should show in the grid - this is in the drop down box on top right 6) Address#City search is not working - see the message box from legacy - will give you hint how it should work 7) Zip search is not working 8) All the date searches are not working - installed date, trained date etc. 9) Bin Count column should be displayed in the grid after EDSQ # - the column is missing, check legacy 10) All labels (captions) in the entire application should NOT have colon - some have and some don't - stay consistent 11) Phone number in the grid should be formatted (123) 456-7890 - check legacy, if not 10 digit then display as it is or do not display 12) Last Sync Date and Date Installed - heading in the grid should not have "(EST)" at the end 13) Last Sync Date and Date Installed in the grid - should be in MM/DD/YYYY format 14) Default sort should be by retailer number (terminal #) ascending when no sort is selected or when loading the grid the first time

Image

Image

kjanwadker commented 1 month ago

these have not fixed

    1. County drop down box should be widened so the county name is visible - move to a different column if needed
  1. ITVM Version drop down box should be widened so the information is visible6. Address#City search is not working - see the message box from legacy - will give you hint how it should work(see screen shot attached - how this search should work)

Image

reddyvuppula commented 1 month ago

5) Retailer Name Search Should be a like search, if I enter "KROGER" all Kroger retailer should show in the grid - this is in the drop down box on top right Legacy uses logic and we used same logic starts with ) and also addresscity search uses address startswith and city equalksto