Daniel Wathen 72e7a55ab4 Updated daily report to show correct information when two work weeks split quarters.
Also current changes to project with Blazor implementation is implemented here as well.
2023-04-03 09:58:28 -07:00

16 lines
692 B
Plaintext

@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.WebAssembly.Http
@using Microsoft.JSInterop
@using ReportingServices.Blazor
@using ReportingServices.Blazor.Shared
@using ReportingServices.Shared.Blazor.Models.ProductionReport
@using ReportingServices.Shared.Blazor.Models.PlanningReport
@using ReportingServices.Shared.Blazor.HelperClasses
@using ReportingServices.Blazor.Components
@using ReportingServices.Blazor.Components.DailyReport
@using MudBlazor