> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-version-release-notes/october-2022/billing/limit-credit-payment-in-sale-bill-payment-window.md).

# Limit Credit Payment in Sale Bill Payment Window

Sometimes it is required to limit credit payment per bill in Sale Bill so that customer always pays some advance for the bill. You can do this by using the following option “**Allowed Credit %**” in Sale Voucher Configuration.

The following steps will help to enable this option in Billing window:

Step-1: Go to **Sale voucher configuration > others settings1> other settings> Defaults -2.** Enter the percentage of credit amount that you want to allow in bill and save the configuration. *(Refer to the image below)*

<figure><img src="/files/9BN8Z2NfK9A1xOZbdG2u" alt=""><figcaption></figcaption></figure>

Step -2: Create a sale bill. For example , we had defined the allowed credit percentage as 10 % and the bill amount is Rs 2599 which means you are allowed to pay only 10 % of the bill amount as credit i.e, Rs 259.9. In case you try to enter more than the allowed credit percentage, the following error message will occur:

<figure><img src="/files/w39yIkE5VXUnNbbknsxa" 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://kb.logicerp.com/logic-erp-version-release-notes/october-2022/billing/limit-credit-payment-in-sale-bill-payment-window.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.
