What’s New in Zoho Inventory | April 2025

What’s New in Zoho Inventory | April 2025

Hello users,

April has been a big month in Zoho Inventory! We’ve rolled out powerful new features to help you streamline production, optimise stock management, and tailor your workflows. While several updates bring helpful enhancements, three major additions are AssembliesKit Items, and Replenishments, which deserve a closer look. Let’s dive in!

Replenishments [Early Access]

You can now never miss out on your restocking process because stock-outs and overstocking is something we don't want to deal with. The Replenishments feature helps you plan restocking based on inventory thresholds and automate task creation.

How it works:

  • Set reorder levelmax stock, and order type for each item.

  • Replenishment tasks can be generated based on a customizable schedule.

  • Tasks can be converted into purchase orders or transfer orders.

Note: This feature is currently in early access. You can contact support@zohoinventory.com to enable it for your organisation.


To create replenishments, go to InventoryItems, click the item for which you want to configure replenishment, and under the locations tab, select Configure Locations.


Line-Item Level Custom Fields in Purchase Receives

You can now use item-level custom fields in purchase receives. These fields allow you to capture specific details for each item within the transaction. Additionally, when converting a purchase order to a purchase receive, any item-level custom fields defined in the purchase order will automatically carry over, ensuring a seamless flow of information.

To enable item custom fields in Purchase Receive, go to SettingsItemsField Customization. Ensure that Show when creating transactions is set to true, and include Purchase Receives in the Include in Modules field.


Xero Integration 

Xero integration is now supported in the South Africa edition of Zoho Inventory.


Quantity Picked in Sales Orders and Invoices

Track fulfilments easily and view the quantity picked for each item directly on the sales order details page and the Invoice edit screen. This visibility helps you monitor how much of an order has been picked and how much is pending.


UOM for Batch & Bin Tracked Items [Early Access]

You can now create transactions for batch and bin tracked items using your preferred units of measurement (UOM). During allocation, the quantities and availability will reflect in the same unit selected at the transaction level. The reports will continue to display values in the item’s base unit to ensure consistent tracking and accurate reporting.


Enhancements to the Picking Process

We now support external barcode scanners, including Zebra devices and other mobile handheld scanners. While native barcode scanning is already supported in the iOS app, external scanner support for iOS devices is coming soon. In addition, a new swipe gesture lets users quickly mark items as picked, and enhanced search and filter options make it easier to locate and select the right items during the picking process.


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.


Subcategory Filter in Reports

You can now filter reports by subcategories in several key modules, including Sales by Category, Inventory Valuation Summary. This gives you more accurate insight into item's performance andstock value across various category levels. The Purchase by Category report also includes a new Category filter for more refined analysis.

Allocate Landed Cost to Multiple Bills

Managing landed cost is now  easier than ever. You can now allocate a single landed cost across multiple bills in one go. Choose from the details page of bills “Allocate Landed Cost to Multiple Bills” option to distribute costs by quantity, value, dimensions, or weight. This enhancement ensures more accurate cost tracking and simplifies multiple bill processing.


To allocate landed cost to multiple bills, go to SalesBills, click your preferred bill, and in the details section, click the three dot icon > Allocate Landed Cost to Multiple Bills


Bulk Import Images for Items and Composite Items

Save time by uploading product images in bulk. You can now import images for items and composite items using a ZIP file, with images mapped to items via SKU. During the import, you can choose to replace existing images. Invalid SKUs or unsupported formats will be automatically skipped, and you’ll be notified of any failed import once the import process is complete.


To import the images for the items, Click on Items >Three dot icon in the top right corner > Import Item Images.


User Mentions in Picklist Comments

You can now collaborate better by mentioning users in picklist comments. When you tag a user in a comments section, they’ll receive an instant notification and once they click the notification, it will directly redirect them to the relevant picklist. This makes it easier to coordinate picking activities and ensure timely updates without switching tabs.

Assemblies

The new Assemblies module replaces the Bundles feature and gives you complete visibility into how products are built from components. This is built for businesses where items are physically assembled before making sales.

Why use Assemblies?

Assemblies are ideal when you’re creating finished goods from raw materials or components, like assembling a bicycle from tires, frames, and handlebars. Assemblies give you the structure you need for production-based businesses while keeping your inventory records accurate and traceable.

Key Highlights:

  • Dedicated Assemblies module under Inventory for full visibility and tracking.

  • Create custom views, personalise columns, and search/filter assemblies.

  • Generate detailed insights with the Assemblies Report to monitor output..


To create assemblies, go to InventoryAssemblies, create an assembly by clicking + New in the top right corner.


Kit Items

Kit Items allow you to sell groups of items together as a single unit without physically bundling or assembling them. Perfect for promotions, gift sets, or curated packages. Kits help combine items without changing how your inventory is stored.

What makes Kits useful?

  • Combine multiple items or services into one SKU.

  • Kits don’t require assembly, so stock is deducted from individual components when sold.

  • Create custom pricing to offer attractive deals.

  • Support for sales returns at the kit or individual component level.

