APPROVE_TIMECARD
Call the approve timecard plugin for an employee and paydate/period
Example Usage
APPROVE_TIMECARD(1, (2023-04-13,2023-04-15)) // just approve three days
Overview
Function signature
APPROVE_TIMECARD(employeeid, paydate)
Category
Plugin
Return data type
bool
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
employeeid | int | The internal Employees_ID of the worker to approve | |
paydate | date | The date range to approve (startdate,enddate) |