Skip to content

Commit

Permalink
Process some more orders
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Oct 17, 2024
1 parent e565526 commit 457278e
Showing 1 changed file with 69 additions and 8 deletions.
77 changes: 69 additions & 8 deletions inventree_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -44592,15 +44592,15 @@
"model": "order.purchaseorderlineitem",
"pk": 20,
"fields": {
"metadata": null,
"metadata": {},
"quantity": "400.00000",
"reference": "",
"notes": "",
"link": "",
"target_date": null,
"order": 7,
"part": 203,
"received": "0.00000",
"received": "400.00000",
"purchase_price_currency": "USD",
"purchase_price": "0.250000",
"destination": null
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -204363,7 +204424,7 @@
"model": "order.purchaseorder",
"pk": 7,
"fields": {
"metadata": null,
"metadata": {},
"reference_int": 7,
"notes": null,
"barcode_data": "",
Expand All @@ -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
}
},
Expand Down

0 comments on commit 457278e

Please sign in to comment.