# Purchase By Supplier Report

This report provides a summary of the total purchases made from each supplier within a specific business unit

* **Business Unit:** The specific business unit for which the report is generated.
* **Supplier Code:** The unique code assigned to the supplier.
* **Supplier Name:** The name of the supplier.
* **Number of Orders:** The total number of purchase orders placed with the supplier.
* **Total Purchase Amount:** The total value of all purchases made from the supplier.

<figure><img src="/files/WXU2dNUL07QkV0bq96i8" alt=""><figcaption></figcaption></figure>


---

# 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://docs.cwsuite.com/purchase/product-guides/reports/purchase-by-supplier-report.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.
