Actuals

GET statement

Gets Actuals (timesheet data) in Runn for the purpose of comparison with WFM

Dates

Requires start and end date

Format: YYYY-MM-DD. Include Actuals on or before/after date

Start Date

This is associated with a Business Requirement as the regular Runn ingestion process only spans 4 weeks

Typically the start date is set to strtotime(‘start of last month’);

End Date

Typically the end date is strtotime(‘yeserday’);

Because the Runn ingestion process runs every day, it will always be correct today at mid day.

Since the app will stamp chnaged values with a thime stamp, then we do not wish to stamp new or un seen values.

Example

 [0] => stdClass Object
        (
            [date] => 20221001
            [person_id] => wg7hkodg
            [project_id] => dr4h034x
            [role_id] => dkdcxwx2
            [billable_minutes] => 150
            [nonbillable_minutes] => 0
            [billable_note] => 
            [nonbillable_note] => 
            [phase_id] => 
            [origin_data] => stdClass Object
                (
                )

        )

Leave a Comment