Commit Graph

7 Commits

Author SHA1 Message Date
admin e33a2fd9e6 Expand finance 3D indicators 2026-06-04 14:22:22 +02:00
admin 13a7331f3d Improve finance 3D controls and simulation 2026-06-04 13:42:38 +02:00
admin a8dc565478 Add finance 3D data analysis 2026-06-04 13:36:03 +02:00
admin 5f3c3497b8 Separate admin access from finance lock 2026-05-26 13:33:09 +02:00
admin 16449f1dc1 Add finance details export and translations 2026-05-26 13:33:09 +02:00
admin 474d2215a2 New Design 2026-04-13 14:14:06 +02:00
Claude 8524631508 Convert TrafagSalesExporter from console app to Blazor Server app with MudBlazor UI
- Replaced console app with .NET 8 Blazor Server architecture
- Added EF Core SQLite database (trafag_exporter.db) with auto-seed data
- Models: HanaServer, Site, SharePointConfig, ExportSettings, ExportLog, SalesRecord
- Services: HanaQueryService (with configurable dateFilter), ExcelExportService,
  SharePointUploadService, ExportOrchestrationService (with live status events),
  TimerBackgroundService (scheduled daily export)
- MudBlazor UI pages: Dashboard (export status + manual trigger), Standorte
  (HANA server + site CRUD), Settings (SharePoint + timer config), Logs (filtered view)
- SAP HANA queries unchanged (INV + CRN with exact SAP B1 table joins)
- SharePoint upload via Microsoft Graph with app registration auth

https://claude.ai/code/session_012heAXNMbbyxqYf2S2HrKLj
2026-04-09 14:00:44 +00:00