fetch_employee_paystatement_details
Retrieve detailed pay statement information for specific employees by providing employee ID, year, and check date to access earnings, deductions, and payment data.
Instructions
Fetch pay statement details for a specific employee, year and check date.
Args: company_id: Optional company ID (string or integer). If not provided, uses the first company ID from configuration. employee_id: Employee ID (string or integer) to get pay statement details for. year: The year to get pay statement details for. check_date: The check date to get pay statement details for (format: MM/DD/YYYY).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| check_date | No | ||
| company_id | No | ||
| employee_id | No | ||
| year | No |