AyCode.Core/AyCode.Services/Nav/Ekaer
Loretta d2fadaa136 Add EKÁER history grid, detail view, and entity support
- Introduced `EkaerHistory` entity with status enum and new properties for EKÁER declaration lifecycle tracking.
- Added CRUD methods for `EkaerHistory` in controller interface and SignalR client.
- Implemented `GridEkaerHistory` and `GridEkaerDetail` components for displaying EKÁER records and trade card details.
- Enhanced `TradeCardItemType` with `IId<int>` for grid compatibility.
- Improved AcSignalRDataSource to skip server refresh for tagless/local data sources.
- Updated settings to include .NET 9 runtime install commands.
2026-06-10 16:24:53 +02:00
..
Models Add EKÁER history grid, detail view, and entity support 2026-06-10 16:24:53 +02:00
EkaerCompanyInfo.cs Refactor EKÁER mapping: unify company info, doc updates 2026-06-03 16:58:47 +02:00
EkaerNavAdapters.cs Add NAV/EKÁER reporting layer to AyCode.Services 2026-06-01 15:40:35 +02:00
EkaerReportService.cs Add NAV/EKÁER reporting layer to AyCode.Services 2026-06-01 15:40:35 +02:00
EkaerSubmitResult.cs Add EKÁER submit/validation layer with tests 2026-06-02 15:23:42 +02:00
EkaerSubmitService.cs Add EKÁER submit/validation layer with tests 2026-06-02 15:23:42 +02:00
EkaerTradeCardValidator.cs Add EKÁER submit/validation layer with tests 2026-06-02 15:23:42 +02:00
IEkaerSubmitService.cs Add EKÁER submit/validation layer with tests 2026-06-02 15:23:42 +02:00
IEkaerTradeCardValidator.cs Add EKÁER submit/validation layer with tests 2026-06-02 15:23:42 +02:00