# Gift receipt

A gift receipt shows proof of purchase but leaves out the amount spent.&#x20;

To print a gift receipt follow the below steps:

1. Add a new invoice layout with the name “Gift Receipt”
2. In the invoice layout select the `Invoice Design` as Slim and Check the `Hide all prices` checkbox
3. In `Business Settings -> POS`, check the Show invoice layout dropdown and save it.
4. Now in the POS screen whenever you want to issue a gift receipt, simply select the invoice layout as Gift Receipt and print the invoice.


---

# 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/gift-receipt.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.
