Add finance summary view and HR guide
This commit is contained in:
@@ -11,4 +11,5 @@ public interface IManagementCockpitService
|
||||
Task<List<int>> GetAvailableCentralYearsAsync();
|
||||
Task<ManagementCockpitCentralResult> AnalyzeCentralAsync(int year, int? month);
|
||||
Task<ManagementCockpitCentralResult> AnalyzeCentralAsync(int year, int? month, ManagementCockpitAnalysisOptions? options);
|
||||
Task<ManagementFinanceSummaryResult> AnalyzeFinanceSummaryAsync(int year, string? countryKey, string? currency);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user