Student Name Opposite

Hello @admin @ross @rossdotparker

Is there a way to show student name starting from last name, then first name?

In my attendance and report writing page, student’s name are in the opposite this way.

I want the student name to be like “Lee Jimin” instead of
Jimin Lee"

Is there a way to solve this?

Hello! There is no option for doing this in the system. However, in the file /src/Services/Format.php you will see a function called name(), which controls formatting of all names in Gibbon. You can adjust this to get the result you like, but do keep in mind this change will be overwritten (and this need to be reproduced) any time you update Gibbon. Ross.

noted. thank you!