AltruisTech / ECD-Online

A web based information management system for regional networking of early childhood development (ECD) services. A meteor.js project.
MIT License
0 stars 0 forks source link

Staff Ratio not calculating correctly #8

Open CateCarroll opened 7 years ago

CateCarroll commented 7 years ago

Example - Organisation 1166 shows 60% qualified on the front data tab. None of the staff have qualifications in the staff details.

simonozzy commented 7 years ago

ah, think I interpreted the AND in the spec extract below as an OR for some reason .. Easily fixed and will release next week.

(this would be found by linking the organisation ID on staff tab to the organisation tab) of staff where Main Position is one of (Supervisor;Teacher(3-5);Carer(0-2);Assistant) AND Formal ECD Qualification does not begin with NQF.

CateCarroll commented 7 years ago

It should read AND Formal ECD Qualification DOES BEGIN with NQF