To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
Properties
Name | Returns | Notes | Example |
---|---|---|---|
timesheetBatches | List | ||
timesheet | Timesheet |
Methods
Name | Returns | Notes | Example |
---|---|---|---|
submit ( startDate, finishDate ) | void | ||
submit ( startDate, finishDate, worker, now ) | TimesheetBatch | ||
addUpdateHours ( item, hours, type ) | TimesheetEntry | ||
addUpdateHours ( item, hours, workedDate, type ) | TimesheetEntry | ||
addUpdateHours ( item, worker, hours, workedDate, type ) | TimesheetEntry | ||
getTimesheetEntries ( leadId, startDate, finishDate ) | List | ||
getTimesheetEntries ( lead, startDate, finishDate ) | List | ||
getTimesheetEntries ( lead, startDate, finishDate ) | List | ||
getTimesheet ( curUser, startDate, finishDate, standardItems ) | Timesheet |