Skip to content

OBPIH-7160 Add filter for expired to stock transfer#5499

Merged
alannadolny merged 2 commits intodevelopfrom
ft/OBPIH-7160
Sep 19, 2025
Merged

OBPIH-7160 Add filter for expired to stock transfer#5499
alannadolny merged 2 commits intodevelopfrom
ft/OBPIH-7160

Conversation

@alannadolny
Copy link
Collaborator

No description provided.

@alannadolny alannadolny self-assigned this Sep 16, 2025
@github-actions github-actions bot added type: feature A new piece of functionality for the app domain: frontend Changes or discussions relating to the frontend UI domain: backend Changes or discussions relating to the backend server labels Sep 16, 2025
inventoryItem(JoinType.LEFT_OUTER_JOIN.joinTypeValue) {
lt('expirationDate', new Date())
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we not want an inner join? If there is no inventory item, then we should hide the row, right? We only want to see expired, and so if there's no item, it can't be expired.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should always be an inventory item (only bin location can be null, I think) so I think this makes sense.

Copy link
Member

@ewaterman ewaterman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't review the frontend very thoroughly but approving the backend filtering

@alannadolny alannadolny merged commit 28c4578 into develop Sep 19, 2025
2 of 5 checks passed
@alannadolny alannadolny deleted the ft/OBPIH-7160 branch September 19, 2025 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: backend Changes or discussions relating to the backend server domain: frontend Changes or discussions relating to the frontend UI type: feature A new piece of functionality for the app

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants