> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kombo.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# DATEV HRIS Integration

> DATEV connector for Kombo's HRIS API

<Note>This connector requires a custom Kombo plan. Please contact us to enable it.</Note>

<Note>This connector is in closed beta. Please contact us to get access.</Note>

The DATEV HRIS integration allows you to sync HRIS data between DATEV and your application through Kombo's unified API. The tool slug for this connector is `datevlauds`.

## Guides and Resources

<CardGroup cols={2}>
  <Card title="Connection Setup Guide" icon="link" href="https://help.kombo.dev/hc/en-us/articles/27472113295121-DATEV-Wie-stelle-ich-eine-Verbindung-mit-DATEV-her">
    Step-by-step instructions to connect your DATEV account to Kombo.
  </Card>
</CardGroup>

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Employees">
      | Field                 | Notes |
      | --------------------- | ----- |
      | id                    |       |
      | remote\_id            |       |
      | changed\_at           |       |
      | remote\_deleted\_at   |       |
      | employee\_number      |       |
      | first\_name           |       |
      | last\_name            |       |
      | nationality           |       |
      | display\_full\_name   |       |
      | job\_title            |       |
      | personal\_email       |       |
      | mobile\_phone\_number |       |
      | ssn                   |       |
      | tax\_id               |       |
      | gender                |       |
      | marital\_status       |       |
      | employment\_status    |       |
      | employment\_type      |       |
      | weekly\_hours         |       |
      | home\_address         |       |
      | bank\_accounts        |       |
      | date\_of\_birth       |       |
      | start\_date           |       |
      | termination\_date     |       |
      | custom\_fields        |       |
      | integration\_fields   |       |
      | remote\_data          |       |
    </Accordion>

    <Accordion title="Absence Types">
      | Field                   | Notes |
      | ----------------------- | ----- |
      | id                      |       |
      | remote\_id              |       |
      | changed\_at             |       |
      | remote\_deleted\_at     |       |
      | name                    |       |
      | unit                    |       |
      | half\_days\_supported   |       |
      | exact\_times\_supported |       |
      | remote\_data            |       |
    </Accordion>

    <Accordion title="Absences">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | employee\_id        |       |
      | start\_date         |       |
      | end\_date           |       |
      | amount              |       |
      | unit                |       |
      | type\_id            |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Employments">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | employee\_id        |       |
      | job\_title          |       |
      | pay\_rate           |       |
      | pay\_period         |       |
      | pay\_frequency      |       |
      | employment\_type    |       |
      | pay\_currency       |       |
      | effective\_date     |       |
      | remote\_data        |       |
      | custom\_fields      |       |
      | integration\_fields |       |
    </Accordion>

    <Accordion title="Groups">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | type                |       |
    </Accordion>

    <Accordion title="Employee <> Group">
      | Field               | Notes |
      | ------------------- | ----- |
      | employee\_id        |       |
      | team\_id            |       |
      | id                  |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature            | Notes |
    | ------------------ | ----- |
    | OAuth              |       |
    | API Passthrough    |       |
    | Scope Testing      |       |
    | Connection Guide   |       |
    | Employment History |       |
    | Group Types        |       |
    | DEPARTMENT         |       |
    | COST\_CENTER       |       |
  </Tab>
</Tabs>

## Integration Variants

**Current connector:** Our latest DATEV integration supporting the new Lohnaustauschdatenservice, to synchronize data bidirectional in real time. It also supports the legacy ASCII write interface. Works with both DATEV payroll products: LODAS and Lohn und Gehalt

For **DATEV**, we also offer the following other connector variants:

<CardGroup cols={2}>
  <Card title="DATEV HR" icon="https://storage.googleapis.com/kombo-assets/integrations/datevhr/icon.svg" href="/hris/connectors/datevhr">
    Legacy DATEV HR integration using the Lohnergebnisdatenservice API, to synchronize data with the monthly payroll results and only the ASCII write interface. This is slightly cheaper for the end customer than the DATEV LAUDS integration. Works with both DATEV payroll products: LODAS and Lohn und Gehalt
  </Card>

  <Card title="DATEV LODAS" icon="https://storage.googleapis.com/kombo-assets/integrations/datev/icon.svg" href="/hris/connectors/datev">
    Our legacy LODAS integration. No data can be read from DATEV
  </Card>

  <Card title="DATEV Lohn & Gehalt" icon="https://storage.googleapis.com/kombo-assets/integrations/datevlug/icon.svg" href="/hris/connectors/datevlug">
    Our legacy Lohn und Gehalt integration. No data can be read from DATEV
  </Card>
</CardGroup>

<Note>Multiple variants can be used within your Kombo environment at the same time.</Note>
