Individual schedule prinout

General support regarding TimeTrex, such as
configuring policies/taxes or processing payroll.
Post Reply
whatri
Posts: 1
Joined: Tue Nov 12, 2019 7:16 pm

Individual schedule prinout

Post 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?
Post Reply