# Silverstar (Employee Tracker) - 2023

## Overview

| EXPORT FILE META DATA   |                  |
| ----------------------- | ---------------- |
| File                    | Timekeeping      |
| Payroll System          | Employee Tracker |
| Header Row              | Yes              |
| FTP/SFTP                | No               |
| Payroll Frequency       | Daily            |
| File Naming Requirement | No               |
| Incentives              | No               |

## Requirements Doc

<https://docs.google.com/spreadsheets/d/1e3eSkPFYbUFjKtDs_POflg7g3CuiGF5HwDIDLhEYvKw/edit?usp=sharing>

<table><thead><tr><th width="392">Field</th><th width="123">Enabled?</th><th width="724"></th></tr></thead><tbody><tr><td>Business Structure</td><td>Yes</td><td>Billing Department</td></tr><tr><td>Job Code</td><td>Yes</td><td>Job Reference</td></tr><tr><td>Paid Activity -> Pay Code</td><td>Yes</td><td>Position</td></tr><tr><td>Incentive -> Pay Code</td><td>None</td><td>NA</td></tr></tbody></table>

## File Format

<table><thead><tr><th width="64">Column Name</th><th width="64">FORMAT/Example</th><th width="64">Pulled From in flaik</th></tr></thead><tbody><tr><td>Payroll ID</td><td>AA00</td><td>Payroll ID</td></tr><tr><td>Date</td><td>1012023</td><td>Date (MMDDYYYY)</td></tr><tr><td>Punch In Time</td><td>9:15</td><td>Start time of lesson</td></tr><tr><td>Punch In Time Prefix</td><td>AM</td><td>Start time of lesson</td></tr><tr><td>Punch Out Time</td><td>10:30</td><td>End Time of Lesson</td></tr><tr><td>Punch Out Time Prefix</td><td>AM</td><td>End Time of Lesson</td></tr><tr><td>Billing Department</td><td>120</td><td>Business Structure</td></tr><tr><td>Position</td><td>SSNONT</td><td>Paycode</td></tr><tr><td>Job Reference</td><td>SSACMISC</td><td>Jobcode</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://knowledgebase.flaik.com/flaik-knowledge-base/for-it-specialists/payroll-export-configuration/resort-specific-info/archive/silverstar-employee-tracker-2023.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
