Details
-
Story
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
customfield_11100 30707
-
ACQ Sprint 76, ACQ Sprint 77
-
1
-
Thunderjet
Description
Overview
The currenty minimum number of digits for the PO number (5) is preventing users from migrating orders from other systems.
Approach
- Change the purchase_order.poNumber pattern from
^[a-zA-Z0-9]{5,16}${code} to
^[a-zA-Z0-9]
{1,16}${code}
* Change the po_line.poLineNumber pattern from^[a-zA-Z0-9]{1,16}^[a-zA-Z0-9]{5,16}-[0-9]{1,3}${code} to
-[0-9]
{1,3}${code}
Acceptance criteria
- schemas have been updated (don't forget about the composite schemas)
- adjust sample data so that at least one order has a shorter poNumber/polNumber
TestRail: Results
Attachments
Issue Links
- relates to
-
MODORDSTOR-122 Ability to specify start of poNumber sequence
-
- Draft
-
-
UXPROD-185 Import Orders in MARC format
-
- Draft
-
-
UXPROD-3361 Prep for Importing Orders in MARC format
-
- In progress
-