Added more customers
@ -1883,7 +1883,7 @@
|
|||||||
"model": "company.company",
|
"model": "company.company",
|
||||||
"pk": 30,
|
"pk": 30,
|
||||||
"fields": {
|
"fields": {
|
||||||
"name": "Customer",
|
"name": "Customer A",
|
||||||
"description": "A company we sell things to",
|
"description": "A company we sell things to",
|
||||||
"website": "",
|
"website": "",
|
||||||
"address": "10 Address Street, City, Country ZIP",
|
"address": "10 Address Street, City, Country ZIP",
|
||||||
@ -1891,7 +1891,7 @@
|
|||||||
"email": "",
|
"email": "",
|
||||||
"contact": "",
|
"contact": "",
|
||||||
"link": "",
|
"link": "",
|
||||||
"image": "",
|
"image": "company_images/company_30_img.png",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
"is_customer": true,
|
"is_customer": true,
|
||||||
"is_supplier": false,
|
"is_supplier": false,
|
||||||
@ -1919,6 +1919,86 @@
|
|||||||
"currency": "USD"
|
"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",
|
"model": "company.manufacturerpart",
|
||||||
"pk": 1,
|
"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",
|
"model": "users.ruleset",
|
||||||
"pk": 1,
|
"pk": 1,
|
||||||
|
BIN
media/company_images/company_30_img.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
media/company_images/company_30_img.thumbnail.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
media/company_images/company_32_img.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
media/company_images/company_32_img.thumbnail.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
media/company_images/company_33_img.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
media/company_images/company_33_img.thumbnail.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
media/company_images/company_34_img.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
media/company_images/company_34_img.thumbnail.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
media/company_images/company_35_img.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
media/company_images/company_35_img.thumbnail.png
Normal file
After Width: | Height: | Size: 1.4 KiB |