> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/finance-reports/other-costs-report.md).

# 其他成本报表

“其他费用”报表提供了除合作伙伴付款外与合作伙伴相关的所有费用概览，例如补款或绩效奖金。您可以按以下条件筛选其他费用： *合作伙伴*、 *类型* 所涉及的费用类型等。

#### 访问报告

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 报告 → 更多报告**.
   * 设置 *类别* 在搜索栏旁使用筛选器以 *绩效* 并滚动，直到找到 *其他成本*。或者，您也可以在搜索栏中搜索该报表，以便轻松定位该报表。
2. 在 *其他成本* 报表标题下方，您可以筛选要查看的数据。选择 ![](/files/34cdd2217d627a308c301c2567d5dfe7d669a2cc) **\[搜索]** 即可根据您设置的筛选条件查看报表。
   * 请参阅下面的 *筛选参考* 以获取更多信息。
   * 您可以 ![](/files/f2cd40135c73f6a887b0e5ddd3eb322ff64f8eda) [固定](/brand/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/report-management/pin-a-report.md), ![](/files/a227f44980d3830df1b0c6048ed803cc578f06b8) [安排](/brand/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/report-management/schedule-reports.md)，以及 ![](/files/36f8f38d9db0794ea02128e6788ef17fca46bd12) [下载](/brand/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/report-management/download-a-report.md) 使用屏幕右上角的按钮查看报告。
3. 使用 ![](/files/b3355685fa031a932f40558d772dc8f5261f13a2) **\[列]** 图标在报告右上角添加或移除报告表中的列。

   * 请参阅下面的 *报告列参考* 下方可查看更多有关报表中显示数据的信息。

   <div data-with-frame="true"><figure><img src="/files/9e3ec89556d37c415d3ed584797884eb9c0bc0ed" alt="" width="563"><figcaption></figcaption></figure></div>

<details>

<summary>筛选参考</summary>

| 筛选器      | 描述                                                |
| -------- | ------------------------------------------------- |
| 日期范围     | 按指定日期范围筛选费用。                                      |
| 网络       | 按您要查看应付事件的数据来源进行筛选，例如， *直接通过 Impact*, *全部*, *未知*. |
| 动作状态     | 按具有特定状态的操作进行筛选，例如， *已批准*, *待处理*, *已撤销*.           |
| 已删除的 PFT | 按报表是否显示延迟的合作伙伴资金转账（PFT）进行筛选。                      |
| 合作伙伴     | 按您要查看应付事件的合作伙伴名称进行筛选。                             |
| 类型       | 按不同类型的费用进行筛选，例如， *绩效奖金*, *最低 EPC*.                |

从多个选项中向报表添加列。选择 ![](/files/34cdd2217d627a308c301c2567d5dfe7d669a2cc) **\[搜索]**.

**显示筛选器**

| 列       | 描述                                                                                                                                                                |
| ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 合作伙伴 ID | 显示与该费用相关的合作伙伴的唯一标识符。                                                                                                                                              |
| 付款单 ID  | 显示付款单的唯一标识符。                                                                                                                                                      |
| 文本 1—3  | 显示您在执行以下操作时上传的任何文本字符串值： [合作伙伴资金转账](/brand/zh/what-would-you-like-to-learn-about/platform-features/finance/partner-funds-transfer/transfer-funds-to-a-partner.md). |

</details>

<details>

<summary>报告列参考</summary>

| 列    | 描述                             |
| ---- | ------------------------------ |
| 日期   | 记录该费用的日期。                      |
| 合作伙伴 | 与该费用相关的合作伙伴名称。                 |
| 类型   | 所涉及的费用类型，例如， *绩效奖金*, *最低 EPC*. |
| 金额   | 所欠费用的金额价值。                     |

</details>


---

# 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.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/finance-reports/other-costs-report.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.
