-
Notifications
You must be signed in to change notification settings - Fork 366
[Bug]: E-Documents: Basic info from purchase credit memo: Order No. is not filled in #7746
Copy link
Copy link
Labels
AI-TriageManually trigger or re-trigger an AI triage assessmentManually trigger or re-trigger an AI triage assessmentIntegrationGitHub request for Integration areaGitHub request for Integration areacomplexity/lowLow technical complexityLow technical complexityeffort/xs-sExtra-small or small effort estimateExtra-small or small effort estimatepath/agenticCan be fully implemented by an AI agentCan be fully implemented by an AI agentpriority/highPriority score 7-8Priority score 7-8triage/readyIssue is well-specified and ready for developmentIssue is well-specified and ready for development
Metadata
Metadata
Assignees
Labels
AI-TriageManually trigger or re-trigger an AI triage assessmentManually trigger or re-trigger an AI triage assessmentIntegrationGitHub request for Integration areaGitHub request for Integration areacomplexity/lowLow technical complexityLow technical complexityeffort/xs-sExtra-small or small effort estimateExtra-small or small effort estimatepath/agenticCan be fully implemented by an AI agentCan be fully implemented by an AI agentpriority/highPriority score 7-8Priority score 7-8triage/readyIssue is well-specified and ready for developmentIssue is well-specified and ready for development
Describe the issue
Hi,
In E-documents, when importing an purchase invoice the field "Order No. is filled with the tag "/Invoice/cac:OrderReference/cbc:ID".
When importing a purchase credit memo, this field stays empty.
See the procedures "ParseInvoiceBasicInfo" and "ParseCreditMemoBasicInfo" in codeunit "EDoc Import PEPPOL BIS 3.0" in E-Document Core.
Can this be fixed, please?
Expected behavior
The "Order No." should be filled in when processing a purchase credit memo.
Steps to reproduce
Process an e-document of a purchase credit memo with the tag cac:OrderReference in it.
Additional context
No response
I will provide a fix for a bug