We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c62aa8 commit f0f382cCopy full SHA for f0f382c
dbschema/project.gel
@@ -314,8 +314,11 @@ module Project {
314
firstDayOfNextPeriod := (select firstDayOfMonth + <cal::relative_duration>(monthInterval ++ ' month')),
315
select range(<cal::local_date>firstDayOfMonth, <cal::local_date>firstDayOfNextPeriod)
316
)
317
+ ),
318
+ additionalReportPeriodRange := (
319
+ select range(<cal::local_date>endDate, <cal::local_date>endDate, inc_upper := true)
320
- select reportPeriodRanges
321
+ select reportPeriodRanges union additionalReportPeriodRange
322
);
323
324
function determine_requested_report_periods(requestedReportPeriods: array<range<cal::local_date>>,
0 commit comments