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

# Accounting Entries Export Terms

Terms used when exporting accounting entries from Pleo to an external ERP or accounting system.

<Accordion title="Export Item" defaultOpen>
  <div className="text-sm">
    An accounting entry that has been transformed into an exportable entry. The required accounting and bookkeeping information is aggregated from an accounting entry to become an export item.
  </div>
</Accordion>

<Accordion title="Export Job" defaultOpen>
  <div className="text-sm">
    The task that manages the export workflow, comprising the export items selected for export from Pleo to an external ERP or accounting system.
  </div>
</Accordion>

<Accordion title="Export Job Event" defaultOpen>
  <div className="text-sm">
    Events that cause a change in the status of an export job. When an event is triggered, the status of the corresponding export job is updated. Returned in the `status` parameter of the export-jobs endpoint. For example, when an export job fails, an event is triggered with a `failed` value; the reason for failure is included to help diagnose and resolve the issue.
  </div>
</Accordion>

<Accordion title="Export Job Item" defaultOpen>
  <div className="text-sm">
    Tracks the export progress of a specific accounting entry within an export job.
  </div>
</Accordion>

## Related Reading

* [How to Retrieve Export Job Items for Processing](/docs/current/how-tos/accounting-integrations/how-to-retrieve-export-job-items-for-as-erp-processing)
* [Export Integration Workflow Guide](/docs/current/guides/export-integration-workflow-guide)
* [AS/ERP Integration: Getting Started](/docs/current/getting-started/accounting-integrations-quickstart)
