diff --git a/inventree_data.json b/inventree_data.json index 873a4eb..fe1c6d5 100644 --- a/inventree_data.json +++ b/inventree_data.json @@ -1883,7 +1883,7 @@ "model": "company.company", "pk": 30, "fields": { - "name": "Customer", + "name": "Customer A", "description": "A company we sell things to", "website": "", "address": "10 Address Street, City, Country ZIP", @@ -1891,7 +1891,7 @@ "email": "", "contact": "", "link": "", - "image": "", + "image": "company_images/company_30_img.png", "notes": "", "is_customer": true, "is_supplier": false, @@ -1919,6 +1919,86 @@ "currency": "USD" } }, + { + "model": "company.company", + "pk": 32, + "fields": { + "name": "Customer B", + "description": "Another company we sell things to", + "website": "", + "address": "", + "phone": "", + "email": "", + "contact": "", + "link": "", + "image": "company_images/company_32_img.png", + "notes": "", + "is_customer": true, + "is_supplier": false, + "is_manufacturer": false, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 33, + "fields": { + "name": "Customer C", + "description": "Another company we sell things to", + "website": "", + "address": "", + "phone": "", + "email": "", + "contact": "", + "link": "", + "image": "company_images/company_33_img.png", + "notes": "", + "is_customer": true, + "is_supplier": false, + "is_manufacturer": false, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 34, + "fields": { + "name": "Customer D", + "description": "Another company we sell things to", + "website": "", + "address": "", + "phone": "", + "email": "", + "contact": "", + "link": "", + "image": "company_images/company_34_img.png", + "notes": "", + "is_customer": true, + "is_supplier": false, + "is_manufacturer": false, + "currency": "USD" + } + }, + { + "model": "company.company", + "pk": 35, + "fields": { + "name": "Customer E", + "description": "Another company we sell things to", + "website": "", + "address": "", + "phone": "", + "email": "", + "contact": "", + "link": "", + "image": "company_images/company_35_img.png", + "notes": "", + "is_customer": true, + "is_supplier": false, + "is_manufacturer": false, + "currency": "USD" + } + }, { "model": "company.manufacturerpart", "pk": 1, @@ -24178,6 +24258,20 @@ } } }, + { + "model": "stock.stockitemtracking", + "pk": 274, + "fields": { + "tracking_type": 5, + "item": 220, + "date": "2021-11-17T03:07:08.216Z", + "notes": "", + "user": null, + "deltas": { + "status": 85 + } + } + }, { "model": "users.ruleset", "pk": 1, diff --git a/media/company_images/company_30_img.png b/media/company_images/company_30_img.png new file mode 100644 index 0000000..054bcaa Binary files /dev/null and b/media/company_images/company_30_img.png differ diff --git a/media/company_images/company_30_img.thumbnail.png b/media/company_images/company_30_img.thumbnail.png new file mode 100644 index 0000000..a660431 Binary files /dev/null and b/media/company_images/company_30_img.thumbnail.png differ diff --git a/media/company_images/company_32_img.png b/media/company_images/company_32_img.png new file mode 100644 index 0000000..b0d176c Binary files /dev/null and b/media/company_images/company_32_img.png differ diff --git a/media/company_images/company_32_img.thumbnail.png b/media/company_images/company_32_img.thumbnail.png new file mode 100644 index 0000000..0fe6955 Binary files /dev/null and b/media/company_images/company_32_img.thumbnail.png differ diff --git a/media/company_images/company_33_img.png b/media/company_images/company_33_img.png new file mode 100644 index 0000000..61cf27b Binary files /dev/null and b/media/company_images/company_33_img.png differ diff --git a/media/company_images/company_33_img.thumbnail.png b/media/company_images/company_33_img.thumbnail.png new file mode 100644 index 0000000..b26c47a Binary files /dev/null and b/media/company_images/company_33_img.thumbnail.png differ diff --git a/media/company_images/company_34_img.png b/media/company_images/company_34_img.png new file mode 100644 index 0000000..39bf4d7 Binary files /dev/null and b/media/company_images/company_34_img.png differ diff --git a/media/company_images/company_34_img.thumbnail.png b/media/company_images/company_34_img.thumbnail.png new file mode 100644 index 0000000..39348b3 Binary files /dev/null and b/media/company_images/company_34_img.thumbnail.png differ diff --git a/media/company_images/company_35_img.png b/media/company_images/company_35_img.png new file mode 100644 index 0000000..2d15570 Binary files /dev/null and b/media/company_images/company_35_img.png differ diff --git a/media/company_images/company_35_img.thumbnail.png b/media/company_images/company_35_img.thumbnail.png new file mode 100644 index 0000000..d23e4f7 Binary files /dev/null and b/media/company_images/company_35_img.thumbnail.png differ