Details
-
Story
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
ACQ Sprint 129
-
1
-
Thunderjet
-
Lotus R1 2022
Description
Purpose/Overview:
Order lines can be exported automatically based on selected acquisition method and if method is equal to one of the default method for vendor configuration.
Requirements/Scope:
- Save flag "automaticExport" in the POL if method is equal to one of the default method for vendor configuration.
Approach:
1. Update schema mod-orders-storage/schemas/po_line.json with new field
"automaticExport": { "description": "If set then line will be market as available to export in the EDIFACT format or other", "type": "boolean", "default": false }
2. Update schema mod-orders/schemas/composite_po_line.json with new field
"automaticExport": { "description": "If set then line will be market as available to export in the EDIFACT format or other", "type": "boolean", "default": false }
Acceptance criteria:
- Schemes updated
- Sub-modules updated
TestRail: Results
Attachments
Issue Links
- defines
-
UXPROD-531 Export FOLIO orders in EDIFACT format
-
- Closed
-