OlgunR 245f7a8268 Add duplicate invoice detection and warning message
Added a warning message in `Upload.cshtml` to notify users when a duplicate invoice is detected. Introduced the `IsDuplicate` property in `UploadModel` to track duplicates and updated the `OnPostAsync` method to set this property based on the `ImportedAt` timestamp.

Enhanced the `ImportAsync` method in `ZugferdImportService` to include duplicate detection by checking the database for invoices with the same `InvoiceNumber` and `SellerTaxId`. If a duplicate is found, it logs a warning and returns the existing invoice.

Updated `ImportAsync` to accept an optional `guidelineId` parameter and added logging for duplicate detection and successful imports.
2026-05-28 08:35:01 +02:00
2026-05-21 14:35:02 +02:00
2026-05-21 14:34:58 +02:00
2026-05-21 14:35:02 +02:00
2026-05-21 14:35:02 +02:00
Description
Test von DevExpress - Zugferd Extraktion
11 MiB
Languages
JavaScript 89.3%
Fluent 9.4%
CSS 0.7%
HTML 0.4%
C# 0.2%