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:
@ -56,6 +56,9 @@ public class ScrapeDBController : ControllerBase
|
||||
[HttpGet("GetQuarterStartDate")]
|
||||
public DateTime GetQuarterStartDate() => _scrapeDBRepository.GetQuarterStartDate();
|
||||
|
||||
[HttpGet("GetPreviousQuarterStartDate")]
|
||||
public DateTime GetPreviousQuarterStartDate() => _scrapeDBRepository.GetPreviousQuarterStartDate();
|
||||
|
||||
[HttpGet("GetCurrentHoldLots")]
|
||||
public List<HoldLot> GetCurrentHoldLots() => _scrapeDBRepository.GetCurrentHoldLots();
|
||||
|
||||
|
Reference in New Issue
Block a user