Skip to content

OBPIH-6226 Add PO UoM in the PO receipt workflow#4899

Merged
awalkowiak merged 5 commits intodevelopfrom
OBPIH-6226-2
Oct 18, 2024
Merged

OBPIH-6226 Add PO UoM in the PO receipt workflow#4899
awalkowiak merged 5 commits intodevelopfrom
OBPIH-6226-2

Conversation

@alannadolny
Copy link
Collaborator

No description provided.

@alannadolny alannadolny self-assigned this Oct 17, 2024
@github-actions github-actions bot added the domain: backend Changes or discussions relating to the backend server label Oct 17, 2024

String getDisplayUnitOfMeasure() {
return "${shipmentItem?.quantityPerUom?.toInteger()} ${shipmentItem?.unitOfMeasure}"
return "${shipmentItem?.orderItem?.quantity} ${shipmentItem?.unitOfMeasure}"
Copy link
Collaborator

Choose a reason for hiding this comment

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

@alannadolny Should this show how much was shipped or how much was ordered?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ordered, shipped is already multiplied (qty * qty per uom)
when I order 5 quantities of something in a pack of 3, I want to display:
5 PACK/3, and then the quantity shipped is displayed in "Shipped (each)" column as 15

Copy link
Collaborator

Choose a reason for hiding this comment

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

But what if it is partial shipment of part of the ordered quantity?

@github-actions github-actions bot added the domain: frontend Changes or discussions relating to the frontend UI label Oct 18, 2024
@alannadolny alannadolny marked this pull request as draft October 18, 2024 10:03
@github-actions github-actions bot added the domain: l10n Changes or discussions relating to localization & Internationalization label Oct 18, 2024
@alannadolny alannadolny marked this pull request as ready for review October 18, 2024 11:37
@awalkowiak awalkowiak merged commit f47a614 into develop Oct 18, 2024
@awalkowiak awalkowiak deleted the OBPIH-6226-2 branch October 18, 2024 13:37
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 domain: l10n Changes or discussions relating to localization & Internationalization

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants