2
0
mirror of https://github.com/inventree/demo-dataset.git synced 2025-04-27 21:16:50 +00:00

Add more sales order data (#83)
Some checks failed
Import Dataset / build (push) Has been cancelled

This commit is contained in:
Oliver 2024-11-09 00:51:17 +11:00 committed by GitHub
parent 857cfc9980
commit 6d9621595e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45423,6 +45423,57 @@
"shipped": "25.00000" "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", "model": "order.salesorderextraline",
"pk": 1, "pk": 1,
@ -46374,6 +46425,66 @@
"quantity": "1.00000" "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", "model": "order.returnorderlineitem",
"pk": 1, "pk": 1,
@ -88870,7 +88981,7 @@
"pk": 1, "pk": 1,
"fields": { "fields": {
"password": "pbkdf2_sha256$600000$eW6hr1msXY3U1vkqy3K4wd$/egntyTaLBCUPnM1nM2LIbbDGjKfccvIOgexovlFKjo=", "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, "is_superuser": true,
"username": "admin", "username": "admin",
"first_name": "", "first_name": "",
@ -204008,6 +204119,22 @@
"link": "" "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", "model": "order.salesorder",
"pk": 1, "pk": 1,
@ -204248,7 +204375,7 @@
"barcode_data": "", "barcode_data": "",
"barcode_hash": "", "barcode_hash": "",
"total_price_currency": "USD", "total_price_currency": "USD",
"total_price": "16000.000000", "total_price": "17245.000000",
"order_currency": null, "order_currency": null,
"description": "Selling furniture sets", "description": "Selling furniture sets",
"project_code": null, "project_code": null,
@ -204338,6 +204465,38 @@
"status_custom_key": null "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", "model": "order.purchaseorder",
"pk": 1, "pk": 1,