diff --git a/backend/src/components/ministrySDCReports.js b/backend/src/components/ministrySDCReports.js index c6b4ff4e..4205552f 100644 --- a/backend/src/components/ministrySDCReports.js +++ b/backend/src/components/ministrySDCReports.js @@ -3,7 +3,7 @@ const { logApiError, errorResponse, getData } = require('./utils'); const config = require('../config/index'); const HttpStatus = require('http-status-codes'); let reportTypes = ['indy-inclusive-ed-enrollment-headcounts', 'school-enrollment-headcounts', 'indy-school-enrollment-headcounts', 'school-address-report', 'fsa-registration-report', - 'offshore-enrollment-headcounts', 'offshore-languages-headcounts', 'indy-inclusive-ed-funding-headcounts', 'indy-funding-report', 'online-indy-funding-report', 'non-graduated-adult-indy-funding-report', + 'offshore-enrollment-headcounts', 'offshore-languages-headcounts', 'indy-inclusive-ed-funding-headcounts', 'indy-funding-report-all', 'indy-funding-report-funded', 'online-indy-funding-report', 'non-graduated-adult-indy-funding-report', 'inclusive-education-variance-headcounts','enrolled-fte-headcounts', 'enrolment-fte-headcounts-for-ce-ol-schools', 'refugee-enrolment-fte-headcounts','posted-duplicates']; async function getMinistrySDCReport(req, res) { diff --git a/frontend/src/utils/constants.js b/frontend/src/utils/constants.js index 938ff5d0..7a5b3d5d 100644 --- a/frontend/src/utils/constants.js +++ b/frontend/src/utils/constants.js @@ -475,8 +475,12 @@ export const SDC_REPORTS = Object.freeze( csvDownloadURL: object.SDC_MINISTRY_REPORTS + '/download/headcount/refugee-enrolment-fte-headcounts/' }, { - label: 'Independent School Funding Report - Standard Student', - csvDownloadURL: object.SDC_MINISTRY_REPORTS + '/download/headcount/indy-funding-report/' + label: 'Independent School Funding Report - Standard Student (All)', + csvDownloadURL: object.SDC_MINISTRY_REPORTS + '/download/headcount/indy-funding-report-all/' + }, + { + label: 'Independent School Funding Report - Standard Student (Funded Only)', + csvDownloadURL: object.SDC_MINISTRY_REPORTS + '/download/headcount/indy-funding-report-funded/' }, { label: 'Independent School Funding Report - Online Learning',