> 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/may-2026/accounts/new-column-added-in-cr-cp-and-br-bp-printing.md).

# New Column Added in CR/CP & BR/Bp Printing

Logic ERP has introduced a new enhancement in **Bank Payment, Bank Receipt, Cash Payment, and Cash Receipt** vouchers.

With this update, users can now print the **Bill Taxable Value, Tax Value, and Total Bill Value** in voucher printouts whenever a transaction is adjusted against a bill in **CR/CP** or **BR/BP** vouchers. Previously, these bill details were not available in the print format.

Additionally, the enhancement allows users to adjust **previous financial year's bills** in these vouchers, providing greater flexibility in bill adjustment and voucher processing.

***

### **Step 1: Open the Cash Receipt Print Designer**

Let's understand this enhancement step by step.

* Navigate to **Accounts** → **Continuous Printing** → **Cash Receipt – Print Designer & Printing**.
* Click on **Cash Receipt Selection & Design** to open the print designer.

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

***

### **Step 2: Access the Newly Added Fields**

Now, let's explore the newly introduced fields.

* Click on the **Properties** option.
* Expand **BP Details**.
* Then expand **Adjusted BR/BP**.
* Here, you will find the following newly added fields:
  * **Bill Taxable Amount**
  * **Bill Tax Amount**
  * **Bill Total Amount**

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

You can use these fields in your print format according to your business requirements.

***

### **Step 3: Apply the Fields in the Print Format**

Now, let's add these fields to the print design.

* Place the required field(s) into the print layout or insert them at the desired location.

<figure><img src="/files/3UL1pLNhMTbHmFxS46Yr" alt=""><figcaption></figcaption></figure>

* Save the print format after making the required changes.

***

### **Step 4: Review the Impact**

* Now, click on **Preview** to view the print.
* As you can see, the **Bill Taxable Amount**, **Bill Tax Amount**, and **Bill Total Amount** are now displayed correctly in the Cash Receipt print.

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

This enhancement allows you to print detailed bill value information directly in the **Cash Receipt**, making the document more informative and eliminating the need for manual calculations.


---

# 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/may-2026/accounts/new-column-added-in-cr-cp-and-br-bp-printing.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.
