all periods

This commit is contained in:
2026-05-07 15:23:50 +05:30
parent 04b72d5843
commit 55b604f700
2 changed files with 10 additions and 7 deletions

View File

@@ -67,6 +67,7 @@ export interface ReportBucket {
monthly?: ReportPeriod[];
yearly?: ReportPeriod[];
fyly?: ReportPeriod[];
full?: ReportPeriod[];
};
}
@@ -75,7 +76,7 @@ export interface ReportBucket {
// -----------------------------
export interface ReportData {
periods: ("weekly" | "monthly" | "yearly" | "fyly")[];
periods: ("weekly" | "monthly" | "yearly" | "fyly" | "full")[];
rolling: boolean;
report_date?: string;