Skip to content

devidw/zoho-inventory-bulk-create-categories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bulk create Zoho Inventory categories

When running a .csv items import in Zoho Inventory, the categories are not created automatically. Instead, only existing categories are assigned to the items.

The below bookmarklet allows you to bulk create the categories in Zoho Inventory.

javascript:(function(){
    const script = document.createElement('script');
    script.setAttribute('src', 'https://cdn.jsdelivr.net/gh/devidw/zoho-inventory-bulk-create-categories/index.js');
    document.body.appendChild(script);
}())

Usage

  1. Add the bookmarklet to your browser’s bookmarks bar.

  2. Edit an item in Zoho Inventory and open the Manage Categories Dialog (make sure you have at least one category).

  3. Execute the bookmarklet.

    Once you execute the bookmarklet, you will be prompted to enter the categories you want to create. You can enter multiple categories separated by a comma. White spaces are trimmed before the categories are created.

    NOTE

    If you are migrating categories from one Zoho Inventory organization to another, you can simply copy all the category names from the tree vie in your one organization by selecting them all. Now you have a newline separated list in your clipboard, when you have copied your selection. Simply replace the new lines with commas using an online text processor of your choice, and paste the comma separated list into the bookmarklet prompt.

Releases

No releases published

Sponsor this project

 

Packages

No packages published