SOS Inventory Expanded BOM analysis

Helps you plan an assembly batch if using the SOS inventory software.

SOS Inventory Expanded BOM analysis क्या है?

SOS Inventory Expanded BOM analysis Tyto Robotics Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps you plan an assembly batch if using the SOS inventory software."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SOS Inventory Expanded BOM analysis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Helps you plan an assembly batch if using the SOS inventory software. It gives additional details in the expanded BOM report such as a shopping list. This plugin also adds a convenience popup in the items list to query the quantity by location. 

To use, simply activate the extension and navigate to this page:
https://live.sosinventory.com/ReportV2/ExpandedBOM

The plugin will automatically generate the assembly graph when it detects a new report.

The plugin is unable to know an item is inventory or non-inventory (infinite quantity available). To let the plugin know, simply add "NON-INVENTORY" anywhere in the item's name and it will interpret this item as non-inventory.

Updated on April 3rd 2023 to fix stock query tool incorrect result due to date format.
Updated on July 29th 2020 to fix stock query tool incorrect result.
Updated on May 14th 2020 to support NON-INVENTORY parts.
Updated on Mar. 3rd 2020 to fix more bugs.
Updated on Feb. 28th 2020 to fix some bugs.
Updated on Feb. 26th 2020 to fetch stock by location data.
Updated on Dec. 10th 2019 to support the new SOS Inventory expanded BOM report V2.

Note that this software is a third-party plugin provided as is, and is not supported/developed by SOS Inventory. Lead developer: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम SOS Inventory Expanded BOM analysis SOS Inventory Expanded BOM analysis
ID gaagnhhhedijgpocmjncgomnoheibalo
आधिकारिक URL https://chromewebstore.google.com/detail/sos-inventory-expanded-bo/gaagnhhhedijgpocmjncgomnoheibalo
विवरण Helps you plan an assembly batch if using the SOS inventory software.
फ़ाइल का आकार 739 KB
स्थापना संख्या 66
वर्तमान संस्करण 1.2.9
अंतिम अपडेट 2023-04-04
प्रकाशन तिथि 2020-05-15
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Tyto Robotics Inc.
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SOS Inventory Expanded BOM analysis",
    "version": "1.2.9",
    "description": "Helps you plan an assembly batch if using the SOS inventory software.",
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "nodes.png",
        "where.png"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "iconpopup.html"
    },
    "content_scripts": [
        {
            "js": [
                "mathHelper.js",
                "jquery-3.2.1.min.js",
                "\/jquery-ui-1.12.1\/jquery-ui.min.js",
                "tabulator.min.js",
                "d3.v3.min.js",
                "treeNodes.js",
                "sosParse.js",
                "tabs.js",
                "render.js",
                "report.js",
                "background.js"
            ],
            "matches": [
                "https:\/\/live.sosinventory.com\/ReportV2\/ExpandedBOM",
                "https:\/\/live.sosinventory.com\/Item"
            ],
            "css": [
                "tabs.css",
                "render.css",
                "tabulator.min.css",
                "treeNodes.css",
                "background.css"
            ]
        }
    ]
}