diff --git a/inventree_data.json b/inventree_data.json index d7a8c8d..4e61438 100644 --- a/inventree_data.json +++ b/inventree_data.json @@ -44592,7 +44592,7 @@ "model": "order.purchaseorderlineitem", "pk": 20, "fields": { - "metadata": null, + "metadata": {}, "quantity": "400.00000", "reference": "", "notes": "", @@ -44600,7 +44600,7 @@ "target_date": null, "order": 7, "part": 203, - "received": "0.00000", + "received": "400.00000", "purchase_price_currency": "USD", "purchase_price": "0.250000", "destination": null @@ -50391,9 +50391,9 @@ "model": "part.partpricing", "pk": 491, "fields": { - "updated": "2024-08-08T06:55:22.531Z", + "updated": "2024-10-17T12:43:56.625Z", "currency": "USD", - "scheduled_for_update": false, + "scheduled_for_update": true, "part": 69, "bom_cost_min_currency": "USD", "bom_cost_min": null, @@ -114851,6 +114851,25 @@ } } }, + { + "model": "stock.stockitemtracking", + "pk": 1390, + "fields": { + "tracking_type": 70, + "item": 1359, + "date": "2024-10-17T12:43:56.631Z", + "notes": "", + "user": [ + "admin" + ], + "deltas": { + "status": 10, + "location": 1, + "quantity": 400.0, + "purchaseorder": 7 + } + } + }, { "model": "stock.stockitem", "pk": 2, @@ -167363,6 +167382,48 @@ "level": 1 } }, + { + "model": "stock.stockitem", + "pk": 1359, + "fields": { + "metadata": {}, + "notes": null, + "barcode_data": "", + "barcode_hash": "", + "updated": "2024-10-17T12:43:56.568Z", + "parent": null, + "part": 69, + "supplier_part": 203, + "location": 1, + "packaging": "", + "belongs_to": null, + "customer": null, + "serial": null, + "serial_int": 0, + "link": "", + "batch": "", + "quantity": "400.00000", + "build": null, + "consumed_by": null, + "is_building": false, + "purchase_order": 7, + "sales_order": null, + "expiry_date": null, + "stocktake_date": null, + "stocktake_user": null, + "review_needed": false, + "delete_on_deplete": true, + "status": 10, + "purchase_price_currency": "USD", + "purchase_price": "0.250000", + "owner": null, + "status_custom_key": null, + "lft": 1, + "rght": 2, + "tree_id": 1216, + "level": 0 + } + }, { "model": "part.partstar", "pk": 1, @@ -204363,7 +204424,7 @@ "model": "order.purchaseorder", "pk": 7, "fields": { - "metadata": null, + "metadata": {}, "reference_int": 7, "notes": null, "barcode_data": "", @@ -204383,12 +204444,12 @@ "contact": null, "address": null, "reference": "PO0007", - "status": 10, + "status": 30, "supplier": 1, "supplier_reference": "", "received_by": null, - "issue_date": null, - "complete_date": null, + "issue_date": "2024-10-17", + "complete_date": "2024-10-17", "status_custom_key": null } },