Hi,
I have setup a system where users can login at the frontend.
For this I customized the user template, add lots of needed fields there, grouped by tab. So on the user page there is:
* Content Tab
* Tab Group 1
* Tab Group 2
* etc..
Now, I need to create some sort of a detail table
Say, Each user has an Employee ID, and the attendance table's field are more or less like this:
* EmployeeID
* Date
* Month
* Year
* AttendanceStatus
I'm thinking of creating a template for this, each record as a page. with the user as it's parent ( If there are better ways to do this, please advise)
For the administration part, I wish to embed an "Attendance" Tab on the User Page. In that tab, I'd like to embed Lister, listing that user's attendance.
Any hint or advice on how I can achieve this ?