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.
This commit is contained in:
16
ReportingServices.Blazor/_Imports.razor
Normal file
16
ReportingServices.Blazor/_Imports.razor
Normal file
@ -0,0 +1,16 @@
|
||||
@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
|
Reference in New Issue
Block a user