1. Weekly Payroll Report
HR ManagerBackground
The HR team receives weekly timesheets in JSON format from the project management software.
Problem
Manually formatting these records into a readable PDF for payroll processing is time-consuming.
How to use
Paste the JSON data, set the report title to 'Weekly Payroll - Week 1', and enable overtime calculations.
reportTitle: 'Weekly Payroll - Week 1', includeOvertime: true, standardDailyHours: 8Outcome
A clean, professional PDF containing total hours, overtime calculations, and a detailed daily breakdown for each employee.