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:
10
ReportingServices.Blazor/Components/DatePickerModal.razor
Normal file
10
ReportingServices.Blazor/Components/DatePickerModal.razor
Normal file
@ -0,0 +1,10 @@
|
||||
<MudDialog>
|
||||
<DialogContent>
|
||||
<MudDatePicker Label="Start Date" @bind-Date="StartDate"></MudDatePicker>
|
||||
<MudDatePicker Label="End Date" @bind-Date="EndDate"></MudDatePicker>
|
||||
</DialogContent>
|
||||
<DialogActions>
|
||||
<MudButton OnClick="Cancel">Cancel</MudButton>
|
||||
<MudButton Color="Color.Primary" OnClick="Submit">Ok</MudButton>
|
||||
</DialogActions>
|
||||
</MudDialog>
|
Reference in New Issue
Block a user