Page 1 of 1

Individual schedule prinout

Posted: Tue Nov 12, 2019 7:19 pm
by whatri
Hi everyone,

I can't figure out how to change the individual schedule template that is being printed out.
I understand how to input simple text to header/footer.

I would like to have employee # & group stated on the schedule.

/timetrex/classes/modules/report/ScheduleSummaryReport.class.php :

I am getting user first & last name with the lines below around line 1000:

if ( $user !== 0 AND $user != '' ) { //This is a name, not a INT or UUID.
$label[] = TTi18n::getText('Employee').': '. $user;
}
I tried with $user_id but there were no results...

Any suggestions?