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 1161ab8 commit 01bdb5aCopy full SHA for 01bdb5a
dbschema/project.gel
@@ -322,8 +322,11 @@ module Project {
322
firstDayOfNextPeriod := (select firstDayOfMonth + <cal::relative_duration>(monthInterval ++ ' month')),
323
select range(<cal::local_date>firstDayOfMonth, <cal::local_date>firstDayOfNextPeriod)
324
)
325
+ ),
326
+ additionalReportPeriodRange := (
327
+ select range(<cal::local_date>endDate, <cal::local_date>endDate, inc_upper := true)
328
- select reportPeriodRanges
329
+ select reportPeriodRanges union additionalReportPeriodRange
330
);
331
332
function determine_requested_report_periods(requestedReportPeriods: array<range<cal::local_date>>,
0 commit comments