> 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-learning-hub-tutorials-and-best-practices/accounts/configuration/cash-bank-voucher-configuration/other-options-2/allow-editing-of-amount-for-tds-calculation.md).

# Allow Editing of Amount for TDS Calculation

**YouTube:** [How to Allow Amount Editing for TDS Calculation in Cash / Bank Vouchers?](https://www.youtube.com/watch?v=6nNw8SxlMog)

## How to Allow Amount Editing for TDS Calculation in Cash / Bank Vouchers?

In this tutorial, we will learn how to enable editing of the TDS Calculation Amount while creating Payment and Receipt Vouchers in Logic ERP. This feature allows users to manually modify the amount considered for TDS calculation, after which the software automatically recalculates the TDS value.

***

### Objective of This Feature

* Allow manual editing of TDS calculation amount
* Enable flexible TDS adjustments
* Automatically recalculate TDS on edited values
* Improve transaction accuracy
* Simplify Payment and Receipt Voucher processing

***

### Access to Cash/Bank Voucher Configuration

* Navigate to **Accounts** and then **Configurations.**
* Open **Cash/Bank Voucher Configuration.**
* Choose the required **Voucher Configuration.**
  * Example: **Bank Payment Voucher Configuration.**
* Locate the option labeled as:

> **“Allow Editing of Amount for TDS Calculation”**

<figure><img src="/files/8o4ZZgTOL3ALGScmYdnR" alt=""><figcaption></figcaption></figure>

**Default Status**

* The feature is disabled.

***

### Observe Behavior in Disabled State

**Transaction Process**

* Open **Bank Payment Module.**
* Select Relevant Voucher Configuration
* Proceed with Voucher Generation

**System Behavior**

* Upon proceeding to the next line **TDS Details Window** appears
* In this window **Amount for TDS** field is visible.
* Since the feature is disabled:
  * The field remains Non-Editable.

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

***

### Observe Functionality After Enabling

**Action**

* Return to **Cash/Bank Voucher Configuration**
* Enable **Allow Editing of Amount for TDS Calculation**
* Save the Configuration.

**Process**

* Again, proceed with **Bank Payment Voucher** Entry.
* Open **TDS Details** Window.

**System Behavior**

* The **Amount for TDS** field is now **Editable.**
* **Example:** Change Amount from **5,000** to **4,800**

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

**Final Result**

* The software automatically:
  * Recalculates the TDS Amount
* Updated TDS is calculated:
  * Based on the modified value

***

### Key Benefits

* Flexible TDS calculation handling
* Accurate TDS adjustments
* Reduces manual calculation effort
* Improves voucher accuracy
* Supports practical accounting scenarios

***

### Best Practice Tips

* Verify edited TDS amounts before saving vouchers
* Use this feature only for authorized users
* Ensure compliance with applicable TDS rules
* Review recalculated TDS values carefully

***

### Final Outcome

* Users can manually edit the TDS Calculation Amount
* The software automatically recalculates TDS
* Payment and Receipt Voucher processing becomes more flexible and accurate in Logic ERP


---

# 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-learning-hub-tutorials-and-best-practices/accounts/configuration/cash-bank-voucher-configuration/other-options-2/allow-editing-of-amount-for-tds-calculation.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.
