Details
-
Story
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
None
-
-
ACQ Sprint 59
-
1
-
Thunderjet
Description
Overview:
The ui-orders module displays a "total units" field which is the total sum of physical and electronic quantities across all associated poLines. This information should be calculated and returned from mod-orders when an order is retrieved.
- purchaseOrder.totalItems = sum(poLines[].cost.physicalQuantity) + sum(poLines[].cost.electronicQuantity)
- Calculated upon purchaseOrder retrieval
- NOTE: the name of this field is somewhat misleading. Whether or not item records have been created in inventory is irrelevant in this context.
See UIOR-141.
Acceptance Criteria:
- The calculation is performed as described above
- Unit and API tests have been updated
TestRail: Results
Attachments
Issue Links
- relates to
-
MODORDERS-181 Updates to PO total estimated cost
-
- Closed
-
-
UXPROD-1388 Create New Purchase Order Lines
-
- Closed
-
-
UIOR-141 Purchase Order: Display Total estimated price and remove adjustments
-
- Closed
-
-
UIOR-143 Incorrect number of units showing in PO Summary display
-
- Closed
-