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

Added more customers

This commit is contained in:
Oliver 2021-11-17 21:11:16 +11:00
parent 06004bf82d
commit aa2368f971
11 changed files with 96 additions and 2 deletions

View File

@ -1883,7 +1883,7 @@
"model": "company.company",
"pk": 30,
"fields": {
"name": "Customer",
"name": "Customer A",
"description": "A company we sell things to",
"website": "",
"address": "10 Address Street, City, Country ZIP",
@ -1891,7 +1891,7 @@
"email": "",
"contact": "",
"link": "",
"image": "",
"image": "company_images/company_30_img.png",
"notes": "",
"is_customer": true,
"is_supplier": false,
@ -1919,6 +1919,86 @@
"currency": "USD"
}
},
{
"model": "company.company",
"pk": 32,
"fields": {
"name": "Customer B",
"description": "Another company we sell things to",
"website": "",
"address": "",
"phone": "",
"email": "",
"contact": "",
"link": "",
"image": "company_images/company_32_img.png",
"notes": "",
"is_customer": true,
"is_supplier": false,
"is_manufacturer": false,
"currency": "USD"
}
},
{
"model": "company.company",
"pk": 33,
"fields": {
"name": "Customer C",
"description": "Another company we sell things to",
"website": "",
"address": "",
"phone": "",
"email": "",
"contact": "",
"link": "",
"image": "company_images/company_33_img.png",
"notes": "",
"is_customer": true,
"is_supplier": false,
"is_manufacturer": false,
"currency": "USD"
}
},
{
"model": "company.company",
"pk": 34,
"fields": {
"name": "Customer D",
"description": "Another company we sell things to",
"website": "",
"address": "",
"phone": "",
"email": "",
"contact": "",
"link": "",
"image": "company_images/company_34_img.png",
"notes": "",
"is_customer": true,
"is_supplier": false,
"is_manufacturer": false,
"currency": "USD"
}
},
{
"model": "company.company",
"pk": 35,
"fields": {
"name": "Customer E",
"description": "Another company we sell things to",
"website": "",
"address": "",
"phone": "",
"email": "",
"contact": "",
"link": "",
"image": "company_images/company_35_img.png",
"notes": "",
"is_customer": true,
"is_supplier": false,
"is_manufacturer": false,
"currency": "USD"
}
},
{
"model": "company.manufacturerpart",
"pk": 1,
@ -24178,6 +24258,20 @@
}
}
},
{
"model": "stock.stockitemtracking",
"pk": 274,
"fields": {
"tracking_type": 5,
"item": 220,
"date": "2021-11-17T03:07:08.216Z",
"notes": "",
"user": null,
"deltas": {
"status": 85
}
}
},
{
"model": "users.ruleset",
"pk": 1,

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB