Skip to content

Commit

Permalink
Merge pull request #2172 from bcgov/fix/removeRpt
Browse files Browse the repository at this point in the history
Remove EnroledHeadcountsAndFteReportForCEOLSchools report
  • Loading branch information
arcshiftsolutions authored Jan 13, 2025
2 parents 060b693 + 2eeaecb commit e22798e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions backend/src/components/ministrySDCReports.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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-all', 'inclusive-education-variances-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'];
'inclusive-education-variance-headcounts','enrolled-fte-headcounts', 'refugee-enrolment-fte-headcounts','posted-duplicates'];

async function getMinistrySDCReport(req, res) {
try {
Expand Down Expand Up @@ -57,7 +57,6 @@ function getFileDetails(reportType) {
'online-indy-funding-report': { filename: 'IndependentSchoolsFundingReportOnlineLearning.csv', contentType: 'text/csv' },
'non-graduated-adult-indy-funding-report': { filename: 'IndependentSchoolsFundingReportNonGraduatedAdult.csv', contentType: 'text/csv' },
'enrolled-fte-headcounts': { filename: 'EnroledHeadcountsAndFteReport.csv', contentType: 'text/csv' },
'enrolment-fte-headcounts-for-ce-ol-schools': { filename: 'EnroledHeadcountsAndFteReportForCEOLSchools.csv', contentType: 'text/csv' },
'refugee-enrolment-fte-headcounts': { filename: 'RefugeeEnroledHeadcountsAndFteReport.csv', contentType: 'text/csv' },
'posted-duplicates': { filename: 'PostedDuplicatesReport.csv', contentType: 'text/csv' },
'DEFAULT': { filename: 'download.pdf', contentType: 'application/pdf' }
Expand Down
6 changes: 0 additions & 6 deletions frontend/src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,12 +462,6 @@ export const SDC_REPORTS = Object.freeze(
reportID: 'ENROLED_FUNDING_REPORT',
csvDownloadURL: object.SDC_MINISTRY_REPORTS + '/download/headcount/enrolled-fte-headcounts/'
},
{
label: 'Enroled Headcounts and FTEs For CE and OL Schools',
reportID: 'ENROLED_FUNDING_REPORT',
onlyForCollection: ['FEBRUARY', 'MAY'],
csvDownloadURL: object.SDC_MINISTRY_REPORTS + '/download/headcount/enrolment-fte-headcounts-for-ce-ol-schools/'
},
{
label: 'Refugee Enroled Headcounts and FTEs',
reportID: 'ENROLED_FUNDING_REPORT',
Expand Down

0 comments on commit e22798e

Please sign in to comment.