Add finance details export and translations

This commit is contained in:
2026-05-21 09:47:59 +02:00
parent b2ede7f8fd
commit 16449f1dc1
11 changed files with 890 additions and 28 deletions
@@ -57,7 +57,8 @@ public class ConsolidatedExportService : IConsolidatedExportService
await _sharePointService.UploadAsync(
spConfig.TenantId, spConfig.ClientId, spConfig.ClientSecret,
spConfig.SiteUrl, sharePointFolder, landSubfolder, consolidatedPath);
spConfig.SiteUrl, sharePointFolder, landSubfolder, consolidatedPath,
uploadTimestampedCopyIfLocked: true);
}
return consolidatedPath;