> For the complete documentation index, see [llms.txt](https://knowledgebase.flaik.com/flaik-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.flaik.com/flaik-knowledge-base/for-it-specialists/payroll-export-configuration/resort-specific-info/archive/thredbo.md).

# Thredbo 1.0

Thredbo payroll integration overview.

## Overview

<table data-header-hidden><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Payroll System</strong> </td><td>Emplive</td><td></td></tr><tr><td><strong>Transfer Method</strong></td><td>SFTP</td><td></td></tr><tr><td><strong>Frequency</strong></td><td>Daily</td><td></td></tr><tr><td><strong>Time</strong></td><td>10pm Sydney</td><td></td></tr></tbody></table>

### Custom Fields

<table data-header-hidden><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>PayLevelName</td><td>Job Title</td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

### Resort Specific Requirements

#### Payroll Requirements/Analysis File&#x20;

#### <https://docs.google.com/spreadsheets/d/1YnU0zpsYdJZFZWaMjYqxe2zdijgmv-_1/edit?usp=sharing&ouid=117812218641190502549&rtpof=true&sd=true>

### **Allowances**&#x20;

Used for the Request Private Allowance (SSRP1x2, SSRP1x4, etc) The Request Private still needs to be setup as an allowance • The Request Private allowance, SSRP1 is applied to only private lessons that are requests (not allocated) SSRP1x2 means $10.00 x 2 hours, SSRP1x3 means $10.00 x 3 hours, etc.

```
$allowances = '';
if ($timesheetEntry->payType == SeasonPaidActivity::PAY_TYPE_HOURLY_RATE && $timesheetEntry->payWageType == SeasonPaidActivity::PAY_RATE_TYPE_PRIVATE) {
     $allowances =  'SSPR1x' . DateTimeUtil::convertMinutesToHoursFloat($timesheetEntry->durationMinutes, 1);
}
```

flaik will prefix the 'SSPR1x' and then append the hour calculation&#x20;

### **PayLevelNames**

Thredbo uses PayLevelName to represent the current in Season Pay Bump the Instructor is in.&#x20;

There are 5 Pay Levels: Base, SS200, SS300, SS400, SS500

<table><thead><tr><th>Job Title</th><th>Pay Level</th><th data-hidden></th></tr></thead><tbody><tr><td>Snowsports Instructor</td><td>Base</td><td></td></tr><tr><td>Snowsports Instructor 101-200</td><td>SS200</td><td></td></tr><tr><td>Snowsports Instructor 201-300</td><td>SS300</td><td></td></tr><tr><td>Snowsports Instructor 301-400</td><td>SS400</td><td></td></tr><tr><td>Snowsports Instructor 401-500</td><td>SS500</td><td></td></tr><tr><td>Snowsports Instructor 501-600</td><td>SSS600</td><td></td></tr></tbody></table>

### Pay Level Setup

The PayLevelName is tied to the Job Title of the Instructor in Settings -> Global product settings -> Job titles

![](https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FYbsDZdebqI8T5imUeJsM%2Fimage.png?alt=media\&token=e48af045-aac6-4bce-89fc-631d95ec129c)

### **Process for Changing Pay Level**

1. Go To Staff Management Page
2. Sort By Total On Shift Hours
3. If Employee has crossed an hours threshold update their Employee Profile -> Job Title to reflect the new Pay Level


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledgebase.flaik.com/flaik-knowledge-base/for-it-specialists/payroll-export-configuration/resort-specific-info/archive/thredbo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
