# Tender change

Suppose during POS the total payment amount by a customer is **Rs.250**, but the customer pays **Rs.300** cash.

In this case, the cashier needs to return **Rs.50** cash to the customer.

So, enter all these details in the system, and follow the below steps:

1. Click on the “**Multiple Pay**” button. It will open a popup
2. Enter the paid amount by the customer **(Rs.300 here)**
3. On the right side, it will show a “Change Return” Amount. This amount needs to be returned to the customer
4. Click on the finalize button to save the sales.

The change amount is shown in the invoice.

To create a custom label for change return Go to `Settings -> Invoice layout` change the ‘change return label’ to a required label and save the changes.


---

# 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.kbgfuzion.com/erp/knowledge-base/sales-sell/pos-screen-guide/tender-change.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.
