diff --git a/.gitignore b/.gitignore index b27337a..f3e02be 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,13 @@ # Temp files *.json.tmp -*.tmp.json \ No newline at end of file +*.tmp.json + +# InvenTree project files +env/ +static/ +*.sqlite3 +*.journal +*.yaml +*.yml +*.txt \ No newline at end of file diff --git a/inventree_data.json b/inventree_data.json index dd7b800..023363d 100644 --- a/inventree_data.json +++ b/inventree_data.json @@ -4,7 +4,7 @@ "pk": 1, "fields": { "password": "pbkdf2_sha256$260000$NNqALp0c36DPuISI5Q6iM3$+ILiuXGdDbEo4PXR5myUO/zHaNXhzHMPdtN2lZaKrg8=", - "last_login": "2021-06-20T05:54:28.698Z", + "last_login": "2021-07-28T12:51:26.950Z", "is_superuser": true, "username": "admin", "first_name": "", @@ -21,312 +21,498 @@ "model": "common.inventreesetting", "pk": 1, "fields": { - "key": "INVENTREE_LATEST_VERSION", - "value": "" + "value": "0.4.0", + "key": "INVENTREE_LATEST_VERSION" } }, { "model": "common.inventreesetting", "pk": 2, "fields": { - "key": "INVENTREE_INSTANCE_TITLE", - "value": "False" + "value": "False", + "key": "INVENTREE_INSTANCE_TITLE" } }, { "model": "common.inventreesetting", "pk": 3, "fields": { - "key": "BARCODE_ENABLE", - "value": "True" + "value": "True", + "key": "BARCODE_ENABLE" } }, { "model": "common.inventreesetting", "pk": 4, "fields": { - "key": "REPORT_ENABLE_TEST_REPORT", - "value": "True" + "value": "True", + "key": "REPORT_ENABLE_TEST_REPORT" } }, { "model": "common.inventreesetting", "pk": 5, "fields": { - "key": "PART_RECENT_COUNT", - "value": "10" + "value": "10", + "key": "PART_RECENT_COUNT" } }, { "model": "common.inventreesetting", "pk": 6, "fields": { - "key": "STOCK_RECENT_COUNT", - "value": "10" + "value": "10", + "key": "STOCK_RECENT_COUNT" } }, { "model": "common.inventreesetting", "pk": 7, "fields": { - "key": "STOCK_ENABLE_EXPIRY", - "value": "True" + "value": "True", + "key": "STOCK_ENABLE_EXPIRY" } }, { "model": "common.inventreesetting", "pk": 8, "fields": { - "key": "PURCHASEORDER_REFERENCE_PREFIX", - "value": "PO" + "value": "PO", + "key": "PURCHASEORDER_REFERENCE_PREFIX" } }, { "model": "common.inventreesetting", "pk": 9, "fields": { - "key": "SALESORDER_REFERENCE_PREFIX", - "value": "SO" + "value": "SO", + "key": "SALESORDER_REFERENCE_PREFIX" } }, { "model": "common.inventreesetting", "pk": 10, "fields": { - "key": "BUILDORDER_REFERENCE_PREFIX", - "value": "BO" + "value": "BO", + "key": "BUILDORDER_REFERENCE_PREFIX" } }, { "model": "common.inventreesetting", "pk": 11, "fields": { - "key": "STOCK_GROUP_BY_PART", - "value": "True" + "value": "True", + "key": "STOCK_GROUP_BY_PART" } }, { "model": "common.inventreesetting", "pk": 12, "fields": { - "key": "STOCK_STALE_DAYS", - "value": "90" + "value": "90", + "key": "STOCK_STALE_DAYS" } }, { "model": "common.inventreesetting", "pk": 13, "fields": { - "key": "INVENTREE_DOWNLOAD_FROM_URL", - "value": "False" + "value": "False", + "key": "INVENTREE_DOWNLOAD_FROM_URL" } }, { "model": "common.inventreesetting", "pk": 14, "fields": { - "key": "STOCK_OWNERSHIP_CONTROL", - "value": "False" + "value": "False", + "key": "STOCK_OWNERSHIP_CONTROL" } }, { "model": "common.inventreesetting", "pk": 15, "fields": { - "key": "INVENTREE_INSTANCE", - "value": "InvenTree Demo Server" + "value": "InvenTree Demo Server", + "key": "INVENTREE_INSTANCE" } }, { "model": "common.inventreesetting", "pk": 16, "fields": { - "key": "INVENTREE_BASE_URL", - "value": "" + "value": "", + "key": "INVENTREE_BASE_URL" } }, { "model": "common.inventreesetting", "pk": 17, "fields": { - "key": "INVENTREE_COMPANY_NAME", - "value": "My company name" + "value": "My company name", + "key": "INVENTREE_COMPANY_NAME" } }, { "model": "common.inventreesetting", "pk": 18, "fields": { - "key": "REPORT_DEFAULT_PAGE_SIZE", - "value": "A4" + "value": "A4", + "key": "REPORT_DEFAULT_PAGE_SIZE" } }, { "model": "common.inventreesetting", "pk": 19, "fields": { - "key": "REPORT_DEBUG_MODE", - "value": "False" + "value": "False", + "key": "REPORT_DEBUG_MODE" } }, { "model": "common.inventreesetting", "pk": 20, "fields": { - "key": "PART_IPN_REGEX", - "value": "" + "value": "", + "key": "PART_IPN_REGEX" } }, { "model": "common.inventreesetting", "pk": 21, "fields": { - "key": "PART_ALLOW_DUPLICATE_IPN", - "value": "True" + "value": "True", + "key": "PART_ALLOW_DUPLICATE_IPN" } }, { "model": "common.inventreesetting", "pk": 22, "fields": { - "key": "PART_ALLOW_EDIT_IPN", - "value": "True" + "value": "True", + "key": "PART_ALLOW_EDIT_IPN" } }, { "model": "common.inventreesetting", "pk": 23, "fields": { - "key": "PART_SHOW_QUANTITY_IN_FORMS", - "value": "True" + "value": "True", + "key": "PART_SHOW_QUANTITY_IN_FORMS" } }, { "model": "common.inventreesetting", "pk": 24, "fields": { - "key": "PART_TEMPLATE", - "value": "False" + "value": "False", + "key": "PART_TEMPLATE" } }, { "model": "common.inventreesetting", "pk": 25, "fields": { - "key": "PART_ASSEMBLY", - "value": "False" + "value": "False", + "key": "PART_ASSEMBLY" } }, { "model": "common.inventreesetting", "pk": 26, "fields": { - "key": "PART_COMPONENT", - "value": "True" + "value": "True", + "key": "PART_COMPONENT" } }, { "model": "common.inventreesetting", "pk": 27, "fields": { - "key": "PART_TRACKABLE", - "value": "False" + "value": "False", + "key": "PART_TRACKABLE" } }, { "model": "common.inventreesetting", "pk": 28, "fields": { - "key": "PART_PURCHASEABLE", - "value": "False" + "value": "False", + "key": "PART_PURCHASEABLE" } }, { "model": "common.inventreesetting", "pk": 29, "fields": { - "key": "PART_SALABLE", - "value": "False" + "value": "False", + "key": "PART_SALABLE" } }, { "model": "common.inventreesetting", "pk": 30, "fields": { - "key": "PART_VIRTUAL", - "value": "False" + "value": "False", + "key": "PART_VIRTUAL" } }, { "model": "common.inventreesetting", "pk": 31, "fields": { - "key": "PART_COPY_BOM", - "value": "True" + "value": "True", + "key": "PART_COPY_BOM" } }, { "model": "common.inventreesetting", "pk": 32, "fields": { - "key": "PART_COPY_PARAMETERS", - "value": "True" + "value": "True", + "key": "PART_COPY_PARAMETERS" } }, { "model": "common.inventreesetting", "pk": 33, "fields": { - "key": "PART_COPY_TESTS", - "value": "True" + "value": "True", + "key": "PART_COPY_TESTS" } }, { "model": "common.inventreesetting", "pk": 34, "fields": { - "key": "PART_CATEGORY_PARAMETERS", - "value": "True" + "value": "True", + "key": "PART_CATEGORY_PARAMETERS" } }, { "model": "common.inventreesetting", "pk": 35, "fields": { - "key": "PART_INTERNAL_PRICE", - "value": "False" + "value": "False", + "key": "PART_INTERNAL_PRICE" } }, { "model": "common.inventreesetting", "pk": 36, "fields": { - "key": "PART_BOM_USE_INTERNAL_PRICE", - "value": "False" + "value": "False", + "key": "PART_BOM_USE_INTERNAL_PRICE" } }, { "model": "common.inventreesetting", "pk": 37, "fields": { - "key": "STOCK_ALLOW_EXPIRED_SALE", - "value": "False" + "value": "False", + "key": "STOCK_ALLOW_EXPIRED_SALE" } }, { "model": "common.inventreesetting", "pk": 38, "fields": { - "key": "STOCK_ALLOW_EXPIRED_BUILD", - "value": "False" + "value": "False", + "key": "STOCK_ALLOW_EXPIRED_BUILD" } }, { "model": "common.inventreesetting", "pk": 39, "fields": { - "key": "BUILDORDER_REFERENCE_REGEX", - "value": "" + "value": "", + "key": "BUILDORDER_REFERENCE_REGEX" + } + }, + { + "model": "common.inventreesetting", + "pk": 40, + "fields": { + "value": "USD", + "key": "INVENTREE_DEFAULT_CURRENCY" + } + }, + { + "model": "common.inventreesetting", + "pk": 41, + "fields": { + "value": "True", + "key": "PART_SHOW_RELATED" + } + }, + { + "model": "common.inventreesetting", + "pk": 42, + "fields": { + "value": "False", + "key": "PART_SHOW_IMPORT" + } + }, + { + "model": "common.inventreeusersetting", + "pk": 1, + "fields": { + "value": "10", + "key": "SEARCH_PREVIEW_RESULTS", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 2, + "fields": { + "value": "True", + "key": "HOMEPAGE_PART_STARRED", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 3, + "fields": { + "value": "True", + "key": "HOMEPAGE_PART_LATEST", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 4, + "fields": { + "value": "True", + "key": "HOMEPAGE_BOM_VALIDATION", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 5, + "fields": { + "value": "10", + "key": "PART_RECENT_COUNT", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 6, + "fields": { + "value": "True", + "key": "HOMEPAGE_STOCK_RECENT", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 7, + "fields": { + "value": "True", + "key": "HOMEPAGE_STOCK_LOW", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 8, + "fields": { + "value": "True", + "key": "HOMEPAGE_STOCK_DEPLETED", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 9, + "fields": { + "value": "True", + "key": "HOMEPAGE_STOCK_NEEDED", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 10, + "fields": { + "value": "True", + "key": "HOMEPAGE_STOCK_EXPIRED", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 11, + "fields": { + "value": "True", + "key": "HOMEPAGE_STOCK_STALE", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 12, + "fields": { + "value": "10", + "key": "STOCK_RECENT_COUNT", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 13, + "fields": { + "value": "True", + "key": "HOMEPAGE_BUILD_PENDING", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 14, + "fields": { + "value": "True", + "key": "HOMEPAGE_BUILD_OVERDUE", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 15, + "fields": { + "value": "True", + "key": "HOMEPAGE_PO_OUTSTANDING", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 16, + "fields": { + "value": "True", + "key": "HOMEPAGE_PO_OVERDUE", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 17, + "fields": { + "value": "True", + "key": "HOMEPAGE_SO_OUTSTANDING", + "user": 1 + } + }, + { + "model": "common.inventreeusersetting", + "pk": 18, + "fields": { + "value": "True", + "key": "HOMEPAGE_SO_OVERDUE", + "user": 1 } }, { @@ -389,6 +575,5206 @@ "currency": "AUD" } }, + { + "model": "company.company", + "pk": 4, + "fields": { + "name": "Susumu", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": "", + "contact": "", + "link": "", + "image": "company_images/company_4_img.png", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 5, + "fields": { + "name": "Yageo", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": "", + "contact": "", + "link": "", + "image": "company_images/company_5_img.jpg", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 6, + "fields": { + "name": "Panasonic Electronic Components", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": "", + "contact": "", + "link": "", + "image": "company_images/company_6_img.jpg", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 7, + "fields": { + "name": "TE Connectivity Passive Product", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": "", + "contact": "", + "link": "", + "image": "company_images/company_7_img.jpg", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 12, + "fields": { + "name": "Vishay Dale", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": null, + "contact": "", + "link": "", + "image": "company_images/company_12_img.jpg", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 13, + "fields": { + "name": "Bourns Inc.", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": null, + "contact": "", + "link": "", + "image": "company_images/company_13_img.jpg", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 14, + "fields": { + "name": "Stackpole Electronics Inc", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": null, + "contact": "", + "link": "", + "image": "company_images/company_14_img.png", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 15, + "fields": { + "name": "KOA Speer Electronics, Inc.", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": null, + "contact": "", + "link": "", + "image": "company_images/company_15_img.jpg", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 17, + "fields": { + "name": "Rohm Semiconductor", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": null, + "contact": "", + "link": "", + "image": "company_images/company_17_img.png", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 19, + "fields": { + "name": "Delta Electronics/Cyntec", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": null, + "contact": "", + "link": "", + "image": "company_images/company_19_img.jpg", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 20, + "fields": { + "name": "Riedon", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": null, + "contact": "", + "link": "", + "image": "company_images/company_20_img.jpg", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 22, + "fields": { + "name": "Samsung Electro-Mechanics", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": null, + "contact": "", + "link": "", + "image": "company_images/company_22_img.jpg", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 23, + "fields": { + "name": "AVX Corporation", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": null, + "contact": "", + "link": "", + "image": "company_images/company_23_img.png", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 25, + "fields": { + "name": "W\u00fcrth Elektronik", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": null, + "contact": "", + "link": "", + "image": "company_images/company_25_img.jpg", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 26, + "fields": { + "name": "TDK Corporation", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": null, + "contact": "", + "link": "", + "image": "company_images/company_26_img.jpg", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 27, + "fields": { + "name": "Murata Electronics", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": null, + "contact": "", + "link": "", + "image": "company_images/company_27_img.png", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 28, + "fields": { + "name": "KEMET", + "description": "", + "website": "", + "address": "", + "phone": "", + "email": null, + "contact": "", + "link": "", + "image": "company_images/company_28_img.jpg", + "notes": "", + "is_customer": false, + "is_supplier": false, + "is_manufacturer": true, + "currency": "USD" + } + }, + { + "model": "company.manufacturerpart", + "pk": 1, + "fields": { + "part": 43, + "manufacturer": 4, + "MPN": "RR0510P-104-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 2, + "fields": { + "part": 43, + "manufacturer": 5, + "MPN": "RT0402BRD07100KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 3, + "fields": { + "part": 43, + "manufacturer": 6, + "MPN": "ERA-2AEB104X", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 4, + "fields": { + "part": 43, + "manufacturer": 7, + "MPN": "CPF0402B100KE1", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 9, + "fields": { + "part": 44, + "manufacturer": 12, + "MPN": "RCA0603100KFKEAHP", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 10, + "fields": { + "part": 44, + "manufacturer": 13, + "MPN": "CRT0603-BY-1003ELF", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 11, + "fields": { + "part": 45, + "manufacturer": 14, + "MPN": "RMCF0805FT100K", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 12, + "fields": { + "part": 28, + "manufacturer": 15, + "MPN": "RN731ETTP1002B25", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 14, + "fields": { + "part": 17, + "manufacturer": 17, + "MPN": "ESR03EZPF1001", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 16, + "fields": { + "part": 22, + "manufacturer": 19, + "MPN": "PFR02S-472-FNH", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 17, + "fields": { + "part": 24, + "manufacturer": 20, + "MPN": "PCR0805-4K7J1", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 18, + "fields": { + "part": 43, + "manufacturer": 4, + "MPN": "RG1005P-104-B-T5", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 19, + "fields": { + "part": 44, + "manufacturer": 4, + "MPN": "RR0816P-104-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 20, + "fields": { + "part": 44, + "manufacturer": 4, + "MPN": "RG1608P-104-B-T5", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 21, + "fields": { + "part": 44, + "manufacturer": 4, + "MPN": "RG1608N-104-W-T1", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 22, + "fields": { + "part": 45, + "manufacturer": 4, + "MPN": "RR1220P-104-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 23, + "fields": { + "part": 45, + "manufacturer": 4, + "MPN": "RG2012P-104-B-T5", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 24, + "fields": { + "part": 45, + "manufacturer": 12, + "MPN": "TNPW0805100KBEEA", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 25, + "fields": { + "part": 45, + "manufacturer": 4, + "MPN": "RG2012N-104-W-T1", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 26, + "fields": { + "part": 28, + "manufacturer": 6, + "MPN": "ERJ-XGNJ103Y", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 27, + "fields": { + "part": 28, + "manufacturer": 15, + "MPN": "RN73H1ETTP1002B25", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 28, + "fields": { + "part": 28, + "manufacturer": 12, + "MPN": "TNPW040210K0BEED", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 29, + "fields": { + "part": 28, + "manufacturer": 7, + "MPN": "CPF0402B10KE1", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 30, + "fields": { + "part": 29, + "manufacturer": 14, + "MPN": "RMCF0201FT10K0", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 31, + "fields": { + "part": 29, + "manufacturer": 5, + "MPN": "RC0201JR-0710KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 32, + "fields": { + "part": 29, + "manufacturer": 6, + "MPN": "ERJ-1GNF1002C", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 33, + "fields": { + "part": 29, + "manufacturer": 12, + "MPN": "CRCW020110K0FNED", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 34, + "fields": { + "part": 29, + "manufacturer": 14, + "MPN": "RNCP0603FTD10K0", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 35, + "fields": { + "part": 30, + "manufacturer": 4, + "MPN": "RR1220P-103-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 36, + "fields": { + "part": 30, + "manufacturer": 6, + "MPN": "ERA-6AEB103V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 37, + "fields": { + "part": 30, + "manufacturer": 7, + "MPN": "2176093-5", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 38, + "fields": { + "part": 30, + "manufacturer": 4, + "MPN": "RG2012N-103-W-T1", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 40, + "fields": { + "part": 16, + "manufacturer": 5, + "MPN": "RT0402FRE071KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 42, + "fields": { + "part": 16, + "manufacturer": 5, + "MPN": "RC0100FR-071KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 43, + "fields": { + "part": 16, + "manufacturer": 4, + "MPN": "RG1005P-102-B-T5", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 44, + "fields": { + "part": 16, + "manufacturer": 12, + "MPN": "TNPW04021K00BEED", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 45, + "fields": { + "part": 17, + "manufacturer": 5, + "MPN": "RC0201FR-071KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 46, + "fields": { + "part": 17, + "manufacturer": 4, + "MPN": "RR0816P-102-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 47, + "fields": { + "part": 17, + "manufacturer": 12, + "MPN": "CRCW02011K00FKED", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 48, + "fields": { + "part": 17, + "manufacturer": 6, + "MPN": "ERA-3AEB102V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 49, + "fields": { + "part": 18, + "manufacturer": 14, + "MPN": "RNCP0805FTD1K00", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 50, + "fields": { + "part": 18, + "manufacturer": 4, + "MPN": "RR1220P-102-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 51, + "fields": { + "part": 18, + "manufacturer": 4, + "MPN": "RG2012P-102-B-T5", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 52, + "fields": { + "part": 18, + "manufacturer": 4, + "MPN": "RG2012P-3013-B-T5", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 53, + "fields": { + "part": 18, + "manufacturer": 12, + "MPN": "TNPW08051K00BEEA", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 54, + "fields": { + "part": 19, + "manufacturer": 5, + "MPN": "RT0402FRE072K2L", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 55, + "fields": { + "part": 19, + "manufacturer": 17, + "MPN": "SFR01MZPF2201", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 56, + "fields": { + "part": 19, + "manufacturer": 6, + "MPN": "ERA-2AEB4222X", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 57, + "fields": { + "part": 19, + "manufacturer": 4, + "MPN": "RG1005P-222-B-T5", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 58, + "fields": { + "part": 19, + "manufacturer": 12, + "MPN": "TNPW04022K20BEED", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 59, + "fields": { + "part": 20, + "manufacturer": 6, + "MPN": "ERA-3AEB222V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 60, + "fields": { + "part": 20, + "manufacturer": 14, + "MPN": "RMCF0201JT2K20", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 61, + "fields": { + "part": 20, + "manufacturer": 14, + "MPN": "RMCF0201FT2K20", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 62, + "fields": { + "part": 20, + "manufacturer": 5, + "MPN": "RC0603FR-072K2L", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 63, + "fields": { + "part": 20, + "manufacturer": 6, + "MPN": "ERJ-1GNJ222C", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 64, + "fields": { + "part": 21, + "manufacturer": 6, + "MPN": "ERA-6AEB222V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 65, + "fields": { + "part": 21, + "manufacturer": 17, + "MPN": "ESR10EZPJ222", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 66, + "fields": { + "part": 21, + "manufacturer": 4, + "MPN": "RR1220P-222-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 67, + "fields": { + "part": 21, + "manufacturer": 17, + "MPN": "KTR10EZPF2201", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 68, + "fields": { + "part": 21, + "manufacturer": 6, + "MPN": "ERA-6AEB4222V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 69, + "fields": { + "part": 46, + "manufacturer": 12, + "MPN": "TNPW040220K0BEED", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 70, + "fields": { + "part": 46, + "manufacturer": 7, + "MPN": "CRGCQ0402F220K", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 72, + "fields": { + "part": 46, + "manufacturer": 12, + "MPN": "TNPW040220K3BEED", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 73, + "fields": { + "part": 46, + "manufacturer": 13, + "MPN": "CR0402-FX-2203GLF", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 74, + "fields": { + "part": 47, + "manufacturer": 6, + "MPN": "ERJ-1GNJ224C", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 75, + "fields": { + "part": 47, + "manufacturer": 7, + "MPN": "CRGCQ0603F220K", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 76, + "fields": { + "part": 47, + "manufacturer": 5, + "MPN": "RC0201FR-07220KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 77, + "fields": { + "part": 47, + "manufacturer": 6, + "MPN": "ERJ-1GNF2203C", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 78, + "fields": { + "part": 47, + "manufacturer": 6, + "MPN": "ERA-3AEB224V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 79, + "fields": { + "part": 48, + "manufacturer": 7, + "MPN": "CRG0805F220K", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 80, + "fields": { + "part": 48, + "manufacturer": 7, + "MPN": "CRGCQ0805F220K", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 81, + "fields": { + "part": 48, + "manufacturer": 4, + "MPN": "RR1220P-224-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 82, + "fields": { + "part": 48, + "manufacturer": 17, + "MPN": "KTR10EZPF2203", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 83, + "fields": { + "part": 48, + "manufacturer": 4, + "MPN": "RG2012P-224-B-T5", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 84, + "fields": { + "part": 31, + "manufacturer": 6, + "MPN": "ERA-2AEB223X", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 85, + "fields": { + "part": 31, + "manufacturer": 12, + "MPN": "TNPW04022K00BEED", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 86, + "fields": { + "part": 31, + "manufacturer": 12, + "MPN": "TNPW040222K1BEED", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 87, + "fields": { + "part": 31, + "manufacturer": 5, + "MPN": "RC0402FR-0722KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 88, + "fields": { + "part": 31, + "manufacturer": 4, + "MPN": "RR0510P-223-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 89, + "fields": { + "part": 32, + "manufacturer": 5, + "MPN": "RC0603FR-0722KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 90, + "fields": { + "part": 32, + "manufacturer": 6, + "MPN": "ERJ-1GNJ223C", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 91, + "fields": { + "part": 32, + "manufacturer": 5, + "MPN": "RC0201JR-0722KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 92, + "fields": { + "part": 32, + "manufacturer": 7, + "MPN": "CRGCQ0603F22K", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 93, + "fields": { + "part": 32, + "manufacturer": 5, + "MPN": "RC0201FR-0722KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 94, + "fields": { + "part": 33, + "manufacturer": 4, + "MPN": "RG2012L-223-L-T05", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 95, + "fields": { + "part": 33, + "manufacturer": 14, + "MPN": "RNCP0805FTD22K1", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 96, + "fields": { + "part": 33, + "manufacturer": 4, + "MPN": "RR1220P-223-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 97, + "fields": { + "part": 33, + "manufacturer": 6, + "MPN": "ERA-6AEB4223V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 98, + "fields": { + "part": 33, + "manufacturer": 6, + "MPN": "ERA-6AEB4221V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 99, + "fields": { + "part": 22, + "manufacturer": 6, + "MPN": "ERA-2AEB472X", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 100, + "fields": { + "part": 22, + "manufacturer": 4, + "MPN": "RG1005P-472-B-T5", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 101, + "fields": { + "part": 22, + "manufacturer": 12, + "MPN": "TNPW04024K70BEED", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 102, + "fields": { + "part": 22, + "manufacturer": 15, + "MPN": "RK73B1ETTP472J", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 103, + "fields": { + "part": 23, + "manufacturer": 12, + "MPN": "CRCW02014K70FKED", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 104, + "fields": { + "part": 23, + "manufacturer": 6, + "MPN": "ERA-3AEB472V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 105, + "fields": { + "part": 23, + "manufacturer": 4, + "MPN": "RG1608P-472-B-T5", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 106, + "fields": { + "part": 23, + "manufacturer": 12, + "MPN": "TNPW06034K70BEEA", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 107, + "fields": { + "part": 23, + "manufacturer": 14, + "MPN": "RMCF0603FT4K70", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 108, + "fields": { + "part": 24, + "manufacturer": 7, + "MPN": "CRG0805F4K7", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 109, + "fields": { + "part": 24, + "manufacturer": 17, + "MPN": "KTR10EZPF4701", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 110, + "fields": { + "part": 24, + "manufacturer": 6, + "MPN": "ERA-6AEB1472V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 111, + "fields": { + "part": 24, + "manufacturer": 4, + "MPN": "RG2012P-472-B-T5", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 112, + "fields": { + "part": 34, + "manufacturer": 6, + "MPN": "ERA-2AEB473X", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 113, + "fields": { + "part": 34, + "manufacturer": 4, + "MPN": "RG1005P-473-B-T5", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 114, + "fields": { + "part": 34, + "manufacturer": 5, + "MPN": "RC0402FR-0747KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 115, + "fields": { + "part": 34, + "manufacturer": 7, + "MPN": "CRGCQ0402F47K", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 116, + "fields": { + "part": 34, + "manufacturer": 5, + "MPN": "RT0402BRE0747KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 117, + "fields": { + "part": 35, + "manufacturer": 6, + "MPN": "ERJ-1GNJ473C", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 118, + "fields": { + "part": 35, + "manufacturer": 5, + "MPN": "RC0201FR-0747KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 119, + "fields": { + "part": 35, + "manufacturer": 5, + "MPN": "RC0201FR-0747K5L", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 120, + "fields": { + "part": 35, + "manufacturer": 5, + "MPN": "RC0201FR-07147KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 121, + "fields": { + "part": 35, + "manufacturer": 6, + "MPN": "ERJ-1GNF4702C", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 122, + "fields": { + "part": 36, + "manufacturer": 7, + "MPN": "CRGCQ0805F47K", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 123, + "fields": { + "part": 36, + "manufacturer": 17, + "MPN": "KTR10EZPF4702", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 124, + "fields": { + "part": 36, + "manufacturer": 6, + "MPN": "ERA-6AEB473V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 125, + "fields": { + "part": 36, + "manufacturer": 6, + "MPN": "ERA-6AEB1473V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 126, + "fields": { + "part": 36, + "manufacturer": 4, + "MPN": "RG2012P-473-B-T5", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 127, + "fields": { + "part": 25, + "manufacturer": 4, + "MPN": "RR0510P-562-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 128, + "fields": { + "part": 25, + "manufacturer": 5, + "MPN": "RT0402BRD075K6L", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 129, + "fields": { + "part": 25, + "manufacturer": 4, + "MPN": "RG1005P-562-B-T5", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 130, + "fields": { + "part": 25, + "manufacturer": 14, + "MPN": "RMCF0402FT5K60", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 131, + "fields": { + "part": 25, + "manufacturer": 6, + "MPN": "ERJ-2RKF5601X", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 132, + "fields": { + "part": 26, + "manufacturer": 6, + "MPN": "ERJ-1GNF5601C", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 133, + "fields": { + "part": 26, + "manufacturer": 12, + "MPN": "CRCW02015K60FNED", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 134, + "fields": { + "part": 26, + "manufacturer": 4, + "MPN": "RR0816P-562-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 135, + "fields": { + "part": 26, + "manufacturer": 12, + "MPN": "CRCW02015K60FKED", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 136, + "fields": { + "part": 26, + "manufacturer": 14, + "MPN": "RMCF0603FT5K60", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 137, + "fields": { + "part": 27, + "manufacturer": 6, + "MPN": "ERA-6AEB562V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 138, + "fields": { + "part": 27, + "manufacturer": 14, + "MPN": "RMCF0805FT5K60", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 139, + "fields": { + "part": 27, + "manufacturer": 5, + "MPN": "RC0805FR-075K6L", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 140, + "fields": { + "part": 27, + "manufacturer": 17, + "MPN": "KTR10EZPF5601", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 141, + "fields": { + "part": 27, + "manufacturer": 7, + "MPN": "CPF0805B5K6E1", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 142, + "fields": { + "part": 37, + "manufacturer": 4, + "MPN": "RR0510P-563-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 143, + "fields": { + "part": 37, + "manufacturer": 6, + "MPN": "ERA-2AEB563X", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 144, + "fields": { + "part": 37, + "manufacturer": 12, + "MPN": "TNPW04025K56BEED", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 145, + "fields": { + "part": 37, + "manufacturer": 5, + "MPN": "RC0402FR-0756K2L", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 146, + "fields": { + "part": 37, + "manufacturer": 15, + "MPN": "RK73B1ETTP563J", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 147, + "fields": { + "part": 38, + "manufacturer": 5, + "MPN": "RC0201FR-0756KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 148, + "fields": { + "part": 38, + "manufacturer": 6, + "MPN": "ERJ-1GNF5602C", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 149, + "fields": { + "part": 38, + "manufacturer": 4, + "MPN": "RR0816P-563-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 150, + "fields": { + "part": 38, + "manufacturer": 7, + "MPN": "CRGP0603F56K", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 151, + "fields": { + "part": 38, + "manufacturer": 12, + "MPN": "CRCW020156K2FKED", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 152, + "fields": { + "part": 39, + "manufacturer": 7, + "MPN": "CRG0805F56K", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 153, + "fields": { + "part": 39, + "manufacturer": 7, + "MPN": "CRGCQ0805F56K", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 154, + "fields": { + "part": 39, + "manufacturer": 4, + "MPN": "RR1220P-563-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 155, + "fields": { + "part": 39, + "manufacturer": 6, + "MPN": "ERA-6AEB563V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 156, + "fields": { + "part": 39, + "manufacturer": 14, + "MPN": "RMCF0805FT56K0", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 157, + "fields": { + "part": 40, + "manufacturer": 7, + "MPN": "CRGCQ0402F68K", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 158, + "fields": { + "part": 40, + "manufacturer": 4, + "MPN": "RR0510P-683-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 159, + "fields": { + "part": 40, + "manufacturer": 6, + "MPN": "ERA-2AEB683X", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 160, + "fields": { + "part": 40, + "manufacturer": 14, + "MPN": "RMCF0402FT68K1", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 161, + "fields": { + "part": 40, + "manufacturer": 5, + "MPN": "RC0402FR-0768RL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 162, + "fields": { + "part": 41, + "manufacturer": 7, + "MPN": "CRGCQ0603F68K", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 163, + "fields": { + "part": 41, + "manufacturer": 5, + "MPN": "RC0201FR-0768KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 164, + "fields": { + "part": 41, + "manufacturer": 6, + "MPN": "ERJ-1GNF7681C", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 165, + "fields": { + "part": 41, + "manufacturer": 4, + "MPN": "RR0816P-683-D", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 166, + "fields": { + "part": 41, + "manufacturer": 6, + "MPN": "ERJ-PB3B7681V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 167, + "fields": { + "part": 42, + "manufacturer": 7, + "MPN": "CRG0805F68K", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 168, + "fields": { + "part": 42, + "manufacturer": 6, + "MPN": "ERA-6AEB683V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 169, + "fields": { + "part": 42, + "manufacturer": 6, + "MPN": "ERA-6ARB912V", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 170, + "fields": { + "part": 42, + "manufacturer": 5, + "MPN": "RC0805FR-0768KL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 171, + "fields": { + "part": 42, + "manufacturer": 5, + "MPN": "RC0805FR-0768K1L", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 172, + "fields": { + "part": 52, + "manufacturer": 22, + "MPN": "CL05B104KA5NNNC", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 173, + "fields": { + "part": 52, + "manufacturer": 22, + "MPN": "CL05B104KP5NNNC", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 174, + "fields": { + "part": 55, + "manufacturer": 22, + "MPN": "CL10B104KB8NNNL", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 175, + "fields": { + "part": 55, + "manufacturer": 22, + "MPN": "CL10B104MB8NNNC", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 176, + "fields": { + "part": 58, + "manufacturer": 23, + "MPN": "08055C104KAT4A", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 177, + "fields": { + "part": 58, + "manufacturer": 23, + "MPN": "08053C104KAT2A", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 178, + "fields": { + "part": 49, + "manufacturer": 23, + "MPN": "04025C101KAT2A", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 179, + "fields": { + "part": 49, + "manufacturer": 23, + "MPN": "0402YC101KAT2A", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 180, + "fields": { + "part": 50, + "manufacturer": 23, + "MPN": "06031C101JAT2A", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 182, + "fields": { + "part": 51, + "manufacturer": 25, + "MPN": "885012207080", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 183, + "fields": { + "part": 51, + "manufacturer": 25, + "MPN": "885342207001", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 184, + "fields": { + "part": 54, + "manufacturer": 26, + "MPN": "CGJ X7R E1 KIT", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 185, + "fields": { + "part": 54, + "manufacturer": 27, + "MPN": "GRM15-KIT-X5R-X7R-DE", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 186, + "fields": { + "part": 57, + "manufacturer": 22, + "MPN": "CL10B106MQ8NRNC", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 187, + "fields": { + "part": 57, + "manufacturer": 28, + "MPN": "C0603C104K5RECAUTO", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 188, + "fields": { + "part": 60, + "manufacturer": 26, + "MPN": "CGA4J1X7R0J106K125AC", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 189, + "fields": { + "part": 60, + "manufacturer": 26, + "MPN": "C2012X7R1A106M125AC", + "link": null, + "description": null + } + }, + { + "model": "company.manufacturerpart", + "pk": 190, + "fields": { + "part": 59, + "manufacturer": 22, + "MPN": "CL21B105KPFNNNE", + "link": null, + "description": null + } + }, + { + "model": "company.supplierpart", + "pk": 11, + "fields": { + "part": 43, + "supplier": 1, + "SKU": "RR05P100KDTR-ND", + "manufacturer_part": 1, + "link": "https://www.digikey.com/product-detail/en/susumu/RR0510P-104-D/RR05P100KDTR-ND/432443", + "description": "RES SMD 100K OHM 0.5% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 12, + "fields": { + "part": 43, + "supplier": 1, + "SKU": "YAG1343TR-ND", + "manufacturer_part": 2, + "link": "https://www.digikey.com/product-detail/en/yageo/RT0402BRD07100KL/YAG1343TR-ND/1068989", + "description": "RES SMD 100K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 13, + "fields": { + "part": 43, + "supplier": 1, + "SKU": "P100KDCTR-ND", + "manufacturer_part": 3, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-2AEB104X/P100KDCTR-ND/1706053", + "description": "RES SMD 100K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 14, + "fields": { + "part": 43, + "supplier": 1, + "SKU": "A102574TR-ND", + "manufacturer_part": 4, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CPF0402B100KE1/A102574TR-ND/2381852", + "description": "RES SMD 100K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 15, + "fields": { + "part": 44, + "supplier": 1, + "SKU": "541-3247-2-ND", + "manufacturer_part": 9, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/RCA0603100KFKEAHP/541-3247-2-ND/6561244", + "description": "RES SMD 100K OHM 1% 1/4W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 16, + "fields": { + "part": 44, + "supplier": 1, + "SKU": "CRT0603-BY-1003ELFTR-ND", + "manufacturer_part": 10, + "link": "https://www.digikey.com/product-detail/en/bourns-inc/CRT0603-BY-1003ELF/CRT0603-BY-1003ELFTR-ND/1775020", + "description": "RES SMD 100K OHM 0.1% 1/10W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 17, + "fields": { + "part": 45, + "supplier": 1, + "SKU": "RMCF0805FT100KTR-ND", + "manufacturer_part": 11, + "link": "https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0805FT100K/RMCF0805FT100KTR-ND/1760712", + "description": "RES 100K OHM 1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 18, + "fields": { + "part": 28, + "supplier": 1, + "SKU": "2019-RN731ETTP1002B25TR-ND", + "manufacturer_part": 12, + "link": "https://www.digikey.com/product-detail/en/koa-speer-electronics-inc/RN731ETTP1002B25/2019-RN731ETTP1002B25TR-ND/10369121", + "description": "RES 10K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 20, + "fields": { + "part": 17, + "supplier": 1, + "SKU": "RHM1.00KADTR-ND", + "manufacturer_part": 14, + "link": "https://www.digikey.com/product-detail/en/rohm-semiconductor/ESR03EZPF1001/RHM1.00KADTR-ND/1983428", + "description": "RES SMD 1K OHM 1% 1/4W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 21, + "fields": { + "part": 22, + "supplier": 1, + "SKU": "2037-PFR02S-472-FNHTR-ND", + "manufacturer_part": 16, + "link": "https://www.digikey.com/product-detail/en/delta-electronics-cyntec/PFR02S-472-FNH/2037-PFR02S-472-FNHTR-ND/9761635", + "description": "RES 4.7K OHM 1% 1/32W 01005", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 22, + "fields": { + "part": 24, + "supplier": 1, + "SKU": "696-1387-2-ND", + "manufacturer_part": 17, + "link": "https://www.digikey.com/product-detail/en/riedon/PCR0805-4K7J1/696-1387-2-ND/3507274", + "description": "RES SMD 4.7K OHM 5% 1/4W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 23, + "fields": { + "part": 43, + "supplier": 1, + "SKU": "RG10P100KBTR-ND", + "manufacturer_part": 18, + "link": "https://www.digikey.com/product-detail/en/susumu/RG1005P-104-B-T5/RG10P100KBTR-ND/968800", + "description": "RES SMD 100K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 24, + "fields": { + "part": 44, + "supplier": 1, + "SKU": "RR08P100KDTR-ND", + "manufacturer_part": 19, + "link": "https://www.digikey.com/product-detail/en/susumu/RR0816P-104-D/RR08P100KDTR-ND/432233", + "description": "RES SMD 100K OHM 0.5% 1/16W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 25, + "fields": { + "part": 44, + "supplier": 1, + "SKU": "RG16P100KBTR-ND", + "manufacturer_part": 20, + "link": "https://www.digikey.com/product-detail/en/susumu/RG1608P-104-B-T5/RG16P100KBTR-ND/1240451", + "description": "RES SMD 100K OHM 0.1% 1/10W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 26, + "fields": { + "part": 44, + "supplier": 1, + "SKU": "RG16N100KWTR-ND", + "manufacturer_part": 21, + "link": "https://www.digikey.com/product-detail/en/susumu/RG1608N-104-W-T1/RG16N100KWTR-ND/600645", + "description": "RES SMD 100KOHM 0.05% 1/10W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 27, + "fields": { + "part": 45, + "supplier": 1, + "SKU": "RR12P100KDTR-ND", + "manufacturer_part": 22, + "link": "https://www.digikey.com/product-detail/en/susumu/RR1220P-104-D/RR12P100KDTR-ND/432339", + "description": "RES SMD 100K OHM 0.5% 1/10W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 28, + "fields": { + "part": 45, + "supplier": 1, + "SKU": "RG20P100KBTR-ND", + "manufacturer_part": 23, + "link": "https://www.digikey.com/product-detail/en/susumu/RG2012P-104-B-T5/RG20P100KBTR-ND/1240656", + "description": "RES SMD 100K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 29, + "fields": { + "part": 45, + "supplier": 1, + "SKU": "TNP100KABTR-ND", + "manufacturer_part": 24, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/TNPW0805100KBEEA/TNP100KABTR-ND/1607510", + "description": "RES 100K OHM 0.1% 1/5W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 30, + "fields": { + "part": 45, + "supplier": 1, + "SKU": "RG20N100KWTR-ND", + "manufacturer_part": 25, + "link": "https://www.digikey.com/product-detail/en/susumu/RG2012N-104-W-T1/RG20N100KWTR-ND/600736", + "description": "RES SMD 100K OHM 0.05% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 31, + "fields": { + "part": 28, + "supplier": 1, + "SKU": "P10KAWTR-ND", + "manufacturer_part": 26, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERJ-XGNJ103Y/P10KAWTR-ND/1782482", + "description": "RES SMD 10K OHM 5% 1/32W 01005", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 32, + "fields": { + "part": 28, + "supplier": 1, + "SKU": "2019-RN73H1ETTP1002B25TR-ND", + "manufacturer_part": 27, + "link": "https://www.digikey.com/product-detail/en/koa-speer-electronics-inc/RN73H1ETTP1002B25/2019-RN73H1ETTP1002B25TR-ND/9916891", + "description": "RES 10K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 33, + "fields": { + "part": 28, + "supplier": 1, + "SKU": "TNP10.0KDATR-ND", + "manufacturer_part": 28, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/TNPW040210K0BEED/TNP10.0KDATR-ND/1606424", + "description": "RES 10K OHM 0.1% 1/10W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 34, + "fields": { + "part": 28, + "supplier": 1, + "SKU": "A102579TR-ND", + "manufacturer_part": 29, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CPF0402B10KE1/A102579TR-ND/2381828", + "description": "RES SMD 10K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 35, + "fields": { + "part": 29, + "supplier": 1, + "SKU": "RMCF0201FT10K0TR-ND", + "manufacturer_part": 30, + "link": "https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0201FT10K0/RMCF0201FT10K0TR-ND/1714990", + "description": "RES 10K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 36, + "fields": { + "part": 29, + "supplier": 1, + "SKU": "311-10KNTR-ND", + "manufacturer_part": 31, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0201JR-0710KL/311-10KNTR-ND/1948901", + "description": "RES SMD 10K OHM 5% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 37, + "fields": { + "part": 29, + "supplier": 1, + "SKU": "P122414TR-ND", + "manufacturer_part": 32, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERJ-1GNF1002C/P122414TR-ND/2036226", + "description": "RES SMD 10K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 38, + "fields": { + "part": 29, + "supplier": 1, + "SKU": "541-10.0KABTR-ND", + "manufacturer_part": 33, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/CRCW020110K0FNED/541-10.0KABTR-ND/1178493", + "description": "RES SMD 10K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 39, + "fields": { + "part": 29, + "supplier": 1, + "SKU": "RNCP0603FTD10K0TR-ND", + "manufacturer_part": 34, + "link": "https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RNCP0603FTD10K0/RNCP0603FTD10K0TR-ND/2240139", + "description": "RES 10K OHM 1% 1/8W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 40, + "fields": { + "part": 30, + "supplier": 1, + "SKU": "RR12P10.0KDTR-ND", + "manufacturer_part": 35, + "link": "https://www.digikey.com/product-detail/en/susumu/RR1220P-103-D/RR12P10.0KDTR-ND/432315", + "description": "RES SMD 10K OHM 0.5% 1/10W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 41, + "fields": { + "part": 30, + "supplier": 1, + "SKU": "P10KDATR-ND", + "manufacturer_part": 36, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-6AEB103V/P10KDATR-ND/1465773", + "description": "RES 10K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 42, + "fields": { + "part": 30, + "supplier": 1, + "SKU": "A110639TR-ND", + "manufacturer_part": 37, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/2176093-5/A110639TR-ND/4034107", + "description": "RES SMD 10K OHM 0.1% 1/4W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 43, + "fields": { + "part": 30, + "supplier": 1, + "SKU": "RG20N10.0KWTR-ND", + "manufacturer_part": 38, + "link": "https://www.digikey.com/product-detail/en/susumu/RG2012N-103-W-T1/RG20N10.0KWTR-ND/600712", + "description": "RES SMD 10K OHM 0.05% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 45, + "fields": { + "part": 16, + "supplier": 1, + "SKU": "YAG1234TR-ND", + "manufacturer_part": 40, + "link": "https://www.digikey.com/product-detail/en/yageo/RT0402FRE071KL/YAG1234TR-ND/1071857", + "description": "RES SMD 1K OHM 1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 47, + "fields": { + "part": 16, + "supplier": 1, + "SKU": "311-1.0KDGTR-ND", + "manufacturer_part": 42, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0100FR-071KL/311-1.0KDGTR-ND/2254269", + "description": "RES SMD 1K OHM 1% 1/32W 01005", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 48, + "fields": { + "part": 16, + "supplier": 1, + "SKU": "RG10P1.0KBTR-ND", + "manufacturer_part": 43, + "link": "https://www.digikey.com/product-detail/en/susumu/RG1005P-102-B-T5/RG10P1.0KBTR-ND/968752", + "description": "RES SMD 1K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 49, + "fields": { + "part": 16, + "supplier": 1, + "SKU": "TNP1.00KDATR-ND", + "manufacturer_part": 44, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/TNPW04021K00BEED/TNP1.00KDATR-ND/1606310", + "description": "RES 1K OHM 0.1% 1/10W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 50, + "fields": { + "part": 17, + "supplier": 1, + "SKU": "311-1KMTR-ND", + "manufacturer_part": 45, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0201FR-071KL/311-1KMTR-ND/3202389", + "description": "RES SMD 1K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 51, + "fields": { + "part": 17, + "supplier": 1, + "SKU": "RR08P1.0KDTR-ND", + "manufacturer_part": 46, + "link": "https://www.digikey.com/product-detail/en/susumu/RR0816P-102-D/RR08P1.0KDTR-ND/432185", + "description": "RES SMD 1K OHM 0.5% 1/16W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 52, + "fields": { + "part": 17, + "supplier": 1, + "SKU": "541-1.00KAABTR-ND", + "manufacturer_part": 47, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/CRCW02011K00FKED/541-1.00KAABTR-ND/1967979", + "description": "RES SMD 1K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 53, + "fields": { + "part": 17, + "supplier": 1, + "SKU": "P1.0KDBTR-ND", + "manufacturer_part": 48, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-3AEB102V/P1.0KDBTR-ND/1465854", + "description": "RES SMD 1K OHM 0.1% 1/10W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 54, + "fields": { + "part": 18, + "supplier": 1, + "SKU": "RNCP0805FTD1K00TR-ND", + "manufacturer_part": 49, + "link": "https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RNCP0805FTD1K00/RNCP0805FTD1K00TR-ND/2240229", + "description": "RES 1K OHM 1% 1/4W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 55, + "fields": { + "part": 18, + "supplier": 1, + "SKU": "RR12P1.0KDTR-ND", + "manufacturer_part": 50, + "link": "https://www.digikey.com/product-detail/en/susumu/RR1220P-102-D/RR12P1.0KDTR-ND/432291", + "description": "RES SMD 1K OHM 0.5% 1/10W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 56, + "fields": { + "part": 18, + "supplier": 1, + "SKU": "RG20P1.0KBTR-ND", + "manufacturer_part": 51, + "link": "https://www.digikey.com/product-detail/en/susumu/RG2012P-102-B-T5/RG20P1.0KBTR-ND/1240655", + "description": "RES SMD 1K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 57, + "fields": { + "part": 18, + "supplier": 1, + "SKU": "RG20P301KBTR-ND", + "manufacturer_part": 52, + "link": "https://www.digikey.com/product-detail/en/susumu/RG2012P-3013-B-T5/RG20P301KBTR-ND/1240737", + "description": "RES SMD 301K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 58, + "fields": { + "part": 18, + "supplier": 1, + "SKU": "TNP1.00KABTR-ND", + "manufacturer_part": 53, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/TNPW08051K00BEEA/TNP1.00KABTR-ND/1607282", + "description": "RES 1K OHM 0.1% 1/5W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 59, + "fields": { + "part": 19, + "supplier": 1, + "SKU": "13-RT0402FRE072K2LTR-ND", + "manufacturer_part": 54, + "link": "https://www.digikey.com/product-detail/en/yageo/RT0402FRE072K2L/13-RT0402FRE072K2LTR-ND/1071928", + "description": "RES SMD 2.2K OHM 1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 60, + "fields": { + "part": 19, + "supplier": 1, + "SKU": "511-1805-2-ND", + "manufacturer_part": 55, + "link": "https://www.digikey.com/product-detail/en/rohm-semiconductor/SFR01MZPF2201/511-1805-2-ND/6816530", + "description": "RES 2.2K OHM 1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 61, + "fields": { + "part": 19, + "supplier": 1, + "SKU": "P42.2KDCTR-ND", + "manufacturer_part": 56, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-2AEB4222X/P42.2KDCTR-ND/2026199", + "description": "RES SMD 42.2KOHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 62, + "fields": { + "part": 19, + "supplier": 1, + "SKU": "RG10P2.2KBTR-ND", + "manufacturer_part": 57, + "link": "https://www.digikey.com/product-detail/en/susumu/RG1005P-222-B-T5/RG10P2.2KBTR-ND/968760", + "description": "RES SMD 2.2K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 63, + "fields": { + "part": 19, + "supplier": 1, + "SKU": "TNP2.20KDATR-ND", + "manufacturer_part": 58, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/TNPW04022K20BEED/TNP2.20KDATR-ND/1606346", + "description": "RES 2.2K OHM 0.1% 1/10W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 64, + "fields": { + "part": 20, + "supplier": 1, + "SKU": "P2.2KDBTR-ND", + "manufacturer_part": 59, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-3AEB222V/P2.2KDBTR-ND/1465862", + "description": "RES SMD 2.2K OHM 0.1% 1/10W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 65, + "fields": { + "part": 20, + "supplier": 1, + "SKU": "RMCF0201JT2K20TR-ND", + "manufacturer_part": 60, + "link": "https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0201JT2K20/RMCF0201JT2K20TR-ND/5966066", + "description": "RES 2.2K OHM 5% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 66, + "fields": { + "part": 20, + "supplier": 1, + "SKU": "RMCF0201FT2K20TR-ND", + "manufacturer_part": 61, + "link": "https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0201FT2K20/RMCF0201FT2K20TR-ND/3906019", + "description": "RES 2.2K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 67, + "fields": { + "part": 20, + "supplier": 1, + "SKU": "311-2.20KHRTR-ND", + "manufacturer_part": 62, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0603FR-072K2L/311-2.20KHRTR-ND/727016", + "description": "RES SMD 2.2K OHM 1% 1/10W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 68, + "fields": { + "part": 20, + "supplier": 1, + "SKU": "P123277TR-ND", + "manufacturer_part": 63, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERJ-1GNJ222C/P123277TR-ND/2035795", + "description": "RES SMD 2.2K OHM 5% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 69, + "fields": { + "part": 21, + "supplier": 1, + "SKU": "P2.2KDATR-ND", + "manufacturer_part": 64, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-6AEB222V/P2.2KDATR-ND/1465757", + "description": "RES 2.2K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 70, + "fields": { + "part": 21, + "supplier": 1, + "SKU": "RHM2.2KKTR-ND", + "manufacturer_part": 65, + "link": "https://www.digikey.com/product-detail/en/rohm-semiconductor/ESR10EZPJ222/RHM2.2KKTR-ND/1762786", + "description": "RES SMD 2.2K OHM 5% 0.4W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 71, + "fields": { + "part": 21, + "supplier": 1, + "SKU": "RR12P2.2KDTR-ND", + "manufacturer_part": 66, + "link": "https://www.digikey.com/product-detail/en/susumu/RR1220P-222-D/RR12P2.2KDTR-ND/432299", + "description": "RES SMD 2.2K OHM 0.5% 1/10W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 72, + "fields": { + "part": 21, + "supplier": 1, + "SKU": "RHM2.2KAHTR-ND", + "manufacturer_part": 67, + "link": "https://www.digikey.com/product-detail/en/rohm-semiconductor/KTR10EZPF2201/RHM2.2KAHTR-ND/4051876", + "description": "RES SMD 2.2K OHM 1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 73, + "fields": { + "part": 21, + "supplier": 1, + "SKU": "P42.2KDATR-ND", + "manufacturer_part": 68, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-6AEB4222V/P42.2KDATR-ND/2025809", + "description": "RES 42.2K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 74, + "fields": { + "part": 46, + "supplier": 1, + "SKU": "TNP20.0KDATR-ND", + "manufacturer_part": 69, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/TNPW040220K0BEED/TNP20.0KDATR-ND/1606456", + "description": "RES 20K OHM 0.1% 1/10W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 75, + "fields": { + "part": 46, + "supplier": 1, + "SKU": "A129655TR-ND", + "manufacturer_part": 70, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CRGCQ0402F220K/A129655TR-ND/8576257", + "description": "CRGCQ 0402 220K 1%", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 77, + "fields": { + "part": 46, + "supplier": 1, + "SKU": "541-2098-2-ND", + "manufacturer_part": 72, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/TNPW040220K3BEED/541-2098-2-ND/4876018", + "description": "RES 20.3K OHM 0.1% 1/10W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 78, + "fields": { + "part": 46, + "supplier": 1, + "SKU": "CR0402-FX-2203GLFTR-ND", + "manufacturer_part": 73, + "link": "https://www.digikey.com/product-detail/en/bourns-inc/CR0402-FX-2203GLF/CR0402-FX-2203GLFTR-ND/3783231", + "description": "RES SMD 220K OHM 1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 79, + "fields": { + "part": 47, + "supplier": 1, + "SKU": "P123279TR-ND", + "manufacturer_part": 74, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERJ-1GNJ224C/P123279TR-ND/2035843", + "description": "RES SMD 220K OHM 5% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 80, + "fields": { + "part": 47, + "supplier": 1, + "SKU": "A129716TR-ND", + "manufacturer_part": 75, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CRGCQ0603F220K/A129716TR-ND/8576318", + "description": "CRGCQ 0603 220K 1%", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 81, + "fields": { + "part": 47, + "supplier": 1, + "SKU": "YAG2277TR-ND", + "manufacturer_part": 76, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0201FR-07220KL/YAG2277TR-ND/3202393", + "description": "RES SMD 220K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 82, + "fields": { + "part": 47, + "supplier": 1, + "SKU": "P122834TR-ND", + "manufacturer_part": 77, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERJ-1GNF2203C/P122834TR-ND/2036376", + "description": "RES SMD 220K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 83, + "fields": { + "part": 47, + "supplier": 1, + "SKU": "P220KDBTR-ND", + "manufacturer_part": 78, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-3AEB224V/P220KDBTR-ND/1465910", + "description": "RES SMD 220K OHM 0.1% 1/10W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 84, + "fields": { + "part": 48, + "supplier": 1, + "SKU": "A126350TR-ND", + "manufacturer_part": 79, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CRG0805F220K/A126350TR-ND/2380869", + "description": "RES SMD 220K OHM 1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 85, + "fields": { + "part": 48, + "supplier": 1, + "SKU": "A129777TR-ND", + "manufacturer_part": 80, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CRGCQ0805F220K/A129777TR-ND/8576379", + "description": "CRGCQ 0805 220K 1%", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 86, + "fields": { + "part": 48, + "supplier": 1, + "SKU": "RR12P220KDTR-ND", + "manufacturer_part": 81, + "link": "https://www.digikey.com/product-detail/en/susumu/RR1220P-224-D/RR12P220KDTR-ND/432347", + "description": "RES SMD 220K OHM 0.5% 1/10W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 87, + "fields": { + "part": 48, + "supplier": 1, + "SKU": "RHM220KAHTR-ND", + "manufacturer_part": 82, + "link": "https://www.digikey.com/product-detail/en/rohm-semiconductor/KTR10EZPF2203/RHM220KAHTR-ND/1983645", + "description": "RES SMD 220K OHM 1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 88, + "fields": { + "part": 48, + "supplier": 1, + "SKU": "RG20P220KBTR-ND", + "manufacturer_part": 83, + "link": "https://www.digikey.com/product-detail/en/susumu/RG2012P-224-B-T5/RG20P220KBTR-ND/1240712", + "description": "RES SMD 220K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 89, + "fields": { + "part": 31, + "supplier": 1, + "SKU": "P22KDCTR-ND", + "manufacturer_part": 84, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-2AEB223X/P22KDCTR-ND/1706037", + "description": "RES SMD 22K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 90, + "fields": { + "part": 31, + "supplier": 1, + "SKU": "TNP2.00KDATR-ND", + "manufacturer_part": 85, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/TNPW04022K00BEED/TNP2.00KDATR-ND/1606342", + "description": "RES 2K OHM 0.1% 1/10W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 91, + "fields": { + "part": 31, + "supplier": 1, + "SKU": "TNP22.1KDATR-ND", + "manufacturer_part": 86, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/TNPW040222K1BEED/TNP22.1KDATR-ND/1606461", + "description": "RES 22.1K OHM 0.1% 1/10W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 92, + "fields": { + "part": 31, + "supplier": 1, + "SKU": "311-22.0KLRTR-ND", + "manufacturer_part": 87, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0402FR-0722KL/311-22.0KLRTR-ND/726561", + "description": "RES SMD 22K OHM 1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 93, + "fields": { + "part": 31, + "supplier": 1, + "SKU": "RR05P22.0KDTR-ND", + "manufacturer_part": 88, + "link": "https://www.digikey.com/product-detail/en/susumu/RR0510P-223-D/RR05P22.0KDTR-ND/432428", + "description": "RES SMD 22K OHM 0.5% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 94, + "fields": { + "part": 32, + "supplier": 1, + "SKU": "311-22.0KHRTR-ND", + "manufacturer_part": 89, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0603FR-0722KL/311-22.0KHRTR-ND/727056", + "description": "RES SMD 22K OHM 1% 1/10W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 95, + "fields": { + "part": 32, + "supplier": 1, + "SKU": "P123278TR-ND", + "manufacturer_part": 90, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERJ-1GNJ223C/P123278TR-ND/2035819", + "description": "RES SMD 22K OHM 5% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 96, + "fields": { + "part": 32, + "supplier": 1, + "SKU": "311-22KNTR-ND", + "manufacturer_part": 91, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0201JR-0722KL/311-22KNTR-ND/1948930", + "description": "RES SMD 22K OHM 5% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 97, + "fields": { + "part": 32, + "supplier": 1, + "SKU": "A129704TR-ND", + "manufacturer_part": 92, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CRGCQ0603F22K/A129704TR-ND/8576306", + "description": "CRGCQ 0603 22K 1%", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 98, + "fields": { + "part": 32, + "supplier": 1, + "SKU": "YAG2278TR-ND", + "manufacturer_part": 93, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0201FR-0722KL/YAG2278TR-ND/3202394", + "description": "RES SMD 22K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 99, + "fields": { + "part": 33, + "supplier": 1, + "SKU": "408-1636-2-ND", + "manufacturer_part": 94, + "link": "https://www.digikey.com/product-detail/en/susumu/RG2012L-223-L-T05/408-1636-2-ND/3738069", + "description": "RES SMD 22K OHM 0.01% 1/10W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 100, + "fields": { + "part": 33, + "supplier": 1, + "SKU": "RNCP0805FTD22K1TR-ND", + "manufacturer_part": 95, + "link": "https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RNCP0805FTD22K1/RNCP0805FTD22K1TR-ND/2240273", + "description": "RES 22.1K OHM 1% 1/4W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 101, + "fields": { + "part": 33, + "supplier": 1, + "SKU": "RR12P22.0KDTR-ND", + "manufacturer_part": 96, + "link": "https://www.digikey.com/product-detail/en/susumu/RR1220P-223-D/RR12P22.0KDTR-ND/432323", + "description": "RES SMD 22K OHM 0.5% 1/10W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 102, + "fields": { + "part": 33, + "supplier": 1, + "SKU": "P422KDATR-ND", + "manufacturer_part": 97, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-6AEB4223V/P422KDATR-ND/2025899", + "description": "RES 422K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 103, + "fields": { + "part": 33, + "supplier": 1, + "SKU": "P4.22KDATR-ND", + "manufacturer_part": 98, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-6AEB4221V/P4.22KDATR-ND/2025719", + "description": "RES 4.22K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 104, + "fields": { + "part": 22, + "supplier": 1, + "SKU": "P4.7KDCTR-ND", + "manufacturer_part": 99, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-2AEB472X/P4.7KDCTR-ND/1706021", + "description": "RES SMD 4.7K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 105, + "fields": { + "part": 22, + "supplier": 1, + "SKU": "RG10P4.7KBTR-ND", + "manufacturer_part": 100, + "link": "https://www.digikey.com/product-detail/en/susumu/RG1005P-472-B-T5/RG10P4.7KBTR-ND/968768", + "description": "RES SMD 4.7K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 106, + "fields": { + "part": 22, + "supplier": 1, + "SKU": "541-3136-2-ND", + "manufacturer_part": 101, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/TNPW04024K70BEED/541-3136-2-ND/1606386", + "description": "RES 4.7K OHM 0.1% 1/10W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 107, + "fields": { + "part": 22, + "supplier": 1, + "SKU": "2019-RK73B1ETTP472JTR-ND", + "manufacturer_part": 102, + "link": "https://www.digikey.com/product-detail/en/koa-speer-electronics-inc/RK73B1ETTP472J/2019-RK73B1ETTP472JTR-ND/9843962", + "description": "RES 4.7K OHM 5% 1/10W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 108, + "fields": { + "part": 23, + "supplier": 1, + "SKU": "541-4.70KAABTR-ND", + "manufacturer_part": 103, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/CRCW02014K70FKED/541-4.70KAABTR-ND/1968069", + "description": "RES SMD 4.7K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 109, + "fields": { + "part": 23, + "supplier": 1, + "SKU": "P4.7KDBTR-ND", + "manufacturer_part": 104, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-3AEB472V/P4.7KDBTR-ND/1465870", + "description": "RES SMD 4.7K OHM 0.1% 1/10W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 110, + "fields": { + "part": 23, + "supplier": 1, + "SKU": "RG16P4.7KBTR-ND", + "manufacturer_part": 105, + "link": "https://www.digikey.com/product-detail/en/susumu/RG1608P-472-B-T5/RG16P4.7KBTR-ND/1240593", + "description": "RES SMD 4.7K OHM 0.1% 1/10W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 111, + "fields": { + "part": 23, + "supplier": 1, + "SKU": "TNP4.70KAATR-ND", + "manufacturer_part": 106, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/TNPW06034K70BEEA/TNP4.70KAATR-ND/1606843", + "description": "RES 4.7K OHM 0.1% 1/8W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 112, + "fields": { + "part": 23, + "supplier": 1, + "SKU": "RMCF0603FT4K70TR-ND", + "manufacturer_part": 107, + "link": "https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0603FT4K70/RMCF0603FT4K70TR-ND/1760998", + "description": "RES 4.7K OHM 1% 1/10W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 113, + "fields": { + "part": 24, + "supplier": 1, + "SKU": "A106065TR-ND", + "manufacturer_part": 108, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CRG0805F4K7/A106065TR-ND/2135488", + "description": "RES SMD 4.7K OHM 1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 114, + "fields": { + "part": 24, + "supplier": 1, + "SKU": "RHM4.70KAHTR-ND", + "manufacturer_part": 109, + "link": "https://www.digikey.com/product-detail/en/rohm-semiconductor/KTR10EZPF4701/RHM4.70KAHTR-ND/1983661", + "description": "RES SMD 4.7K OHM 1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 115, + "fields": { + "part": 24, + "supplier": 1, + "SKU": "P14.7KDATR-ND", + "manufacturer_part": 110, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-6AEB1472V/P14.7KDATR-ND/2025767", + "description": "RES 14.7K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 116, + "fields": { + "part": 24, + "supplier": 1, + "SKU": "RG20P4.7KBTR-ND", + "manufacturer_part": 111, + "link": "https://www.digikey.com/product-detail/en/susumu/RG2012P-472-B-T5/RG20P4.7KBTR-ND/1240773", + "description": "RES SMD 4.7K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 117, + "fields": { + "part": 34, + "supplier": 1, + "SKU": "P47KDCTR-ND", + "manufacturer_part": 112, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-2AEB473X/P47KDCTR-ND/1706045", + "description": "RES SMD 47K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 118, + "fields": { + "part": 34, + "supplier": 1, + "SKU": "RG10P47KBTR-ND", + "manufacturer_part": 113, + "link": "https://www.digikey.com/product-detail/en/susumu/RG1005P-473-B-T5/RG10P47KBTR-ND/968792", + "description": "RES SMD 47K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 119, + "fields": { + "part": 34, + "supplier": 1, + "SKU": "311-47.0KLRTR-ND", + "manufacturer_part": 114, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0402FR-0747KL/311-47.0KLRTR-ND/726616", + "description": "RES SMD 47K OHM 1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 120, + "fields": { + "part": 34, + "supplier": 1, + "SKU": "A129647TR-ND", + "manufacturer_part": 115, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CRGCQ0402F47K/A129647TR-ND/8576249", + "description": "CRGCQ 0402 47K 1%", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 121, + "fields": { + "part": 34, + "supplier": 1, + "SKU": "YAG4391TR-ND", + "manufacturer_part": 116, + "link": "https://www.digikey.com/product-detail/en/yageo/RT0402BRE0747KL/YAG4391TR-ND/1069743", + "description": "RES SMD 47K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 122, + "fields": { + "part": 35, + "supplier": 1, + "SKU": "P123333TR-ND", + "manufacturer_part": 117, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERJ-1GNJ473C/P123333TR-ND/2035827", + "description": "RES SMD 47K OHM 5% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 123, + "fields": { + "part": 35, + "supplier": 1, + "SKU": "311-47KMTR-ND", + "manufacturer_part": 118, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0201FR-0747KL/311-47KMTR-ND/3202409", + "description": "RES SMD 47K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 124, + "fields": { + "part": 35, + "supplier": 1, + "SKU": "YAG2692TR-ND", + "manufacturer_part": 119, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0201FR-0747K5L/YAG2692TR-ND/5280552", + "description": "RES SMD 47.5K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 125, + "fields": { + "part": 35, + "supplier": 1, + "SKU": "YAG2409TR-ND", + "manufacturer_part": 120, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0201FR-07147KL/YAG2409TR-ND/5280269", + "description": "RES SMD 147K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 126, + "fields": { + "part": 35, + "supplier": 1, + "SKU": "P123032TR-ND", + "manufacturer_part": 121, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERJ-1GNF4702C/P123032TR-ND/2036302", + "description": "RES SMD 47K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 127, + "fields": { + "part": 36, + "supplier": 1, + "SKU": "A129769TR-ND", + "manufacturer_part": 122, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CRGCQ0805F47K/A129769TR-ND/8576371", + "description": "CRGCQ 0805 47K 1%", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 128, + "fields": { + "part": 36, + "supplier": 1, + "SKU": "RHM47.0KAHTR-ND", + "manufacturer_part": 123, + "link": "https://www.digikey.com/product-detail/en/rohm-semiconductor/KTR10EZPF4702/RHM47.0KAHTR-ND/1983662", + "description": "RES SMD 47K OHM 1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 129, + "fields": { + "part": 36, + "supplier": 1, + "SKU": "P47KDATR-ND", + "manufacturer_part": 124, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-6AEB473V/P47KDATR-ND/1465789", + "description": "RES 47K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 130, + "fields": { + "part": 36, + "supplier": 1, + "SKU": "P147KDATR-ND", + "manufacturer_part": 125, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-6AEB1473V/P147KDATR-ND/2025857", + "description": "RES 147K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 131, + "fields": { + "part": 36, + "supplier": 1, + "SKU": "RG20P47.0KBTR-ND", + "manufacturer_part": 126, + "link": "https://www.digikey.com/product-detail/en/susumu/RG2012P-473-B-T5/RG20P47.0KBTR-ND/1240774", + "description": "RES SMD 47K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 132, + "fields": { + "part": 25, + "supplier": 1, + "SKU": "RR05P5.6KDTR-ND", + "manufacturer_part": 127, + "link": "https://www.digikey.com/product-detail/en/susumu/RR0510P-562-D/RR05P5.6KDTR-ND/432415", + "description": "RES SMD 5.6K OHM 0.5% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 133, + "fields": { + "part": 25, + "supplier": 1, + "SKU": "YAG1459TR-ND", + "manufacturer_part": 128, + "link": "https://www.digikey.com/product-detail/en/yageo/RT0402BRD075K6L/YAG1459TR-ND/1069344", + "description": "RES SMD 5.6K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 134, + "fields": { + "part": 25, + "supplier": 1, + "SKU": "RG10P5.6KBTR-ND", + "manufacturer_part": 129, + "link": "https://www.digikey.com/product-detail/en/susumu/RG1005P-562-B-T5/RG10P5.6KBTR-ND/968770", + "description": "RES SMD 5.6K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 135, + "fields": { + "part": 25, + "supplier": 1, + "SKU": "RMCF0402FT5K60TR-ND", + "manufacturer_part": 130, + "link": "https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT5K60/RMCF0402FT5K60TR-ND/4440018", + "description": "RES 5.6K OHM 1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 136, + "fields": { + "part": 25, + "supplier": 1, + "SKU": "P5.60KLTR-ND", + "manufacturer_part": 131, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERJ-2RKF5601X/P5.60KLTR-ND/1746250", + "description": "RES SMD 5.6K OHM 1% 1/10W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 137, + "fields": { + "part": 26, + "supplier": 1, + "SKU": "P123076TR-ND", + "manufacturer_part": 132, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERJ-1GNF5601C/P123076TR-ND/2036197", + "description": "RES SMD 5.6K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 138, + "fields": { + "part": 26, + "supplier": 1, + "SKU": "541-CRCW02015K60FNEDTR-ND", + "manufacturer_part": 133, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/CRCW02015K60FNED/541-CRCW02015K60FNEDTR-ND/1199888", + "description": "RES SMD 5.6K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 139, + "fields": { + "part": 26, + "supplier": 1, + "SKU": "RR08P5.6KDTR-ND", + "manufacturer_part": 134, + "link": "https://www.digikey.com/product-detail/en/susumu/RR0816P-562-D/RR08P5.6KDTR-ND/432203", + "description": "RES SMD 5.6K OHM 0.5% 1/16W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 140, + "fields": { + "part": 26, + "supplier": 1, + "SKU": "541-5.60KAABTR-ND", + "manufacturer_part": 135, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/CRCW02015K60FKED/541-5.60KAABTR-ND/1968074", + "description": "RES SMD 5.6K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 141, + "fields": { + "part": 26, + "supplier": 1, + "SKU": "RMCF0603FT5K60TR-ND", + "manufacturer_part": 136, + "link": "https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0603FT5K60/RMCF0603FT5K60TR-ND/1714097", + "description": "RES 5.6K OHM 1% 1/10W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 142, + "fields": { + "part": 27, + "supplier": 1, + "SKU": "P5.6KDATR-ND", + "manufacturer_part": 137, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-6AEB562V/P5.6KDATR-ND/1465767", + "description": "RES 5.6K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 143, + "fields": { + "part": 27, + "supplier": 1, + "SKU": "RMCF0805FT5K60TR-ND", + "manufacturer_part": 138, + "link": "https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0805FT5K60/RMCF0805FT5K60TR-ND/1760395", + "description": "RES 5.6K OHM 1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 144, + "fields": { + "part": 27, + "supplier": 1, + "SKU": "311-5.60KCRTR-ND", + "manufacturer_part": 139, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0805FR-075K6L/311-5.60KCRTR-ND/728002", + "description": "RES SMD 5.6K OHM 1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 145, + "fields": { + "part": 27, + "supplier": 1, + "SKU": "RHM5.6KAHTR-ND", + "manufacturer_part": 140, + "link": "https://www.digikey.com/product-detail/en/rohm-semiconductor/KTR10EZPF5601/RHM5.6KAHTR-ND/4052101", + "description": "RES SMD 5.6K OHM 1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 146, + "fields": { + "part": 27, + "supplier": 1, + "SKU": "A103225TR-ND", + "manufacturer_part": 141, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CPF0805B5K6E1/A103225TR-ND/2382047", + "description": "RES SMD 5.6K OHM 0.1% 1/10W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 147, + "fields": { + "part": 37, + "supplier": 1, + "SKU": "RR05P56.0KDTR-ND", + "manufacturer_part": 142, + "link": "https://www.digikey.com/product-detail/en/susumu/RR0510P-563-D/RR05P56.0KDTR-ND/432438", + "description": "RES SMD 56K OHM 0.5% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 148, + "fields": { + "part": 37, + "supplier": 1, + "SKU": "P56KDCTR-ND", + "manufacturer_part": 143, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-2AEB563X/P56KDCTR-ND/1706047", + "description": "RES SMD 56K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 149, + "fields": { + "part": 37, + "supplier": 1, + "SKU": "541-2148-2-ND", + "manufacturer_part": 144, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/TNPW04025K56BEED/541-2148-2-ND/4876026", + "description": "RES 5.56K OHM 0.1% 1/10W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 150, + "fields": { + "part": 37, + "supplier": 1, + "SKU": "YAG3187TR-ND", + "manufacturer_part": 145, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0402FR-0756K2L/YAG3187TR-ND/5281047", + "description": "RES SMD 56.2K OHM 1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 151, + "fields": { + "part": 37, + "supplier": 1, + "SKU": "2019-RK73B1ETTP563JTR-ND", + "manufacturer_part": 146, + "link": "https://www.digikey.com/product-detail/en/koa-speer-electronics-inc/RK73B1ETTP563J/2019-RK73B1ETTP563JTR-ND/9844000", + "description": "RES 56K OHM 5% 1/10W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 152, + "fields": { + "part": 38, + "supplier": 1, + "SKU": "YAG2732TR-ND", + "manufacturer_part": 147, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0201FR-0756KL/YAG2732TR-ND/5280592", + "description": "RES SMD 56K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 153, + "fields": { + "part": 38, + "supplier": 1, + "SKU": "P122418TR-ND", + "manufacturer_part": 148, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERJ-1GNF5602C/P122418TR-ND/2036311", + "description": "RES SMD 56K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 154, + "fields": { + "part": 38, + "supplier": 1, + "SKU": "RR08P56.0KDTR-ND", + "manufacturer_part": 149, + "link": "https://www.digikey.com/product-detail/en/susumu/RR0816P-563-D/RR08P56.0KDTR-ND/432227", + "description": "RES SMD 56K OHM 0.5% 1/16W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 155, + "fields": { + "part": 38, + "supplier": 1, + "SKU": "A130437TR-ND", + "manufacturer_part": 150, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CRGP0603F56K/A130437TR-ND/8577039", + "description": "CRGP 0603 56K 1%", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 156, + "fields": { + "part": 38, + "supplier": 1, + "SKU": "541-56.2KAABTR-ND", + "manufacturer_part": 151, + "link": "https://www.digikey.com/product-detail/en/vishay-dale/CRCW020156K2FKED/541-56.2KAABTR-ND/1967995", + "description": "RES SMD 56.2K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 157, + "fields": { + "part": 39, + "supplier": 1, + "SKU": "A126377TR-ND", + "manufacturer_part": 152, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CRG0805F56K/A126377TR-ND/2380919", + "description": "RES SMD 56K OHM 1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 158, + "fields": { + "part": 39, + "supplier": 1, + "SKU": "A129770TR-ND", + "manufacturer_part": 153, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CRGCQ0805F56K/A129770TR-ND/8576372", + "description": "CRGCQ 0805 56K 1%", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 159, + "fields": { + "part": 39, + "supplier": 1, + "SKU": "RR12P56.0KDTR-ND", + "manufacturer_part": 154, + "link": "https://www.digikey.com/product-detail/en/susumu/RR1220P-563-D/RR12P56.0KDTR-ND/432333", + "description": "RES SMD 56K OHM 0.5% 1/10W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 160, + "fields": { + "part": 39, + "supplier": 1, + "SKU": "P56KDATR-ND", + "manufacturer_part": 155, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-6AEB563V/P56KDATR-ND/1465791", + "description": "RES 56K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 161, + "fields": { + "part": 39, + "supplier": 1, + "SKU": "RMCF0805FT56K0TR-ND", + "manufacturer_part": 156, + "link": "https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0805FT56K0/RMCF0805FT56K0TR-ND/1760366", + "description": "RES 56K OHM 1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 162, + "fields": { + "part": 40, + "supplier": 1, + "SKU": "A129649TR-ND", + "manufacturer_part": 157, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CRGCQ0402F68K/A129649TR-ND/8576251", + "description": "CRGCQ 0402 68K 1%", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 163, + "fields": { + "part": 40, + "supplier": 1, + "SKU": "RR05P68.0KDTR-ND", + "manufacturer_part": 158, + "link": "https://www.digikey.com/product-detail/en/susumu/RR0510P-683-D/RR05P68.0KDTR-ND/432440", + "description": "RES SMD 68K OHM 0.5% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 164, + "fields": { + "part": 40, + "supplier": 1, + "SKU": "P68KDCTR-ND", + "manufacturer_part": 159, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-2AEB683X/P68KDCTR-ND/1706049", + "description": "RES SMD 68K OHM 0.1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 165, + "fields": { + "part": 40, + "supplier": 1, + "SKU": "RMCF0402FT68K1TR-ND", + "manufacturer_part": 160, + "link": "https://www.digikey.com/product-detail/en/stackpole-electronics-inc/RMCF0402FT68K1/RMCF0402FT68K1TR-ND/1761637", + "description": "RES 68.1K OHM 1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 166, + "fields": { + "part": 40, + "supplier": 1, + "SKU": "311-68.0LRTR-ND", + "manufacturer_part": 161, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0402FR-0768RL/311-68.0LRTR-ND/726652", + "description": "RES SMD 68 OHM 1% 1/16W 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 167, + "fields": { + "part": 41, + "supplier": 1, + "SKU": "A129710TR-ND", + "manufacturer_part": 162, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CRGCQ0603F68K/A129710TR-ND/8576312", + "description": "CRGCQ 0603 68K 1%", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 168, + "fields": { + "part": 41, + "supplier": 1, + "SKU": "YAG2772TR-ND", + "manufacturer_part": 163, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0201FR-0768KL/YAG2772TR-ND/5280632", + "description": "RES SMD 68K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 169, + "fields": { + "part": 41, + "supplier": 1, + "SKU": "P123155TR-ND", + "manufacturer_part": 164, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERJ-1GNF7681C/P123155TR-ND/2036213", + "description": "RES SMD 7.68K OHM 1% 1/20W 0201", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 170, + "fields": { + "part": 41, + "supplier": 1, + "SKU": "RR08P68.0KDTR-ND", + "manufacturer_part": 165, + "link": "https://www.digikey.com/product-detail/en/susumu/RR0816P-683-D/RR08P68.0KDTR-ND/432229", + "description": "RES SMD 68K OHM 0.5% 1/16W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 171, + "fields": { + "part": 41, + "supplier": 1, + "SKU": "P20073TR-ND", + "manufacturer_part": 166, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERJ-PB3B7681V/P20073TR-ND/6212856", + "description": "RES SMD 7.68K OHM 0.1% 1/5W 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 172, + "fields": { + "part": 42, + "supplier": 1, + "SKU": "A126382TR-ND", + "manufacturer_part": 167, + "link": "https://www.digikey.com/product-detail/en/te-connectivity-passive-product/CRG0805F68K/A126382TR-ND/2380929", + "description": "RES SMD 68K OHM 1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 173, + "fields": { + "part": 42, + "supplier": 1, + "SKU": "P68KDATR-ND", + "manufacturer_part": 168, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-6AEB683V/P68KDATR-ND/1465793", + "description": "RES 68K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 174, + "fields": { + "part": 42, + "supplier": 1, + "SKU": "P9.1KBRTR-ND", + "manufacturer_part": 169, + "link": "https://www.digikey.com/product-detail/en/panasonic-electronic-components/ERA-6ARB912V/P9.1KBRTR-ND/3073779", + "description": "RES 9.1K OHM 0.1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 175, + "fields": { + "part": 42, + "supplier": 1, + "SKU": "311-68.0KCRTR-ND", + "manufacturer_part": 170, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0805FR-0768KL/311-68.0KCRTR-ND/728098", + "description": "RES SMD 68K OHM 1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 176, + "fields": { + "part": 42, + "supplier": 1, + "SKU": "311-68.1KCRTR-ND", + "manufacturer_part": 171, + "link": "https://www.digikey.com/product-detail/en/yageo/RC0805FR-0768K1L/311-68.1KCRTR-ND/728100", + "description": "RES SMD 68.1K OHM 1% 1/8W 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 177, + "fields": { + "part": 52, + "supplier": 1, + "SKU": "1276-6720-2-ND", + "manufacturer_part": 172, + "link": "https://www.digikey.com/product-detail/en/samsung-electro-mechanics/CL05B104KA5NNNC/1276-6720-2-ND/5961204", + "description": "CAP CER 0.1UF 25V X7R 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 178, + "fields": { + "part": 52, + "supplier": 1, + "SKU": "1276-1002-2-ND", + "manufacturer_part": 173, + "link": "https://www.digikey.com/product-detail/en/samsung-electro-mechanics/CL05B104KP5NNNC/1276-1002-2-ND/3886660", + "description": "CAP CER 0.1UF 10V X7R 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 179, + "fields": { + "part": 55, + "supplier": 1, + "SKU": "1276-CL10B104KB8NNNLTR-ND", + "manufacturer_part": 174, + "link": "https://www.digikey.com/product-detail/en/samsung-electro-mechanics/CL10B104KB8NNNL/1276-CL10B104KB8NNNLTR-ND/3894274", + "description": "CAP CER 0.1UF 50V X7R 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 180, + "fields": { + "part": 55, + "supplier": 1, + "SKU": "1276-1941-2-ND", + "manufacturer_part": 175, + "link": "https://www.digikey.com/product-detail/en/samsung-electro-mechanics/CL10B104MB8NNNC/1276-1941-2-ND/3887599", + "description": "CAP CER 0.1UF 50V X7R 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 181, + "fields": { + "part": 58, + "supplier": 1, + "SKU": "478-10836-2-ND", + "manufacturer_part": 176, + "link": "https://www.digikey.com/product-detail/en/avx-corporation/08055C104KAT4A/478-10836-2-ND/6816312", + "description": "CAP CER 0.1UF 50V X7R 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 182, + "fields": { + "part": 58, + "supplier": 1, + "SKU": "478-3755-2-ND", + "manufacturer_part": 177, + "link": "https://www.digikey.com/product-detail/en/avx-corporation/08053C104KAT2A/478-3755-2-ND/1116281", + "description": "CAP CER 0.1UF 25V X7R 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 183, + "fields": { + "part": 49, + "supplier": 1, + "SKU": "478-1089-2-ND", + "manufacturer_part": 178, + "link": "https://www.digikey.com/product-detail/en/avx-corporation/04025C101KAT2A/478-1089-2-ND/563199", + "description": "CAP CER 100PF 50V X7R 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 184, + "fields": { + "part": 49, + "supplier": 1, + "SKU": "478-7887-2-ND", + "manufacturer_part": 179, + "link": "https://www.digikey.com/product-detail/en/avx-corporation/0402YC101KAT2A/478-7887-2-ND/1597795", + "description": "CAP CER 100PF 16V X7R 0402", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 185, + "fields": { + "part": 50, + "supplier": 1, + "SKU": "478-12671-2-ND", + "manufacturer_part": 180, + "link": "https://www.digikey.com/product-detail/en/avx-corporation/06031C101JAT2A/478-12671-2-ND/1598651", + "description": "CAP CER 100PF 100V X7R 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 187, + "fields": { + "part": 51, + "supplier": 1, + "SKU": "732-8062-2-ND", + "manufacturer_part": 182, + "link": "https://www.digikey.com/product-detail/en/w-rth-elektronik/885012207080/732-8062-2-ND/5453917", + "description": "CAP CER 100PF 50V X7R 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 188, + "fields": { + "part": 51, + "supplier": 1, + "SKU": "732-12161-2-ND", + "manufacturer_part": 183, + "link": "https://www.digikey.com/product-detail/en/w-rth-elektronik/885342207001/732-12161-2-ND/9345973", + "description": "CAP CER 100PF 200V X7R 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 189, + "fields": { + "part": 54, + "supplier": 1, + "SKU": "445-8924-KIT-ND", + "manufacturer_part": 184, + "link": "https://www.digikey.com/product-detail/en/tdk-corporation/CGJ-X7R-E1-KIT/445-8924-KIT-ND/3516555", + "description": "CAP KIT CER 1000PF-10UF 230PCS", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 190, + "fields": { + "part": 54, + "supplier": 1, + "SKU": "490-12152-ND", + "manufacturer_part": 185, + "link": "https://www.digikey.com/product-detail/en/murata-electronics/GRM15-KIT-X5R-X7R-DE/490-12152-ND/5414393", + "description": "CAP KIT CER 1000PF-10UF 1340PCS", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 191, + "fields": { + "part": 57, + "supplier": 1, + "SKU": "1276-1948-2-ND", + "manufacturer_part": 186, + "link": "https://www.digikey.com/product-detail/en/samsung-electro-mechanics/CL10B106MQ8NRNC/1276-1948-2-ND/3887606", + "description": "CAP CER 10UF 6.3V X7R 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 192, + "fields": { + "part": 57, + "supplier": 1, + "SKU": "399-14105-2-ND", + "manufacturer_part": 187, + "link": "https://www.digikey.com/product-detail/en/kemet/C0603C104K5RECAUTO/399-14105-2-ND/6575893", + "description": "CAP CER 0.10UF 50V X7R 0603", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 193, + "fields": { + "part": 60, + "supplier": 1, + "SKU": "445-6971-2-ND", + "manufacturer_part": 188, + "link": "https://www.digikey.com/product-detail/en/tdk-corporation/CGA4J1X7R0J106K125AC/445-6971-2-ND/2672864", + "description": "CAP CER 10UF 6.3V X7R 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 194, + "fields": { + "part": 60, + "supplier": 1, + "SKU": "445-7592-2-ND", + "manufacturer_part": 189, + "link": "https://www.digikey.com/product-detail/en/tdk-corporation/C2012X7R1A106M125AC/445-7592-2-ND/2733027", + "description": "CAP CER 10UF 10V X7R 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, + { + "model": "company.supplierpart", + "pk": 195, + "fields": { + "part": 59, + "supplier": 1, + "SKU": "1276-1275-2-ND", + "manufacturer_part": 190, + "link": "https://www.digikey.com/product-detail/en/samsung-electro-mechanics/CL21B105KPFNNNE/1276-1275-2-ND/3886933", + "description": "CAP CER 1UF 10V X7R 0805", + "note": null, + "base_cost": "0.000", + "packaging": null, + "multiple": 1 + } + }, { "model": "label.stockitemlabel", "pk": 1, @@ -431,6 +5817,20 @@ "filters": "" } }, + { + "model": "label.partlabel", + "pk": 1, + "fields": { + "name": "Part Label", + "description": "Simple part label", + "label": "label/inventree/part/part_label.html", + "enabled": true, + "width": 70.0, + "height": 24.0, + "filename_pattern": "label.pdf", + "filters": "" + } + }, { "model": "part.partcategory", "pk": 1, @@ -2504,6 +7904,498 @@ "level": 0 } }, + { + "model": "part.part", + "pk": 49, + "fields": { + "name": "C_100pF_0402", + "is_template": false, + "variant_of": null, + "description": "Ceramic capacitor, 100pF in 0402 SMD package", + "keywords": "cap smd ceramic", + "category": 6, + "IPN": null, + "revision": null, + "link": null, + "image": "part_images/cap_smd_0402.jpg", + "default_location": null, + "default_supplier": null, + "default_expiry": 0, + "minimum_stock": 0, + "units": "", + "assembly": false, + "component": true, + "trackable": false, + "purchaseable": true, + "salable": false, + "active": true, + "virtual": false, + "notes": null, + "bom_checksum": "", + "bom_checked_by": null, + "bom_checked_date": null, + "creation_date": "2021-07-28", + "creation_user": 1, + "responsible": null, + "base_cost": "0.000", + "multiple": 1, + "lft": 1, + "rght": 2, + "tree_id": 49, + "level": 0 + } + }, + { + "model": "part.part", + "pk": 50, + "fields": { + "name": "C_100pF_0603", + "is_template": false, + "variant_of": null, + "description": "Ceramic capacitor, 100pF in 0603 SMD package", + "keywords": "cap smd ceramic", + "category": 6, + "IPN": null, + "revision": null, + "link": null, + "image": "part_images/cap_smd_0603.jpg", + "default_location": null, + "default_supplier": null, + "default_expiry": 0, + "minimum_stock": 0, + "units": "", + "assembly": false, + "component": true, + "trackable": false, + "purchaseable": true, + "salable": false, + "active": true, + "virtual": false, + "notes": null, + "bom_checksum": "", + "bom_checked_by": null, + "bom_checked_date": null, + "creation_date": "2021-07-28", + "creation_user": 1, + "responsible": null, + "base_cost": "0.000", + "multiple": 1, + "lft": 1, + "rght": 2, + "tree_id": 50, + "level": 0 + } + }, + { + "model": "part.part", + "pk": 51, + "fields": { + "name": "C_100pF_0805", + "is_template": false, + "variant_of": null, + "description": "Ceramic capacitor, 100pF in 0805 SMD package", + "keywords": "cap smd ceramic", + "category": 6, + "IPN": null, + "revision": null, + "link": null, + "image": "part_images/cap_smd_0805.jpg", + "default_location": null, + "default_supplier": null, + "default_expiry": 0, + "minimum_stock": 0, + "units": "", + "assembly": false, + "component": true, + "trackable": false, + "purchaseable": true, + "salable": false, + "active": true, + "virtual": false, + "notes": null, + "bom_checksum": "", + "bom_checked_by": null, + "bom_checked_date": null, + "creation_date": "2021-07-28", + "creation_user": 1, + "responsible": null, + "base_cost": "0.000", + "multiple": 1, + "lft": 1, + "rght": 2, + "tree_id": 51, + "level": 0 + } + }, + { + "model": "part.part", + "pk": 52, + "fields": { + "name": "C_100nF_0402", + "is_template": false, + "variant_of": null, + "description": "Ceramic capacitor, 100nF in 0402 SMD package", + "keywords": "cap smd ceramic", + "category": 6, + "IPN": null, + "revision": null, + "link": null, + "image": "part_images/cap_smd_0402.jpg", + "default_location": null, + "default_supplier": null, + "default_expiry": 0, + "minimum_stock": 0, + "units": "", + "assembly": false, + "component": true, + "trackable": false, + "purchaseable": true, + "salable": false, + "active": true, + "virtual": false, + "notes": null, + "bom_checksum": "", + "bom_checked_by": null, + "bom_checked_date": null, + "creation_date": "2021-07-28", + "creation_user": 1, + "responsible": null, + "base_cost": "0.000", + "multiple": 1, + "lft": 1, + "rght": 2, + "tree_id": 52, + "level": 0 + } + }, + { + "model": "part.part", + "pk": 53, + "fields": { + "name": "C_1uF_0402", + "is_template": false, + "variant_of": null, + "description": "Ceramic capacitor, 1uF in 0402 SMD package", + "keywords": "cap smd ceramic", + "category": 6, + "IPN": null, + "revision": null, + "link": null, + "image": "part_images/cap_smd_0402.jpg", + "default_location": null, + "default_supplier": null, + "default_expiry": 0, + "minimum_stock": 0, + "units": "", + "assembly": false, + "component": true, + "trackable": false, + "purchaseable": true, + "salable": false, + "active": true, + "virtual": false, + "notes": null, + "bom_checksum": "", + "bom_checked_by": null, + "bom_checked_date": null, + "creation_date": "2021-07-28", + "creation_user": 1, + "responsible": null, + "base_cost": "0.000", + "multiple": 1, + "lft": 1, + "rght": 2, + "tree_id": 53, + "level": 0 + } + }, + { + "model": "part.part", + "pk": 54, + "fields": { + "name": "C_10uF_0402", + "is_template": false, + "variant_of": null, + "description": "Ceramic capacitor, 10uF in 0402 SMD package", + "keywords": "cap smd ceramic", + "category": 6, + "IPN": null, + "revision": null, + "link": null, + "image": "part_images/cap_smd_0402.jpg", + "default_location": null, + "default_supplier": null, + "default_expiry": 0, + "minimum_stock": 0, + "units": "", + "assembly": false, + "component": true, + "trackable": false, + "purchaseable": true, + "salable": false, + "active": true, + "virtual": false, + "notes": null, + "bom_checksum": "", + "bom_checked_by": null, + "bom_checked_date": null, + "creation_date": "2021-07-28", + "creation_user": 1, + "responsible": null, + "base_cost": "0.000", + "multiple": 1, + "lft": 1, + "rght": 2, + "tree_id": 54, + "level": 0 + } + }, + { + "model": "part.part", + "pk": 55, + "fields": { + "name": "C_100nF_0603", + "is_template": false, + "variant_of": null, + "description": "Ceramic capacitor, 100nF in 0603 SMD package", + "keywords": "cap smd ceramic", + "category": 6, + "IPN": null, + "revision": null, + "link": null, + "image": "part_images/cap_smd_0603.jpg", + "default_location": null, + "default_supplier": null, + "default_expiry": 0, + "minimum_stock": 0, + "units": "", + "assembly": false, + "component": true, + "trackable": false, + "purchaseable": true, + "salable": false, + "active": true, + "virtual": false, + "notes": null, + "bom_checksum": "", + "bom_checked_by": null, + "bom_checked_date": null, + "creation_date": "2021-07-28", + "creation_user": 1, + "responsible": null, + "base_cost": "0.000", + "multiple": 1, + "lft": 1, + "rght": 2, + "tree_id": 55, + "level": 0 + } + }, + { + "model": "part.part", + "pk": 56, + "fields": { + "name": "C_1uF_0603", + "is_template": false, + "variant_of": null, + "description": "Ceramic capacitor, 1uF in 0603 SMD package", + "keywords": "cap smd ceramic", + "category": 6, + "IPN": null, + "revision": null, + "link": null, + "image": "part_images/cap_smd_0603.jpg", + "default_location": null, + "default_supplier": null, + "default_expiry": 0, + "minimum_stock": 0, + "units": "", + "assembly": false, + "component": true, + "trackable": false, + "purchaseable": true, + "salable": false, + "active": true, + "virtual": false, + "notes": null, + "bom_checksum": "", + "bom_checked_by": null, + "bom_checked_date": null, + "creation_date": "2021-07-28", + "creation_user": 1, + "responsible": null, + "base_cost": "0.000", + "multiple": 1, + "lft": 1, + "rght": 2, + "tree_id": 56, + "level": 0 + } + }, + { + "model": "part.part", + "pk": 57, + "fields": { + "name": "C_10uF_0603", + "is_template": false, + "variant_of": null, + "description": "Ceramic capacitor, 10uF in 0603 SMD package", + "keywords": "cap smd ceramic", + "category": 6, + "IPN": null, + "revision": null, + "link": null, + "image": "part_images/cap_smd_0603.jpg", + "default_location": null, + "default_supplier": null, + "default_expiry": 0, + "minimum_stock": 0, + "units": "", + "assembly": false, + "component": true, + "trackable": false, + "purchaseable": true, + "salable": false, + "active": true, + "virtual": false, + "notes": null, + "bom_checksum": "", + "bom_checked_by": null, + "bom_checked_date": null, + "creation_date": "2021-07-28", + "creation_user": 1, + "responsible": null, + "base_cost": "0.000", + "multiple": 1, + "lft": 1, + "rght": 2, + "tree_id": 57, + "level": 0 + } + }, + { + "model": "part.part", + "pk": 58, + "fields": { + "name": "C_100nF_0805", + "is_template": false, + "variant_of": null, + "description": "Ceramic capacitor, 100nF in 0805 SMD package", + "keywords": "cap smd ceramic", + "category": 6, + "IPN": null, + "revision": null, + "link": null, + "image": "part_images/cap_smd_0805.jpg", + "default_location": null, + "default_supplier": null, + "default_expiry": 0, + "minimum_stock": 0, + "units": "", + "assembly": false, + "component": true, + "trackable": false, + "purchaseable": true, + "salable": false, + "active": true, + "virtual": false, + "notes": null, + "bom_checksum": "", + "bom_checked_by": null, + "bom_checked_date": null, + "creation_date": "2021-07-28", + "creation_user": 1, + "responsible": null, + "base_cost": "0.000", + "multiple": 1, + "lft": 1, + "rght": 2, + "tree_id": 58, + "level": 0 + } + }, + { + "model": "part.part", + "pk": 59, + "fields": { + "name": "C_1uF_0805", + "is_template": false, + "variant_of": null, + "description": "Ceramic capacitor, 1uF in 0805 SMD package", + "keywords": "cap smd ceramic", + "category": 6, + "IPN": null, + "revision": null, + "link": null, + "image": "part_images/cap_smd_0805.jpg", + "default_location": null, + "default_supplier": null, + "default_expiry": 0, + "minimum_stock": 0, + "units": "", + "assembly": false, + "component": true, + "trackable": false, + "purchaseable": true, + "salable": false, + "active": true, + "virtual": false, + "notes": null, + "bom_checksum": "", + "bom_checked_by": null, + "bom_checked_date": null, + "creation_date": "2021-07-28", + "creation_user": 1, + "responsible": null, + "base_cost": "0.000", + "multiple": 1, + "lft": 1, + "rght": 2, + "tree_id": 59, + "level": 0 + } + }, + { + "model": "part.part", + "pk": 60, + "fields": { + "name": "C_10uF_0805", + "is_template": false, + "variant_of": null, + "description": "Ceramic capacitor, 10uF in 0805 SMD package", + "keywords": "cap smd ceramic", + "category": 6, + "IPN": null, + "revision": null, + "link": null, + "image": "part_images/cap_smd_0805.jpg", + "default_location": null, + "default_supplier": null, + "default_expiry": 0, + "minimum_stock": 0, + "units": "", + "assembly": false, + "component": true, + "trackable": false, + "purchaseable": true, + "salable": false, + "active": true, + "virtual": false, + "notes": null, + "bom_checksum": "", + "bom_checked_by": null, + "bom_checked_date": null, + "creation_date": "2021-07-28", + "creation_user": 1, + "responsible": null, + "base_cost": "0.000", + "multiple": 1, + "lft": 1, + "rght": 2, + "tree_id": 60, + "level": 0 + } + }, { "model": "part.partparametertemplate", "pk": 1, @@ -3861,7 +9753,7 @@ "owner": null, "lft": 1, "rght": 12, - "tree_id": 1, + "tree_id": 2, "level": 0 } }, @@ -3875,7 +9767,7 @@ "owner": null, "lft": 8, "rght": 9, - "tree_id": 1, + "tree_id": 2, "level": 1 } }, @@ -3889,7 +9781,7 @@ "owner": null, "lft": 10, "rght": 11, - "tree_id": 1, + "tree_id": 2, "level": 1 } }, @@ -3903,7 +9795,7 @@ "owner": null, "lft": 2, "rght": 7, - "tree_id": 1, + "tree_id": 2, "level": 1 } }, @@ -3917,7 +9809,7 @@ "owner": null, "lft": 3, "rght": 4, - "tree_id": 1, + "tree_id": 2, "level": 2 } }, @@ -3931,8 +9823,7866 @@ "owner": null, "lft": 5, "rght": 6, - "tree_id": 1, + "tree_id": 2, "level": 2 } + }, + { + "model": "stock.stocklocation", + "pk": 7, + "fields": { + "name": "Electronics Lab", + "description": "Electronics production facility", + "parent": null, + "owner": null, + "lft": 1, + "rght": 4, + "tree_id": 1, + "level": 0 + } + }, + { + "model": "stock.stocklocation", + "pk": 8, + "fields": { + "name": "Reel Storage", + "description": "Storage for component reels", + "parent": 7, + "owner": null, + "lft": 2, + "rght": 3, + "tree_id": 1, + "level": 1 + } + }, + { + "model": "stock.stockitem", + "pk": 2, + "fields": { + "uid": "", + "parent": null, + "part": 28, + "supplier_part": 31, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 1, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 3, + "fields": { + "uid": "", + "parent": null, + "part": 28, + "supplier_part": 34, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 2, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 4, + "fields": { + "uid": "", + "parent": null, + "part": 29, + "supplier_part": 36, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 3, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 5, + "fields": { + "uid": "", + "parent": null, + "part": 29, + "supplier_part": 37, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 4, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 6, + "fields": { + "uid": "", + "parent": null, + "part": 29, + "supplier_part": 39, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 5, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 7, + "fields": { + "uid": "", + "parent": null, + "part": 16, + "supplier_part": 45, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 6, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 8, + "fields": { + "uid": "", + "parent": null, + "part": 16, + "supplier_part": 47, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 7, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 9, + "fields": { + "uid": "", + "parent": null, + "part": 17, + "supplier_part": 20, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 8, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 10, + "fields": { + "uid": "", + "parent": null, + "part": 17, + "supplier_part": 50, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 9, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 11, + "fields": { + "uid": "", + "parent": null, + "part": 17, + "supplier_part": 53, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 10, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 12, + "fields": { + "uid": "", + "parent": null, + "part": 18, + "supplier_part": 54, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 11, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 13, + "fields": { + "uid": "", + "parent": null, + "part": 18, + "supplier_part": 55, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 12, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 14, + "fields": { + "uid": "", + "parent": null, + "part": 18, + "supplier_part": 56, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 13, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 15, + "fields": { + "uid": "", + "parent": null, + "part": 18, + "supplier_part": 57, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 14, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 16, + "fields": { + "uid": "", + "parent": null, + "part": 18, + "supplier_part": 58, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 50, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 15, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 17, + "fields": { + "uid": "", + "parent": null, + "part": 19, + "supplier_part": 59, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 16, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 18, + "fields": { + "uid": "", + "parent": null, + "part": 19, + "supplier_part": 63, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 17, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 19, + "fields": { + "uid": "", + "parent": null, + "part": 20, + "supplier_part": 65, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 18, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 20, + "fields": { + "uid": "", + "parent": null, + "part": 20, + "supplier_part": 66, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 19, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 21, + "fields": { + "uid": "", + "parent": null, + "part": 20, + "supplier_part": 67, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 20, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 22, + "fields": { + "uid": "", + "parent": null, + "part": 21, + "supplier_part": 71, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 21, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 23, + "fields": { + "uid": "", + "parent": null, + "part": 46, + "supplier_part": 74, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 22, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 24, + "fields": { + "uid": "", + "parent": null, + "part": 46, + "supplier_part": 75, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 23, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 25, + "fields": { + "uid": "", + "parent": null, + "part": 46, + "supplier_part": 77, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 24, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 26, + "fields": { + "uid": "", + "parent": null, + "part": 46, + "supplier_part": 78, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 25, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 27, + "fields": { + "uid": "", + "parent": null, + "part": 47, + "supplier_part": 79, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 26, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 28, + "fields": { + "uid": "", + "parent": null, + "part": 47, + "supplier_part": 81, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 27, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 29, + "fields": { + "uid": "", + "parent": null, + "part": 47, + "supplier_part": 82, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 28, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 30, + "fields": { + "uid": "", + "parent": null, + "part": 48, + "supplier_part": 84, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 55, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 29, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 31, + "fields": { + "uid": "", + "parent": null, + "part": 48, + "supplier_part": 86, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 30, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 32, + "fields": { + "uid": "", + "parent": null, + "part": 48, + "supplier_part": 87, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 31, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 33, + "fields": { + "uid": "", + "parent": null, + "part": 32, + "supplier_part": 95, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 32, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 34, + "fields": { + "uid": "", + "parent": null, + "part": 32, + "supplier_part": 96, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 33, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 35, + "fields": { + "uid": "", + "parent": null, + "part": 32, + "supplier_part": 98, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 34, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 36, + "fields": { + "uid": "", + "parent": null, + "part": 33, + "supplier_part": 100, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 35, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 37, + "fields": { + "uid": "", + "parent": null, + "part": 33, + "supplier_part": 102, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 36, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 38, + "fields": { + "uid": "", + "parent": null, + "part": 33, + "supplier_part": 103, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 37, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 39, + "fields": { + "uid": "", + "parent": null, + "part": 23, + "supplier_part": 108, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 38, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 40, + "fields": { + "uid": "", + "parent": null, + "part": 23, + "supplier_part": 109, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 39, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 41, + "fields": { + "uid": "", + "parent": null, + "part": 23, + "supplier_part": 110, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 40, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 42, + "fields": { + "uid": "", + "parent": null, + "part": 23, + "supplier_part": 111, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 41, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 43, + "fields": { + "uid": "", + "parent": null, + "part": 24, + "supplier_part": 22, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 42, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 44, + "fields": { + "uid": "", + "parent": null, + "part": 24, + "supplier_part": 113, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 43, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 45, + "fields": { + "uid": "", + "parent": null, + "part": 24, + "supplier_part": 114, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 44, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 46, + "fields": { + "uid": "", + "parent": null, + "part": 24, + "supplier_part": 115, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 45, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 47, + "fields": { + "uid": "", + "parent": null, + "part": 25, + "supplier_part": 133, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 46, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 48, + "fields": { + "uid": "", + "parent": null, + "part": 25, + "supplier_part": 135, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 47, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 49, + "fields": { + "uid": "", + "parent": null, + "part": 26, + "supplier_part": 137, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 48, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 50, + "fields": { + "uid": "", + "parent": null, + "part": 27, + "supplier_part": 142, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 49, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 51, + "fields": { + "uid": "", + "parent": null, + "part": 27, + "supplier_part": 144, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 50, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 52, + "fields": { + "uid": "", + "parent": null, + "part": 27, + "supplier_part": 146, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 51, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 53, + "fields": { + "uid": "", + "parent": null, + "part": 37, + "supplier_part": 147, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 52, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 54, + "fields": { + "uid": "", + "parent": null, + "part": 37, + "supplier_part": 148, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 55, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 53, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 55, + "fields": { + "uid": "", + "parent": null, + "part": 37, + "supplier_part": 149, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 54, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 56, + "fields": { + "uid": "", + "parent": null, + "part": 37, + "supplier_part": 151, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 55, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 57, + "fields": { + "uid": "", + "parent": null, + "part": 38, + "supplier_part": 153, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 56, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 58, + "fields": { + "uid": "", + "parent": null, + "part": 38, + "supplier_part": 154, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 57, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 59, + "fields": { + "uid": "", + "parent": null, + "part": 38, + "supplier_part": 155, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 58, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 60, + "fields": { + "uid": "", + "parent": null, + "part": 38, + "supplier_part": 156, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 59, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 61, + "fields": { + "uid": "", + "parent": null, + "part": 39, + "supplier_part": 157, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 55, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 60, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 62, + "fields": { + "uid": "", + "parent": null, + "part": 39, + "supplier_part": 158, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 61, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 63, + "fields": { + "uid": "", + "parent": null, + "part": 39, + "supplier_part": 159, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 62, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 64, + "fields": { + "uid": "", + "parent": null, + "part": 39, + "supplier_part": 160, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 63, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 65, + "fields": { + "uid": "", + "parent": null, + "part": 39, + "supplier_part": 161, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 64, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 66, + "fields": { + "uid": "", + "parent": null, + "part": 40, + "supplier_part": 162, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 65, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 67, + "fields": { + "uid": "", + "parent": null, + "part": 40, + "supplier_part": 163, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 66, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 68, + "fields": { + "uid": "", + "parent": null, + "part": 40, + "supplier_part": 164, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 67, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 69, + "fields": { + "uid": "", + "parent": null, + "part": 40, + "supplier_part": 165, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 68, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 70, + "fields": { + "uid": "", + "parent": null, + "part": 41, + "supplier_part": 169, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 69, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 71, + "fields": { + "uid": "", + "parent": null, + "part": 41, + "supplier_part": 171, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 70, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 72, + "fields": { + "uid": "", + "parent": null, + "part": 44, + "supplier_part": 15, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 71, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 73, + "fields": { + "uid": "", + "parent": null, + "part": 44, + "supplier_part": 25, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 72, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 74, + "fields": { + "uid": "", + "parent": null, + "part": 44, + "supplier_part": 26, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 73, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 75, + "fields": { + "uid": "", + "parent": null, + "part": 28, + "supplier_part": 31, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 74, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 76, + "fields": { + "uid": "", + "parent": null, + "part": 28, + "supplier_part": 33, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 75, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 77, + "fields": { + "uid": "", + "parent": null, + "part": 28, + "supplier_part": 34, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 76, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 78, + "fields": { + "uid": "", + "parent": null, + "part": 29, + "supplier_part": 35, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 77, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 79, + "fields": { + "uid": "", + "parent": null, + "part": 29, + "supplier_part": 38, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 78, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 80, + "fields": { + "uid": "", + "parent": null, + "part": 30, + "supplier_part": 40, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 79, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 81, + "fields": { + "uid": "", + "parent": null, + "part": 16, + "supplier_part": 48, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 80, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 82, + "fields": { + "uid": "", + "parent": null, + "part": 16, + "supplier_part": 49, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 81, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 83, + "fields": { + "uid": "", + "parent": null, + "part": 17, + "supplier_part": 20, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 82, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 84, + "fields": { + "uid": "", + "parent": null, + "part": 17, + "supplier_part": 50, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 83, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 85, + "fields": { + "uid": "", + "parent": null, + "part": 17, + "supplier_part": 51, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 84, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 86, + "fields": { + "uid": "", + "parent": null, + "part": 18, + "supplier_part": 56, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 85, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 87, + "fields": { + "uid": "", + "parent": null, + "part": 19, + "supplier_part": 60, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 86, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 88, + "fields": { + "uid": "", + "parent": null, + "part": 19, + "supplier_part": 61, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 87, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 89, + "fields": { + "uid": "", + "parent": null, + "part": 20, + "supplier_part": 64, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 88, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 90, + "fields": { + "uid": "", + "parent": null, + "part": 20, + "supplier_part": 65, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 89, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 91, + "fields": { + "uid": "", + "parent": null, + "part": 20, + "supplier_part": 66, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 90, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 92, + "fields": { + "uid": "", + "parent": null, + "part": 20, + "supplier_part": 67, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 91, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 93, + "fields": { + "uid": "", + "parent": null, + "part": 20, + "supplier_part": 68, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 92, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 94, + "fields": { + "uid": "", + "parent": null, + "part": 21, + "supplier_part": 69, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 93, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 95, + "fields": { + "uid": "", + "parent": null, + "part": 21, + "supplier_part": 70, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 94, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 96, + "fields": { + "uid": "", + "parent": null, + "part": 21, + "supplier_part": 71, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 95, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 97, + "fields": { + "uid": "", + "parent": null, + "part": 46, + "supplier_part": 75, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 96, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 98, + "fields": { + "uid": "", + "parent": null, + "part": 46, + "supplier_part": 77, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 97, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 99, + "fields": { + "uid": "", + "parent": null, + "part": 46, + "supplier_part": 78, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 98, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 100, + "fields": { + "uid": "", + "parent": null, + "part": 48, + "supplier_part": 85, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 99, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 101, + "fields": { + "uid": "", + "parent": null, + "part": 48, + "supplier_part": 86, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 100, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 102, + "fields": { + "uid": "", + "parent": null, + "part": 48, + "supplier_part": 88, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 101, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 103, + "fields": { + "uid": "", + "parent": null, + "part": 31, + "supplier_part": 90, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 102, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 104, + "fields": { + "uid": "", + "parent": null, + "part": 31, + "supplier_part": 91, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 103, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 105, + "fields": { + "uid": "", + "parent": null, + "part": 31, + "supplier_part": 93, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 55, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 104, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 106, + "fields": { + "uid": "", + "parent": null, + "part": 22, + "supplier_part": 21, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 105, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 107, + "fields": { + "uid": "", + "parent": null, + "part": 22, + "supplier_part": 105, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 106, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 108, + "fields": { + "uid": "", + "parent": null, + "part": 22, + "supplier_part": 106, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 107, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 109, + "fields": { + "uid": "", + "parent": null, + "part": 23, + "supplier_part": 108, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 108, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 110, + "fields": { + "uid": "", + "parent": null, + "part": 23, + "supplier_part": 109, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 109, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 111, + "fields": { + "uid": "", + "parent": null, + "part": 23, + "supplier_part": 111, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 110, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 112, + "fields": { + "uid": "", + "parent": null, + "part": 23, + "supplier_part": 112, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 111, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 113, + "fields": { + "uid": "", + "parent": null, + "part": 24, + "supplier_part": 22, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 112, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 114, + "fields": { + "uid": "", + "parent": null, + "part": 24, + "supplier_part": 113, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 113, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 115, + "fields": { + "uid": "", + "parent": null, + "part": 26, + "supplier_part": 138, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 114, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 116, + "fields": { + "uid": "", + "parent": null, + "part": 26, + "supplier_part": 141, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 115, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 117, + "fields": { + "uid": "", + "parent": null, + "part": 27, + "supplier_part": 142, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 116, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 118, + "fields": { + "uid": "", + "parent": null, + "part": 27, + "supplier_part": 143, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 117, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 119, + "fields": { + "uid": "", + "parent": null, + "part": 27, + "supplier_part": 144, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 118, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 120, + "fields": { + "uid": "", + "parent": null, + "part": 41, + "supplier_part": 170, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 50, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 119, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 121, + "fields": { + "uid": "", + "parent": null, + "part": 42, + "supplier_part": 172, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 120, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 122, + "fields": { + "uid": "", + "parent": null, + "part": 42, + "supplier_part": 175, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 121, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 148, + "fields": { + "uid": "", + "parent": null, + "part": 52, + "supplier_part": 178, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "500.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 50, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 122, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 149, + "fields": { + "uid": "", + "parent": null, + "part": 55, + "supplier_part": 180, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 123, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 150, + "fields": { + "uid": "", + "parent": null, + "part": 58, + "supplier_part": 181, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 124, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 151, + "fields": { + "uid": "", + "parent": null, + "part": 58, + "supplier_part": 182, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 125, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 152, + "fields": { + "uid": "", + "parent": null, + "part": 49, + "supplier_part": 183, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 50, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 126, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 153, + "fields": { + "uid": "", + "parent": null, + "part": 49, + "supplier_part": 184, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 127, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 154, + "fields": { + "uid": "", + "parent": null, + "part": 51, + "supplier_part": 187, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 128, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 155, + "fields": { + "uid": "", + "parent": null, + "part": 60, + "supplier_part": 193, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 129, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 156, + "fields": { + "uid": "", + "parent": null, + "part": 60, + "supplier_part": 194, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 130, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 157, + "fields": { + "uid": "", + "parent": null, + "part": 49, + "supplier_part": 183, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 131, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 158, + "fields": { + "uid": "", + "parent": null, + "part": 50, + "supplier_part": 185, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1976.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 132, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 159, + "fields": { + "uid": "", + "parent": null, + "part": 51, + "supplier_part": 187, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 133, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 160, + "fields": { + "uid": "", + "parent": null, + "part": 51, + "supplier_part": 188, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 134, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 161, + "fields": { + "uid": "", + "parent": null, + "part": 57, + "supplier_part": 192, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 50, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 135, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 162, + "fields": { + "uid": "", + "parent": null, + "part": 49, + "supplier_part": 183, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 136, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 163, + "fields": { + "uid": "", + "parent": null, + "part": 49, + "supplier_part": 184, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "2347.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 137, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 164, + "fields": { + "uid": "", + "parent": null, + "part": 50, + "supplier_part": 185, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 138, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 165, + "fields": { + "uid": "", + "parent": null, + "part": 57, + "supplier_part": 191, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 50, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 139, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 166, + "fields": { + "uid": "", + "parent": null, + "part": 57, + "supplier_part": 192, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 140, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 167, + "fields": { + "uid": "", + "parent": null, + "part": 60, + "supplier_part": 194, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "4000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 141, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 168, + "fields": { + "uid": "", + "parent": null, + "part": 55, + "supplier_part": 179, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1000.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 142, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 169, + "fields": { + "uid": "", + "parent": null, + "part": 58, + "supplier_part": 181, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "1149.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 143, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 170, + "fields": { + "uid": "", + "parent": null, + "part": 58, + "supplier_part": 182, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "500.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 144, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 171, + "fields": { + "uid": "", + "parent": null, + "part": 60, + "supplier_part": 194, + "location": 8, + "packaging": "reel", + "belongs_to": null, + "customer": null, + "serial": null, + "link": "", + "batch": null, + "quantity": "500.00000", + "updated": "2021-07-28", + "build": null, + "is_building": false, + "purchase_order": null, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 55, + "notes": null, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "infinite": false, + "lft": 1, + "rght": 2, + "tree_id": 145, + "level": 0 + } + }, + { + "model": "stock.stockitemtracking", + "pk": 2, + "fields": { + "tracking_type": 1, + "item": 2, + "date": "2021-07-28T14:37:51.084Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 3, + "fields": { + "tracking_type": 1, + "item": 3, + "date": "2021-07-28T14:37:51.202Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 4, + "fields": { + "tracking_type": 1, + "item": 4, + "date": "2021-07-28T14:37:51.376Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 5, + "fields": { + "tracking_type": 1, + "item": 5, + "date": "2021-07-28T14:37:51.495Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 6, + "fields": { + "tracking_type": 1, + "item": 6, + "date": "2021-07-28T14:37:51.620Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 7, + "fields": { + "tracking_type": 1, + "item": 7, + "date": "2021-07-28T14:37:51.868Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 8, + "fields": { + "tracking_type": 1, + "item": 8, + "date": "2021-07-28T14:37:51.987Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 9, + "fields": { + "tracking_type": 1, + "item": 9, + "date": "2021-07-28T14:37:52.192Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 10, + "fields": { + "tracking_type": 1, + "item": 10, + "date": "2021-07-28T14:37:52.335Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 11, + "fields": { + "tracking_type": 1, + "item": 11, + "date": "2021-07-28T14:37:52.464Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 12, + "fields": { + "tracking_type": 1, + "item": 12, + "date": "2021-07-28T14:37:52.661Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 13, + "fields": { + "tracking_type": 1, + "item": 13, + "date": "2021-07-28T14:37:52.791Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 14, + "fields": { + "tracking_type": 1, + "item": 14, + "date": "2021-07-28T14:37:52.925Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 15, + "fields": { + "tracking_type": 1, + "item": 15, + "date": "2021-07-28T14:37:53.057Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 16, + "fields": { + "tracking_type": 1, + "item": 16, + "date": "2021-07-28T14:37:53.196Z", + "notes": "", + "user": null, + "deltas": { + "status": 50, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 17, + "fields": { + "tracking_type": 1, + "item": 17, + "date": "2021-07-28T14:37:53.394Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 18, + "fields": { + "tracking_type": 1, + "item": 18, + "date": "2021-07-28T14:37:53.525Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 19, + "fields": { + "tracking_type": 1, + "item": 19, + "date": "2021-07-28T14:37:53.735Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 20, + "fields": { + "tracking_type": 1, + "item": 20, + "date": "2021-07-28T14:37:53.865Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 21, + "fields": { + "tracking_type": 1, + "item": 21, + "date": "2021-07-28T14:37:53.986Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 22, + "fields": { + "tracking_type": 1, + "item": 22, + "date": "2021-07-28T14:37:54.173Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 23, + "fields": { + "tracking_type": 1, + "item": 23, + "date": "2021-07-28T14:37:54.361Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 24, + "fields": { + "tracking_type": 1, + "item": 24, + "date": "2021-07-28T14:37:54.483Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 25, + "fields": { + "tracking_type": 1, + "item": 25, + "date": "2021-07-28T14:37:54.603Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 26, + "fields": { + "tracking_type": 1, + "item": 26, + "date": "2021-07-28T14:37:54.725Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 27, + "fields": { + "tracking_type": 1, + "item": 27, + "date": "2021-07-28T14:37:54.899Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 28, + "fields": { + "tracking_type": 1, + "item": 28, + "date": "2021-07-28T14:37:55.016Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 29, + "fields": { + "tracking_type": 1, + "item": 29, + "date": "2021-07-28T14:37:55.149Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 30, + "fields": { + "tracking_type": 1, + "item": 30, + "date": "2021-07-28T14:37:55.337Z", + "notes": "", + "user": null, + "deltas": { + "status": 55, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 31, + "fields": { + "tracking_type": 1, + "item": 31, + "date": "2021-07-28T14:37:55.466Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 32, + "fields": { + "tracking_type": 1, + "item": 32, + "date": "2021-07-28T14:37:55.601Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 33, + "fields": { + "tracking_type": 1, + "item": 33, + "date": "2021-07-28T14:37:55.862Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 34, + "fields": { + "tracking_type": 1, + "item": 34, + "date": "2021-07-28T14:37:56.000Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 35, + "fields": { + "tracking_type": 1, + "item": 35, + "date": "2021-07-28T14:37:56.136Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 36, + "fields": { + "tracking_type": 1, + "item": 36, + "date": "2021-07-28T14:37:56.324Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 37, + "fields": { + "tracking_type": 1, + "item": 37, + "date": "2021-07-28T14:37:56.458Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 38, + "fields": { + "tracking_type": 1, + "item": 38, + "date": "2021-07-28T14:37:56.592Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 39, + "fields": { + "tracking_type": 1, + "item": 39, + "date": "2021-07-28T14:37:56.795Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 40, + "fields": { + "tracking_type": 1, + "item": 40, + "date": "2021-07-28T14:37:56.921Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 41, + "fields": { + "tracking_type": 1, + "item": 41, + "date": "2021-07-28T14:37:57.053Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 42, + "fields": { + "tracking_type": 1, + "item": 42, + "date": "2021-07-28T14:37:57.195Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 43, + "fields": { + "tracking_type": 1, + "item": 43, + "date": "2021-07-28T14:37:57.398Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 44, + "fields": { + "tracking_type": 1, + "item": 44, + "date": "2021-07-28T14:37:57.527Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 45, + "fields": { + "tracking_type": 1, + "item": 45, + "date": "2021-07-28T14:37:57.661Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 46, + "fields": { + "tracking_type": 1, + "item": 46, + "date": "2021-07-28T14:37:57.801Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 47, + "fields": { + "tracking_type": 1, + "item": 47, + "date": "2021-07-28T14:37:58.064Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 48, + "fields": { + "tracking_type": 1, + "item": 48, + "date": "2021-07-28T14:37:58.198Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 49, + "fields": { + "tracking_type": 1, + "item": 49, + "date": "2021-07-28T14:37:58.400Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 50, + "fields": { + "tracking_type": 1, + "item": 50, + "date": "2021-07-28T14:37:58.601Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 51, + "fields": { + "tracking_type": 1, + "item": 51, + "date": "2021-07-28T14:37:58.731Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 52, + "fields": { + "tracking_type": 1, + "item": 52, + "date": "2021-07-28T14:37:58.867Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 53, + "fields": { + "tracking_type": 1, + "item": 53, + "date": "2021-07-28T14:37:59.090Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 54, + "fields": { + "tracking_type": 1, + "item": 54, + "date": "2021-07-28T14:37:59.223Z", + "notes": "", + "user": null, + "deltas": { + "status": 55, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 55, + "fields": { + "tracking_type": 1, + "item": 55, + "date": "2021-07-28T14:37:59.360Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 56, + "fields": { + "tracking_type": 1, + "item": 56, + "date": "2021-07-28T14:37:59.496Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 57, + "fields": { + "tracking_type": 1, + "item": 57, + "date": "2021-07-28T14:37:59.710Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 58, + "fields": { + "tracking_type": 1, + "item": 58, + "date": "2021-07-28T14:37:59.846Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 59, + "fields": { + "tracking_type": 1, + "item": 59, + "date": "2021-07-28T14:37:59.974Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 60, + "fields": { + "tracking_type": 1, + "item": 60, + "date": "2021-07-28T14:38:00.097Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 61, + "fields": { + "tracking_type": 1, + "item": 61, + "date": "2021-07-28T14:38:00.282Z", + "notes": "", + "user": null, + "deltas": { + "status": 55, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 62, + "fields": { + "tracking_type": 1, + "item": 62, + "date": "2021-07-28T14:38:00.402Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 63, + "fields": { + "tracking_type": 1, + "item": 63, + "date": "2021-07-28T14:38:00.530Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 64, + "fields": { + "tracking_type": 1, + "item": 64, + "date": "2021-07-28T14:38:00.657Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 65, + "fields": { + "tracking_type": 1, + "item": 65, + "date": "2021-07-28T14:38:00.795Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 66, + "fields": { + "tracking_type": 1, + "item": 66, + "date": "2021-07-28T14:38:00.975Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 67, + "fields": { + "tracking_type": 1, + "item": 67, + "date": "2021-07-28T14:38:01.098Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 68, + "fields": { + "tracking_type": 1, + "item": 68, + "date": "2021-07-28T14:38:01.225Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 69, + "fields": { + "tracking_type": 1, + "item": 69, + "date": "2021-07-28T14:38:01.356Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 70, + "fields": { + "tracking_type": 1, + "item": 70, + "date": "2021-07-28T14:38:01.542Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 71, + "fields": { + "tracking_type": 1, + "item": 71, + "date": "2021-07-28T14:38:01.670Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 72, + "fields": { + "tracking_type": 1, + "item": 72, + "date": "2021-07-28T14:38:55.423Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 73, + "fields": { + "tracking_type": 1, + "item": 73, + "date": "2021-07-28T14:38:55.535Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 74, + "fields": { + "tracking_type": 1, + "item": 74, + "date": "2021-07-28T14:38:55.644Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 75, + "fields": { + "tracking_type": 1, + "item": 75, + "date": "2021-07-28T14:38:55.823Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 76, + "fields": { + "tracking_type": 1, + "item": 76, + "date": "2021-07-28T14:38:55.949Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 77, + "fields": { + "tracking_type": 1, + "item": 77, + "date": "2021-07-28T14:38:56.083Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 78, + "fields": { + "tracking_type": 1, + "item": 78, + "date": "2021-07-28T14:38:56.278Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 79, + "fields": { + "tracking_type": 1, + "item": 79, + "date": "2021-07-28T14:38:56.413Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 80, + "fields": { + "tracking_type": 1, + "item": 80, + "date": "2021-07-28T14:38:56.616Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 81, + "fields": { + "tracking_type": 1, + "item": 81, + "date": "2021-07-28T14:38:56.860Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 82, + "fields": { + "tracking_type": 1, + "item": 82, + "date": "2021-07-28T14:38:56.994Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 83, + "fields": { + "tracking_type": 1, + "item": 83, + "date": "2021-07-28T14:38:57.199Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 84, + "fields": { + "tracking_type": 1, + "item": 84, + "date": "2021-07-28T14:38:57.337Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 85, + "fields": { + "tracking_type": 1, + "item": 85, + "date": "2021-07-28T14:38:57.470Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 86, + "fields": { + "tracking_type": 1, + "item": 86, + "date": "2021-07-28T14:38:57.670Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 87, + "fields": { + "tracking_type": 1, + "item": 87, + "date": "2021-07-28T14:38:57.865Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 88, + "fields": { + "tracking_type": 1, + "item": 88, + "date": "2021-07-28T14:38:58.003Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 89, + "fields": { + "tracking_type": 1, + "item": 89, + "date": "2021-07-28T14:38:58.207Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 90, + "fields": { + "tracking_type": 1, + "item": 90, + "date": "2021-07-28T14:38:58.354Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 91, + "fields": { + "tracking_type": 1, + "item": 91, + "date": "2021-07-28T14:38:58.498Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 92, + "fields": { + "tracking_type": 1, + "item": 92, + "date": "2021-07-28T14:38:58.638Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 93, + "fields": { + "tracking_type": 1, + "item": 93, + "date": "2021-07-28T14:38:58.781Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 94, + "fields": { + "tracking_type": 1, + "item": 94, + "date": "2021-07-28T14:38:58.980Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 95, + "fields": { + "tracking_type": 1, + "item": 95, + "date": "2021-07-28T14:38:59.114Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 96, + "fields": { + "tracking_type": 1, + "item": 96, + "date": "2021-07-28T14:38:59.249Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 97, + "fields": { + "tracking_type": 1, + "item": 97, + "date": "2021-07-28T14:38:59.423Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 98, + "fields": { + "tracking_type": 1, + "item": 98, + "date": "2021-07-28T14:38:59.557Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 99, + "fields": { + "tracking_type": 1, + "item": 99, + "date": "2021-07-28T14:38:59.688Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 100, + "fields": { + "tracking_type": 1, + "item": 100, + "date": "2021-07-28T14:38:59.870Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 101, + "fields": { + "tracking_type": 1, + "item": 101, + "date": "2021-07-28T14:39:00.001Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 102, + "fields": { + "tracking_type": 1, + "item": 102, + "date": "2021-07-28T14:39:00.145Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 103, + "fields": { + "tracking_type": 1, + "item": 103, + "date": "2021-07-28T14:39:00.400Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 104, + "fields": { + "tracking_type": 1, + "item": 104, + "date": "2021-07-28T14:39:00.529Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 105, + "fields": { + "tracking_type": 1, + "item": 105, + "date": "2021-07-28T14:39:00.668Z", + "notes": "", + "user": null, + "deltas": { + "status": 55, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 106, + "fields": { + "tracking_type": 1, + "item": 106, + "date": "2021-07-28T14:39:00.875Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 107, + "fields": { + "tracking_type": 1, + "item": 107, + "date": "2021-07-28T14:39:01.015Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 108, + "fields": { + "tracking_type": 1, + "item": 108, + "date": "2021-07-28T14:39:01.149Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 109, + "fields": { + "tracking_type": 1, + "item": 109, + "date": "2021-07-28T14:39:01.354Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 110, + "fields": { + "tracking_type": 1, + "item": 110, + "date": "2021-07-28T14:39:01.499Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 111, + "fields": { + "tracking_type": 1, + "item": 111, + "date": "2021-07-28T14:39:01.633Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 112, + "fields": { + "tracking_type": 1, + "item": 112, + "date": "2021-07-28T14:39:01.762Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 113, + "fields": { + "tracking_type": 1, + "item": 113, + "date": "2021-07-28T14:39:01.940Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 114, + "fields": { + "tracking_type": 1, + "item": 114, + "date": "2021-07-28T14:39:02.065Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 115, + "fields": { + "tracking_type": 1, + "item": 115, + "date": "2021-07-28T14:39:02.283Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 116, + "fields": { + "tracking_type": 1, + "item": 116, + "date": "2021-07-28T14:39:02.406Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 117, + "fields": { + "tracking_type": 1, + "item": 117, + "date": "2021-07-28T14:39:02.608Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 118, + "fields": { + "tracking_type": 1, + "item": 118, + "date": "2021-07-28T14:39:02.753Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 119, + "fields": { + "tracking_type": 1, + "item": 119, + "date": "2021-07-28T14:39:02.875Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 120, + "fields": { + "tracking_type": 1, + "item": 120, + "date": "2021-07-28T14:39:03.115Z", + "notes": "", + "user": null, + "deltas": { + "status": 50, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 121, + "fields": { + "tracking_type": 1, + "item": 121, + "date": "2021-07-28T14:39:03.305Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 122, + "fields": { + "tracking_type": 1, + "item": 122, + "date": "2021-07-28T14:39:03.426Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 148, + "fields": { + "tracking_type": 1, + "item": 148, + "date": "2021-07-28T15:08:18.813Z", + "notes": "", + "user": null, + "deltas": { + "status": 50, + "location": 8, + "quantity": 500.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 149, + "fields": { + "tracking_type": 1, + "item": 149, + "date": "2021-07-28T15:08:18.975Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 150, + "fields": { + "tracking_type": 1, + "item": 150, + "date": "2021-07-28T15:08:19.132Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 151, + "fields": { + "tracking_type": 1, + "item": 151, + "date": "2021-07-28T15:08:19.251Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 152, + "fields": { + "tracking_type": 1, + "item": 152, + "date": "2021-07-28T15:08:19.417Z", + "notes": "", + "user": null, + "deltas": { + "status": 50, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 153, + "fields": { + "tracking_type": 1, + "item": 153, + "date": "2021-07-28T15:08:19.548Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 154, + "fields": { + "tracking_type": 1, + "item": 154, + "date": "2021-07-28T15:08:19.710Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 155, + "fields": { + "tracking_type": 1, + "item": 155, + "date": "2021-07-28T15:08:19.870Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 156, + "fields": { + "tracking_type": 1, + "item": 156, + "date": "2021-07-28T15:08:19.991Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 157, + "fields": { + "tracking_type": 1, + "item": 157, + "date": "2021-07-28T15:08:21.500Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 158, + "fields": { + "tracking_type": 1, + "item": 158, + "date": "2021-07-28T15:08:21.656Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1976.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 159, + "fields": { + "tracking_type": 1, + "item": 159, + "date": "2021-07-28T15:08:21.814Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 160, + "fields": { + "tracking_type": 1, + "item": 160, + "date": "2021-07-28T15:08:21.945Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 161, + "fields": { + "tracking_type": 1, + "item": 161, + "date": "2021-07-28T15:08:22.106Z", + "notes": "", + "user": null, + "deltas": { + "status": 50, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 162, + "fields": { + "tracking_type": 1, + "item": 162, + "date": "2021-07-28T15:08:23.765Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 163, + "fields": { + "tracking_type": 1, + "item": 163, + "date": "2021-07-28T15:08:23.885Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 2347.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 164, + "fields": { + "tracking_type": 1, + "item": 164, + "date": "2021-07-28T15:08:24.040Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 165, + "fields": { + "tracking_type": 1, + "item": 165, + "date": "2021-07-28T15:08:24.210Z", + "notes": "", + "user": null, + "deltas": { + "status": 50, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 166, + "fields": { + "tracking_type": 1, + "item": 166, + "date": "2021-07-28T15:08:24.336Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 167, + "fields": { + "tracking_type": 1, + "item": 167, + "date": "2021-07-28T15:08:24.532Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 4000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 168, + "fields": { + "tracking_type": 1, + "item": 168, + "date": "2021-07-28T15:08:26.438Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1000.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 169, + "fields": { + "tracking_type": 1, + "item": 169, + "date": "2021-07-28T15:08:26.588Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 1149.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 170, + "fields": { + "tracking_type": 1, + "item": 170, + "date": "2021-07-28T15:08:26.700Z", + "notes": "", + "user": null, + "deltas": { + "status": 10, + "location": 8, + "quantity": 500.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 171, + "fields": { + "tracking_type": 1, + "item": 171, + "date": "2021-07-28T15:08:26.895Z", + "notes": "", + "user": null, + "deltas": { + "status": 55, + "location": 8, + "quantity": 500.0 + } + } } ] \ No newline at end of file diff --git a/media/company_images/company_12_img.jpg b/media/company_images/company_12_img.jpg new file mode 100644 index 0000000..8c75e0c Binary files /dev/null and b/media/company_images/company_12_img.jpg differ diff --git a/media/company_images/company_12_img.thumbnail.jpg b/media/company_images/company_12_img.thumbnail.jpg new file mode 100644 index 0000000..350e616 Binary files /dev/null and b/media/company_images/company_12_img.thumbnail.jpg differ diff --git a/media/company_images/company_13_img.jpg b/media/company_images/company_13_img.jpg new file mode 100644 index 0000000..ffb7cac Binary files /dev/null and b/media/company_images/company_13_img.jpg differ diff --git a/media/company_images/company_13_img.thumbnail.jpg b/media/company_images/company_13_img.thumbnail.jpg new file mode 100644 index 0000000..90fdd31 Binary files /dev/null and b/media/company_images/company_13_img.thumbnail.jpg differ diff --git a/media/company_images/company_14_img.png b/media/company_images/company_14_img.png new file mode 100644 index 0000000..ef2a0c3 Binary files /dev/null and b/media/company_images/company_14_img.png differ diff --git a/media/company_images/company_14_img.thumbnail.png b/media/company_images/company_14_img.thumbnail.png new file mode 100644 index 0000000..b8bad01 Binary files /dev/null and b/media/company_images/company_14_img.thumbnail.png differ diff --git a/media/company_images/company_15_img.jpg b/media/company_images/company_15_img.jpg new file mode 100644 index 0000000..60806ad Binary files /dev/null and b/media/company_images/company_15_img.jpg differ diff --git a/media/company_images/company_15_img.thumbnail.jpg b/media/company_images/company_15_img.thumbnail.jpg new file mode 100644 index 0000000..b58fdc9 Binary files /dev/null and b/media/company_images/company_15_img.thumbnail.jpg differ diff --git a/media/company_images/company_17_img.png b/media/company_images/company_17_img.png new file mode 100644 index 0000000..9d89e9c Binary files /dev/null and b/media/company_images/company_17_img.png differ diff --git a/media/company_images/company_17_img.thumbnail.png b/media/company_images/company_17_img.thumbnail.png new file mode 100644 index 0000000..06ea3a7 Binary files /dev/null and b/media/company_images/company_17_img.thumbnail.png differ diff --git a/media/company_images/company_19_img.jpg b/media/company_images/company_19_img.jpg new file mode 100644 index 0000000..06dfc78 Binary files /dev/null and b/media/company_images/company_19_img.jpg differ diff --git a/media/company_images/company_19_img.thumbnail.jpg b/media/company_images/company_19_img.thumbnail.jpg new file mode 100644 index 0000000..0c47fa8 Binary files /dev/null and b/media/company_images/company_19_img.thumbnail.jpg differ diff --git a/media/company_images/company_20_img.jpg b/media/company_images/company_20_img.jpg new file mode 100644 index 0000000..24701ff Binary files /dev/null and b/media/company_images/company_20_img.jpg differ diff --git a/media/company_images/company_20_img.thumbnail.jpg b/media/company_images/company_20_img.thumbnail.jpg new file mode 100644 index 0000000..6ee474d Binary files /dev/null and b/media/company_images/company_20_img.thumbnail.jpg differ diff --git a/media/company_images/company_22_img.jpg b/media/company_images/company_22_img.jpg new file mode 100644 index 0000000..03e661b Binary files /dev/null and b/media/company_images/company_22_img.jpg differ diff --git a/media/company_images/company_22_img.thumbnail.jpg b/media/company_images/company_22_img.thumbnail.jpg new file mode 100644 index 0000000..751057e Binary files /dev/null and b/media/company_images/company_22_img.thumbnail.jpg differ diff --git a/media/company_images/company_23_img.png b/media/company_images/company_23_img.png new file mode 100644 index 0000000..b4abb22 Binary files /dev/null and b/media/company_images/company_23_img.png differ diff --git a/media/company_images/company_23_img.thumbnail.png b/media/company_images/company_23_img.thumbnail.png new file mode 100644 index 0000000..46abf10 Binary files /dev/null and b/media/company_images/company_23_img.thumbnail.png differ diff --git a/media/company_images/company_25_img.jpg b/media/company_images/company_25_img.jpg new file mode 100644 index 0000000..49fa1f1 Binary files /dev/null and b/media/company_images/company_25_img.jpg differ diff --git a/media/company_images/company_25_img.thumbnail.jpg b/media/company_images/company_25_img.thumbnail.jpg new file mode 100644 index 0000000..88a0c50 Binary files /dev/null and b/media/company_images/company_25_img.thumbnail.jpg differ diff --git a/media/company_images/company_26_img.jpg b/media/company_images/company_26_img.jpg new file mode 100644 index 0000000..faa5f89 Binary files /dev/null and b/media/company_images/company_26_img.jpg differ diff --git a/media/company_images/company_26_img.thumbnail.jpg b/media/company_images/company_26_img.thumbnail.jpg new file mode 100644 index 0000000..070e258 Binary files /dev/null and b/media/company_images/company_26_img.thumbnail.jpg differ diff --git a/media/company_images/company_27_img.png b/media/company_images/company_27_img.png new file mode 100644 index 0000000..c3626db Binary files /dev/null and b/media/company_images/company_27_img.png differ diff --git a/media/company_images/company_27_img.thumbnail.png b/media/company_images/company_27_img.thumbnail.png new file mode 100644 index 0000000..eda0e9a Binary files /dev/null and b/media/company_images/company_27_img.thumbnail.png differ diff --git a/media/company_images/company_28_img.jpg b/media/company_images/company_28_img.jpg new file mode 100644 index 0000000..02fdc7d Binary files /dev/null and b/media/company_images/company_28_img.jpg differ diff --git a/media/company_images/company_28_img.thumbnail.jpg b/media/company_images/company_28_img.thumbnail.jpg new file mode 100644 index 0000000..d6a906a Binary files /dev/null and b/media/company_images/company_28_img.thumbnail.jpg differ diff --git a/media/company_images/company_4_img.png b/media/company_images/company_4_img.png new file mode 100644 index 0000000..9659d80 Binary files /dev/null and b/media/company_images/company_4_img.png differ diff --git a/media/company_images/company_4_img.thumbnail.png b/media/company_images/company_4_img.thumbnail.png new file mode 100644 index 0000000..e1876e8 Binary files /dev/null and b/media/company_images/company_4_img.thumbnail.png differ diff --git a/media/company_images/company_5_img.jpg b/media/company_images/company_5_img.jpg new file mode 100644 index 0000000..77235f4 Binary files /dev/null and b/media/company_images/company_5_img.jpg differ diff --git a/media/company_images/company_5_img.thumbnail.jpg b/media/company_images/company_5_img.thumbnail.jpg new file mode 100644 index 0000000..ad73a20 Binary files /dev/null and b/media/company_images/company_5_img.thumbnail.jpg differ diff --git a/media/company_images/company_6_img.jpg b/media/company_images/company_6_img.jpg new file mode 100644 index 0000000..48c6a43 Binary files /dev/null and b/media/company_images/company_6_img.jpg differ diff --git a/media/company_images/company_6_img.thumbnail.jpg b/media/company_images/company_6_img.thumbnail.jpg new file mode 100644 index 0000000..dc10add Binary files /dev/null and b/media/company_images/company_6_img.thumbnail.jpg differ diff --git a/media/company_images/company_7_img.jpg b/media/company_images/company_7_img.jpg new file mode 100644 index 0000000..58937cf Binary files /dev/null and b/media/company_images/company_7_img.jpg differ diff --git a/media/company_images/company_7_img.thumbnail.jpg b/media/company_images/company_7_img.thumbnail.jpg new file mode 100644 index 0000000..a17e76a Binary files /dev/null and b/media/company_images/company_7_img.thumbnail.jpg differ diff --git a/media/part_images/cap_smd_0402.jpg b/media/part_images/cap_smd_0402.jpg new file mode 100644 index 0000000..e0e174a Binary files /dev/null and b/media/part_images/cap_smd_0402.jpg differ diff --git a/media/part_images/cap_smd_0402.thumbnail.jpg b/media/part_images/cap_smd_0402.thumbnail.jpg new file mode 100644 index 0000000..e3862d2 Binary files /dev/null and b/media/part_images/cap_smd_0402.thumbnail.jpg differ diff --git a/media/part_images/cap_smd_0603.jpg b/media/part_images/cap_smd_0603.jpg new file mode 100644 index 0000000..cf02e4c Binary files /dev/null and b/media/part_images/cap_smd_0603.jpg differ diff --git a/media/part_images/cap_smd_0603.thumbnail.jpg b/media/part_images/cap_smd_0603.thumbnail.jpg new file mode 100644 index 0000000..f5480cd Binary files /dev/null and b/media/part_images/cap_smd_0603.thumbnail.jpg differ diff --git a/media/part_images/cap_smd_0805.jpg b/media/part_images/cap_smd_0805.jpg new file mode 100644 index 0000000..015d07f Binary files /dev/null and b/media/part_images/cap_smd_0805.jpg differ diff --git a/media/part_images/cap_smd_0805.thumbnail.jpg b/media/part_images/cap_smd_0805.thumbnail.jpg new file mode 100644 index 0000000..2eaf20d Binary files /dev/null and b/media/part_images/cap_smd_0805.thumbnail.jpg differ