Skip to content

Commit

Permalink
Add more sales order data (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat authored Nov 8, 2024
1 parent 857cfc9 commit 6d96215
Showing 1 changed file with 161 additions and 2 deletions.
163 changes: 161 additions & 2 deletions inventree_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -45423,6 +45423,57 @@
"shipped": "25.00000"
}
},
{
"model": "order.salesorderlineitem",
"pk": 27,
"fields": {
"metadata": {},
"quantity": "10.00000",
"reference": "",
"notes": "",
"link": "",
"target_date": null,
"order": 11,
"part": 74,
"sale_price_currency": "CNY",
"sale_price": "55.500000",
"shipped": "0.00000"
}
},
{
"model": "order.salesorderlineitem",
"pk": 28,
"fields": {
"metadata": {},
"quantity": "12.00000",
"reference": "",
"notes": "",
"link": "",
"target_date": null,
"order": 11,
"part": 72,
"sale_price_currency": "CNY",
"sale_price": "15.400000",
"shipped": "0.00000"
}
},
{
"model": "order.salesorderlineitem",
"pk": 29,
"fields": {
"metadata": {},
"quantity": "100.00000",
"reference": "",
"notes": "",
"link": "",
"target_date": null,
"order": 8,
"part": 74,
"sale_price_currency": "USD",
"sale_price": "12.450000",
"shipped": "0.00000"
}
},
{
"model": "order.salesorderextraline",
"pk": 1,
Expand Down Expand Up @@ -46374,6 +46425,66 @@
"quantity": "1.00000"
}
},
{
"model": "order.salesorderallocation",
"pk": 91,
"fields": {
"line": 27,
"shipment": null,
"item": 1286,
"quantity": "1.00000"
}
},
{
"model": "order.salesorderallocation",
"pk": 92,
"fields": {
"line": 27,
"shipment": null,
"item": 1294,
"quantity": "1.00000"
}
},
{
"model": "order.salesorderallocation",
"pk": 93,
"fields": {
"line": 27,
"shipment": null,
"item": 1295,
"quantity": "1.00000"
}
},
{
"model": "order.salesorderallocation",
"pk": 94,
"fields": {
"line": 29,
"shipment": null,
"item": 1288,
"quantity": "1.00000"
}
},
{
"model": "order.salesorderallocation",
"pk": 95,
"fields": {
"line": 29,
"shipment": null,
"item": 1287,
"quantity": "1.00000"
}
},
{
"model": "order.salesorderallocation",
"pk": 96,
"fields": {
"line": 29,
"shipment": null,
"item": 1289,
"quantity": "1.00000"
}
},
{
"model": "order.returnorderlineitem",
"pk": 1,
Expand Down Expand Up @@ -88870,7 +88981,7 @@
"pk": 1,
"fields": {
"password": "pbkdf2_sha256$600000$eW6hr1msXY3U1vkqy3K4wd$/egntyTaLBCUPnM1nM2LIbbDGjKfccvIOgexovlFKjo=",
"last_login": "2024-10-31T11:33:40.169Z",
"last_login": "2024-11-08T13:41:20.839Z",
"is_superuser": true,
"username": "admin",
"first_name": "",
Expand Down Expand Up @@ -204008,6 +204119,22 @@
"link": ""
}
},
{
"model": "order.salesordershipment",
"pk": 12,
"fields": {
"metadata": {},
"notes": null,
"order": 11,
"shipment_date": null,
"delivery_date": null,
"checked_by": null,
"reference": "1",
"tracking_number": "",
"invoice_number": "",
"link": ""
}
},
{
"model": "order.salesorder",
"pk": 1,
Expand Down Expand Up @@ -204248,7 +204375,7 @@
"barcode_data": "",
"barcode_hash": "",
"total_price_currency": "USD",
"total_price": "16000.000000",
"total_price": "17245.000000",
"order_currency": null,
"description": "Selling furniture sets",
"project_code": null,
Expand Down Expand Up @@ -204338,6 +204465,38 @@
"status_custom_key": null
}
},
{
"model": "order.salesorder",
"pk": 11,
"fields": {
"metadata": {},
"reference_int": 25,
"notes": null,
"barcode_data": "",
"barcode_hash": "",
"total_price_currency": "CNY",
"total_price": "739.800000",
"order_currency": "CNY",
"description": "Another order for widgets",
"project_code": 5,
"link": "",
"target_date": "2025-02-20",
"creation_date": "2024-11-08",
"created_by": [
"admin"
],
"responsible": null,
"contact": null,
"address": null,
"reference": "SO0025",
"customer": 34,
"status": 15,
"customer_reference": "CE-1234-XYZ",
"shipment_date": null,
"shipped_by": null,
"status_custom_key": null
}
},
{
"model": "order.purchaseorder",
"pk": 1,
Expand Down

0 comments on commit 6d96215

Please sign in to comment.