Add audit CSV central source option

This commit is contained in:
2026-06-11 08:57:18 +02:00
parent f23fa1662e
commit dcd845d337
22 changed files with 822 additions and 89 deletions
@@ -62,6 +62,7 @@ public class CentralSalesRecordService : ICentralSalesRecordService
.ThenBy(r => r.Tsc)
.Select(r => new SalesRecord
{
SourceSystem = r.SourceSystem,
ExtractionDate = r.ExtractionDate,
Tsc = r.Tsc,
DocumentEntry = r.DocumentEntry,