#Reports
##PE Punch Editor
This Report will show Entity State Log (Punch) Data for a selected Entity. It simply calls upon the SQL script @@EmployeeHoursDailyPE
to retrieve data, based on the supplied $parameters
.
$1 : Entity Type (Employees)
$2 : Entity Name (name of Employee)
$3 : Date Filter Start (shows punch data after this date)
$4 : Date Filter End (shows punch data before this date)
$5 : unused
##PE Punch Editor (Report)##
Report Name: | PE Punch Editor |
Page Size: | 15cm |
Display in Report Explorer: | unchecked |
Visual Printing: | unchecked |
Template:
[#Punch Editor:1,1, 1,48,48, 1]
>Date|Day|Hours|START|END|ID
@@EmployeeHoursDailyPE:$1,$2,$3,$4,$5