> 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/bromley.md).

# Bromley (Ascentis) 2.0

## Overview

<table><thead><tr><th width="232.5">EXPORT FILE META DATA</th><th></th></tr></thead><tbody><tr><td>Timekeeping Type</td><td>Bromley (Ascentis)</td></tr><tr><td>Payroll Contact</td><td>Elisa Gomez Reed</td></tr><tr><td>Files Required</td><td>TIMEKEEPING</td></tr><tr><td>Header Row</td><td>Yes</td></tr><tr><td>FTP</td><td>No</td></tr><tr><td>Payroll Frequency</td><td>Daily</td></tr></tbody></table>

## Custom Payroll Export Fields

<table data-header-hidden><thead><tr><th width="223.5"></th><th></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Type</strong></td><td><strong>Values</strong></td><td><strong>Flaik Name</strong></td><td></td></tr><tr><td>Paycode - Paid Activity</td><td>12 - Hours</td><td>Paycode on Paid Activity</td><td></td></tr><tr><td>Paycode - Incentive</td><td><p>9 - add person </p><p>8 - request</p></td><td>Incentive</td><td></td></tr><tr><td>Business Structure</td><td>Department Numbers</td><td>Paid Activity</td><td></td></tr></tbody></table>

### TIMEKEEPING REPORT&#x20;

### File Format

|                 |                                                             |
| --------------- | ----------------------------------------------------------- |
| **FIELD NAME**  | **FLAIK SOURCE**                                            |
| Employee ID     | Payroll ID                                                  |
| Date            | Todays Date                                                 |
| In Time         | Lesson start time                                           |
| Out Time        | Lesson end time                                             |
| Paycode         | <p>Paid Activity -> Paycode </p><p>Incentive -> Paycode</p> |
| Reg Hrs         | Hours worked from Paid Activity                             |
| Earning Amount  | Dollar amount of the incentive                              |
| Department (G3) | Business Structure                                          |

## Other Requirements

* one line for each incentive per unique paycode&#x20;
* one line for each paid activity&#x20;
* paycode of 12 is hourly and the hours will be sent on that line&#x20;
* paycode of 8 or 9 is flat rate and a commission will be sent with that line


---

# 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/bromley.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.
