Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OBPIH-4440 Add item search to PO view page #3306

Merged
merged 2 commits into from
Jun 24, 2022
Merged

OBPIH-4440 Add item search to PO view page #3306

merged 2 commits into from
Jun 24, 2022

Conversation

kchelstowski
Copy link
Collaborator

After many different approaches, the dynamic filtering (hiding a row) worked the best here. I managed to recreate what was done probably in Stock History section. At the moment the filtering is done by product name which Kelsey admitted on one of the previous standups. The changes may seem weird (it might look like I changed the whole file) on Git, due to indents because of one additional

for everything, but the part I edited was just adding the <script> section and one if at the beginning of the first div.
The "if" was added to determine whether it is a putaway order or a PO order, because I assume it was not supposed to be done for putaways and as there is one view for both cases, it would work also for putaways if I hadn't added the "if".

grails-app/views/order/_itemDetails.gsp Outdated Show resolved Hide resolved
grails-app/views/order/_itemDetails.gsp Outdated Show resolved Hide resolved
@awalkowiak awalkowiak merged commit 57ceb68 into develop Jun 24, 2022
@awalkowiak awalkowiak deleted the OBPIH-4440 branch June 24, 2022 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants