> 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/powdr-adp-2023.md).

# Powdr (ADP) - 2023

<table><thead><tr><th>Overview</th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>Current Type</td><td>Powdr (ADP)</td><td></td></tr><tr><td>Payroll System</td><td>ADP</td><td></td></tr><tr><td>Header Row</td><td>Yes</td><td></td></tr><tr><td>Payroll Frequency</td><td>Daily</td><td></td></tr><tr><td>File Naming Requirement</td><td>Site Code is applied in the FTP File Name</td><td></td></tr><tr><td>Transfer Type</td><td>SFTP</td><td></td></tr></tbody></table>

## Payroll Config Fields

| UI PAYROLL FIELDS  |               |        |
| ------------------ | ------------- | ------ |
| Job Code           | Paid Activity | LSSIN1 |
| Business Structure | Paid Activity | 140110 |

<table><thead><tr><th width="269">SAMPLE - Teaching Wage</th><th>Punch In</th><th>Punch Out</th><th>flaik source</th></tr></thead><tbody><tr><td>Record Type</td><td>17</td><td>17</td><td>Always 17</td></tr><tr><td>Process Type</td><td>0</td><td>0</td><td>Always 0</td></tr><tr><td>Badge Number</td><td>14025044</td><td>14025044</td><td>Payroll ID</td></tr><tr><td>Pay Code Date</td><td>032823</td><td>032823</td><td>Date of Paid Activity MMDDYY</td></tr><tr><td>Pay Code Time</td><td>815</td><td>1200</td><td>Time of Paid Activity</td></tr><tr><td>Home SiteDeptPos</td><td>0</td><td>0</td><td>Always 0</td></tr><tr><td>Transfer Code</td><td>0</td><td>0</td><td>Always 0</td></tr><tr><td>Site Code</td><td></td><td></td><td></td></tr><tr><td>Department Code</td><td>140110</td><td>140110</td><td>Business Structure</td></tr><tr><td>Position Code</td><td>LSSIN1</td><td>LSSIN1</td><td>Paid Activity -> Job Code</td></tr><tr><td>Supervisor Punch</td><td>0</td><td>0</td><td>Always 0</td></tr></tbody></table>

## &#x20;SAMPLE DATA

| Record Type | Process Type | Badge Number | Pay Code Date | Pay Code Time | Home SiteDeptPos | Transfer Code | Site Code | Department Code | Position Code | Supervisor Punch |
| ----------- | ------------ | ------------ | ------------- | ------------- | ---------------- | ------------- | --------- | --------------- | ------------- | ---------------- |
| 17          | 0            | 12345678     | 032823        | 815           | 0                | 0             |           | 140110          | LSSIN1        | 0                |
| 17          | 0            | 12345678     | 032823        | 1200          | 0                | 0             |           | 140110          | LSSIN1        | 0                |
| 17          | 0            | 12345678     | 032823        | 830           | 0                | 0             |           | 140110          | LSSIN1        | 0                |
| 17          | 0            | 12345678     | 032823        | 1200          | 0                | 0             |           | 140110          | LSSIN1        | 0                |


---

# 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/powdr-adp-2023.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.