To create kits, go to Inventory > Composite Items, select Kit Items in Item Type


That’s all for now, folks! We’re excited for you to try these new features and make the most of your inventory workflows. If you have feedback, we’d love to hear from you at support@zohoinventory.com.

Warm regards,
The Zoho Inventory Team


    • Recent Topics

    • In Zoho inventory Converting sales return to cerdit note from using Api from Creator Error details: {"code":-1,"message":"Invalid Sales Return ID."}

      In Zoho inventory Converting sales return to cerdit note from using Api from Creator Error details: {"code":-1,"message":"Invalid Sales Return ID."} this is button Function used in the Creator map Inventory.Create_Credit_note(int CRE_ID) { return_value
    • Zia should track how customer relationships evolve over time

      Here's a feature idea that I've been thinking about The Problem Zia is great at analyzing individual interactions email sentiment, call transcription, best time to contact. But here's what it can't do: tell you how a relationship has evolved over time.
    • FSM integration with Books

      Hi, I have spent a few months working with FSM and have come across a critical gap in the functionality, which I find almost shocking....either that, or I am an idiot. The lack of bi-directional sync between Books and FSM on Sales Orders/ Work Orders
    • How to Track Inventory Usage from Zoho FSM to Zoho Inventory?

      Hi everyone, We’re currently working on integrating Zoho FSM with Zoho Inventory, and we’ve encountered a challenge we’re hoping the community can help us understand better. Here’s the context: When we create a Work Order in Zoho FSM that involves parts
    • Set Field Mandatory by Client Script ZOHO CRM

      #Tips of the day We can set the field as mandatory by the client script var field_obj = ZDK.Page.getField('Custom_Field1'); field_obj.setMandatory(true); Custom_Field1 = Field API Name Apart from is if you have required any kind of Zoho work please do
    • associating products with accounts

      I have all my accounts and products in zoho now. I need to generate a sales order for an account. The product lookup feature on the sales order shows no products...how can I get them to appear.
    • Can we rely on order of returned ids when inserting multiple records?

      Hello! API https://www.zoho.com/crm/developer/docs/api/v8/insert-records.html does not mention that the response array will match the input array*, keeping this important information implicit and someone might have doubts to rely on it. (*the response
    • New UI for Writer - Disappointed

      I've been enjoying Zoho Writer as a new user for about 6 months, and I really like it. One of my favorite things about it is the menu bar, which you can hide or leave out while still seeing most of your page because it is off to the left. I think this
    • Zoho CRM Community Digest - February 2026 | Part 2

      In this edition, we’re highlighting a few more product enhancements, along with some helpful community discussions that explore everyday CRM scenarios from automating reminders and managing lead outreach to making the most of APIs and client scripts.
    • Dont want to list inactive items.

      If an item is made inactive, there is no point in showing it in the item list. Please provide an option to hide all inactive items in 'Preferences'. 
    • Client Script event on any field of a Detail page

      Hi everyone! I'd like to trigger a Client Script when a user modifies a field - any field - from the Account Details page, how can I do this? I don't want to trigger it on a specific field, but on all of them. Thanks in advance!
    • Tip #66 - Exploring Technician Console: Network Statistics - 'Insider Insights'

      Hello Zoho Assist Community! Have you ever wondered why a remote session feels sluggish, or wanted to check whether connectivity issues are on your end or the customer's? That's exactly where the Network Statistics feature in Zoho Assist comes to the
    • REFUND REQUEST FOR PLAN SUBSCRIPTION CANCELLED

      I have cancelled my Zoho Books subscription and would like to request a full refund for the subscription. Kindly process the refund at your earliest convenience.
    • Sales IQ - Bot Builder - Forward to Operator Action Card Improvement

      Hi team, It would be a great improvement to have an additional branch out of the Forward to Operator Action Card. I would like to allow 10 seconds for an operator to pick up the chat, if they don't or if they reject the chat I would like the Bot to continue
    • purchasing a pagkage

      goodmorning i want to pay for my monthly package but your app is sayinng i have insufficient funds yet i loaded money on my account yesterday though in our currency of ugx
    • Edit Receipt, how?

      Do you notice the big blank space in Receipt? I want to remove that. I know there is a template but that blank space, I can't seem to remove it. Please help. Thank you!
    • Can I export a TXF (TurboTax exchange format) file out of Zoho Books?

      Hello, I'm trying to do my US Small Business Taxes using Intuit's Turbo Tax. Can I export my expenses from Zoho Books to a TXF format file, so that it can then be imported into Turbo Tax? Thanks, Rajnesh
    • Tax inclusive and exclusive for Sales invoices

      Hello, where can I set my tax to be inclusive or exclusive for invoices in Zoho Books? There used to be a button for me to do that right above the products table. Can someone help me please? Thank you!
    • Unable to produce monthly P&L reports for previous years

      My company just migrated to Books this year. We have 5+ years financial data and need to generate a monthly P&L for 2019 and a monthly P&L YTD for 2020. The latter is easy, but I'm VERY surprised to learn that default reports in Zoho Books cannot create
    • ZOHO Reports are taking longer time to get refresh

      Hi Team, Since last few days, I'm facing issues in getting updated reports. For eg: right after making an expense entry or even posting a journal, it is taking longer then expected for the updated reports. Refer below: "You are viewing the report that
    • audio and video comments in tasks in zoho projects

      Hi, is it planned to have the ability to post audio and video comments? the whatsapp wechat format of communicating is a reality... tools like zoho project would facilitate a lot teamwork by facilitating the way in which we can give feedback in audio and video rather than only text. thx!
    • Looking for Zoho + Twilio Automation Specialist (Duda Website Integration)

      Hi everyone, I’m looking for an experienced Zoho specialist to help build a mostly automated CRM and booking system for my service business. I already have a live website built on Duda.co and need help integrating my existing forms into Zoho CRM (no rebuild
    • How To Implement an Auto-Check-out Feature for Attendance?

      If an employee forgets to check out, the system should automatically check out the employee at 6:30 PM
    • Zoho CRM For Everyone UI Rollout Begins for All Users

      Hello Partners, We have started rolling out the new Zoho CRM For Everyone UI as the default experience for all users. This update is being released in three phases based on organization size and account type. We want to keep you informed of the rollout
    • How to retreive the "To be received" value of an Item displayed in Zoho inventory.

      Hi everyone, We have our own Deluge code to generate a PO according to taget quantity and box quantity, pretty usefull and powerful! However, we want to reduce our quantity to order according to "To be received" variable. Seems like this might not even
    • Introducing Explainer Videos for Zoho Desk: Solve everyday challenges with simple configurations

      Dear everyone, We have created a set of short explainer videos that show how common support scenarios can be handled using simple configurations within the product. The solutions often lie in the plain sight, but go unnoticed. Through these videos we
    • Notifications Feeds unread count?

      How do I reset the unread count on feeds notifications?  I've opened every notification in the list.  And the count never goes to zero.
    • Simple reliable solution to convert MSG files for AOL Mail?

      A simple and reliable way to convert MSG files for AOL Mail is by using a professional tool MacGater Mac MSG Converter. This software allows users to quickly convert MSG files into formats compatible with AOL, such as MBOX or direct email migration. It
    • Zoho One Support is non existent...

      I've tried through Email, Chat, this community and finally through Phone. There is no way to receive an answer. Email = over a week and no answer Chat = not available Community = no answer at all Telephone = after clicking myself through the callcenter
    • Disable Zoho Contacts

      We don't want to use this app... How can we disable it?
    • Custom module - change from autonumber to name

      I fear I know the answer to this already, but thought I'd ask the question. I created a custom module and instead of having a name as being the primary field, I changed it to an auto-number. I didn't realise that all searches would only show this reference.
    • Dynamic Questions in Zoho Forms

      Is it possible to add dynamic questions (like displaying a user’s name) in Zoho Forms? I know this is possible in surveys, but can we implement similar functionality in Zoho Forms?
    • Introducing Zoho MCP for Bigin

      Hello Biginners! We're excited to introduce Zoho MCP for Bigin, a completely new way of interacting with Bigin data using AI. With Zoho MCP, you can securely connect your Bigin account with popular AI tools like Claude, Cursor, Windsurf, and VS Code,
    • [Action Required] : Update Shopify Access Scope to fetch complete order history

      Hello Shopify Users! Shopify has updated the access scope for apps under developer portal. With this change, the read_orders scope now provides access only to the last 60 days of order history. To access older historical orders, Shopify requires a separate
    • Advance Payment Record Removed When Deleting Applied Credit from Bill

      Hello, So while working with vendor advance payments, I noticed that removing the applied credit from a bill also removes the corresponding entry from the Payments Made section. What I did : Recorded an advance payment to a vendor through Payments Made.
    • How to Connect Zoho Books with e-Way Bill Portal (Step-by-Step Guide)

      Integrating Zoho Books with the e-Way Bill portal helps automate your logistics and compliance process. Follow the steps below to set it up easily: 🚀 How to Connect Zoho Books with e-Way Bill Portal (Step-by-Step Guide) Integrating Zoho Books with the
    • Is there a way to update all the start and end dates of tasks of a project after a calendar change?

      Hi! Here's my situation. I've built a complete project planning. All its tasks have start dates and due dates. After completing the planning, I've realized that the project calendar was not the right one. So I changed the project calendar. I now have
    • Lookup fields can't be used for anything important

      Hi It seems the lookup fields are mostly.... informative, you can at most link stuff between modules... You can't use lookup fields in blueprints, you can't use them in layout rules or anything... It that correct?
    • Zoho Writer Frequently not loading

      I've reported this as a problem already but I can't log into my email right now or get onto the main site so you're going to hear about it again here: at least once a week, Zoho Writer will just refuse to load entirely. The main page will load and load
    • Read Thread Details

      Does anyone know how to "read" the complete thread details in a ticket? I figured out how to pull a summary of the threads using a webhook, but it doesn't have all the details I want. I tried to create a loop in flow, which should have worked, but instead
    • Next Page