> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/b2b/customer-portal/customer-portal-customer-statement.md).

# Customer Portal - Customer Statement

The Customer Statement module enables businesses to maintain detailed records of customer interactions and transactions. By understanding and utilizing the various fields within the Customer Statement, businesses can manage customer data efficiently, ensure accurate billing, and enhance overall customer communication.

Additionally, users can print and download the customer statements to for record-keeping and sharing with the customers.

### Customer Statement Fields

<table><thead><tr><th width="210">Field</th><th>Description</th></tr></thead><tbody><tr><td>Customer</td><td>This field displays the full name of the customer.</td></tr><tr><td>Customer Type</td><td>This field displays the type assigned to the customer; individual or company.</td></tr><tr><td>Currency</td><td>This field indicates the currency in which transactions are conducted for the customer.</td></tr><tr><td>Sales Rep Id</td><td>This field contains the unique identifier for the sales representative assigned to the customer.</td></tr><tr><td>Phone</td><td>This field displays the primary contact phone number for the customer.</td></tr><tr><td>Email</td><td>This field shows the customer's primary email address, used for sending invoices, statements, and other communications.</td></tr><tr><td>Billing Method</td><td>This field specifies the method used for billing the customer, such as mail or online payment.</td></tr><tr><td>Payment Terms</td><td>This field outlines the default payment term for the customer, such as net 30, net 60, CIA, etc.</td></tr><tr><td>Receivable Total</td><td>This field displays the total outstanding amount owed by the customer, reflecting the cumulative balance of all unpaid invoices.</td></tr><tr><td>Deposit Total</td><td>This field displays the total amount of deposits made by the customer.</td></tr><tr><td>Net Total</td><td>This field indicates the net balance owed by the customer after accounting for deposits and credits.</td></tr><tr><td>Full Name</td><td>This field displays the full name of the customer</td></tr><tr><td>Account Number</td><td>This field provides the unique account number assigned to the customer.</td></tr><tr><td>Credit Limit</td><td>This field displays the credit limit set for the customer.</td></tr><tr><td>URL</td><td>This field displays the customer's website URL, if applicable.</td></tr><tr><td>Company Name</td><td>This field displays the official name of the customer's company.</td></tr><tr><td>Tax Number1</td><td>These fields capture the customer's tax identification numbers, such as VAT or GST numbers.</td></tr><tr><td>Tax Number2</td><td>These fields capture the customer's additional tax identification numbers, such as VAT or GST numbers.</td></tr><tr><td>Portal Account#</td><td>This field provides the unique account number assigned to the customer for the customer portal.</td></tr><tr><td>Is Taxable?</td><td>This field indicates whether the customer is subject to tax on their purchases.</td></tr><tr><td>Tags</td><td>This field displays the tag(s) added to the customer.</td></tr><tr><td>Alert Note</td><td>This field displays the alert note added to the customer.</td></tr><tr><td>Customer Since Date</td><td>This field displays the date when the customer has signed up with the company.</td></tr><tr><td>Tax Code</td><td>This field indicates the specific tax code associated with the customer.</td></tr><tr><td>Sales Rep Email</td><td>This field displays the sales representative's email address.</td></tr><tr><td>Sales Rep</td><td>This field displays the name of the default sales representative assigned to the customer.</td></tr><tr><td>Monthly Statement Email Flag</td><td>This field indicates whether the customer is set to receive monthly statements via email.</td></tr></tbody></table>

### Customer Statement Filters

The Customer Statement module in the customer portal includes a range of filters that allow users to refine and tailor data display according to specific criteria.&#x20;

To access the filters, click on the "Grid" icon at the module's top-left corner. Once the filters panel is open, you can use the following options:

* **Statement Date:** This filter allows you to search for the customer statement based on the date they were generated.
* **Statement Period**: Use this filter to search for customer statements within a particular time frame. Users can set a start and end date to view the transactions made within that period, making it easy to track activity over specific intervals.

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

After setting the desired filter criteria, click on the "Appl&#x79;**"** button to apply the filters and refresh the data accordingly.

* **Print:** The customer statement module offers you the option to print customer statements. Click the "Print Statement" option to print the customer statements.

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

### Header Level Icons

* **Left and Right Arrows:** These errors help to navigate the records. Click on these to scroll through all the columns and access the data easily.
* **Refresh:** This functionality empowers users to refresh search results based on selected criteria, ensuring that the displayed information is always up-to-date.
* **Save:** Save feature enables users to preserve any updated user interface (UI) settings, ensuring a personalized and consistent experience during future interactions with the module.
* **Columns:** All the columns available for the module are listed under this icon. You can use this option to hide or add the columns and tailor the module view as per your requirements.&#x20;

<figure><img src="/files/6RGKJJNFvd33azuNTsll" alt=""><figcaption></figcaption></figure>


---

# 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://docs.xorosoft.com/xoroerp-1/b2b/customer-portal/customer-portal-customer-statement.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.
