From 513c8179411f46e6dec6d366c2964acb4db72edd Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 7 Feb 2024 11:21:24 +0000 Subject: [PATCH 1/5] Exclude temporary settings - Update tasks.py to exlcude these --- inventree_data.json | 64 --------------------------------------------- 1 file changed, 64 deletions(-) diff --git a/inventree_data.json b/inventree_data.json index b0942b0..9af8b71 100644 --- a/inventree_data.json +++ b/inventree_data.json @@ -6646,62 +6646,6 @@ "key": "INVENTREE_BASE_URL" } }, - { - "model": "common.inventreesetting", - "pk": 125, - "fields": { - "value": "2023-06-14T20:10:54.536599", - "key": "_CHECK_FOR_UPDATES_SUCCESS" - } - }, - { - "model": "common.inventreesetting", - "pk": 126, - "fields": { - "value": "2023-06-14T20:10:54.037474", - "key": "_CHECK_FOR_UPDATES_ATTEMPT" - } - }, - { - "model": "common.inventreesetting", - "pk": 127, - "fields": { - "value": "0.11.3", - "key": "_INVENTREE_LATEST_VERSION" - } - }, - { - "model": "common.inventreesetting", - "pk": 128, - "fields": { - "value": "2023-06-14T20:10:59.178508", - "key": "_RUN_BACKUP_SUCCESS" - } - }, - { - "model": "common.inventreesetting", - "pk": 129, - "fields": { - "value": "2023-06-14T20:10:56.042128", - "key": "_RUN_BACKUP_ATTEMPT" - } - }, - { - "model": "common.inventreesetting", - "pk": 130, - "fields": { - "value": "bbc60f347cbdbcf9f77ce387984237cf", - "key": "_PLUGIN_REGISTRY_HASH" - } - }, - { - "model": "common.inventreesetting", - "pk": 131, - "fields": { - "value": "0", - "key": "_PENDING_MIGRATIONS" - } - }, { "model": "common.inventreesetting", "pk": 132, @@ -83639,14 +83583,6 @@ "user_permissions": [] } }, - { - "model": "sites.site", - "pk": 1, - "fields": { - "domain": "", - "name": "InvenTree Demo" - } - }, { "model": "users.ruleset", "pk": 1, From 101b2084d18f238eab4b6daba0f3b4578afb4cfe Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 7 Feb 2024 11:25:07 +0000 Subject: [PATCH 2/5] Apply data migrations - Map stock item test results to part test templates --- inventree_data.json | 129 +++++++++++++++++++++++--------------------- 1 file changed, 68 insertions(+), 61 deletions(-) diff --git a/inventree_data.json b/inventree_data.json index 9af8b71..7d62b20 100644 --- a/inventree_data.json +++ b/inventree_data.json @@ -65276,6 +65276,7 @@ "metadata": null, "part": 77, "test_name": "Paint", + "key": "paint", "description": "Paint has been applied", "required": true, "requires_value": true, @@ -65289,6 +65290,7 @@ "metadata": null, "part": 77, "test_name": "Sticker", + "key": "sticker", "description": "Applied QC sticker", "required": true, "requires_value": false, @@ -65302,6 +65304,7 @@ "metadata": null, "part": 77, "test_name": "Commissioning", + "key": "commissioning", "description": "Automated commissioning checks have been performed", "required": true, "requires_value": false, @@ -65315,6 +65318,7 @@ "metadata": null, "part": 77, "test_name": "Optional", + "key": "optional", "description": "An optional test (not required)", "required": false, "requires_value": false, @@ -65328,6 +65332,7 @@ "metadata": null, "part": 71, "test_name": "Test A", + "key": "testa", "description": "This widget has passed test sequence A", "required": true, "requires_value": false, @@ -65341,6 +65346,7 @@ "metadata": null, "part": 71, "test_name": "Test B", + "key": "testb", "description": "This widget has passed test sequence B", "required": true, "requires_value": false, @@ -65354,6 +65360,7 @@ "metadata": null, "part": 71, "test_name": "Test C", + "key": "testc", "description": "This widget has passed test sequence C", "required": true, "requires_value": false, @@ -83503,8 +83510,8 @@ "model": "auth.user", "pk": 1, "fields": { - "password": "pbkdf2_sha256$260000$NNqALp0c36DPuISI5Q6iM3$+ILiuXGdDbEo4PXR5myUO/zHaNXhzHMPdtN2lZaKrg8=", - "last_login": "2024-01-30T02:07:44.721Z", + "password": "pbkdf2_sha256$600000$eW6hr1msXY3U1vkqy3K4wd$/egntyTaLBCUPnM1nM2LIbbDGjKfccvIOgexovlFKjo=", + "last_login": "2024-02-07T11:24:14.889Z", "is_superuser": true, "username": "admin", "first_name": "", @@ -84009,7 +84016,7 @@ "fields": { "metadata": null, "stock_item": 205, - "test": "Sticker", + "template": 2, "result": true, "value": "", "attachment": "", @@ -84026,7 +84033,7 @@ "fields": { "metadata": null, "stock_item": 205, - "test": "Commissioning", + "template": 3, "result": true, "value": "", "attachment": "", @@ -84043,7 +84050,7 @@ "fields": { "metadata": null, "stock_item": 205, - "test": "Paint", + "template": 1, "result": true, "value": "Red", "attachment": "", @@ -84060,7 +84067,7 @@ "fields": { "metadata": null, "stock_item": 219, - "test": "Commissioning", + "template": 3, "result": true, "value": "", "attachment": "", @@ -84077,7 +84084,7 @@ "fields": { "metadata": null, "stock_item": 219, - "test": "Sticker", + "template": 2, "result": false, "value": "", "attachment": "", @@ -84094,7 +84101,7 @@ "fields": { "metadata": null, "stock_item": 218, - "test": "Paint", + "template": 1, "result": true, "value": "Blue", "attachment": "", @@ -84111,7 +84118,7 @@ "fields": { "metadata": null, "stock_item": 216, - "test": "Sticker", + "template": 2, "result": true, "value": "", "attachment": "", @@ -84128,7 +84135,7 @@ "fields": { "metadata": null, "stock_item": 216, - "test": "Optional", + "template": 4, "result": true, "value": "", "attachment": "", @@ -84145,7 +84152,7 @@ "fields": { "metadata": null, "stock_item": 216, - "test": "Commissioning", + "template": 3, "result": true, "value": "", "attachment": "", @@ -84162,7 +84169,7 @@ "fields": { "metadata": null, "stock_item": 215, - "test": "Sticker", + "template": 2, "result": true, "value": "", "attachment": "", @@ -84179,7 +84186,7 @@ "fields": { "metadata": null, "stock_item": 215, - "test": "Commissioning", + "template": 3, "result": true, "value": "", "attachment": "", @@ -84196,7 +84203,7 @@ "fields": { "metadata": null, "stock_item": 217, - "test": "Commissioning", + "template": 3, "result": true, "value": "", "attachment": "", @@ -84213,7 +84220,7 @@ "fields": { "metadata": null, "stock_item": 217, - "test": "Optional", + "template": 4, "result": true, "value": "", "attachment": "", @@ -84230,7 +84237,7 @@ "fields": { "metadata": null, "stock_item": 212, - "test": "Sticker", + "template": 2, "result": true, "value": "", "attachment": "", @@ -84247,7 +84254,7 @@ "fields": { "metadata": null, "stock_item": 212, - "test": "Paint", + "template": 1, "result": false, "value": "Painting failed", "attachment": "", @@ -84264,7 +84271,7 @@ "fields": { "metadata": null, "stock_item": 209, - "test": "Sticker", + "template": 2, "result": true, "value": "", "attachment": "", @@ -84281,7 +84288,7 @@ "fields": { "metadata": null, "stock_item": 209, - "test": "Optional", + "template": 4, "result": true, "value": "", "attachment": "", @@ -84298,7 +84305,7 @@ "fields": { "metadata": null, "stock_item": 209, - "test": "Commissioning", + "template": 3, "result": true, "value": "", "attachment": "", @@ -84315,7 +84322,7 @@ "fields": { "metadata": null, "stock_item": 209, - "test": "Paint", + "template": 1, "result": true, "value": "Red", "attachment": "", @@ -84332,7 +84339,7 @@ "fields": { "metadata": null, "stock_item": 207, - "test": "Sticker", + "template": 2, "result": true, "value": "", "attachment": "", @@ -84349,7 +84356,7 @@ "fields": { "metadata": null, "stock_item": 207, - "test": "Commissioning", + "template": 3, "result": true, "value": "", "attachment": "", @@ -84366,7 +84373,7 @@ "fields": { "metadata": null, "stock_item": 206, - "test": "Optional", + "template": 4, "result": true, "value": "", "attachment": "", @@ -84383,7 +84390,7 @@ "fields": { "metadata": null, "stock_item": 206, - "test": "Sticker", + "template": 2, "result": true, "value": "", "attachment": "", @@ -84400,7 +84407,7 @@ "fields": { "metadata": null, "stock_item": 206, - "test": "Commissioning", + "template": 3, "result": true, "value": "", "attachment": "", @@ -84417,7 +84424,7 @@ "fields": { "metadata": null, "stock_item": 177, - "test": "Test A", + "template": 5, "result": true, "value": "", "attachment": "", @@ -84434,7 +84441,7 @@ "fields": { "metadata": null, "stock_item": 177, - "test": "Test B", + "template": 6, "result": true, "value": "", "attachment": "", @@ -84451,7 +84458,7 @@ "fields": { "metadata": null, "stock_item": 177, - "test": "Test A", + "template": 5, "result": false, "value": "", "attachment": "", @@ -84468,7 +84475,7 @@ "fields": { "metadata": null, "stock_item": 177, - "test": "Test B", + "template": 6, "result": false, "value": "", "attachment": "", @@ -84485,7 +84492,7 @@ "fields": { "metadata": null, "stock_item": 177, - "test": "Test B", + "template": 6, "result": false, "value": "", "attachment": "", @@ -84502,7 +84509,7 @@ "fields": { "metadata": null, "stock_item": 177, - "test": "Test B", + "template": 6, "result": false, "value": "", "attachment": "", @@ -84519,7 +84526,7 @@ "fields": { "metadata": null, "stock_item": 177, - "test": "Test B", + "template": 6, "result": false, "value": "12", "attachment": "", @@ -84536,7 +84543,7 @@ "fields": { "metadata": null, "stock_item": 177, - "test": "Test B", + "template": 6, "result": true, "value": "Finally passed", "attachment": "", @@ -84553,7 +84560,7 @@ "fields": { "metadata": null, "stock_item": 193, - "test": "Test A", + "template": 5, "result": true, "value": "", "attachment": "", @@ -84570,7 +84577,7 @@ "fields": { "metadata": null, "stock_item": 193, - "test": "Test B", + "template": 6, "result": true, "value": "0", "attachment": "", @@ -84587,7 +84594,7 @@ "fields": { "metadata": null, "stock_item": 189, - "test": "Test B", + "template": 6, "result": true, "value": "", "attachment": "", @@ -84604,7 +84611,7 @@ "fields": { "metadata": null, "stock_item": 189, - "test": "Test C", + "template": 7, "result": true, "value": "", "attachment": "", @@ -84621,7 +84628,7 @@ "fields": { "metadata": null, "stock_item": 190, - "test": "Test B", + "template": 6, "result": true, "value": "Test", "attachment": "", @@ -84638,7 +84645,7 @@ "fields": { "metadata": null, "stock_item": 191, - "test": "Test A", + "template": 5, "result": true, "value": "", "attachment": "", @@ -84655,7 +84662,7 @@ "fields": { "metadata": null, "stock_item": 191, - "test": "Test B", + "template": 6, "result": false, "value": "Failed", "attachment": "", @@ -84672,7 +84679,7 @@ "fields": { "metadata": null, "stock_item": 191, - "test": "Test C", + "template": 7, "result": true, "value": "Pass", "attachment": "", @@ -84689,7 +84696,7 @@ "fields": { "metadata": null, "stock_item": 192, - "test": "Test B", + "template": 6, "result": true, "value": "", "attachment": "", @@ -84706,7 +84713,7 @@ "fields": { "metadata": null, "stock_item": 193, - "test": "Test C", + "template": 7, "result": true, "value": "", "attachment": "", @@ -84723,7 +84730,7 @@ "fields": { "metadata": null, "stock_item": 194, - "test": "Test B", + "template": 6, "result": true, "value": "", "attachment": "", @@ -84740,7 +84747,7 @@ "fields": { "metadata": null, "stock_item": 194, - "test": "Test C", + "template": 7, "result": true, "value": "", "attachment": "", @@ -84757,7 +84764,7 @@ "fields": { "metadata": null, "stock_item": 195, - "test": "Test C", + "template": 7, "result": true, "value": "", "attachment": "", @@ -84774,7 +84781,7 @@ "fields": { "metadata": null, "stock_item": 196, - "test": "Test A", + "template": 5, "result": true, "value": "", "attachment": "", @@ -84791,7 +84798,7 @@ "fields": { "metadata": null, "stock_item": 197, - "test": "Test B", + "template": 6, "result": true, "value": "", "attachment": "", @@ -84808,7 +84815,7 @@ "fields": { "metadata": null, "stock_item": 197, - "test": "Test C", + "template": 7, "result": true, "value": "", "attachment": "", @@ -84825,7 +84832,7 @@ "fields": { "metadata": null, "stock_item": 198, - "test": "Test A", + "template": 5, "result": true, "value": "", "attachment": "", @@ -84842,7 +84849,7 @@ "fields": { "metadata": null, "stock_item": 198, - "test": "Test C", + "template": 7, "result": true, "value": "", "attachment": "", @@ -84859,7 +84866,7 @@ "fields": { "metadata": null, "stock_item": 199, - "test": "Test B", + "template": 6, "result": true, "value": "", "attachment": "", @@ -84876,7 +84883,7 @@ "fields": { "metadata": null, "stock_item": 200, - "test": "Test C", + "template": 7, "result": true, "value": "", "attachment": "", @@ -84893,7 +84900,7 @@ "fields": { "metadata": null, "stock_item": 192, - "test": "Test C", + "template": 7, "result": true, "value": "", "attachment": "", @@ -84910,7 +84917,7 @@ "fields": { "metadata": null, "stock_item": 176, - "test": "Test B", + "template": 6, "result": true, "value": "", "attachment": "", @@ -84927,7 +84934,7 @@ "fields": { "metadata": null, "stock_item": 179, - "test": "Test C", + "template": 7, "result": true, "value": "", "attachment": "", @@ -84944,7 +84951,7 @@ "fields": { "metadata": null, "stock_item": 183, - "test": "Test B", + "template": 6, "result": true, "value": "", "attachment": "", @@ -84961,7 +84968,7 @@ "fields": { "metadata": null, "stock_item": 195, - "test": "Test A", + "template": 5, "result": true, "value": "", "attachment": "", @@ -84978,7 +84985,7 @@ "fields": { "metadata": null, "stock_item": 190, - "test": "Test C", + "template": 7, "result": true, "value": "", "attachment": "", @@ -84995,7 +85002,7 @@ "fields": { "metadata": null, "stock_item": 242, - "test": "Test B", + "template": 6, "result": true, "value": "", "attachment": "", From b1354bf14949fbf8694373dce1c1a23c62fdfec1 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 7 Feb 2024 11:42:33 +0000 Subject: [PATCH 3/5] Add more test results --- inventree_data.json | 2438 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 2015 insertions(+), 423 deletions(-) diff --git a/inventree_data.json b/inventree_data.json index 7d62b20..de80cc4 100644 --- a/inventree_data.json +++ b/inventree_data.json @@ -44565,9 +44565,9 @@ "model": "part.partpricing", "pk": 441, "fields": { - "updated": "2023-05-17T12:30:58.180Z", + "updated": "2024-02-07T11:30:58.352Z", "currency": "USD", - "scheduled_for_update": false, + "scheduled_for_update": true, "part": 87, "bom_cost_min_currency": "USD", "bom_cost_min": "82.698427", @@ -65367,6 +65367,48 @@ "requires_attachment": false } }, + { + "model": "part.parttesttemplate", + "pk": 8, + "fields": { + "metadata": {}, + "part": 74, + "test_name": "Blue Paint Applied", + "key": "bluepaintapplied", + "description": "Blue paint must be applied to this specific part", + "required": true, + "requires_value": false, + "requires_attachment": false + } + }, + { + "model": "part.parttesttemplate", + "pk": 9, + "fields": { + "metadata": {}, + "part": 87, + "test_name": "Firmware", + "key": "firmware", + "description": "Programmed with firmware - add version", + "required": true, + "requires_value": true, + "requires_attachment": false + } + }, + { + "model": "part.parttesttemplate", + "pk": 10, + "fields": { + "metadata": {}, + "part": 87, + "test_name": "Checksum", + "key": "checksum", + "description": "Firmware checksum", + "required": true, + "requires_value": true, + "requires_attachment": false + } + }, { "model": "part.partparametertemplate", "pk": 1, @@ -83511,7 +83553,7 @@ "pk": 1, "fields": { "password": "pbkdf2_sha256$600000$eW6hr1msXY3U1vkqy3K4wd$/egntyTaLBCUPnM1nM2LIbbDGjKfccvIOgexovlFKjo=", - "last_login": "2024-02-07T11:24:14.889Z", + "last_login": "2024-02-07T11:39:56.208Z", "is_superuser": true, "username": "admin", "first_name": "", @@ -83572,8 +83614,8 @@ "model": "auth.user", "pk": 4, "fields": { - "password": "pbkdf2_sha256$260000$pbHvzfVrKhB4pv6asbGt3h$DEkXQ/Jlv4LtQJyBhosGnDYRkN0cs+HUVcQYe3lOyA0=", - "last_login": "2022-12-31T12:57:57.241Z", + "password": "pbkdf2_sha256$600000$D9HxLyJ59a7P0FftXtfQRZ$Z0S7UCUhNoh52DlzoQ8jgXL6hHZm0JnWvicpbEHhZFI=", + "last_login": "2024-02-07T11:41:24.069Z", "is_superuser": false, "username": "allaccess", "first_name": "Ally", @@ -85014,396 +85056,692 @@ } }, { - "model": "stock.stockitemtracking", - "pk": 2, + "model": "stock.stockitemtestresult", + "pk": 61, "fields": { - "tracking_type": 1, - "item": 2, - "date": "2021-07-28T14:37:51.084Z", + "metadata": {}, + "stock_item": 1194, + "template": 10, + "result": true, + "value": "395c6d5586e5fb656901d047be27e1f7", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 1000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.283Z" } }, { - "model": "stock.stockitemtracking", - "pk": 3, + "model": "stock.stockitemtestresult", + "pk": 62, "fields": { - "tracking_type": 1, - "item": 3, - "date": "2021-07-28T14:37:51.202Z", + "metadata": {}, + "stock_item": 1195, + "template": 10, + "result": true, + "value": "cc47510056958eadd92fd506a56607cd", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 1000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.302Z" } }, { - "model": "stock.stockitemtracking", - "pk": 4, + "model": "stock.stockitemtestresult", + "pk": 63, "fields": { - "tracking_type": 1, - "item": 4, - "date": "2021-07-28T14:37:51.376Z", + "metadata": {}, + "stock_item": 1196, + "template": 10, + "result": true, + "value": "b113cc5460f3568286f65832052b9c41", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 2000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.323Z" } }, { - "model": "stock.stockitemtracking", - "pk": 5, + "model": "stock.stockitemtestresult", + "pk": 64, "fields": { - "tracking_type": 1, - "item": 5, - "date": "2021-07-28T14:37:51.495Z", + "metadata": {}, + "stock_item": 1197, + "template": 10, + "result": true, + "value": "f4683686b052ade851c0c2c6d8697d68", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 2000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.350Z" } }, { - "model": "stock.stockitemtracking", - "pk": 6, + "model": "stock.stockitemtestresult", + "pk": 65, "fields": { - "tracking_type": 1, - "item": 6, - "date": "2021-07-28T14:37:51.620Z", + "metadata": {}, + "stock_item": 1198, + "template": 10, + "result": true, + "value": "f0796fefebce7e6449d09a8bdc3db7c5", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 2000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.379Z" } }, { - "model": "stock.stockitemtracking", - "pk": 7, + "model": "stock.stockitemtestresult", + "pk": 66, "fields": { - "tracking_type": 1, - "item": 7, - "date": "2021-07-28T14:37:51.868Z", + "metadata": {}, + "stock_item": 1199, + "template": 10, + "result": true, + "value": "91418938f2f0bd807535979871bb9179", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 1000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.403Z" } }, { - "model": "stock.stockitemtracking", - "pk": 8, + "model": "stock.stockitemtestresult", + "pk": 67, "fields": { - "tracking_type": 1, - "item": 8, - "date": "2021-07-28T14:37:51.987Z", + "metadata": {}, + "stock_item": 1200, + "template": 10, + "result": true, + "value": "26cf27c051c158b332c5122d5a349e5a", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 1000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.425Z" } }, { - "model": "stock.stockitemtracking", - "pk": 9, + "model": "stock.stockitemtestresult", + "pk": 68, "fields": { - "tracking_type": 1, - "item": 9, - "date": "2021-07-28T14:37:52.192Z", + "metadata": {}, + "stock_item": 1201, + "template": 10, + "result": true, + "value": "d5ad186fa6a028288e9c1659c32aa79f", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 1000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.450Z" } }, { - "model": "stock.stockitemtracking", - "pk": 10, + "model": "stock.stockitemtestresult", + "pk": 69, "fields": { - "tracking_type": 1, - "item": 10, - "date": "2021-07-28T14:37:52.335Z", + "metadata": {}, + "stock_item": 1202, + "template": 10, + "result": true, + "value": "cb3e0430b7eeabd4290ef8c9e65b92e6", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 1000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.476Z" } }, { - "model": "stock.stockitemtracking", - "pk": 11, + "model": "stock.stockitemtestresult", + "pk": 70, "fields": { - "tracking_type": 1, - "item": 11, - "date": "2021-07-28T14:37:52.464Z", + "metadata": {}, + "stock_item": 1203, + "template": 10, + "result": true, + "value": "2e41f4fde6c90fca99fb2fda4f51984e", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 1000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.495Z" } }, { - "model": "stock.stockitemtracking", - "pk": 12, + "model": "stock.stockitemtestresult", + "pk": 71, "fields": { - "tracking_type": 1, - "item": 12, - "date": "2021-07-28T14:37:52.661Z", + "metadata": {}, + "stock_item": 1204, + "template": 10, + "result": true, + "value": "8965d432816464808e0807d43cd65f08", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 2000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.513Z" } }, { - "model": "stock.stockitemtracking", - "pk": 13, + "model": "stock.stockitemtestresult", + "pk": 72, "fields": { - "tracking_type": 1, - "item": 13, - "date": "2021-07-28T14:37:52.791Z", + "metadata": {}, + "stock_item": 1205, + "template": 10, + "result": true, + "value": "8e08faec8262cb2f03199cb8d7d42e50", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 2000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.533Z" } }, { - "model": "stock.stockitemtracking", - "pk": 14, + "model": "stock.stockitemtestresult", + "pk": 73, "fields": { - "tracking_type": 1, - "item": 14, - "date": "2021-07-28T14:37:52.925Z", + "metadata": {}, + "stock_item": 1206, + "template": 10, + "result": true, + "value": "a00f8bf96fa05d15d496a8ed9135ae26", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 2000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.554Z" } }, { - "model": "stock.stockitemtracking", - "pk": 15, + "model": "stock.stockitemtestresult", + "pk": 74, "fields": { - "tracking_type": 1, - "item": 15, - "date": "2021-07-28T14:37:53.057Z", + "metadata": {}, + "stock_item": 1207, + "template": 10, + "result": true, + "value": "64fdf67b7e1fb4f201979757b775a370", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 2000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.574Z" } }, { - "model": "stock.stockitemtracking", - "pk": 16, + "model": "stock.stockitemtestresult", + "pk": 75, "fields": { - "tracking_type": 1, - "item": 16, - "date": "2021-07-28T14:37:53.196Z", + "metadata": {}, + "stock_item": 1208, + "template": 10, + "result": true, + "value": "acb8870ecba8f52043914d651b0f0279", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 50, - "location": 8, - "quantity": 2000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.593Z" } }, { - "model": "stock.stockitemtracking", - "pk": 17, + "model": "stock.stockitemtestresult", + "pk": 76, "fields": { - "tracking_type": 1, - "item": 17, - "date": "2021-07-28T14:37:53.394Z", + "metadata": {}, + "stock_item": 409, + "template": 10, + "result": true, + "value": "2f676719a9d15b88b47b5187c25e1d6a", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 2000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.615Z" } }, { - "model": "stock.stockitemtracking", - "pk": 18, + "model": "stock.stockitemtestresult", + "pk": 77, "fields": { - "tracking_type": 1, - "item": 18, - "date": "2021-07-28T14:37:53.525Z", + "metadata": {}, + "stock_item": 410, + "template": 10, + "result": true, + "value": "1edc01760bcf5ea3d8939384317292ac", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 2000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.634Z" } }, { - "model": "stock.stockitemtracking", - "pk": 19, + "model": "stock.stockitemtestresult", + "pk": 78, "fields": { - "tracking_type": 1, - "item": 19, - "date": "2021-07-28T14:37:53.735Z", + "metadata": {}, + "stock_item": 411, + "template": 10, + "result": true, + "value": "7bf0635275e2db73da62c9ea266cb99d", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 1000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.654Z" } }, { - "model": "stock.stockitemtracking", - "pk": 20, + "model": "stock.stockitemtestresult", + "pk": 79, "fields": { - "tracking_type": 1, - "item": 20, - "date": "2021-07-28T14:37:53.865Z", + "metadata": {}, + "stock_item": 412, + "template": 10, + "result": true, + "value": "458408f2b20dc96b3ccf3febcea47333", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 1000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.675Z" } }, { - "model": "stock.stockitemtracking", - "pk": 22, + "model": "stock.stockitemtestresult", + "pk": 80, "fields": { - "tracking_type": 1, - "item": 22, - "date": "2021-07-28T14:37:54.173Z", + "metadata": {}, + "stock_item": 413, + "template": 10, + "result": true, + "value": "9982e8cbda1f4b9c4853f2b39f1c26e2", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 4000.0 - } + "user": [ + "admin" + ], + "date": "2024-02-07T11:39:56.695Z" } }, { - "model": "stock.stockitemtracking", - "pk": 23, + "model": "stock.stockitemtestresult", + "pk": 81, "fields": { - "tracking_type": 1, - "item": 23, - "date": "2021-07-28T14:37:54.361Z", + "metadata": {}, + "stock_item": 1194, + "template": 9, + "result": true, + "value": "1.4.9", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 4000.0 - } + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.150Z" } }, { - "model": "stock.stockitemtracking", - "pk": 24, + "model": "stock.stockitemtestresult", + "pk": 82, "fields": { - "tracking_type": 1, - "item": 24, - "date": "2021-07-28T14:37:54.483Z", + "metadata": {}, + "stock_item": 1195, + "template": 9, + "result": true, + "value": "3.8.3", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 4000.0 - } + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.173Z" } }, { - "model": "stock.stockitemtracking", - "pk": 25, + "model": "stock.stockitemtestresult", + "pk": 83, "fields": { - "tracking_type": 1, - "item": 25, - "date": "2021-07-28T14:37:54.603Z", + "metadata": {}, + "stock_item": 1196, + "template": 9, + "result": true, + "value": "1.3.0", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 4000.0 - } + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.193Z" } }, { - "model": "stock.stockitemtracking", - "pk": 26, + "model": "stock.stockitemtestresult", + "pk": 84, "fields": { - "tracking_type": 1, - "item": 26, - "date": "2021-07-28T14:37:54.725Z", + "metadata": {}, + "stock_item": 1197, + "template": 9, + "result": true, + "value": "1.0.10", + "attachment": "", "notes": "", - "user": null, - "deltas": { - "status": 10, - "location": 8, - "quantity": 4000.0 - } + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.215Z" } }, { - "model": "stock.stockitemtracking", - "pk": 27, + "model": "stock.stockitemtestresult", + "pk": 85, + "fields": { + "metadata": {}, + "stock_item": 1198, + "template": 9, + "result": true, + "value": "6.5.6", + "attachment": "", + "notes": "", + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.251Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 86, + "fields": { + "metadata": {}, + "stock_item": 1199, + "template": 9, + "result": true, + "value": "7.9.0", + "attachment": "", + "notes": "", + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.284Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 87, + "fields": { + "metadata": {}, + "stock_item": 1200, + "template": 9, + "result": true, + "value": "5.1.9", + "attachment": "", + "notes": "", + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.312Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 88, + "fields": { + "metadata": {}, + "stock_item": 1201, + "template": 9, + "result": true, + "value": "2.10.8", + "attachment": "", + "notes": "", + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.332Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 89, + "fields": { + "metadata": {}, + "stock_item": 1202, + "template": 9, + "result": true, + "value": "2.3.8", + "attachment": "", + "notes": "", + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.353Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 90, + "fields": { + "metadata": {}, + "stock_item": 1203, + "template": 9, + "result": true, + "value": "6.8.7", + "attachment": "", + "notes": "", + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.374Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 91, + "fields": { + "metadata": {}, + "stock_item": 1204, + "template": 9, + "result": true, + "value": "0.3.5", + "attachment": "", + "notes": "", + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.394Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 92, + "fields": { + "metadata": {}, + "stock_item": 1205, + "template": 9, + "result": true, + "value": "4.6.9", + "attachment": "", + "notes": "", + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.415Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 93, + "fields": { + "metadata": {}, + "stock_item": 1206, + "template": 9, + "result": true, + "value": "6.7.6", + "attachment": "", + "notes": "", + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.435Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 94, + "fields": { + "metadata": {}, + "stock_item": 1207, + "template": 9, + "result": true, + "value": "10.9.8", + "attachment": "", + "notes": "", + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.454Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 95, + "fields": { + "metadata": {}, + "stock_item": 1208, + "template": 9, + "result": true, + "value": "7.10.4", + "attachment": "", + "notes": "", + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.475Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 96, + "fields": { + "metadata": {}, + "stock_item": 409, + "template": 9, + "result": true, + "value": "9.6.6", + "attachment": "", + "notes": "", + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.497Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 97, + "fields": { + "metadata": {}, + "stock_item": 410, + "template": 9, + "result": true, + "value": "7.10.7", + "attachment": "", + "notes": "", + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.519Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 98, + "fields": { + "metadata": {}, + "stock_item": 411, + "template": 9, + "result": true, + "value": "9.2.4", + "attachment": "", + "notes": "", + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.540Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 99, + "fields": { + "metadata": {}, + "stock_item": 412, + "template": 9, + "result": true, + "value": "3.0.9", + "attachment": "", + "notes": "", + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.560Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 100, + "fields": { + "metadata": {}, + "stock_item": 413, + "template": 9, + "result": true, + "value": "3.2.8", + "attachment": "", + "notes": "", + "user": [ + "allaccess" + ], + "date": "2024-02-07T11:41:24.581Z" + } + }, + { + "model": "stock.stockitemtracking", + "pk": 2, "fields": { "tracking_type": 1, - "item": 27, - "date": "2021-07-28T14:37:54.899Z", + "item": 2, + "date": "2021-07-28T14:37:51.084Z", "notes": "", "user": null, "deltas": { @@ -85415,11 +85753,11 @@ }, { "model": "stock.stockitemtracking", - "pk": 29, + "pk": 3, "fields": { "tracking_type": 1, - "item": 29, - "date": "2021-07-28T14:37:55.149Z", + "item": 3, + "date": "2021-07-28T14:37:51.202Z", "notes": "", "user": null, "deltas": { @@ -85431,59 +85769,59 @@ }, { "model": "stock.stockitemtracking", - "pk": 30, + "pk": 4, "fields": { "tracking_type": 1, - "item": 30, - "date": "2021-07-28T14:37:55.337Z", + "item": 4, + "date": "2021-07-28T14:37:51.376Z", "notes": "", "user": null, "deltas": { - "status": 55, + "status": 10, "location": 8, - "quantity": 1000.0 + "quantity": 2000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 31, + "pk": 5, "fields": { "tracking_type": 1, - "item": 31, - "date": "2021-07-28T14:37:55.466Z", + "item": 5, + "date": "2021-07-28T14:37:51.495Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 1000.0 + "quantity": 2000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 32, + "pk": 6, "fields": { "tracking_type": 1, - "item": 32, - "date": "2021-07-28T14:37:55.601Z", + "item": 6, + "date": "2021-07-28T14:37:51.620Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 1000.0 + "quantity": 2000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 33, + "pk": 7, "fields": { "tracking_type": 1, - "item": 33, - "date": "2021-07-28T14:37:55.862Z", + "item": 7, + "date": "2021-07-28T14:37:51.868Z", "notes": "", "user": null, "deltas": { @@ -85495,11 +85833,11 @@ }, { "model": "stock.stockitemtracking", - "pk": 34, + "pk": 8, "fields": { "tracking_type": 1, - "item": 34, - "date": "2021-07-28T14:37:56Z", + "item": 8, + "date": "2021-07-28T14:37:51.987Z", "notes": "", "user": null, "deltas": { @@ -85511,11 +85849,11 @@ }, { "model": "stock.stockitemtracking", - "pk": 35, + "pk": 9, "fields": { "tracking_type": 1, - "item": 35, - "date": "2021-07-28T14:37:56.136Z", + "item": 9, + "date": "2021-07-28T14:37:52.192Z", "notes": "", "user": null, "deltas": { @@ -85527,11 +85865,11 @@ }, { "model": "stock.stockitemtracking", - "pk": 36, + "pk": 10, "fields": { "tracking_type": 1, - "item": 36, - "date": "2021-07-28T14:37:56.324Z", + "item": 10, + "date": "2021-07-28T14:37:52.335Z", "notes": "", "user": null, "deltas": { @@ -85543,11 +85881,11 @@ }, { "model": "stock.stockitemtracking", - "pk": 37, + "pk": 11, "fields": { "tracking_type": 1, - "item": 37, - "date": "2021-07-28T14:37:56.458Z", + "item": 11, + "date": "2021-07-28T14:37:52.464Z", "notes": "", "user": null, "deltas": { @@ -85559,123 +85897,123 @@ }, { "model": "stock.stockitemtracking", - "pk": 38, + "pk": 12, "fields": { "tracking_type": 1, - "item": 38, - "date": "2021-07-28T14:37:56.592Z", + "item": 12, + "date": "2021-07-28T14:37:52.661Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 1000.0 + "quantity": 2000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 39, + "pk": 13, "fields": { "tracking_type": 1, - "item": 39, - "date": "2021-07-28T14:37:56.795Z", + "item": 13, + "date": "2021-07-28T14:37:52.791Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 4000.0 + "quantity": 2000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 40, + "pk": 14, "fields": { "tracking_type": 1, - "item": 40, - "date": "2021-07-28T14:37:56.921Z", + "item": 14, + "date": "2021-07-28T14:37:52.925Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 4000.0 + "quantity": 2000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 41, + "pk": 15, "fields": { "tracking_type": 1, - "item": 41, - "date": "2021-07-28T14:37:57.053Z", + "item": 15, + "date": "2021-07-28T14:37:53.057Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 4000.0 + "quantity": 2000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 42, + "pk": 16, "fields": { "tracking_type": 1, - "item": 42, - "date": "2021-07-28T14:37:57.195Z", + "item": 16, + "date": "2021-07-28T14:37:53.196Z", "notes": "", "user": null, "deltas": { - "status": 10, + "status": 50, "location": 8, - "quantity": 4000.0 + "quantity": 2000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 43, + "pk": 17, "fields": { "tracking_type": 1, - "item": 43, - "date": "2021-07-28T14:37:57.398Z", + "item": 17, + "date": "2021-07-28T14:37:53.394Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 1000.0 + "quantity": 2000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 44, + "pk": 18, "fields": { "tracking_type": 1, - "item": 44, - "date": "2021-07-28T14:37:57.527Z", + "item": 18, + "date": "2021-07-28T14:37:53.525Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 1000.0 + "quantity": 2000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 45, + "pk": 19, "fields": { "tracking_type": 1, - "item": 45, - "date": "2021-07-28T14:37:57.661Z", + "item": 19, + "date": "2021-07-28T14:37:53.735Z", "notes": "", "user": null, "deltas": { @@ -85687,11 +86025,11 @@ }, { "model": "stock.stockitemtracking", - "pk": 46, + "pk": 20, "fields": { "tracking_type": 1, - "item": 46, - "date": "2021-07-28T14:37:57.801Z", + "item": 20, + "date": "2021-07-28T14:37:53.865Z", "notes": "", "user": null, "deltas": { @@ -85703,43 +86041,43 @@ }, { "model": "stock.stockitemtracking", - "pk": 47, + "pk": 22, "fields": { "tracking_type": 1, - "item": 47, - "date": "2021-07-28T14:37:58.064Z", + "item": 22, + "date": "2021-07-28T14:37:54.173Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 1000.0 + "quantity": 4000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 48, + "pk": 23, "fields": { "tracking_type": 1, - "item": 48, - "date": "2021-07-28T14:37:58.198Z", + "item": 23, + "date": "2021-07-28T14:37:54.361Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 1000.0 + "quantity": 4000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 49, + "pk": 24, "fields": { "tracking_type": 1, - "item": 49, - "date": "2021-07-28T14:37:58.400Z", + "item": 24, + "date": "2021-07-28T14:37:54.483Z", "notes": "", "user": null, "deltas": { @@ -85751,43 +86089,43 @@ }, { "model": "stock.stockitemtracking", - "pk": 50, + "pk": 25, "fields": { "tracking_type": 1, - "item": 50, - "date": "2021-07-28T14:37:58.601Z", + "item": 25, + "date": "2021-07-28T14:37:54.603Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 1000.0 + "quantity": 4000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 51, + "pk": 26, "fields": { "tracking_type": 1, - "item": 51, - "date": "2021-07-28T14:37:58.731Z", + "item": 26, + "date": "2021-07-28T14:37:54.725Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 1000.0 + "quantity": 4000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 52, + "pk": 27, "fields": { "tracking_type": 1, - "item": 52, - "date": "2021-07-28T14:37:58.867Z", + "item": 27, + "date": "2021-07-28T14:37:54.899Z", "notes": "", "user": null, "deltas": { @@ -85799,11 +86137,11 @@ }, { "model": "stock.stockitemtracking", - "pk": 53, + "pk": 29, "fields": { "tracking_type": 1, - "item": 53, - "date": "2021-07-28T14:37:59.090Z", + "item": 29, + "date": "2021-07-28T14:37:55.149Z", "notes": "", "user": null, "deltas": { @@ -85815,11 +86153,11 @@ }, { "model": "stock.stockitemtracking", - "pk": 54, + "pk": 30, "fields": { "tracking_type": 1, - "item": 54, - "date": "2021-07-28T14:37:59.223Z", + "item": 30, + "date": "2021-07-28T14:37:55.337Z", "notes": "", "user": null, "deltas": { @@ -85831,11 +86169,11 @@ }, { "model": "stock.stockitemtracking", - "pk": 55, + "pk": 31, "fields": { "tracking_type": 1, - "item": 55, - "date": "2021-07-28T14:37:59.360Z", + "item": 31, + "date": "2021-07-28T14:37:55.466Z", "notes": "", "user": null, "deltas": { @@ -85847,11 +86185,11 @@ }, { "model": "stock.stockitemtracking", - "pk": 56, + "pk": 32, "fields": { "tracking_type": 1, - "item": 56, - "date": "2021-07-28T14:37:59.496Z", + "item": 32, + "date": "2021-07-28T14:37:55.601Z", "notes": "", "user": null, "deltas": { @@ -85863,171 +86201,171 @@ }, { "model": "stock.stockitemtracking", - "pk": 57, + "pk": 33, "fields": { "tracking_type": 1, - "item": 57, - "date": "2021-07-28T14:37:59.710Z", + "item": 33, + "date": "2021-07-28T14:37:55.862Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 4000.0 + "quantity": 1000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 58, + "pk": 34, "fields": { "tracking_type": 1, - "item": 58, - "date": "2021-07-28T14:37:59.846Z", + "item": 34, + "date": "2021-07-28T14:37:56Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 4000.0 + "quantity": 1000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 59, + "pk": 35, "fields": { "tracking_type": 1, - "item": 59, - "date": "2021-07-28T14:37:59.974Z", + "item": 35, + "date": "2021-07-28T14:37:56.136Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 4000.0 + "quantity": 1000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 60, + "pk": 36, "fields": { "tracking_type": 1, - "item": 60, - "date": "2021-07-28T14:38:00.097Z", + "item": 36, + "date": "2021-07-28T14:37:56.324Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 4000.0 + "quantity": 1000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 61, + "pk": 37, "fields": { "tracking_type": 1, - "item": 61, - "date": "2021-07-28T14:38:00.282Z", + "item": 37, + "date": "2021-07-28T14:37:56.458Z", "notes": "", "user": null, "deltas": { - "status": 55, + "status": 10, "location": 8, - "quantity": 2000.0 + "quantity": 1000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 62, + "pk": 38, "fields": { "tracking_type": 1, - "item": 62, - "date": "2021-07-28T14:38:00.402Z", + "item": 38, + "date": "2021-07-28T14:37:56.592Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 2000.0 + "quantity": 1000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 63, + "pk": 39, "fields": { "tracking_type": 1, - "item": 63, - "date": "2021-07-28T14:38:00.530Z", + "item": 39, + "date": "2021-07-28T14:37:56.795Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 2000.0 + "quantity": 4000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 64, + "pk": 40, "fields": { "tracking_type": 1, - "item": 64, - "date": "2021-07-28T14:38:00.657Z", + "item": 40, + "date": "2021-07-28T14:37:56.921Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 2000.0 + "quantity": 4000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 65, + "pk": 41, "fields": { "tracking_type": 1, - "item": 65, - "date": "2021-07-28T14:38:00.795Z", + "item": 41, + "date": "2021-07-28T14:37:57.053Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 2000.0 + "quantity": 4000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 66, + "pk": 42, "fields": { "tracking_type": 1, - "item": 66, - "date": "2021-07-28T14:38:00.975Z", + "item": 42, + "date": "2021-07-28T14:37:57.195Z", "notes": "", "user": null, "deltas": { "status": 10, "location": 8, - "quantity": 1000.0 + "quantity": 4000.0 } } }, { "model": "stock.stockitemtracking", - "pk": 67, + "pk": 43, "fields": { "tracking_type": 1, - "item": 67, - "date": "2021-07-28T14:38:01.098Z", + "item": 43, + "date": "2021-07-28T14:37:57.398Z", "notes": "", "user": null, "deltas": { @@ -86039,11 +86377,11 @@ }, { "model": "stock.stockitemtracking", - "pk": 68, + "pk": 44, "fields": { "tracking_type": 1, - "item": 68, - "date": "2021-07-28T14:38:01.225Z", + "item": 44, + "date": "2021-07-28T14:37:57.527Z", "notes": "", "user": null, "deltas": { @@ -86055,11 +86393,395 @@ }, { "model": "stock.stockitemtracking", - "pk": 69, + "pk": 45, "fields": { "tracking_type": 1, - "item": 69, - "date": "2021-07-28T14:38:01.356Z", + "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": { @@ -103232,6 +103954,261 @@ } } }, + { + "model": "stock.stockitemtracking", + "pk": 1109, + "fields": { + "tracking_type": 1, + "item": 1194, + "date": "2024-02-07T11:30:58.364Z", + "notes": "", + "user": [ + "admin" + ], + "deltas": { + "status": 10, + "quantity": 1.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 1110, + "fields": { + "tracking_type": 1, + "item": 1195, + "date": "2024-02-07T11:30:58.388Z", + "notes": "", + "user": [ + "admin" + ], + "deltas": { + "status": 10, + "quantity": 1.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 1111, + "fields": { + "tracking_type": 1, + "item": 1196, + "date": "2024-02-07T11:30:58.409Z", + "notes": "", + "user": [ + "admin" + ], + "deltas": { + "status": 10, + "quantity": 1.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 1112, + "fields": { + "tracking_type": 1, + "item": 1197, + "date": "2024-02-07T11:30:58.434Z", + "notes": "", + "user": [ + "admin" + ], + "deltas": { + "status": 10, + "quantity": 1.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 1113, + "fields": { + "tracking_type": 1, + "item": 1198, + "date": "2024-02-07T11:30:58.456Z", + "notes": "", + "user": [ + "admin" + ], + "deltas": { + "status": 10, + "quantity": 1.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 1114, + "fields": { + "tracking_type": 1, + "item": 1199, + "date": "2024-02-07T11:30:58.479Z", + "notes": "", + "user": [ + "admin" + ], + "deltas": { + "status": 10, + "quantity": 1.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 1115, + "fields": { + "tracking_type": 1, + "item": 1200, + "date": "2024-02-07T11:30:58.503Z", + "notes": "", + "user": [ + "admin" + ], + "deltas": { + "status": 10, + "quantity": 1.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 1116, + "fields": { + "tracking_type": 1, + "item": 1201, + "date": "2024-02-07T11:30:58.523Z", + "notes": "", + "user": [ + "admin" + ], + "deltas": { + "status": 10, + "quantity": 1.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 1117, + "fields": { + "tracking_type": 1, + "item": 1202, + "date": "2024-02-07T11:30:58.543Z", + "notes": "", + "user": [ + "admin" + ], + "deltas": { + "status": 10, + "quantity": 1.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 1118, + "fields": { + "tracking_type": 1, + "item": 1203, + "date": "2024-02-07T11:30:58.564Z", + "notes": "", + "user": [ + "admin" + ], + "deltas": { + "status": 10, + "quantity": 1.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 1119, + "fields": { + "tracking_type": 1, + "item": 1204, + "date": "2024-02-07T11:30:58.584Z", + "notes": "", + "user": [ + "admin" + ], + "deltas": { + "status": 10, + "quantity": 1.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 1120, + "fields": { + "tracking_type": 1, + "item": 1205, + "date": "2024-02-07T11:30:58.607Z", + "notes": "", + "user": [ + "admin" + ], + "deltas": { + "status": 10, + "quantity": 1.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 1121, + "fields": { + "tracking_type": 1, + "item": 1206, + "date": "2024-02-07T11:30:58.627Z", + "notes": "", + "user": [ + "admin" + ], + "deltas": { + "status": 10, + "quantity": 1.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 1122, + "fields": { + "tracking_type": 1, + "item": 1207, + "date": "2024-02-07T11:30:58.649Z", + "notes": "", + "user": [ + "admin" + ], + "deltas": { + "status": 10, + "quantity": 1.0 + } + } + }, + { + "model": "stock.stockitemtracking", + "pk": 1123, + "fields": { + "tracking_type": 1, + "item": 1208, + "date": "2024-02-07T11:30:58.666Z", + "notes": "", + "user": [ + "admin" + ], + "deltas": { + "status": 10, + "quantity": 1.0 + } + } + }, { "model": "stock.stockitem", "pk": 2, @@ -147676,6 +148653,621 @@ "level": 0 } }, + { + "model": "stock.stockitem", + "pk": 1194, + "fields": { + "metadata": {}, + "notes": null, + "barcode_data": "", + "barcode_hash": "", + "updated": "2024-02-07T11:30:58.361Z", + "parent": null, + "part": 87, + "supplier_part": null, + "location": null, + "packaging": "", + "belongs_to": null, + "customer": null, + "serial": "15", + "serial_int": 15, + "link": "", + "batch": "BX-123-2024-2-7", + "quantity": "1.00000", + "build": null, + "consumed_by": 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": false, + "status": 10, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "lft": 1, + "rght": 2, + "tree_id": 1077, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 1195, + "fields": { + "metadata": {}, + "notes": null, + "barcode_data": "", + "barcode_hash": "", + "updated": "2024-02-07T11:30:58.372Z", + "parent": null, + "part": 87, + "supplier_part": null, + "location": null, + "packaging": "", + "belongs_to": null, + "customer": null, + "serial": "16", + "serial_int": 16, + "link": "", + "batch": "BX-123-2024-2-7", + "quantity": "1.00000", + "build": null, + "consumed_by": 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": false, + "status": 10, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "lft": 1, + "rght": 2, + "tree_id": 1077, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 1196, + "fields": { + "metadata": {}, + "notes": null, + "barcode_data": "", + "barcode_hash": "", + "updated": "2024-02-07T11:30:58.395Z", + "parent": null, + "part": 87, + "supplier_part": null, + "location": null, + "packaging": "", + "belongs_to": null, + "customer": null, + "serial": "17", + "serial_int": 17, + "link": "", + "batch": "BX-123-2024-2-7", + "quantity": "1.00000", + "build": null, + "consumed_by": 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": false, + "status": 10, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "lft": 1, + "rght": 2, + "tree_id": 1077, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 1197, + "fields": { + "metadata": {}, + "notes": null, + "barcode_data": "", + "barcode_hash": "", + "updated": "2024-02-07T11:30:58.416Z", + "parent": null, + "part": 87, + "supplier_part": null, + "location": null, + "packaging": "", + "belongs_to": null, + "customer": null, + "serial": "18", + "serial_int": 18, + "link": "", + "batch": "BX-123-2024-2-7", + "quantity": "1.00000", + "build": null, + "consumed_by": 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": false, + "status": 10, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "lft": 1, + "rght": 2, + "tree_id": 1077, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 1198, + "fields": { + "metadata": {}, + "notes": null, + "barcode_data": "", + "barcode_hash": "", + "updated": "2024-02-07T11:30:58.440Z", + "parent": null, + "part": 87, + "supplier_part": null, + "location": null, + "packaging": "", + "belongs_to": null, + "customer": null, + "serial": "19", + "serial_int": 19, + "link": "", + "batch": "BX-123-2024-2-7", + "quantity": "1.00000", + "build": null, + "consumed_by": 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": false, + "status": 10, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "lft": 1, + "rght": 2, + "tree_id": 1077, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 1199, + "fields": { + "metadata": {}, + "notes": null, + "barcode_data": "", + "barcode_hash": "", + "updated": "2024-02-07T11:30:58.463Z", + "parent": null, + "part": 87, + "supplier_part": null, + "location": null, + "packaging": "", + "belongs_to": null, + "customer": null, + "serial": "20", + "serial_int": 20, + "link": "", + "batch": "BX-123-2024-2-7", + "quantity": "1.00000", + "build": null, + "consumed_by": 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": false, + "status": 10, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "lft": 1, + "rght": 2, + "tree_id": 1077, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 1200, + "fields": { + "metadata": {}, + "notes": null, + "barcode_data": "", + "barcode_hash": "", + "updated": "2024-02-07T11:30:58.486Z", + "parent": null, + "part": 87, + "supplier_part": null, + "location": null, + "packaging": "", + "belongs_to": null, + "customer": null, + "serial": "21", + "serial_int": 21, + "link": "", + "batch": "BX-123-2024-2-7", + "quantity": "1.00000", + "build": null, + "consumed_by": 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": false, + "status": 10, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "lft": 1, + "rght": 2, + "tree_id": 1077, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 1201, + "fields": { + "metadata": {}, + "notes": null, + "barcode_data": "", + "barcode_hash": "", + "updated": "2024-02-07T11:30:58.509Z", + "parent": null, + "part": 87, + "supplier_part": null, + "location": null, + "packaging": "", + "belongs_to": null, + "customer": null, + "serial": "22", + "serial_int": 22, + "link": "", + "batch": "BX-123-2024-2-7", + "quantity": "1.00000", + "build": null, + "consumed_by": 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": false, + "status": 10, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "lft": 1, + "rght": 2, + "tree_id": 1077, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 1202, + "fields": { + "metadata": {}, + "notes": null, + "barcode_data": "", + "barcode_hash": "", + "updated": "2024-02-07T11:30:58.529Z", + "parent": null, + "part": 87, + "supplier_part": null, + "location": null, + "packaging": "", + "belongs_to": null, + "customer": null, + "serial": "23", + "serial_int": 23, + "link": "", + "batch": "BX-123-2024-2-7", + "quantity": "1.00000", + "build": null, + "consumed_by": 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": false, + "status": 10, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "lft": 1, + "rght": 2, + "tree_id": 1077, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 1203, + "fields": { + "metadata": {}, + "notes": null, + "barcode_data": "", + "barcode_hash": "", + "updated": "2024-02-07T11:30:58.549Z", + "parent": null, + "part": 87, + "supplier_part": null, + "location": null, + "packaging": "", + "belongs_to": null, + "customer": null, + "serial": "24", + "serial_int": 24, + "link": "", + "batch": "BX-123-2024-2-7", + "quantity": "1.00000", + "build": null, + "consumed_by": 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": false, + "status": 10, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "lft": 1, + "rght": 2, + "tree_id": 1077, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 1204, + "fields": { + "metadata": {}, + "notes": null, + "barcode_data": "", + "barcode_hash": "", + "updated": "2024-02-07T11:30:58.569Z", + "parent": null, + "part": 87, + "supplier_part": null, + "location": null, + "packaging": "", + "belongs_to": null, + "customer": null, + "serial": "25", + "serial_int": 25, + "link": "", + "batch": "BX-123-2024-2-7", + "quantity": "1.00000", + "build": null, + "consumed_by": 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": false, + "status": 10, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "lft": 1, + "rght": 2, + "tree_id": 1077, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 1205, + "fields": { + "metadata": {}, + "notes": null, + "barcode_data": "", + "barcode_hash": "", + "updated": "2024-02-07T11:30:58.591Z", + "parent": null, + "part": 87, + "supplier_part": null, + "location": null, + "packaging": "", + "belongs_to": null, + "customer": null, + "serial": "26", + "serial_int": 26, + "link": "", + "batch": "BX-123-2024-2-7", + "quantity": "1.00000", + "build": null, + "consumed_by": 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": false, + "status": 10, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "lft": 1, + "rght": 2, + "tree_id": 1077, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 1206, + "fields": { + "metadata": {}, + "notes": null, + "barcode_data": "", + "barcode_hash": "", + "updated": "2024-02-07T11:30:58.612Z", + "parent": null, + "part": 87, + "supplier_part": null, + "location": null, + "packaging": "", + "belongs_to": null, + "customer": null, + "serial": "27", + "serial_int": 27, + "link": "", + "batch": "BX-123-2024-2-7", + "quantity": "1.00000", + "build": null, + "consumed_by": 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": false, + "status": 10, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "lft": 1, + "rght": 2, + "tree_id": 1077, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 1207, + "fields": { + "metadata": {}, + "notes": null, + "barcode_data": "", + "barcode_hash": "", + "updated": "2024-02-07T11:30:58.633Z", + "parent": null, + "part": 87, + "supplier_part": null, + "location": null, + "packaging": "", + "belongs_to": null, + "customer": null, + "serial": "28", + "serial_int": 28, + "link": "", + "batch": "BX-123-2024-2-7", + "quantity": "1.00000", + "build": null, + "consumed_by": 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": false, + "status": 10, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "lft": 1, + "rght": 2, + "tree_id": 1077, + "level": 0 + } + }, + { + "model": "stock.stockitem", + "pk": 1208, + "fields": { + "metadata": {}, + "notes": null, + "barcode_data": "", + "barcode_hash": "", + "updated": "2024-02-07T11:30:58.653Z", + "parent": null, + "part": 87, + "supplier_part": null, + "location": null, + "packaging": "", + "belongs_to": null, + "customer": null, + "serial": "29", + "serial_int": 29, + "link": "", + "batch": "BX-123-2024-2-7", + "quantity": "1.00000", + "build": null, + "consumed_by": 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": false, + "status": 10, + "purchase_price_currency": "USD", + "purchase_price": null, + "owner": null, + "lft": 1, + "rght": 2, + "tree_id": 1077, + "level": 0 + } + }, { "model": "part.partstar", "pk": 1, From 69911fdbb2eee658d5dd699fdf0ffed5f4b4e7f0 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 7 Feb 2024 12:22:26 +0000 Subject: [PATCH 4/5] Add some more test results --- inventree_data.json | 89 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 70 insertions(+), 19 deletions(-) diff --git a/inventree_data.json b/inventree_data.json index de80cc4..d155ac5 100644 --- a/inventree_data.json +++ b/inventree_data.json @@ -44565,9 +44565,9 @@ "model": "part.partpricing", "pk": 441, "fields": { - "updated": "2024-02-07T11:30:58.352Z", + "updated": "2024-02-07T11:44:48.408Z", "currency": "USD", - "scheduled_for_update": true, + "scheduled_for_update": false, "part": 87, "bom_cost_min_currency": "USD", "bom_cost_min": "82.698427", @@ -85072,23 +85072,6 @@ "date": "2024-02-07T11:39:56.283Z" } }, - { - "model": "stock.stockitemtestresult", - "pk": 62, - "fields": { - "metadata": {}, - "stock_item": 1195, - "template": 10, - "result": true, - "value": "cc47510056958eadd92fd506a56607cd", - "attachment": "", - "notes": "", - "user": [ - "admin" - ], - "date": "2024-02-07T11:39:56.302Z" - } - }, { "model": "stock.stockitemtestresult", "pk": 63, @@ -85735,6 +85718,74 @@ "date": "2024-02-07T11:41:24.581Z" } }, + { + "model": "stock.stockitemtestresult", + "pk": 102, + "fields": { + "metadata": {}, + "stock_item": 1195, + "template": 9, + "result": false, + "value": "N/A", + "attachment": "", + "notes": "Fail test", + "user": [ + "admin" + ], + "date": "2024-02-07T12:06:12.793Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 104, + "fields": { + "metadata": {}, + "stock_item": 1195, + "template": 10, + "result": false, + "value": "Fail result", + "attachment": "", + "notes": "", + "user": [ + "admin" + ], + "date": "2024-02-07T12:20:15.737Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 105, + "fields": { + "metadata": {}, + "stock_item": 1195, + "template": 10, + "result": true, + "value": "12123412341234412341234", + "attachment": "", + "notes": "Finally passing", + "user": [ + "admin" + ], + "date": "2024-02-07T12:21:39.475Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 106, + "fields": { + "metadata": {}, + "stock_item": 1195, + "template": 9, + "result": true, + "value": "1.23.45", + "attachment": "", + "notes": "Uploaded new firmware", + "user": [ + "admin" + ], + "date": "2024-02-07T12:21:52.654Z" + } + }, { "model": "stock.stockitemtracking", "pk": 2, From 09c1a7c27ad9322bf3d4e1c4eddee82a746b1376 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 7 Feb 2024 12:26:20 +0000 Subject: [PATCH 5/5] add another test template --- inventree_data.json | 48 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/inventree_data.json b/inventree_data.json index d155ac5..0af9f06 100644 --- a/inventree_data.json +++ b/inventree_data.json @@ -65409,6 +65409,20 @@ "requires_attachment": false } }, + { + "model": "part.parttesttemplate", + "pk": 11, + "fields": { + "metadata": {}, + "part": 87, + "test_name": "Color", + "key": "color", + "description": "Optionally, what color was this item painted?", + "required": false, + "requires_value": false, + "requires_attachment": false + } + }, { "model": "part.partparametertemplate", "pk": 1, @@ -85786,6 +85800,40 @@ "date": "2024-02-07T12:21:52.654Z" } }, + { + "model": "stock.stockitemtestresult", + "pk": 107, + "fields": { + "metadata": {}, + "stock_item": 1195, + "template": 11, + "result": true, + "value": "Yellow", + "attachment": "", + "notes": "", + "user": [ + "admin" + ], + "date": "2024-02-07T12:25:35.419Z" + } + }, + { + "model": "stock.stockitemtestresult", + "pk": 108, + "fields": { + "metadata": {}, + "stock_item": 413, + "template": 11, + "result": false, + "value": "Green", + "attachment": "", + "notes": "The green paint was not applied very well", + "user": [ + "admin" + ], + "date": "2024-02-07T12:25:56.409Z" + } + }, { "model": "stock.stockitemtracking", "pk": 2,