Align Vocab aliases for teacher fields in FSM

Issue #383 resolved
Brian Lewis repo owner created an issue

The uploader is putting 'FSM-SSN' in tPayroll and 'Other-SSN' in tProvidentNo

Database settings for vocab need to reflect this - they are set up with SSN => tID

Comments (16)

  1. Ghislain Hachey

    @softwords so what is being used as teacher ID, I though the SSN was also to be used for the ID, it would have been a good ID.

  2. Ghislain Hachey

    @Brian Lewis or should we use the birth certificate ID for teacher ID like we do with students? Small clarifications and cleanup required here.

  3. Ghislain Hachey

    Required change in the DB in production during next upgrade. A similar change required when upgrading MIEMIS and any other country.

  4. Brian Lewis reporter

    In the list you have change some of the vocabNames from the versions that were previously defined. e.g. EmployNo is now called Teacher Payroll No. This is fine but only in Kiribati where they still use the legacy app the original code names will still need to be defined. They can sit side by side with the renamed versions; won’t hurt.

  5. Brian Lewis reporter

    Searching the source code i see i have used the original version EmployNo, ProvidentNo, TeacherRegNo in the Teacher deduper.

  6. Brian Lewis reporter

    In FSM production, removed EmployNo from table, set up Teacher Provident No, Teacher ID, Teacher Payroll No as above. Deduper to be changed.

  7. Brian Lewis reporter

    Changed ‘Status’ to ' Teacher Registration Status' to reduce ambiguity.

    Note that Registration No, Registration Status, Status Date refer to School No,

    Teacher Registration No, Teacher Registration Status Teacher Registration Date refer to Teacher Registration.

  8. Ghislain Hachey

    @Brian Lewis I’ve adjusted the data in RMI and pushing minor related template adjustments

  9. Log in to comment