Zoho Books | Product updates | May 2025

Zoho Books | Product updates | May 2025

Hello users,

We’ve rolled out new features and enhancements to elevate your accounting experience. From configuring approval at the module level to allocating landed costs to multiple bills, these updates are designed to help you stay on top of your finances with ease.

New Currency Support: Caribbean Guilder (XCG)

We’re introducing support for the Caribbean Guilder (XCG). This new currency, which replaces the Netherlands Antillean Guilder (ANG), is pegged to the U.S. dollar and will soon become the official currency of Curaçao and Sint Maarten. Existing users can add XCG as a currency, while new users will have the option to set it as their base currency.

Module Level Approval

You can now configure approvals individually for each module, set the approval type, and assign specific approvers.


To configure approval at the module level, go to Settings > Sales/Purchases. Select a module, then navigate to the Approvals tab. Select an Approval Type, configure the necessary details, and click Save.

Custom Fields Support for Recurring journals

We've added support for custom fields in Recurring Journals. The custom fields configured for Manual Journals will now be available in Recurring Journals as well.

Add Payment Mode and Bank Account Details to Transactions [Germany Edition]

We have introduced new fields for Payment Mode and Bank Account in Invoices, Recurring Invoices, and Credit Notes. These fields are crucial for e-invoices following German standards like XRechnung and ZUGFeRD. Supported payment modes include Cash, Cheque, Bank Transfer, and SEPA Credit Transfer. The Bank Account (IBAN and BIC) field appears only when SEPA Credit Transfer is selected, showing all active accounts. These details will be included in exported e-invoice formats. To comply with German regulations, once an invoice or credit note is marked as Sent or Paid, both the transaction and its associated payment details (IBAN and BIC) become non-editable.



Filter and Add Reporting Tags as Columns

You can now add reporting tags as columns in the list view of the Customers, Vendors, and Items modules by customizing the columns. Additionally, you can filter transactions using reporting tags by creating custom views with reporting tags as filter criteria.

To add reporting tags as columns, go to Customers/Vendors/Items. Click the Customize icon and select Customize Columns. Choose the reporting tags you want to include as columns, then click Save.


To filter transactions using reporting tags by creating custom views, go to Customers/Vendors/Items. Click the All Customers/All Vendors/All Items dropdown, then click + New Custom View. In the Define the criteria (if any) field, select the reporting tag as a filter. Enter all other necessary details, then click Save.

Filter and View Sales Orders That Are Not Shipped

You can now filter sales orders that are not shipped by creating a custom view.


To filter sales orders that are not shipped, go to Sales > Sales Orders. Click the All Sales Orders dropdown in the top right and select  Enter all the necessary details, and in the Define the criteria (if any) field, select Status in the first dropdown, is in the second dropdown, and Not Shipped in the third dropdown. Click Save.

New Retainer Draw Status Column

We are introducing a new Retainer Draw Status column to track the withdrawal of retainer payments better. This column will include the statuses Awaiting Payment, Ready to Draw, Partially Drawn, and Drawn. You can now use these statuses to filter retainer invoices, perform advanced searches, create custom views and workflows, and filter reports based on the new Retainer Draw Status.

Allocate Landed Cost to Multiple Bills

We’ve introduced the option to Allocate Landed Cost to Multiple Bills. This feature is available when the bill includes a landed cost line item with an unallocated amount. You can select a landed cost item and choose an allocation method such as Quantity, Value, Dimensions, or Weight, to distribute the cost according to your business needs. Using the Add Bills section, you can filter bills by Vendor Name, Date Range, and Status, and then allocate the landed cost automatically based on the selected method. When a bill item is removed in Zoho Books, the corresponding landed cost allocation is automatically recalculated to ensure accurate cost distribution. If necessary, you can re-add the removed line item, and the system will adjust the allocations accordingly.


Zoho Inventory Add-On Updates

Introducing Kit Items

