private async Task FillCategories()
{
CategoryLines = null; // to trigger spinner
var result = await JflowerClient.TotalsPerCategoryAsync(DateOnly.FromDateTime(DateFilter.ToDateTime(TimeOnly.MinValue)));
CategoryLines = result;
}
private async Task FillBtwRates()
{
VatRateLines = null;
var result = await JflowerClient.TotalsPerBtwRateAsync(DateOnly.FromDateTime(DateFilter.ToDateTime(TimeOnly.MinValue)));
VatRateLines = result;
}
private async Task FillCategories()
{
CategoryLines = null; // to trigger spinner
var result = await JflowerClient.TotalsPerCategoryAsync(DateOnly.FromDateTime(DateFilter.ToDateTime(TimeOnly.MinValue)));
CategoryLines = result;
}
private async Task FillBtwRates()
{
VatRateLines = null;
var result = await JflowerClient.TotalsPerBtwRateAsync(DateOnly.FromDateTime(DateFilter.ToDateTime(TimeOnly.MinValue)));
VatRateLines = result;
}