Report
Upload and publish files in three tracks: Monthly, Weekly, and Daily. The page displays one Monthly Report, one Monthly Fact Sheet, one Weekly Report, and one Daily Report.
Loading uploads…
Weekly
Daily
Manifest Format
To control exactly which files appear, create
/reportory/manifest.json with this structure:
{
"monthly": {
"report": { "url": "monthly-report-2026-02.pdf", "title": "Monthly Report - Feb 2026" },
"factsheet": { "url": "monthly-fact-sheet-2026-02.pdf", "title": "Monthly Fact Sheet - Feb 2026" }
},
"weekly": {
"report": { "url": "weekly-report-2026-02-23.pdf", "title": "Weekly Report - 23 Feb 2026" }
},
"daily": {
"report": { "url": "daily-report-2026-02-28.pdf", "title": "Daily Report - 28 Feb 2026" }
}
}