Details
-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
P3
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 13.2.0
-
Labels:
-
Template:
-
Sprint:ACQ Sprint 129
-
Story Points:1
-
Development Team:Thunderjet
-
Release: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
-