A Kit Item is a composite item that groups multiple individual items and sells them as a single unit. Kit items don't require a manufacturing or assembly process and are available exclusively for sales transactions. The selling price of a kit item is defined independently of its component items. Kit items don't have their own stock. Instead, stock is deducted from the individual components when a kit is sold. Tax and pricing are maintained at the kit level. Kit items have their own SKUs, and each kit can have up to 1,000 components. Nested kits are supported up to three levels deep. Kits can include both goods and services. If all components are services, the kit will be treated as a Service Item. Otherwise, it will be a Goods Item.

Note: This feature is not available in the Kenya edition of Zoho Books.



Introducing the New Assemblies Module 

We’re introducing a new Assemblies module, which replaces the former Bundles feature. Assemblies now have a dedicated section under the Items module in the left sidebar. Key enhancements include customizable columns, support for custom views, advanced search, quick create functionality, and dedicated assembly reports for improved tracking and insights. The Assemblies feature is also supported in the mobile app.


Support for Custom Fields at the Line-Item Level in Purchase Receives

You can now add custom fields at the line-item level in Purchase Receives.


To add custom fields for Purchase Receives at line-item level, go to Settings > Items > Field Customization. Create a new custom field or edit an existing one. Click Yes next to the Show when creating transactions option. Then, select Purchase Receive in the Include in Modules field. Click Save.

Enhancements to Picklists

You can now mention users in picklist comments. When a user is tagged, they will receive an instant notification, which redirects them to the specific picklist when clicked. You can also view the quantity picked on the Sales Order details page and the Invoice edit page. We now support using custom fields as placeholders in picklist notification templates for both email alerts and in-app notifications. Additionally, You can also sort the Item Details and SKU fields in the picklist list view.

Enhancements to the Picking Process

The Android app now supports external barcode scanners, including Zebra devices and mobile handheld scanners, with iOS support coming soon. A new swipe gesture allows users to quickly mark items as picked. Additionally, a search and filter option has been added to help users easily select the required items during picking.

Other Feature Enhancements 

  • We’ve now extended the maximum number of days per interval in the Inventory Aging Summary report to 120 days.
  • You can filter the Inventory Valuation Summary report by sub-categories.
  • We’ve added support for date placeholders in Manual Journal Notes and Descriptions



We hope you like the new features and enhancements in Zoho Books! Take some time to explore the latest updates. We’ll be back next month with even more updates, as we continually strive to elevate your accounting experience.

You can also visit the What's New timeline for bite-sized information about our previous feature updates and enhancements. If you need any assistance, feel free to reach out at support@zohobooks.com.

Best regards,

