> For the complete documentation index, see [llms.txt](https://help.allwage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.allwage.com/modules/payroll/reports/pay-run-reports.md).

# Pay Run Reports

Pay run reports will need to be generated per pay run for the date of that pay period and the linked employees and financials.

Currently in the pay runs you can generate these four reports:

* Cost report\
  Gives you a comprehensive overview of all the pay run templates, with their amounts, quantities and rates.
* Nett Pay Report\
  This report will show you the nett amounts and the associated banking details for each employee.
* Bank Payment File

  Here you can select from a multitude op available bank files to create an export file that can be imported into your banking software.
* Daily Cost Component report\
  This report will show you a break down of all the financials that has been linked to the activity and or site that it was linked to.

### Cost Report (New)

1. Navigate to Payroll, [Pay runs](https://app.allwage.com/#/payroll/templates).
2. Enter the appropriate pay run.
3. Click on Reports.
4. Click on Export next to Cost Report (New)

### **Nett pay report**

{% hint style="danger" %}
Do **NOT** generate the Nett pay report if you have not as yet generated the [payslips](https://help.allwage.com/modules/payroll/payslip) or the [cost report](https://help.allwage.com/modules/payroll/recurring-pay-runs/current-pay-run#cost-report).
{% endhint %}

1. Navigate to Payroll, [Pay runs](https://app.allwage.com/#/payroll/templates).
2. Enter the appropriate pay run.
3. Click on Reports.
4. Click on Export next to Nett pay Report

### Export Bank Payment file

{% hint style="danger" %}
Do **NOT** generate the Nett pay report if you have not as yet generated the [payslips](https://help.allwage.com/modules/payroll/payslip) or the [cost report](https://help.allwage.com/modules/payroll/recurring-pay-runs/current-pay-run#cost-report).
{% endhint %}

1. Navigate to Payroll, [Pay runs](https://app.allwage.com/#/payroll/templates).
2. Enter the appropriate pay run.
3. Click on Reports.
4. Click on Export next to Bank Payment file
5. Select the correct export option that matches your bank that you use the pay the figures for this pay run from the list.
6. Click on Download Payment File:<br>

   <figure><img src="https://4190935239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQs9GZ7QOfs5wHesuQLQh%2Fuploads%2Fp3MIfZoewA0QpDIBUXGF%2Fimage.png?alt=media&amp;token=e53bde92-b2ba-448d-b09b-818ac0b97752" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Please do NOT open the file that has been downloaded. Most of these files will download as a CSV file, so if you open this file it can convert the layout of the file and the bank will not be able to read it anymore. If you wish to see what is included in the Bank file you can click on the Download report (next to Download Payment File) and you can open and view that file at your leisure.
{% endhint %}

We don't have access to all the banks import steps, so after the file has been created we can't further advise on the import options. We advise that you reach out to the bank if you need further steps to import the information to the bank, if you receive any errors, please email the bank and cc our support email, <support@allwage.com>, in the communication. We will then be able to speak directly to the bank to address any issues.

### Daily Cost Component Report

1. Navigate to Payroll, [Pay runs](https://app.allwage.com/#/payroll/templates).
2. Enter the appropriate pay run.
3. Click on Reports.
4. Click on Export next to Daily Cost Component Report


---

# 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://help.allwage.com/modules/payroll/reports/pay-run-reports.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.
