https://github.com/devidw/zoho-inventory-bulk-create-categories
Bulk create Zoho Inventory categories
https://github.com/devidw/zoho-inventory-bulk-create-categories
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.7%) to scientific vocabulary
Keywords
bookmarklet
bulk
bulk-operation
zoho
zoho-inventory
Last synced: 4 months ago
·
JSON representation
Repository
Bulk create Zoho Inventory categories
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
bookmarklet
bulk
bulk-operation
zoho
zoho-inventory
Created almost 4 years ago
· Last pushed almost 4 years ago
Metadata Files
Readme
README.adoc
= 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.
[source,js]
----
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
+++
+++
. Add the bookmarklet to your browser's bookmarks bar.
. Edit an item in Zoho Inventory and open the _Manage Categories_ Dialog (make sure you have at least one category).
. 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.
Owner
- Name: David Wolf
- Login: devidw
- Kind: user
- Location: The Zone
- Website: https://david.wolf.gdn
- Repositories: 159
- Profile: https://github.com/devidw
// uncommenting
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0