Skip to content

Commit

Permalink
Add some more data
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Oct 31, 2024
1 parent e66111c commit 9f2b0e8
Showing 1 changed file with 124 additions and 4 deletions.
128 changes: 124 additions & 4 deletions inventree_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7215,7 +7215,7 @@
"model": "common.inventreesetting",
"pk": 178,
"fields": {
"value": "True",
"value": "False",
"key": "PART_REVISION_ASSEMBLY_ONLY"
}
},
Expand Down Expand Up @@ -33253,6 +33253,58 @@
"availability_updated": null
}
},
{
"model": "company.supplierpart",
"pk": 1035,
"fields": {
"metadata": {},
"notes": null,
"barcode_data": "",
"barcode_hash": "",
"updated": "2024-10-31T11:36:14.314Z",
"part": 912,
"supplier": 43,
"SKU": "PCB-002.02",
"active": true,
"manufacturer_part": null,
"link": "",
"description": "",
"note": "",
"base_cost": "0.000",
"packaging": "Panelized in 3x2 grid",
"pack_quantity": "6",
"pack_quantity_native": "6.0000000000",
"multiple": 1,
"available": "0.000",
"availability_updated": null
}
},
{
"model": "company.supplierpart",
"pk": 1036,
"fields": {
"metadata": {},
"notes": null,
"barcode_data": "",
"barcode_hash": "",
"updated": "2024-10-31T11:36:43.157Z",
"part": 68,
"supplier": 43,
"SKU": "PCB-002.01-OLD",
"active": false,
"manufacturer_part": null,
"link": "",
"description": "Defunct version, no longer available",
"note": "",
"base_cost": "0.000",
"packaging": "Panelized in 3x2 grid",
"pack_quantity": "6",
"pack_quantity_native": "6.0000000000",
"multiple": 1,
"available": "0.000",
"availability_updated": null
}
},
{
"model": "company.supplierpricebreak",
"pk": 2,
Expand Down Expand Up @@ -44873,7 +44925,7 @@
"received": "0.00000",
"purchase_price_currency": "USD",
"purchase_price": "22.500000",
"destination": null
"destination": 10
}
},
{
Expand All @@ -44894,6 +44946,24 @@
"destination": null
}
},
{
"model": "order.purchaseorderlineitem",
"pk": 37,
"fields": {
"metadata": {},
"quantity": "123.00000",
"reference": "",
"notes": "",
"link": "",
"target_date": null,
"order": 14,
"part": 1035,
"received": "0.00000",
"purchase_price_currency": "EUR",
"purchase_price": null,
"destination": 5
}
},
{
"model": "order.purchaseorderextraline",
"pk": 1,
Expand Down Expand Up @@ -88800,7 +88870,7 @@
"pk": 1,
"fields": {
"password": "pbkdf2_sha256$600000$eW6hr1msXY3U1vkqy3K4wd$/egntyTaLBCUPnM1nM2LIbbDGjKfccvIOgexovlFKjo=",
"last_login": "2024-10-31T11:22:41.178Z",
"last_login": "2024-10-31T11:33:40.169Z",
"is_superuser": true,
"username": "admin",
"first_name": "",
Expand Down Expand Up @@ -203488,6 +203558,56 @@
"level": 1
}
},
{
"model": "part.part",
"pk": 912,
"fields": {
"metadata": {},
"notes": null,
"barcode_data": "",
"barcode_hash": "",
"name": "Widget Board",
"is_template": false,
"variant_of": null,
"description": "Small board for converting electricity into magic smoke",
"keywords": "",
"category": 12,
"IPN": "002.02-PCB",
"revision": "B",
"revision_of": 88,
"link": "",
"image": "part_images/pcb.jpeg",
"default_location": null,
"default_supplier": null,
"default_expiry": 0,
"minimum_stock": "0.000000",
"units": "",
"assembly": false,
"component": true,
"trackable": false,
"testable": false,
"purchaseable": true,
"salable": false,
"active": true,
"locked": false,
"virtual": false,
"bom_checksum": "",
"bom_checked_by": null,
"bom_checked_date": null,
"creation_date": "2024-10-31",
"creation_user": [
"admin"
],
"responsible_owner": null,
"last_stocktake": null,
"base_cost": "0.000000",
"multiple": 1,
"lft": 1,
"rght": 2,
"tree_id": 397,
"level": 0
}
},
{
"model": "order.returnorder",
"pk": 1,
Expand Down Expand Up @@ -204682,7 +204802,7 @@
"barcode_data": "",
"barcode_hash": "",
"total_price_currency": "EUR",
"total_price": null,
"total_price": "6241.320000",
"order_currency": "EUR",
"description": "Ordering some PCBs",
"project_code": 3,
Expand Down

0 comments on commit 9f2b0e8

Please sign in to comment.