Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[E-Document Core] - Skip duplicated E-Documents when receiving from service #27953

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

GMatuleviciute
Copy link

@GMatuleviciute GMatuleviciute commented Jan 17, 2025

This pull request does not have a related issue as it's part of the delivery for development agreed directly with @altotovi @Groenbech96

Implementation

New functionality has been added to prevent duplicate E-Documents from being created during batch imports via service import. Improvements below have been implemented:

  • The system checks for duplicates by using Vendor, External Document Number, and Document Date.
  • If the document in the batch matches an existing document based on criteria above, duplicate E-Document will be automatically skipped during creation.

This update reduces unnecessary processing and ensures that only unique E-documents are created even with large batches.

Fixes #

@GMatuleviciute GMatuleviciute requested review from a team as code owners January 17, 2025 09:57
@GMatuleviciute GMatuleviciute changed the title Dev/pmi/skip duplciated e documents import [E-Document Core] - Skip duplicated E-Documents when receiving from service Jan 17, 2025
Copy link
Contributor

Could not find linked issues in the pull request description. Please make sure the pull request description contains a line that contains 'Fixes #' followed by the issue number being fixed. Use that pattern for every issue you want to link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants