[29.x] - Bug 649963: [RegF] EUDR Certificate Capture for Items - #11363
[29.x] - Bug 649963: [RegF] EUDR Certificate Capture for Items#11363v-rohangarg20 wants to merge 13 commits into
Conversation
Implements Slice 641591 EUDR certificate capture for items, lot information, purchase tracking mirrors, EUDR sales invoice reporting, and automated SCM tests.
Good Sense Reviewer - Round 1Recommendation: AcceptWhat this PR doesThis change adds EUDR item setup, lot certificate storage, transfer of the EUDR flag to purchase and sales document lines, and invoice report output for certificate details. The added tests cover setup validation, line transfer, posting, and the report dataset, so the data flow from item and lot setup to posted output looks consistent. Problem-solution fitFit: Strong The described scenario is clear and the diff targets that behavior directly. SuggestionsNone. Risk assessment and necessityRisk: Medium. The change touches item tracking setup, lot information, document lines, permissions, and invoice output, but the code stores the new state explicitly and keeps the posting transfer points narrow. Necessity: The capability is needed so EUDR-relevant item and lot certificate data can be captured and printed on sales invoices in the release branch.
|
Fixes AB#649963
Issue
EUDR certificate information could not be captured and carried with item and lot tracking data. As a result, users could not reliably maintain the certificate reference needed for EUDR traceability across purchasing, sales, posted receipt lines, and the EUDR sales invoice report.
Cause
The Sustainability and EUDR data model and document flows did not expose a certificate field for items or propagate that information consistently when item tracking and lot information were created or transferred through purchase and sales documents. The related report and permissions also did not include the complete certificate-capture flow.
Solution
ItemTrackingCodein all relevant procedures, includingAssignEUDRItemTrackingCode.