The Zoho Books Team

    • Recent Topics

    • Marketing Automation List Entry Criteria is no longer an option

      For a couple of years now we have used the "List Entry Criteria" option to filter our Journey recipient list. All of a suddent the option no longer exists for New Lists and I can only delete the option from existing lists but can no longer edit it. Anyone
    • GCLID arrives not in CRM with iframe integrated ZOHO Form

      Hello amazing community, I enabled Adwords integration in ZOHO CRM. I have a ZOHO Form integrated in a wordpress. I tested iframe and Javascript. I enabled the "handover" GCLID in the ZOHO Form. When I add a GLID with http://www.example.com/?gclid=TeSter-123.
    • How to overcome Zoho Deluge's time limit?

      I have built a function according to the following scheme: pages = {1,2,3,4,5,6,7,8,9,10}; for each page in pages { entriesPerPage = zoho.crm.getRecords("Accounts",page,200); for each entry in entriesPerPage { … } } Unfortunately, we have too many entries
    • Add Webhook Response Module to Zoho Flow

      Hi Zoho Flow Team, We’d like to request a Webhook Response capability for Zoho Flow that can return a dynamic, computed reply to the original webhook caller after / during the flow runs. What exists today Zoho Flow’s webhook trigger can send custom acknowledgements
    • Bidirectional sync between Zoho Bookings and Zoho CRM - Part 1

      Hey, community members! The default integration between Zoho CRM and Zoho Bookings is unidirectional, which means that any appointments booked, rescheduled, or deleted in Zoho Bookings will be reflected in Zoho CRM. However, any modifications made to
    • Is it possible to edit placeholder text?

      In the master slides I want to make sure my templates have more meaning for the users and want to replace the standard placeholder text with something more instructional. Instead of "Click to edit Mast subtitle styles" I want to have "Click to enter reporting
    • Delay function execute

      I've got a workflow which uses a webhook to send information to Flow, which in return updates a record in Creator. Problem is, by the time this has executed, the rest of my script has run and can't find the (yet to be) updated info in the record. Is there
    • How to allow download of a file AFTER information is collected?

      I can't find this anywhere. Can someone help with what seems to be a pretty basic web function today? - File is stored in Workdrive - Prospect goes to a URL where the file is located - System requests prospect to enter "Name" and "Email" - An email is
    • Add Baseline methods to API

      There are no API methods for creating or querying baselines,  Use case: Customer is notified of the current project start date according to plan via another product/integration. We would like to auto create a baseline (Automated via API) at the point
    • Bulk Fill In & Edit PO/Bill/SO/Invoice

      Hello, I am adding stock in bulk on a PO, the system is automatically populating the Rate (price) and Tax from the item data. Problem is that the bill rate is different from the rate on the item data, so I have to manually erase each and enter the price.
    • Fixed Assets beg balance

      Hello, I trust you are well I'm a new zoho books user and I find it difficult to plug in the fixed assets balance and here's what I have done: 1- I imported the fixed assets data into the fixed assets module as per the instructions 2- the import process
    • Syncing with Google calendar, Tasks and Events

      Is it possible to sync Zoho CRM calendar, task and events with Google Calendar's tasks and events. With the increasing adoption by many major tool suppliers to sync seamlessly with Google's offerings (for instance I use the excellent Any.do task planning
    • CRM Deluge how can link attach file with workdrive file.

      Hi, We have create file at workdrive and would like to link to attachment at crm module by deluge. Right now can only upload it to attachment but can not link the file from workdrive. Thank you
    • Feature announcement: AI-powered document generator in Zoho Sign

      Hi there! We recently announced manual document creation by offering an editor within Zoho Sign. Today, we are excited to announce AI-powered document generation to help you draft agreements, purchase orders, and other important business documents in
    • Permanently deleted files

      Is there a way to get back permanently deleted files from your account if they were accidentally deleted and no longer recoverable from the recycling bin? I know I am probably screwed but I just figured I would ask.
    • Shared Mailbox in iOS app

      Hi, On the desktop I am using a Shared mailbox for our company's general mailbox that somebody else should be able to view. In the iOS app however I can't find it? Old sources on the internet says this isn't possible but that can't be right? Somebody
    • Tip #41- Simplify Compliance and Efficiency with Zoho Assist’s Data Cleanup Feature- 'Insider Insights'

      Managing device data efficiently is just as important as securing remote access. With Zoho Assist’s Data Cleanup feature, admins can easily remove outdated or unnecessary device records, keeping the console organized and secure. This action is carried
    • Revenue Management: #6 Revenue Recognition in Professional Services Industry

      If you run a consulting firm, agency, or any service-based business, you have a situation where you have signed the contract, maybe even sent the invoice, and have received some initial payments. So, can you consider this as revenue? What if the project
    • Zoho fsm scheduled maintenance dispatch

      Hi, I'm reaching out regarding an issue I'm encountering with the Scheduled Maintenance feature in Zoho FSM. I’m trying to configure it so that it automatically dispatches all maintenance jobs scheduled within the next 150 days, starting from today. However,
    • Template modifiactions

      Hello, I am struggling with the templates in ZOHO Books. Especially with the placement of some items, like company address, ship to, bill to etc.  For example: One item I like from template X (placement of ship to and bill to next to each other in the
    • zoho.inventory.getRecords returns no records

      I running a custom function (Deluge) in Zoho Flow with a connection to Zoho Inventory. To debug the problem, I created the test function below. It returns "Number of contacts fetched: 0". This confirms that there's no issue with the org ID or connection
    • Zoho Campaigns Event timestamps do not propagate to Zoho CRM

      We have integrated Zoho CRM and Zoho Campaigns. But when looking at Contact records, the Campaign event data is missing the actual timestamps: especially when a particular email was sent. They're not in the Campaigns related list, and the cannot be found
    • Feature announcement - Simplifying document creation with Zoho Sign

      Hi there, We are pleased to announce the release of our document creation feature, enabling you to create, edit, and finalize documents like agreements, purchase orders, and contracts without relying on external tools or applications. <br> This
    • Integrating File Attachments in Zoho Flow Email Notifications

      Hi, I would like to be able to send an email once an entry is made in a form, and in this email, I would like to attach a file that has been added to the form using the ImageUpload (or FileUpload) widget. So, I started by creating a flow that will trigger
    • Zoho Mail SMTP IP addresses

      We are using Zoho Mail and needs to whitelist IP for some redirections from your service to another e-mails. You can provide IP address list for Zohomail SMTP servers?
    • Zoho project purchases

      Hi Folks, I think having a purchase module in projects will help in putting together a project p and L. Project wise purchases and expenses.  Do let me know your thoughts.
    • Create Tasklist with Tasklist Template using API v3

      In the old API, we could mention the parameter 'task_template_id' when creating a tasklist via API to apply a tasklist template: https://www.zoho.com/projects/help/rest-api/tasklists-api.html#create-tasklist In API v3 there does not seem to be a way to
    • How can I restore all the deleted Time entries of a Task in Zoho Projects

      How can I restore all the deleted Time entries of a Task in Zoho Projects? Query: In Zoho Projects, I cloned a task and deleted the time entries from the cloned task. However, this also deleted the time entries from the original task. How can I restore
    • Is there a way to make an account inactive in ZoHo Desk

      We have a few Clients "Accounts" that we no longer do business with. It would be beneficial for them to not show up in lists. However, we want to go back and view tickets, time, etc.
    • How to set the value of the Phone field importing contacts in Zoho Desk

      Hi everyone, i'm new in Zoho Desk, we're setting up the environment and i'm importing contacts from another CRM using a file CSV and i'm getting a problem with phone numbers (italian): the leading zero is cut away, also if the value is inside double quotes.
    • Set Custom Icon for Custom Modules in new Zoho CRM UI

    • Deprecation Notice: OpenAI Assistants API will be shut down on August 26, 2026

      I recieved this email from openAI what does it means for us that are using the integration and what should we do? Earlier this year, we shared our plan to deprecate the Assistants API once the Responses API reached feature parity. With the launch of Conversations,
    • How to center a field inside a section?

      I’ve been trying to center a field inside a section in Zoho Canvas. When I align it visually, it looks centered in the editor, but after clicking Save, the field appears misaligned on the actual canvas. I also tried setting the field to full width, but
    • Kaizen #192 - Implementing Custom Token Persistence in Python SDK

      Welcome back to another week of Kaizen! Last week, we discussed how to implement Login with Zoho using OAuth 2.0 and saw how to bring it to life in a real-world application with the Zoho CRM Python SDK. We also discussed how Zylker Academy built a custom
    • Showing the map along with mileage expense

      When you use the GPS to track mileage, it shows you the map of the actual path travelled. It would be very useful and practical to save that map with the mileage expense, so that when the report is created, it provides a map of each mileage expense associated
    • Enable Validation Rule for Multi-Select Picklist Field

      Zoho, Please allow validation rules for multi-select fields.
    • File Upload field not showing in workflow

      Hi, I have added a field on Zoho CRM. I want to use it in a workflow where that particular field is updated based on another field, however it is not showing up in the field list to select it in the workflow. Why is this please?
    • CRM Custom function updating a module record shows the Super Admin user as the record modifier

      Dear Zoho CRM Team, Is there any way to update this so that when a custom function has updated a record the Super Admin user doesn't become the modifier? This happens on the record as a modifier and shows up in the audit logs. It would be more useful
    • Best practice importing items and matching assemblies

      Hi, I was wondering what would be the best practice to import items and composite items (assemblies) From my backup, what should I import first? The items or the composite items? I am on Zoho one, using inventory and books. Kind regards, Sabine
    • Best way to fetch employee names from Zoho People into Zoho Creator Inventory Stock Form field Employee Name Lookup

      Hi Team, I have a requirement in my Zoho Creator application (Inventory Stock Adjustment) where I need to fetch employee names from Zoho People and use them as a lookup in a form. Currently, I am considering using an integration field to fetch this data
    • Next Page