bramw_baserow/backend/templates/car-dealership-inventory.json

10922 lines
535 KiB
JSON

{
"baserow_template_version": 1,
"name": "Car Dealership Inventory",
"icon": "iconoir-car",
"keywords": [
"inventory",
"car dealership",
"car dealership inventory",
"units",
"car distributor inventory",
"vehicle inventory",
"sales"
],
"categories": [
"Local Business",
"Professional"
],
"export": [
{
"id": 45157,
"name": "Car Dealership Inventory",
"order": 1,
"type": "database",
"tables": [
{
"id": 111551,
"name": "Cars",
"order": 1,
"fields": [
{
"id": 705223,
"type": "formula",
"name": "ID",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "concat( \n \"C\", \n if( \n row_id() < 10, \n concat(\"0000\", row_id()), \n if( \n row_id() < 100, \n concat(\"000\", row_id()), \n if( \n row_id() < 1000, \n concat(\"00\", row_id()), \n if( \n row_id() < 10000, \n concat(\"0\", row_id()), \n row_id() \n ) \n ) \n ) \n ) \n)",
"formula_type": "text"
},
{
"id": 705224,
"type": "file",
"name": "Photo",
"order": 1,
"primary": false
},
{
"id": 705225,
"type": "link_row",
"name": "Model",
"order": 2,
"primary": false,
"link_row_table_id": 111552,
"link_row_related_field_id": 725741,
"has_related_field": true
},
{
"id": 725742,
"type": "lookup",
"name": "Make",
"order": 3,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": "single_select",
"through_field_id": 705225,
"through_field_name": "Model",
"target_field_id": 705227,
"target_field_name": "Make"
},
{
"id": 725743,
"type": "number",
"name": "Year",
"order": 4,
"primary": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 725744,
"type": "lookup",
"name": "Type",
"order": 5,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": "single_select",
"through_field_id": 705225,
"through_field_name": "Model",
"target_field_id": 705238,
"target_field_name": "Type"
},
{
"id": 725745,
"type": "single_select",
"name": "Condition",
"order": 6,
"primary": false,
"select_options": [
{
"id": 313850,
"value": "Brand new",
"color": "dark-green",
"order": 0
},
{
"id": 313851,
"value": "New old stock",
"color": "green",
"order": 1
},
{
"id": 313852,
"value": "Refurbished",
"color": "light-green",
"order": 2
},
{
"id": 313853,
"value": "Pre-owned",
"color": "dark-orange",
"order": 3
},
{
"id": 313854,
"value": "Repossessed",
"color": "orange",
"order": 4
},
{
"id": 313855,
"value": "Modified",
"color": "dark-gray",
"order": 5
}
]
},
{
"id": 725746,
"type": "number",
"name": "Mileage",
"order": 7,
"primary": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 725747,
"type": "text",
"name": "Color",
"order": 8,
"primary": false,
"text_default": ""
},
{
"id": 725748,
"type": "number",
"name": "Breakeven cost",
"order": 9,
"primary": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 725749,
"type": "single_select",
"name": "Status",
"order": 10,
"primary": false,
"select_options": [
{
"id": 313856,
"value": "Available",
"color": "dark-green",
"order": 0
},
{
"id": 313857,
"value": "Reserved",
"color": "light-gray",
"order": 1
},
{
"id": 313858,
"value": "For releasing",
"color": "gray",
"order": 2
},
{
"id": 313859,
"value": "Sold",
"color": "dark-gray",
"order": 3
},
{
"id": 313860,
"value": "On PMS",
"color": "red",
"order": 4
},
{
"id": 313861,
"value": "Under repair",
"color": "dark-red",
"order": 5
}
]
},
{
"id": 725750,
"type": "link_row",
"name": "Sale reference",
"order": 11,
"primary": false,
"link_row_table_id": 114523,
"link_row_related_field_id": 725851,
"has_related_field": true
},
{
"id": 725751,
"type": "number",
"name": "Suggested markup (%)",
"order": 12,
"primary": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 725752,
"type": "formula",
"name": "Suggested price",
"order": 13,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 2,
"array_formula_type": null,
"formula": "divide( \n multiply( \n field(\"Breakeven cost\"), \n add( \n field(\"Suggested markup (%)\"), \n 100 \n ) \n ), \n 100\n)",
"formula_type": "number"
},
{
"id": 725753,
"type": "long_text",
"name": "Accessories",
"order": 14,
"primary": false
},
{
"id": 725755,
"type": "text",
"name": "Plate number",
"order": 16,
"primary": false,
"text_default": ""
},
{
"id": 725756,
"type": "text",
"name": "VIN",
"order": 17,
"primary": false,
"text_default": ""
},
{
"id": 725757,
"type": "file",
"name": "Certificate of title",
"order": 18,
"primary": false
},
{
"id": 725758,
"type": "date",
"name": "Date acquired",
"order": 19,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24"
},
{
"id": 725759,
"type": "link_row",
"name": "Acquired by",
"order": 20,
"primary": false,
"link_row_table_id": 114512,
"link_row_related_field_id": 725868,
"has_related_field": true
},
{
"id": 725788,
"type": "link_row",
"name": "Branch",
"order": 21,
"primary": false,
"link_row_table_id": 111553,
"link_row_related_field_id": 725789,
"has_related_field": true
},
{
"id": 725869,
"type": "long_text",
"name": "Remarks",
"order": 22,
"primary": false
},
{
"id": 725899,
"type": "formula",
"name": "Actual profit",
"order": 23,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 2,
"array_formula_type": "number",
"formula": "minus( \n lookup(\"Sale reference\", \"Price sold\"), \n field(\"Breakeven cost\") \n)",
"formula_type": "array"
},
{
"id": 735944,
"type": "formula",
"name": "In stock",
"order": 24,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "if( \n or( \n totext(field(\"Status\"))=\"For releasing\", \n totext(field(\"Status\"))=\"Sold\" \n ), \n false, \n true \n)",
"formula_type": "boolean"
},
{
"id": 738833,
"type": "text",
"name": "Engine number",
"order": 25,
"primary": false,
"text_default": ""
},
{
"id": 738895,
"type": "formula",
"name": "Model for sorting",
"order": 26,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "totext(join(field(\"Model\"), \"\"))",
"formula_type": "text"
},
{
"id": 738896,
"type": "formula",
"name": "Make for sorting",
"order": 27,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "join(totext(field(\"Make\")), \"\")",
"formula_type": "text"
}
],
"views": [
{
"id": 164490,
"type": "grid",
"name": "All vehicles",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 53130,
"field_id": 738896,
"order": "ASC"
},
{
"id": 53131,
"field_id": 738895,
"order": "ASC"
},
{
"id": 53132,
"field_id": 725743,
"order": "DESC"
},
{
"id": 53133,
"field_id": 725749,
"order": "ASC"
}
],
"decorations": [
{
"id": 6984,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "dark-green",
"filters": [
{
"id": "7777904c-d041-4484-973d-1556329b8128",
"type": "single_select_equal",
"field": 725749,
"value": "313856"
}
],
"operator": "AND"
},
{
"color": "dark-gray",
"filters": [
{
"id": "24f4f264-42e7-4fa6-852a-10f34270e0b3",
"type": "single_select_equal",
"field": 725749,
"value": "313859"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 6985,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "light-gray",
"filters": [
{
"id": "dbebd8a4-9c7d-4cca-ae5f-dc18435cd2ff",
"type": "not_empty",
"field": 725750,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1001353,
"field_id": 705223,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1001351,
"field_id": 705224,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1001352,
"field_id": 705225,
"width": 169,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1041771,
"field_id": 725742,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041772,
"field_id": 725743,
"width": 100,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1041773,
"field_id": 725744,
"width": 178,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041774,
"field_id": 725745,
"width": 120,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041775,
"field_id": 725746,
"width": 110,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041776,
"field_id": 725747,
"width": 154,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041777,
"field_id": 725748,
"width": 155,
"hidden": false,
"order": 11,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1041778,
"field_id": 725749,
"width": 114,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041779,
"field_id": 725750,
"width": 149,
"hidden": false,
"order": 14,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1041780,
"field_id": 725751,
"width": 199,
"hidden": false,
"order": 12,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1041781,
"field_id": 725752,
"width": 159,
"hidden": false,
"order": 13,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1041789,
"field_id": 725753,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041791,
"field_id": 725755,
"width": 144,
"hidden": false,
"order": 10,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1041792,
"field_id": 725756,
"width": 163,
"hidden": false,
"order": 17,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1041793,
"field_id": 725757,
"width": 165,
"hidden": false,
"order": 23,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1041794,
"field_id": 725758,
"width": 147,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041795,
"field_id": 725759,
"width": 152,
"hidden": false,
"order": 21,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1041812,
"field_id": 725788,
"width": 138,
"hidden": false,
"order": 20,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1041982,
"field_id": 725869,
"width": 173,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1042013,
"field_id": 725899,
"width": 136,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1059310,
"field_id": 735944,
"width": 108,
"hidden": true,
"order": 24,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063744,
"field_id": 738833,
"width": 154,
"hidden": false,
"order": 18,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1063858,
"field_id": 738895,
"width": 181,
"hidden": true,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063859,
"field_id": 738896,
"width": 161,
"hidden": true,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 174128,
"type": "grid",
"name": "In stock",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 68732,
"field_id": 735944,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 53141,
"field_id": 738896,
"order": "ASC"
},
{
"id": 53142,
"field_id": 738895,
"order": "ASC"
},
{
"id": 53143,
"field_id": 725743,
"order": "DESC"
},
{
"id": 53144,
"field_id": 725749,
"order": "ASC"
}
],
"decorations": [
{
"id": 6986,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "dark-green",
"filters": [
{
"id": "7777904c-d041-4484-973d-1556329b8128",
"type": "single_select_equal",
"field": 725749,
"value": "313856"
}
],
"operator": "AND"
},
{
"color": "dark-gray",
"filters": [
{
"id": "24f4f264-42e7-4fa6-852a-10f34270e0b3",
"type": "single_select_equal",
"field": 725749,
"value": "313859"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 6987,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "light-gray",
"filters": [
{
"id": "dbebd8a4-9c7d-4cca-ae5f-dc18435cd2ff",
"type": "not_empty",
"field": 725750,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1063943,
"field_id": 705223,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1063944,
"field_id": 705224,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063945,
"field_id": 705225,
"width": 169,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063946,
"field_id": 725742,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063947,
"field_id": 725743,
"width": 100,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063948,
"field_id": 725744,
"width": 178,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063949,
"field_id": 725745,
"width": 120,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063950,
"field_id": 725746,
"width": 110,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063951,
"field_id": 725747,
"width": 154,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063952,
"field_id": 725748,
"width": 154,
"hidden": false,
"order": 11,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1063953,
"field_id": 725749,
"width": 114,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063954,
"field_id": 725750,
"width": 149,
"hidden": false,
"order": 14,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063955,
"field_id": 725751,
"width": 199,
"hidden": false,
"order": 12,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1063956,
"field_id": 725752,
"width": 159,
"hidden": false,
"order": 13,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1063957,
"field_id": 725753,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063958,
"field_id": 725755,
"width": 144,
"hidden": false,
"order": 10,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1063959,
"field_id": 725756,
"width": 163,
"hidden": false,
"order": 17,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1063960,
"field_id": 725757,
"width": 165,
"hidden": false,
"order": 23,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063961,
"field_id": 725758,
"width": 147,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063962,
"field_id": 725759,
"width": 152,
"hidden": false,
"order": 21,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063963,
"field_id": 725788,
"width": 138,
"hidden": false,
"order": 20,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063964,
"field_id": 725869,
"width": 173,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063965,
"field_id": 725899,
"width": 136,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063966,
"field_id": 735944,
"width": 108,
"hidden": true,
"order": 24,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063967,
"field_id": 738833,
"width": 154,
"hidden": false,
"order": 18,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1063968,
"field_id": 738895,
"width": 181,
"hidden": true,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063969,
"field_id": 738896,
"width": 161,
"hidden": true,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 174129,
"type": "grid",
"name": "Sold",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 68733,
"field_id": 735944,
"type": "boolean",
"value": "0"
}
],
"sortings": [
{
"id": 53145,
"field_id": 738896,
"order": "ASC"
},
{
"id": 53146,
"field_id": 738895,
"order": "ASC"
},
{
"id": 53147,
"field_id": 725743,
"order": "DESC"
},
{
"id": 53148,
"field_id": 725749,
"order": "ASC"
}
],
"decorations": [
{
"id": 6988,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "dark-green",
"filters": [
{
"id": "7777904c-d041-4484-973d-1556329b8128",
"type": "single_select_equal",
"field": 725749,
"value": "313856"
}
],
"operator": "AND"
},
{
"color": "dark-gray",
"filters": [
{
"id": "24f4f264-42e7-4fa6-852a-10f34270e0b3",
"type": "single_select_equal",
"field": 725749,
"value": "313859"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 6989,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "light-gray",
"filters": [
{
"id": "dbebd8a4-9c7d-4cca-ae5f-dc18435cd2ff",
"type": "not_empty",
"field": 725750,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1063971,
"field_id": 705223,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1063972,
"field_id": 705224,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063973,
"field_id": 705225,
"width": 169,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063974,
"field_id": 725742,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063975,
"field_id": 725743,
"width": 100,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063976,
"field_id": 725744,
"width": 178,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063977,
"field_id": 725745,
"width": 120,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063978,
"field_id": 725746,
"width": 110,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063979,
"field_id": 725747,
"width": 154,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063980,
"field_id": 725748,
"width": 154,
"hidden": false,
"order": 11,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1063981,
"field_id": 725749,
"width": 114,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063982,
"field_id": 725750,
"width": 149,
"hidden": false,
"order": 14,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063983,
"field_id": 725751,
"width": 199,
"hidden": false,
"order": 12,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1063984,
"field_id": 725752,
"width": 159,
"hidden": false,
"order": 13,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1063985,
"field_id": 725753,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063986,
"field_id": 725755,
"width": 144,
"hidden": false,
"order": 10,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1063987,
"field_id": 725756,
"width": 163,
"hidden": false,
"order": 17,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1063988,
"field_id": 725757,
"width": 165,
"hidden": false,
"order": 23,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063989,
"field_id": 725758,
"width": 147,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063990,
"field_id": 725759,
"width": 152,
"hidden": false,
"order": 21,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063991,
"field_id": 725788,
"width": 138,
"hidden": false,
"order": 20,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063992,
"field_id": 725869,
"width": 173,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063993,
"field_id": 725899,
"width": 136,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063994,
"field_id": 735944,
"width": 108,
"hidden": true,
"order": 24,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 1063995,
"field_id": 738833,
"width": 154,
"hidden": false,
"order": 18,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1063996,
"field_id": 738895,
"width": 181,
"hidden": true,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063997,
"field_id": 738896,
"width": 161,
"hidden": true,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 174132,
"type": "grid",
"name": "On PMS",
"order": 4,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 68734,
"field_id": 725749,
"type": "single_select_equal",
"value": "313860"
}
],
"sortings": [
{
"id": 53149,
"field_id": 738896,
"order": "ASC"
},
{
"id": 53150,
"field_id": 738895,
"order": "ASC"
},
{
"id": 53151,
"field_id": 725743,
"order": "DESC"
},
{
"id": 53152,
"field_id": 725749,
"order": "ASC"
}
],
"decorations": [
{
"id": 6990,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "dark-green",
"filters": [
{
"id": "7777904c-d041-4484-973d-1556329b8128",
"type": "single_select_equal",
"field": 725749,
"value": "313856"
}
],
"operator": "AND"
},
{
"color": "dark-gray",
"filters": [
{
"id": "24f4f264-42e7-4fa6-852a-10f34270e0b3",
"type": "single_select_equal",
"field": 725749,
"value": "313859"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 6991,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "light-gray",
"filters": [
{
"id": "dbebd8a4-9c7d-4cca-ae5f-dc18435cd2ff",
"type": "not_empty",
"field": 725750,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1064003,
"field_id": 705223,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1064004,
"field_id": 705224,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064005,
"field_id": 705225,
"width": 169,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064006,
"field_id": 725742,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064007,
"field_id": 725743,
"width": 100,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064008,
"field_id": 725744,
"width": 178,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064009,
"field_id": 725745,
"width": 120,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064010,
"field_id": 725746,
"width": 110,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064011,
"field_id": 725747,
"width": 154,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064012,
"field_id": 725748,
"width": 154,
"hidden": false,
"order": 11,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1064013,
"field_id": 725749,
"width": 114,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064014,
"field_id": 725750,
"width": 149,
"hidden": false,
"order": 14,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064015,
"field_id": 725751,
"width": 199,
"hidden": false,
"order": 12,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1064016,
"field_id": 725752,
"width": 159,
"hidden": false,
"order": 13,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1064017,
"field_id": 725753,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064018,
"field_id": 725755,
"width": 144,
"hidden": false,
"order": 10,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1064019,
"field_id": 725756,
"width": 163,
"hidden": false,
"order": 17,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1064020,
"field_id": 725757,
"width": 165,
"hidden": false,
"order": 23,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064021,
"field_id": 725758,
"width": 147,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064022,
"field_id": 725759,
"width": 152,
"hidden": false,
"order": 21,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064023,
"field_id": 725788,
"width": 138,
"hidden": false,
"order": 20,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064024,
"field_id": 725869,
"width": 173,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064025,
"field_id": 725899,
"width": 136,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064026,
"field_id": 735944,
"width": 108,
"hidden": true,
"order": 24,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064027,
"field_id": 738833,
"width": 154,
"hidden": false,
"order": 18,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1064028,
"field_id": 738895,
"width": 181,
"hidden": true,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064029,
"field_id": 738896,
"width": 161,
"hidden": true,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 174134,
"type": "grid",
"name": "Under repair",
"order": 5,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 68735,
"field_id": 725749,
"type": "single_select_equal",
"value": "313861"
}
],
"sortings": [
{
"id": 53153,
"field_id": 738896,
"order": "ASC"
},
{
"id": 53154,
"field_id": 738895,
"order": "ASC"
},
{
"id": 53155,
"field_id": 725743,
"order": "DESC"
},
{
"id": 53156,
"field_id": 725749,
"order": "ASC"
}
],
"decorations": [
{
"id": 6992,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "dark-green",
"filters": [
{
"id": "7777904c-d041-4484-973d-1556329b8128",
"type": "single_select_equal",
"field": 725749,
"value": "313856"
}
],
"operator": "AND"
},
{
"color": "dark-gray",
"filters": [
{
"id": "24f4f264-42e7-4fa6-852a-10f34270e0b3",
"type": "single_select_equal",
"field": 725749,
"value": "313859"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 6993,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"color": "light-gray",
"filters": [
{
"id": "dbebd8a4-9c7d-4cca-ae5f-dc18435cd2ff",
"type": "not_empty",
"field": 725750,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1064040,
"field_id": 705223,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1064041,
"field_id": 705224,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064042,
"field_id": 705225,
"width": 169,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064043,
"field_id": 725742,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064044,
"field_id": 725743,
"width": 100,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064045,
"field_id": 725744,
"width": 178,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064046,
"field_id": 725745,
"width": 120,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064047,
"field_id": 725746,
"width": 110,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064048,
"field_id": 725747,
"width": 154,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064049,
"field_id": 725748,
"width": 154,
"hidden": false,
"order": 11,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1064050,
"field_id": 725749,
"width": 114,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064051,
"field_id": 725750,
"width": 149,
"hidden": false,
"order": 14,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064052,
"field_id": 725751,
"width": 199,
"hidden": false,
"order": 12,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1064053,
"field_id": 725752,
"width": 159,
"hidden": false,
"order": 13,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1064054,
"field_id": 725753,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064055,
"field_id": 725755,
"width": 144,
"hidden": false,
"order": 10,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1064056,
"field_id": 725756,
"width": 163,
"hidden": false,
"order": 17,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1064057,
"field_id": 725757,
"width": 165,
"hidden": false,
"order": 23,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064058,
"field_id": 725758,
"width": 147,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064059,
"field_id": 725759,
"width": 152,
"hidden": false,
"order": 21,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064060,
"field_id": 725788,
"width": 138,
"hidden": false,
"order": 20,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064061,
"field_id": 725869,
"width": 173,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064062,
"field_id": 725899,
"width": 136,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064063,
"field_id": 735944,
"width": 108,
"hidden": true,
"order": 24,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064064,
"field_id": 738833,
"width": 154,
"hidden": false,
"order": 18,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1064065,
"field_id": 738895,
"width": 181,
"hidden": true,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064066,
"field_id": 738896,
"width": 161,
"hidden": true,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 173716,
"type": "gallery",
"name": "All vehicles gallery",
"order": 6,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 52977,
"field_id": 735944,
"order": "DESC"
},
{
"id": 52978,
"field_id": 738896,
"order": "ASC"
},
{
"id": 53160,
"field_id": 738895,
"order": "ASC"
},
{
"id": 53161,
"field_id": 725743,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 705224,
"field_options": [
{
"id": 78205,
"field_id": 705223,
"hidden": false,
"order": 1
},
{
"id": 78206,
"field_id": 705224,
"hidden": true,
"order": 2
},
{
"id": 78208,
"field_id": 725742,
"hidden": false,
"order": 3
},
{
"id": 78209,
"field_id": 725743,
"hidden": false,
"order": 4
},
{
"id": 78207,
"field_id": 705225,
"hidden": false,
"order": 5
},
{
"id": 78210,
"field_id": 725744,
"hidden": true,
"order": 6
},
{
"id": 78211,
"field_id": 725745,
"hidden": false,
"order": 7
},
{
"id": 78212,
"field_id": 725746,
"hidden": true,
"order": 8
},
{
"id": 78213,
"field_id": 725747,
"hidden": true,
"order": 9
},
{
"id": 78214,
"field_id": 725748,
"hidden": true,
"order": 10
},
{
"id": 78215,
"field_id": 725749,
"hidden": false,
"order": 11
},
{
"id": 78216,
"field_id": 725750,
"hidden": true,
"order": 12
},
{
"id": 78217,
"field_id": 725751,
"hidden": true,
"order": 13
},
{
"id": 78218,
"field_id": 725752,
"hidden": false,
"order": 14
},
{
"id": 78219,
"field_id": 725753,
"hidden": true,
"order": 15
},
{
"id": 78220,
"field_id": 725755,
"hidden": true,
"order": 16
},
{
"id": 78221,
"field_id": 725756,
"hidden": true,
"order": 17
},
{
"id": 78222,
"field_id": 725757,
"hidden": true,
"order": 18
},
{
"id": 78223,
"field_id": 725758,
"hidden": true,
"order": 19
},
{
"id": 78224,
"field_id": 725759,
"hidden": true,
"order": 20
},
{
"id": 78225,
"field_id": 725788,
"hidden": false,
"order": 21
},
{
"id": 78226,
"field_id": 725869,
"hidden": true,
"order": 22
},
{
"id": 78227,
"field_id": 725899,
"hidden": true,
"order": 23
},
{
"id": 78228,
"field_id": 735944,
"hidden": true,
"order": 24
},
{
"id": 78644,
"field_id": 738833,
"hidden": true,
"order": 25
},
{
"id": 78645,
"field_id": 738895,
"hidden": true,
"order": 26
},
{
"id": 78646,
"field_id": 738896,
"hidden": true,
"order": 27
}
]
},
{
"id": 174137,
"type": "gallery",
"name": "In stock in CD Fremont",
"order": 7,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 68736,
"field_id": 725788,
"type": "link_row_has",
"value": "2"
},
{
"id": 68739,
"field_id": 735944,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 53159,
"field_id": 738896,
"order": "ASC"
},
{
"id": 53162,
"field_id": 738895,
"order": "ASC"
},
{
"id": 53163,
"field_id": 725743,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 705224,
"field_options": [
{
"id": 78647,
"field_id": 705223,
"hidden": false,
"order": 1
},
{
"id": 78648,
"field_id": 705224,
"hidden": true,
"order": 2
},
{
"id": 78649,
"field_id": 725742,
"hidden": false,
"order": 3
},
{
"id": 78650,
"field_id": 725743,
"hidden": false,
"order": 4
},
{
"id": 78651,
"field_id": 705225,
"hidden": false,
"order": 5
},
{
"id": 78652,
"field_id": 725744,
"hidden": true,
"order": 6
},
{
"id": 78653,
"field_id": 725745,
"hidden": false,
"order": 7
},
{
"id": 78654,
"field_id": 725746,
"hidden": true,
"order": 8
},
{
"id": 78655,
"field_id": 725747,
"hidden": true,
"order": 9
},
{
"id": 78656,
"field_id": 725748,
"hidden": true,
"order": 10
},
{
"id": 78657,
"field_id": 725749,
"hidden": false,
"order": 11
},
{
"id": 78658,
"field_id": 725750,
"hidden": true,
"order": 12
},
{
"id": 78659,
"field_id": 725751,
"hidden": true,
"order": 13
},
{
"id": 78660,
"field_id": 725752,
"hidden": false,
"order": 14
},
{
"id": 78661,
"field_id": 725753,
"hidden": true,
"order": 15
},
{
"id": 78662,
"field_id": 725755,
"hidden": true,
"order": 16
},
{
"id": 78663,
"field_id": 725756,
"hidden": true,
"order": 17
},
{
"id": 78664,
"field_id": 725757,
"hidden": true,
"order": 18
},
{
"id": 78665,
"field_id": 725758,
"hidden": true,
"order": 19
},
{
"id": 78666,
"field_id": 725759,
"hidden": true,
"order": 20
},
{
"id": 78667,
"field_id": 725788,
"hidden": true,
"order": 21
},
{
"id": 78668,
"field_id": 725869,
"hidden": true,
"order": 22
},
{
"id": 78669,
"field_id": 725899,
"hidden": true,
"order": 23
},
{
"id": 78670,
"field_id": 735944,
"hidden": true,
"order": 24
},
{
"id": 78671,
"field_id": 738833,
"hidden": true,
"order": 25
},
{
"id": 78672,
"field_id": 738895,
"hidden": true,
"order": 26
},
{
"id": 78673,
"field_id": 738896,
"hidden": true,
"order": 27
}
]
},
{
"id": 174142,
"type": "gallery",
"name": "In stock in CD La Mesa",
"order": 8,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 68740,
"field_id": 725788,
"type": "link_row_has",
"value": "1"
},
{
"id": 68741,
"field_id": 735944,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 53164,
"field_id": 738896,
"order": "ASC"
},
{
"id": 53165,
"field_id": 738895,
"order": "ASC"
},
{
"id": 53166,
"field_id": 725743,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 705224,
"field_options": [
{
"id": 78705,
"field_id": 705223,
"hidden": false,
"order": 1
},
{
"id": 78706,
"field_id": 705224,
"hidden": true,
"order": 2
},
{
"id": 78707,
"field_id": 725742,
"hidden": false,
"order": 3
},
{
"id": 78708,
"field_id": 725743,
"hidden": false,
"order": 4
},
{
"id": 78709,
"field_id": 705225,
"hidden": false,
"order": 5
},
{
"id": 78710,
"field_id": 725744,
"hidden": true,
"order": 6
},
{
"id": 78711,
"field_id": 725745,
"hidden": false,
"order": 7
},
{
"id": 78712,
"field_id": 725746,
"hidden": true,
"order": 8
},
{
"id": 78713,
"field_id": 725747,
"hidden": true,
"order": 9
},
{
"id": 78714,
"field_id": 725748,
"hidden": true,
"order": 10
},
{
"id": 78715,
"field_id": 725749,
"hidden": false,
"order": 11
},
{
"id": 78716,
"field_id": 725750,
"hidden": true,
"order": 12
},
{
"id": 78717,
"field_id": 725751,
"hidden": true,
"order": 13
},
{
"id": 78718,
"field_id": 725752,
"hidden": false,
"order": 14
},
{
"id": 78719,
"field_id": 725753,
"hidden": true,
"order": 15
},
{
"id": 78720,
"field_id": 725755,
"hidden": true,
"order": 16
},
{
"id": 78721,
"field_id": 725756,
"hidden": true,
"order": 17
},
{
"id": 78722,
"field_id": 725757,
"hidden": true,
"order": 18
},
{
"id": 78723,
"field_id": 725758,
"hidden": true,
"order": 19
},
{
"id": 78724,
"field_id": 725759,
"hidden": true,
"order": 20
},
{
"id": 78725,
"field_id": 725788,
"hidden": true,
"order": 21
},
{
"id": 78726,
"field_id": 725869,
"hidden": true,
"order": 22
},
{
"id": 78727,
"field_id": 725899,
"hidden": true,
"order": 23
},
{
"id": 78728,
"field_id": 735944,
"hidden": true,
"order": 24
},
{
"id": 78729,
"field_id": 738833,
"hidden": true,
"order": 25
},
{
"id": 78730,
"field_id": 738895,
"hidden": true,
"order": 26
},
{
"id": 78731,
"field_id": 738896,
"hidden": true,
"order": 27
}
]
},
{
"id": 174143,
"type": "gallery",
"name": "In stock in CD Pomona",
"order": 9,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 68742,
"field_id": 725788,
"type": "link_row_has",
"value": "4"
},
{
"id": 68743,
"field_id": 735944,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 53167,
"field_id": 738896,
"order": "ASC"
},
{
"id": 53168,
"field_id": 738895,
"order": "ASC"
},
{
"id": 53169,
"field_id": 725743,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 705224,
"field_options": [
{
"id": 78732,
"field_id": 705223,
"hidden": false,
"order": 1
},
{
"id": 78733,
"field_id": 705224,
"hidden": true,
"order": 2
},
{
"id": 78734,
"field_id": 725742,
"hidden": false,
"order": 3
},
{
"id": 78735,
"field_id": 725743,
"hidden": false,
"order": 4
},
{
"id": 78736,
"field_id": 705225,
"hidden": false,
"order": 5
},
{
"id": 78737,
"field_id": 725744,
"hidden": true,
"order": 6
},
{
"id": 78738,
"field_id": 725745,
"hidden": false,
"order": 7
},
{
"id": 78739,
"field_id": 725746,
"hidden": true,
"order": 8
},
{
"id": 78740,
"field_id": 725747,
"hidden": true,
"order": 9
},
{
"id": 78741,
"field_id": 725748,
"hidden": true,
"order": 10
},
{
"id": 78742,
"field_id": 725749,
"hidden": false,
"order": 11
},
{
"id": 78743,
"field_id": 725750,
"hidden": true,
"order": 12
},
{
"id": 78744,
"field_id": 725751,
"hidden": true,
"order": 13
},
{
"id": 78745,
"field_id": 725752,
"hidden": false,
"order": 14
},
{
"id": 78746,
"field_id": 725753,
"hidden": true,
"order": 15
},
{
"id": 78747,
"field_id": 725755,
"hidden": true,
"order": 16
},
{
"id": 78748,
"field_id": 725756,
"hidden": true,
"order": 17
},
{
"id": 78749,
"field_id": 725757,
"hidden": true,
"order": 18
},
{
"id": 78750,
"field_id": 725758,
"hidden": true,
"order": 19
},
{
"id": 78751,
"field_id": 725759,
"hidden": true,
"order": 20
},
{
"id": 78752,
"field_id": 725788,
"hidden": true,
"order": 21
},
{
"id": 78753,
"field_id": 725869,
"hidden": true,
"order": 22
},
{
"id": 78754,
"field_id": 725899,
"hidden": true,
"order": 23
},
{
"id": 78755,
"field_id": 735944,
"hidden": true,
"order": 24
},
{
"id": 78756,
"field_id": 738833,
"hidden": true,
"order": 25
},
{
"id": 78757,
"field_id": 738895,
"hidden": true,
"order": 26
},
{
"id": 78758,
"field_id": 738896,
"hidden": true,
"order": 27
}
]
},
{
"id": 174144,
"type": "gallery",
"name": "In stock in CD San Leandro",
"order": 10,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 68744,
"field_id": 725788,
"type": "link_row_has",
"value": "3"
},
{
"id": 68745,
"field_id": 735944,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 53170,
"field_id": 738896,
"order": "ASC"
},
{
"id": 53171,
"field_id": 738895,
"order": "ASC"
},
{
"id": 53172,
"field_id": 725743,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 705224,
"field_options": [
{
"id": 78759,
"field_id": 705223,
"hidden": false,
"order": 1
},
{
"id": 78760,
"field_id": 705224,
"hidden": true,
"order": 2
},
{
"id": 78761,
"field_id": 725742,
"hidden": false,
"order": 3
},
{
"id": 78762,
"field_id": 725743,
"hidden": false,
"order": 4
},
{
"id": 78763,
"field_id": 705225,
"hidden": false,
"order": 5
},
{
"id": 78764,
"field_id": 725744,
"hidden": true,
"order": 6
},
{
"id": 78765,
"field_id": 725745,
"hidden": false,
"order": 7
},
{
"id": 78766,
"field_id": 725746,
"hidden": true,
"order": 8
},
{
"id": 78767,
"field_id": 725747,
"hidden": true,
"order": 9
},
{
"id": 78768,
"field_id": 725748,
"hidden": true,
"order": 10
},
{
"id": 78769,
"field_id": 725749,
"hidden": false,
"order": 11
},
{
"id": 78770,
"field_id": 725750,
"hidden": true,
"order": 12
},
{
"id": 78771,
"field_id": 725751,
"hidden": true,
"order": 13
},
{
"id": 78772,
"field_id": 725752,
"hidden": false,
"order": 14
},
{
"id": 78773,
"field_id": 725753,
"hidden": true,
"order": 15
},
{
"id": 78774,
"field_id": 725755,
"hidden": true,
"order": 16
},
{
"id": 78775,
"field_id": 725756,
"hidden": true,
"order": 17
},
{
"id": 78776,
"field_id": 725757,
"hidden": true,
"order": 18
},
{
"id": 78777,
"field_id": 725758,
"hidden": true,
"order": 19
},
{
"id": 78778,
"field_id": 725759,
"hidden": true,
"order": 20
},
{
"id": 78779,
"field_id": 725788,
"hidden": true,
"order": 21
},
{
"id": 78780,
"field_id": 725869,
"hidden": true,
"order": 22
},
{
"id": 78781,
"field_id": 725899,
"hidden": true,
"order": 23
},
{
"id": 78782,
"field_id": 735944,
"hidden": true,
"order": 24
},
{
"id": 78783,
"field_id": 738833,
"hidden": true,
"order": 25
},
{
"id": 78784,
"field_id": 738895,
"hidden": true,
"order": 26
},
{
"id": 78785,
"field_id": 738896,
"hidden": true,
"order": 27
}
]
},
{
"id": 174135,
"type": "kanban",
"name": "By status",
"order": 11,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 725749,
"card_cover_image_field_id": 705224,
"field_options": [
{
"id": 43609,
"field_id": 705223,
"hidden": false,
"order": 1
},
{
"id": 43610,
"field_id": 705224,
"hidden": true,
"order": 2
},
{
"id": 43612,
"field_id": 725742,
"hidden": false,
"order": 3
},
{
"id": 43613,
"field_id": 725743,
"hidden": false,
"order": 4
},
{
"id": 43611,
"field_id": 705225,
"hidden": false,
"order": 5
},
{
"id": 43614,
"field_id": 725744,
"hidden": true,
"order": 6
},
{
"id": 43615,
"field_id": 725745,
"hidden": false,
"order": 7
},
{
"id": 43616,
"field_id": 725746,
"hidden": true,
"order": 8
},
{
"id": 43617,
"field_id": 725747,
"hidden": true,
"order": 9
},
{
"id": 43618,
"field_id": 725748,
"hidden": true,
"order": 10
},
{
"id": 43619,
"field_id": 725749,
"hidden": true,
"order": 11
},
{
"id": 43620,
"field_id": 725750,
"hidden": true,
"order": 12
},
{
"id": 43621,
"field_id": 725751,
"hidden": true,
"order": 13
},
{
"id": 43622,
"field_id": 725752,
"hidden": true,
"order": 14
},
{
"id": 43623,
"field_id": 725753,
"hidden": true,
"order": 15
},
{
"id": 43624,
"field_id": 725755,
"hidden": true,
"order": 16
},
{
"id": 43625,
"field_id": 725756,
"hidden": true,
"order": 17
},
{
"id": 43626,
"field_id": 725757,
"hidden": true,
"order": 18
},
{
"id": 43627,
"field_id": 725758,
"hidden": true,
"order": 19
},
{
"id": 43628,
"field_id": 725759,
"hidden": true,
"order": 20
},
{
"id": 43629,
"field_id": 725788,
"hidden": true,
"order": 21
},
{
"id": 43630,
"field_id": 725869,
"hidden": true,
"order": 22
},
{
"id": 43631,
"field_id": 725899,
"hidden": true,
"order": 23
},
{
"id": 43632,
"field_id": 735944,
"hidden": true,
"order": 24
},
{
"id": 43633,
"field_id": 738833,
"hidden": true,
"order": 25
},
{
"id": 43634,
"field_id": 738895,
"hidden": true,
"order": 26
},
{
"id": 43635,
"field_id": 738896,
"hidden": true,
"order": 27
}
]
},
{
"id": 174136,
"type": "kanban",
"name": "By condition",
"order": 12,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 725745,
"card_cover_image_field_id": 705224,
"field_options": [
{
"id": 43636,
"field_id": 705223,
"hidden": false,
"order": 1
},
{
"id": 43637,
"field_id": 705224,
"hidden": true,
"order": 2
},
{
"id": 43638,
"field_id": 725742,
"hidden": false,
"order": 3
},
{
"id": 43639,
"field_id": 725743,
"hidden": false,
"order": 4
},
{
"id": 43640,
"field_id": 705225,
"hidden": false,
"order": 5
},
{
"id": 43641,
"field_id": 725744,
"hidden": true,
"order": 6
},
{
"id": 43642,
"field_id": 725745,
"hidden": false,
"order": 7
},
{
"id": 43643,
"field_id": 725746,
"hidden": true,
"order": 8
},
{
"id": 43644,
"field_id": 725747,
"hidden": true,
"order": 9
},
{
"id": 43645,
"field_id": 725748,
"hidden": true,
"order": 10
},
{
"id": 43646,
"field_id": 725749,
"hidden": true,
"order": 11
},
{
"id": 43647,
"field_id": 725750,
"hidden": true,
"order": 12
},
{
"id": 43648,
"field_id": 725751,
"hidden": true,
"order": 13
},
{
"id": 43649,
"field_id": 725752,
"hidden": true,
"order": 14
},
{
"id": 43650,
"field_id": 725753,
"hidden": true,
"order": 15
},
{
"id": 43651,
"field_id": 725755,
"hidden": true,
"order": 16
},
{
"id": 43652,
"field_id": 725756,
"hidden": true,
"order": 17
},
{
"id": 43653,
"field_id": 725757,
"hidden": true,
"order": 18
},
{
"id": 43654,
"field_id": 725758,
"hidden": true,
"order": 19
},
{
"id": 43655,
"field_id": 725759,
"hidden": true,
"order": 20
},
{
"id": 43656,
"field_id": 725788,
"hidden": true,
"order": 21
},
{
"id": 43657,
"field_id": 725869,
"hidden": true,
"order": 22
},
{
"id": 43658,
"field_id": 725899,
"hidden": true,
"order": 23
},
{
"id": 43659,
"field_id": 735944,
"hidden": true,
"order": 24
},
{
"id": 43660,
"field_id": 738833,
"hidden": true,
"order": 25
},
{
"id": 43661,
"field_id": 738895,
"hidden": true,
"order": 26
},
{
"id": 43662,
"field_id": 738896,
"hidden": true,
"order": 27
}
]
},
{
"id": 174145,
"type": "form",
"name": "Add vehicle",
"order": 13,
"public": false,
"title": "Add a new vehicle",
"description": "",
"cover_image": {
"name": "0Aq0U0C91BByoilrOjWtWYrAWJSKp9qx_26800c52d7db8004bfb88a9d384bf835025a27b47a3b8e41028d0d121a23bf56.jpg",
"original_name": "Header_CarDealership.01.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "A new vehicle was successfully added to the database. To add more vehicles, please reload this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 100732,
"field_id": 705224,
"name": "",
"description": "Please upload any photo or photos of the actual vehicle/stock/unit here. You may include photos of this vehicle's engraved ID numbers.",
"enabled": true,
"required": true,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100733,
"field_id": 705225,
"name": "",
"description": "Please state the vehicle's model and variant/trim.",
"enabled": true,
"required": true,
"order": 1,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100735,
"field_id": 725743,
"name": "",
"description": "Enter the year this vehicle was manufactured or released from factory.",
"enabled": true,
"required": true,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100741,
"field_id": 725749,
"name": "",
"description": "Please select the current inventory status of this vehicle.",
"enabled": true,
"required": true,
"order": 3,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100737,
"field_id": 725745,
"name": "",
"description": "Select the vehicle's current condition.",
"enabled": true,
"required": true,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100738,
"field_id": 725746,
"name": "",
"description": "Enter the current number of miles on this vehicle's odometer.",
"enabled": true,
"required": false,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100739,
"field_id": 725747,
"name": "",
"description": "Enter the vehicle's exact color name defined by the manufacturer.",
"enabled": true,
"required": true,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100746,
"field_id": 725755,
"name": "",
"description": "Enter the vehicle's specific registration plate number.",
"enabled": true,
"required": false,
"order": 7,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100740,
"field_id": 725748,
"name": "",
"description": "Enter the overall cost of this vehicle's acquisition, maintenance, storage fee, and repairs.",
"enabled": true,
"required": false,
"order": 8,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100743,
"field_id": 725751,
"name": "",
"description": "Enter the suggested percentage over the cost for this vehicle.",
"enabled": true,
"required": false,
"order": 9,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100742,
"field_id": 725750,
"name": "",
"description": "If this vehicle has been sold, you can link the details of the sale to this vehicle by selecting the transaction record.",
"enabled": true,
"required": false,
"order": 10,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100745,
"field_id": 725753,
"name": "",
"description": "Enumerate all accessories or modifications on this vehicle.",
"enabled": true,
"required": false,
"order": 11,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100747,
"field_id": 725756,
"name": "",
"description": "Please enter the vehicle's unique chassis number or frame number.",
"enabled": true,
"required": true,
"order": 12,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100755,
"field_id": 738833,
"name": "",
"description": "Please enter the vehicle's unique engine block identification number.",
"enabled": true,
"required": true,
"order": 13,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100749,
"field_id": 725758,
"name": "",
"description": "Please enter the date this vehicle was acquired by your dealership.",
"enabled": true,
"required": true,
"order": 14,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100751,
"field_id": 725788,
"name": "",
"description": "Please select the dealership where this vehicle is located or stored.",
"enabled": true,
"required": true,
"order": 15,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100750,
"field_id": 725759,
"name": "",
"description": "Please select the staff\u00a0member in\u00a0charge\u00a0of\u00a0getting\u00a0this\u00a0vehicle.",
"enabled": true,
"required": true,
"order": 16,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100752,
"field_id": 725869,
"name": "",
"description": "Enter any other notes or brief description about this vehicle.",
"enabled": true,
"required": false,
"order": 17,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100748,
"field_id": 725757,
"name": "",
"description": "Upload all legal documents associated with this vehicle.",
"enabled": true,
"required": false,
"order": 18,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100731,
"field_id": 705223,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 19,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100734,
"field_id": 725742,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 20,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100736,
"field_id": 725744,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 21,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100744,
"field_id": 725752,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 22,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100753,
"field_id": 725899,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 23,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100754,
"field_id": 735944,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 24,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100756,
"field_id": 738895,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 25,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100757,
"field_id": 738896,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 26,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-11-02T13:06:26.404591+00:00",
"updated_on": "2022-11-20T21:10:58.529445+00:00",
"field_705223": null,
"field_705224": [
{
"name": "MHlDkmgGxE5OAlTvYGMSBjKPow2Fghcj_238b76a9d3d8d4c813a5f71b29f8c9565037f526a8d553595f268a97b657b7bf.jpg",
"visible_name": "OR.Toyota.HiluxConquest4x4.EmotionalRed.jpg",
"original_name": "OR.Toyota.HiluxConquest4x4.EmotionalRed.jpg"
}
],
"field_705225": [
1
],
"field_725742": null,
"field_725743": "2022",
"field_725744": null,
"field_725745": 313850,
"field_725746": "3",
"field_725747": "Emotional red",
"field_725748": "27000.00",
"field_725749": 313857,
"field_725750": [],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 15gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "WAD8792",
"field_725756": "4T1BG22K6VR3P2NHM",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2022-01-05",
"field_725759": [
1
],
"field_725788": [
2
],
"field_725869": "This unit is reserved to a customer from a couple of blocks away.",
"field_725899": null,
"field_735944": null,
"field_738833": "VR3P2NHJ",
"field_738895": null,
"field_738896": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-11-02T13:06:26.404656+00:00",
"updated_on": "2022-11-20T21:11:26.231719+00:00",
"field_705223": null,
"field_705224": [
{
"name": "C59DDsPcGLyNIVFLZyOHNnglHinhZ0Hg_7882b4916169aa5940f02d2e97fdc6d875df4699ff3b280238f2c27e050cfc4f.jpg",
"visible_name": "OR.Toyota.HiluxConquest4x4.SilverMetallic3.jpg",
"original_name": "OR.Toyota.HiluxConquest4x4.SilverMetallic3.jpg"
}
],
"field_705225": [
1
],
"field_725742": null,
"field_725743": "2021",
"field_725744": null,
"field_725745": 313851,
"field_725746": "12",
"field_725747": "Silver Metallic 3",
"field_725748": "27000.00",
"field_725749": 313861,
"field_725750": [],
"field_725751": "15",
"field_725752": null,
"field_725753": "\u2022 Free 15gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "WDF3287",
"field_725756": "4T1FA38P66CCHVR3U",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2021-01-11",
"field_725759": [
8
],
"field_725788": [
3
],
"field_725869": null,
"field_725899": null,
"field_735944": null,
"field_738833": "6CCHVR3O",
"field_738895": null,
"field_738896": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-11-18T22:03:06.773821+00:00",
"updated_on": "2022-11-20T21:12:51.817147+00:00",
"field_705223": null,
"field_705224": [
{
"name": "MkwB4oVkvBVT9NL2fx1CaSNA0DCRcgpL_379d3ae35805d451b26674f133db2d4d91fda0addfe566064d929ea2855ad5af.jpg",
"visible_name": "OR.Toyota.HiluxE4x2.SuperWhiteII.jpg",
"original_name": "OR.Toyota.HiluxE4x2.SuperWhiteII.jpg"
}
],
"field_705225": [
2
],
"field_725742": null,
"field_725743": "2022",
"field_725744": null,
"field_725745": 313850,
"field_725746": "3",
"field_725747": "Super White II",
"field_725748": "17000.00",
"field_725749": 313856,
"field_725750": [],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 15gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "WFA3217",
"field_725756": "4T1BK36B39ZFMJPY8",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2022-01-05",
"field_725759": [
2
],
"field_725788": [
4
],
"field_725869": "Processing all legal documents.",
"field_725899": null,
"field_735944": null,
"field_738833": "9ZFMJPYE",
"field_738895": null,
"field_738896": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-11-18T22:48:34.065203+00:00",
"updated_on": "2022-11-20T21:10:57.408603+00:00",
"field_705223": null,
"field_705224": [
{
"name": "10zF5xrm5pi5NzxomuhoSPBsjLRmVrlC_28042d7a9ee6e39e060d4f81812f2780e9ef1b0476bdb59759fd277934b8e098.jpg",
"visible_name": "OF.Mitsubishi.MonteroSportGLX2WD.MediumRedMica.jpg",
"original_name": "OF.Mitsubishi.MonteroSportGLX2WD.MediumRedMica.jpg"
}
],
"field_705225": [
6
],
"field_725742": null,
"field_725743": "2021",
"field_725744": null,
"field_725745": 313851,
"field_725746": "10",
"field_725747": "Medium Red Mica",
"field_725748": "21500.00",
"field_725749": 313859,
"field_725750": [
6
],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 17gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "MDA9852",
"field_725756": "1Z5HT48N263VH4ZP3",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2020-10-20",
"field_725759": [
1
],
"field_725788": [
2
],
"field_725869": "",
"field_725899": null,
"field_735944": null,
"field_738833": "63VH4ZPD",
"field_738895": null,
"field_738896": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-11-18T22:48:37.572110+00:00",
"updated_on": "2022-11-20T21:14:13.095979+00:00",
"field_705223": null,
"field_705224": [
{
"name": "73avC1A1ljpoppbiQW5hevRta52TT6N2_b8e79c44b179a962f7198bdca3cb1117d3f8cbcdebdf0773d4333efdbcfef05f.jpg",
"visible_name": "OF.Mitsubishi.MonteroSportGT4WD.WhiteDiamond.jpg",
"original_name": "OF.Mitsubishi.MonteroSportGT4WD.WhiteDiamond.jpg"
}
],
"field_705225": [
5
],
"field_725742": null,
"field_725743": "2021",
"field_725744": null,
"field_725745": 313851,
"field_725746": "10",
"field_725747": "White diamond",
"field_725748": "32500.00",
"field_725749": 313860,
"field_725750": [],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 17gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "MFT1238",
"field_725756": "1Z5HC32N56KLYDLT8",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2020-10-20",
"field_725759": [
2
],
"field_725788": [
4
],
"field_725869": "Change oil needed.",
"field_725899": null,
"field_735944": null,
"field_738833": "6KLYDLTA",
"field_738895": null,
"field_738896": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-11-18T22:52:27.001935+00:00",
"updated_on": "2022-11-20T21:10:20.374004+00:00",
"field_705223": null,
"field_705224": [
{
"name": "DSfnOCUN7dbcsZw0e0quNXanTKeVYHnZ_9fa0480770db0b9339ac594893602f135c9d8e1c36da66079b78df162018b9a5.jpg",
"visible_name": "OF.Mazda.MX-5SoftTopSkyactiv.SoulRedCrystal.jpg",
"original_name": "OF.Mazda.MX-5SoftTopSkyactiv.SoulRedCrystal.jpg"
}
],
"field_705225": [
10
],
"field_725742": null,
"field_725743": "2020",
"field_725744": null,
"field_725745": 313852,
"field_725746": "25",
"field_725747": "Soul Red Crystal",
"field_725748": "29500.00",
"field_725749": 313859,
"field_725750": [
7
],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 12gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "ZDF5379",
"field_725756": "4F4CR16U2X9PLYKFX",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2020-01-20",
"field_725759": [
2
],
"field_725788": [
1
],
"field_725869": "",
"field_725899": null,
"field_735944": null,
"field_738833": "X9PLYKFN",
"field_738895": null,
"field_738896": null
},
{
"id": 7,
"order": "6.00000000000000000000",
"created_on": "2022-11-18T22:52:27.769422+00:00",
"updated_on": "2022-11-20T21:13:39.309744+00:00",
"field_705223": null,
"field_705224": [
{
"name": "R6T2tEnhjUAOEpGnqGn8KhhNgOSv7R6y_96a21f78a3d9602fb648e815fd9d7f473470ce7db53ed230207417d7adf098ab.jpg",
"visible_name": "OF.Mazda.MX-5SoftTopSkyactiv.JetBlack.jpg",
"original_name": "OF.Mazda.MX-5SoftTopSkyactiv.JetBlack.jpg"
}
],
"field_705225": [
9
],
"field_725742": null,
"field_725743": "2019",
"field_725744": null,
"field_725745": 313853,
"field_725746": "5250",
"field_725747": "Jet Black",
"field_725748": "20300.00",
"field_725749": 313861,
"field_725750": [],
"field_725751": "15",
"field_725752": null,
"field_725753": "\u2022 Free 12gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "ZRT3189",
"field_725756": "4F4CR16X1X93DF3GU",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2020-01-07",
"field_725759": [
2
],
"field_725788": [
1
],
"field_725869": "Sent to services for repair.",
"field_725899": null,
"field_735944": null,
"field_738833": "X93DF3GG",
"field_738895": null,
"field_738896": null
},
{
"id": 8,
"order": "7.00000000000000000000",
"created_on": "2022-11-18T22:53:33.740108+00:00",
"updated_on": "2022-11-20T22:16:18.717521+00:00",
"field_705223": null,
"field_705224": [
{
"name": "VzHVBORgFvmZahMBX1c3PQZA0P1mBxRi_e6952fcc811c73e75a375ed412e7448508f7c3a3299a649c2eb2ee5b417ec154.jpg",
"visible_name": "OF.Honda.BR-V.ModernSteelMetallic.jpg",
"original_name": "OF.Honda.BR-V.ModernSteelMetallic.jpg"
}
],
"field_705225": [
7
],
"field_725742": null,
"field_725743": "2018",
"field_725744": null,
"field_725745": 313851,
"field_725746": "12",
"field_725747": "Modern steel metallic",
"field_725748": "15800.00",
"field_725749": 313859,
"field_725750": [
10
],
"field_725751": "15",
"field_725752": null,
"field_725753": "\u2022 Free 10gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "NEJ3648",
"field_725756": "3HGCS11319HBC4ER3",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2017-10-02",
"field_725759": [
8
],
"field_725788": [
3
],
"field_725869": "",
"field_725899": null,
"field_735944": null,
"field_738833": "9HBC4ERS",
"field_738895": null,
"field_738896": null
},
{
"id": 9,
"order": "8.00000000000000000000",
"created_on": "2022-11-18T22:54:37.003714+00:00",
"updated_on": "2022-11-20T21:13:22.479302+00:00",
"field_705223": null,
"field_705224": [
{
"name": "xbKMT6tnjPdJQH6A1yTOPHPbK10SfDUY_3509408af0be0e6fb39f8d13c6f4ad127929ca73981f86bc3d71c2733d58f5e5.jpg",
"visible_name": "OF.Honda.BR-V.PlatinumWhitePearl.jpg",
"original_name": "OF.Honda.BR-V.PlatinumWhitePearl.jpg"
}
],
"field_705225": [
7
],
"field_725742": null,
"field_725743": "2019",
"field_725744": null,
"field_725745": 313854,
"field_725746": "12750",
"field_725747": "Platinum White Pearl",
"field_725748": "12700.00",
"field_725749": 313861,
"field_725750": [],
"field_725751": "15",
"field_725752": null,
"field_725753": "\u2022 Free 10gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "NRA8527",
"field_725756": "3HGCM55806FGG6J1R",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2020-10-08",
"field_725759": [
1
],
"field_725788": [
2
],
"field_725869": "Sent to services for repair.",
"field_725899": null,
"field_735944": null,
"field_738833": "6FGG6J1I",
"field_738895": null,
"field_738896": null
},
{
"id": 10,
"order": "9.00000000000000000000",
"created_on": "2022-11-18T22:54:39.602401+00:00",
"updated_on": "2022-11-20T21:12:47.674320+00:00",
"field_705223": null,
"field_705224": [
{
"name": "7PGWn5D6yjFapuhDqBkI48G9GmI2B3Mu_1f98fb5ba9b5521e045bb3dff6763a24c8002611f55f74de908c86e39cd92b41.jpg",
"visible_name": "OF.Honda.BR-V.PassionRedPearl.jpg",
"original_name": "OF.Honda.BR-V.PassionRedPearl.jpg"
}
],
"field_705225": [
8
],
"field_725742": null,
"field_725743": "2022",
"field_725744": null,
"field_725745": 313850,
"field_725746": "3",
"field_725747": "Passion Red Pearl",
"field_725748": "18000.00",
"field_725749": 313856,
"field_725750": [],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 10gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "NYC1327",
"field_725756": "3HGCG665821P989FA",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2021-09-20",
"field_725759": [
8
],
"field_725788": [
3
],
"field_725869": "Processing all legal documents.",
"field_725899": null,
"field_735944": null,
"field_738833": "21P989FO",
"field_738895": null,
"field_738896": null
},
{
"id": 11,
"order": "10.00000000000000000000",
"created_on": "2022-11-18T23:04:06.469639+00:00",
"updated_on": "2022-11-20T21:11:38.322560+00:00",
"field_705223": null,
"field_705224": [
{
"name": "uXqRHyzvaFH4t9Q3mBeuQUcRQj9zhaTH_416272739769f05c232bd5bd575f893bf0f90c42b710f9efb3e70506aba0d608.jpg",
"visible_name": "OR.Toyota.WigoVVT-iG.Black2.jpg",
"original_name": "OR.Toyota.WigoVVT-iG.Black2.jpg"
}
],
"field_705225": [
4
],
"field_725742": null,
"field_725743": "2022",
"field_725744": null,
"field_725745": 313850,
"field_725746": "3",
"field_725747": "Black 2",
"field_725748": "8875.00",
"field_725749": 313859,
"field_725750": [
2
],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 8gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "GFA9873",
"field_725756": "3TMLU4EN2AA13VSBJ",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2021-12-20",
"field_725759": [
2
],
"field_725788": [
4
],
"field_725869": "",
"field_725899": null,
"field_735944": null,
"field_738833": "AA13VSBC",
"field_738895": null,
"field_738896": null
},
{
"id": 12,
"order": "10.00000000000000000000",
"created_on": "2022-11-18T23:04:07.475187+00:00",
"updated_on": "2022-11-20T21:11:27.582360+00:00",
"field_705223": null,
"field_705224": [
{
"name": "xHpyJHGqizIpRASAKXgChj4LErW2Svey_63f36d7642b0bfd77deb4acf9367fbe872108200ed2fb3aa992a8ff903b62b9b.jpg",
"visible_name": "OR.Toyota.WigoVVT-iG.SilverMetallic4.jpg",
"original_name": "OR.Toyota.WigoVVT-iG.SilverMetallic4.jpg"
}
],
"field_705225": [
4
],
"field_725742": null,
"field_725743": "2022",
"field_725744": null,
"field_725745": 313850,
"field_725746": "3",
"field_725747": "Gray Metallic",
"field_725748": "8875.00",
"field_725749": 313856,
"field_725750": [],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 8gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "GDY1379",
"field_725756": "3TMPX4EN0AX2J7LH7",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2021-12-20",
"field_725759": [
8
],
"field_725788": [
3
],
"field_725869": "",
"field_725899": null,
"field_735944": null,
"field_738833": "AX2J7LHO",
"field_738895": null,
"field_738896": null
},
{
"id": 13,
"order": "10.00000000000000000000",
"created_on": "2022-11-18T23:04:07.844473+00:00",
"updated_on": "2022-11-20T21:14:22.426990+00:00",
"field_705223": null,
"field_705224": [
{
"name": "O73ow7PUMqnfI4Zcdn7cUzyUSxxR5o02_3072cfa8b9dfa6da36e18f9bb0d055e7402626e993a54d81108c45b89b7bc21f.jpg",
"visible_name": "OR.Toyota.WigoVVT-iG.White2.jpg",
"original_name": "OR.Toyota.WigoVVT-iG.White2.jpg"
}
],
"field_705225": [
4
],
"field_725742": null,
"field_725743": "2021",
"field_725744": null,
"field_725745": 313851,
"field_725746": "5",
"field_725747": "Silver Metallic 4",
"field_725748": "8875.00",
"field_725749": 313860,
"field_725750": [],
"field_725751": "15",
"field_725752": null,
"field_725753": "\u2022 Free 8gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "GPS9382",
"field_725756": "3TMNX22N39D8Z571K",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2021-01-18",
"field_725759": [
2
],
"field_725788": [
1
],
"field_725869": "Change oil needed.",
"field_725899": null,
"field_735944": null,
"field_738833": "9D8Z571J",
"field_738895": null,
"field_738896": null
},
{
"id": 14,
"order": "11.00000000000000000000",
"created_on": "2022-11-18T23:04:09.560737+00:00",
"updated_on": "2022-11-20T21:11:01.709749+00:00",
"field_705223": null,
"field_705224": [
{
"name": "FNg5CWDEU5HephXfKsa6Sgsq8un1HHq7_83c1c9ea24a831b394e8896e6d4e9aa6cdf631cc354249fba4a8f0967f0fd96c.jpg",
"visible_name": "OR.Toyota.WigoVVT-iG.OrangeMetallic2.jpg",
"original_name": "OR.Toyota.WigoVVT-iG.OrangeMetallic2.jpg"
}
],
"field_705225": [
4
],
"field_725742": null,
"field_725743": "2021",
"field_725744": null,
"field_725745": 313851,
"field_725746": "5",
"field_725747": "White 2",
"field_725748": "8875.00",
"field_725749": 313859,
"field_725750": [
1
],
"field_725751": "15",
"field_725752": null,
"field_725753": "\u2022 Free 8gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "GSP7913",
"field_725756": "3TMTX4GN7AXAL1AZF",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2021-01-18",
"field_725759": [
1
],
"field_725788": [
2
],
"field_725869": "",
"field_725899": null,
"field_735944": null,
"field_738833": "AXAL1AZO",
"field_738895": null,
"field_738896": null
},
{
"id": 15,
"order": "11.00000000000000000000",
"created_on": "2022-11-18T23:04:10.478581+00:00",
"updated_on": "2022-11-20T21:10:24.786516+00:00",
"field_705223": null,
"field_705224": [
{
"name": "eW44aN5s5nIrhuF0FKEpxTikA6kmE8CL_7a70b47b0aa81e772793e54049644af87248d790c3f2ed9ecbb05e00fc141c0c.jpg",
"visible_name": "OR.Toyota.WigoVVT-iG.YellowSE.jpg",
"original_name": "OR.Toyota.WigoVVT-iG.YellowSE.jpg"
}
],
"field_705225": [
3
],
"field_725742": null,
"field_725743": "2022",
"field_725744": null,
"field_725745": 313850,
"field_725746": "2",
"field_725747": "Orange Metallic 2",
"field_725748": "9800.00",
"field_725749": 313859,
"field_725750": [
4
],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 8gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "GDT7193",
"field_725756": "3TMUU42NX81P12KEF",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2021-12-20",
"field_725759": [
2
],
"field_725788": [
1
],
"field_725869": "",
"field_725899": null,
"field_735944": null,
"field_738833": "81P12KEE",
"field_738895": null,
"field_738896": null
},
{
"id": 16,
"order": "12.00000000000000000000",
"created_on": "2022-11-18T23:04:51.276579+00:00",
"updated_on": "2022-11-20T21:10:59.868612+00:00",
"field_705223": null,
"field_705224": [
{
"name": "jJYTVX8QsxbWPuSTaAUoTdFK2bwhWElY_bad5b3b8af588575c92711c5280a024a42336f92556209dc60ff6dc58d884ffd.jpg",
"visible_name": "OF.Honda.BR-V.LunarSilverMetallic.jpg",
"original_name": "OF.Honda.BR-V.LunarSilverMetallic.jpg"
}
],
"field_705225": [
3
],
"field_725742": null,
"field_725743": "2022",
"field_725744": null,
"field_725745": 313850,
"field_725746": "2",
"field_725747": "Yellow SE",
"field_725748": "9800.00",
"field_725749": 313859,
"field_725750": [
3
],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 8gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "GSE2817",
"field_725756": "3TMJX4GN5BXDZZ7GL",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2021-12-20",
"field_725759": [
1
],
"field_725788": [
2
],
"field_725869": "",
"field_725899": null,
"field_735944": null,
"field_738833": "BXDZZ7GD",
"field_738895": null,
"field_738896": null
},
{
"id": 17,
"order": "13.00000000000000000000",
"created_on": "2022-11-18T23:09:27.791689+00:00",
"updated_on": "2022-11-20T21:12:41.075636+00:00",
"field_705223": null,
"field_705224": [
{
"name": "jJYTVX8QsxbWPuSTaAUoTdFK2bwhWElY_bad5b3b8af588575c92711c5280a024a42336f92556209dc60ff6dc58d884ffd.jpg",
"visible_name": "OF.Honda.BR-V.LunarSilverMetallic.jpg",
"original_name": "OF.Honda.BR-V.LunarSilverMetallic.jpg"
}
],
"field_705225": [
7
],
"field_725742": null,
"field_725743": "2022",
"field_725744": null,
"field_725745": 313850,
"field_725746": "2",
"field_725747": "Lunar Silver Metallic",
"field_725748": "15900.00",
"field_725749": 313856,
"field_725750": [],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 10gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "NAD7182",
"field_725756": "5FNRL18963D5XMPMH",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2021-12-27",
"field_725759": [
2
],
"field_725788": [
1
],
"field_725869": "Processing all legal documents.",
"field_725899": null,
"field_735944": null,
"field_738833": "3D5XMPMA",
"field_738895": null,
"field_738896": null
},
{
"id": 18,
"order": "14.00000000000000000000",
"created_on": "2022-11-18T23:09:30.074918+00:00",
"updated_on": "2022-11-20T21:12:44.999252+00:00",
"field_705223": null,
"field_705224": [
{
"name": "jJYTVX8QsxbWPuSTaAUoTdFK2bwhWElY_bad5b3b8af588575c92711c5280a024a42336f92556209dc60ff6dc58d884ffd.jpg",
"visible_name": "OF.Honda.BR-V.LunarSilverMetallic.jpg",
"original_name": "OF.Honda.BR-V.LunarSilverMetallic.jpg"
}
],
"field_705225": [
7
],
"field_725742": null,
"field_725743": "2022",
"field_725744": null,
"field_725745": 313850,
"field_725746": "2",
"field_725747": "Lunar Silver Metallic",
"field_725748": "15900.00",
"field_725749": 313856,
"field_725750": [],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 10gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "NHS9382",
"field_725756": "5FNRL3H54A8T25TZD",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2021-12-27",
"field_725759": [
2
],
"field_725788": [
1
],
"field_725869": "Processing all legal documents.",
"field_725899": null,
"field_735944": null,
"field_738833": "A8T25TZN",
"field_738895": null,
"field_738896": null
},
{
"id": 19,
"order": "15.00000000000000000000",
"created_on": "2022-11-18T23:09:31.538085+00:00",
"updated_on": "2022-11-20T21:10:18.534745+00:00",
"field_705223": null,
"field_705224": [
{
"name": "7PGWn5D6yjFapuhDqBkI48G9GmI2B3Mu_1f98fb5ba9b5521e045bb3dff6763a24c8002611f55f74de908c86e39cd92b41.jpg",
"visible_name": "OF.Honda.BR-V.PassionRedPearl.jpg",
"original_name": "OF.Honda.BR-V.PassionRedPearl.jpg"
}
],
"field_705225": [
7
],
"field_725742": null,
"field_725743": "2022",
"field_725744": null,
"field_725745": 313850,
"field_725746": "3",
"field_725747": "Passion Red Pearl",
"field_725748": "15900.00",
"field_725749": 313856,
"field_725750": [],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 10gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "NKL8271",
"field_725756": "5FNYF488495LXXAHW",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2021-12-27",
"field_725759": [
2
],
"field_725788": [
1
],
"field_725869": "",
"field_725899": null,
"field_735944": null,
"field_738833": "95LXXAHG",
"field_738895": null,
"field_738896": null
},
{
"id": 20,
"order": "16.00000000000000000000",
"created_on": "2022-11-18T23:09:34.030488+00:00",
"updated_on": "2022-11-20T21:14:03.723118+00:00",
"field_705223": null,
"field_705224": [
{
"name": "xbKMT6tnjPdJQH6A1yTOPHPbK10SfDUY_3509408af0be0e6fb39f8d13c6f4ad127929ca73981f86bc3d71c2733d58f5e5.jpg",
"visible_name": "OF.Honda.BR-V.PlatinumWhitePearl.jpg",
"original_name": "OF.Honda.BR-V.PlatinumWhitePearl.jpg"
}
],
"field_705225": [
8
],
"field_725742": null,
"field_725743": "2021",
"field_725744": null,
"field_725745": 313851,
"field_725746": "5",
"field_725747": "Platinum White Pearl",
"field_725748": "18000.00",
"field_725749": 313860,
"field_725750": [],
"field_725751": "15",
"field_725752": null,
"field_725753": "\u2022 Free 10gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "NLA3917",
"field_725756": "5FNYF186046P6BNMZ",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2021-01-25",
"field_725759": [
2
],
"field_725788": [
4
],
"field_725869": "Change oil needed.",
"field_725899": null,
"field_735944": null,
"field_738833": "46P6BNMS",
"field_738895": null,
"field_738896": null
},
{
"id": 21,
"order": "17.00000000000000000000",
"created_on": "2022-11-20T19:14:42.925987+00:00",
"updated_on": "2022-11-20T21:11:24.780023+00:00",
"field_705223": null,
"field_705224": [
{
"name": "73avC1A1ljpoppbiQW5hevRta52TT6N2_b8e79c44b179a962f7198bdca3cb1117d3f8cbcdebdf0773d4333efdbcfef05f.jpg",
"visible_name": "OF.Mitsubishi.MonteroSportGT4WD.WhiteDiamond.jpg",
"original_name": "OF.Mitsubishi.MonteroSportGT4WD.WhiteDiamond.jpg"
}
],
"field_705225": [
5
],
"field_725742": null,
"field_725743": "2022",
"field_725744": null,
"field_725745": 313850,
"field_725746": "5",
"field_725747": "White diamond",
"field_725748": "33500.00",
"field_725749": 313859,
"field_725750": [
5
],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 17gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "MTR5391",
"field_725756": "1Z5HC22K56HGKPKEX",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2021-10-25",
"field_725759": [
8
],
"field_725788": [
3
],
"field_725869": "",
"field_725899": null,
"field_735944": null,
"field_738833": "6HGKPKEI",
"field_738895": null,
"field_738896": null
},
{
"id": 22,
"order": "18.00000000000000000000",
"created_on": "2022-11-20T19:14:44.509221+00:00",
"updated_on": "2022-11-20T21:12:49.593466+00:00",
"field_705223": null,
"field_705224": [
{
"name": "10zF5xrm5pi5NzxomuhoSPBsjLRmVrlC_28042d7a9ee6e39e060d4f81812f2780e9ef1b0476bdb59759fd277934b8e098.jpg",
"visible_name": "OF.Mitsubishi.MonteroSportGLX2WD.MediumRedMica.jpg",
"original_name": "OF.Mitsubishi.MonteroSportGLX2WD.MediumRedMica.jpg"
}
],
"field_705225": [
6
],
"field_725742": null,
"field_725743": "2022",
"field_725744": null,
"field_725745": 313850,
"field_725746": "5",
"field_725747": "Medium Red Mica",
"field_725748": "23500.00",
"field_725749": 313856,
"field_725750": [],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 17gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "MHA5179",
"field_725756": "1Z5HT38K86LDNJ2FL",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2021-10-25",
"field_725759": [
2
],
"field_725788": [
1
],
"field_725869": "Processing all legal documents.",
"field_725899": null,
"field_735944": null,
"field_738833": "6LDNJ2FO",
"field_738895": null,
"field_738896": null
},
{
"id": 23,
"order": "19.00000000000000000000",
"created_on": "2022-11-20T19:14:45.601921+00:00",
"updated_on": "2022-11-20T21:11:22.410123+00:00",
"field_705223": null,
"field_705224": [
{
"name": "7PGWn5D6yjFapuhDqBkI48G9GmI2B3Mu_1f98fb5ba9b5521e045bb3dff6763a24c8002611f55f74de908c86e39cd92b41.jpg",
"visible_name": "OF.Honda.BR-V.PassionRedPearl.jpg",
"original_name": "OF.Honda.BR-V.PassionRedPearl.jpg"
}
],
"field_705225": [
8
],
"field_725742": null,
"field_725743": "2022",
"field_725744": null,
"field_725745": 313850,
"field_725746": "3",
"field_725747": "Passion Red Pearl",
"field_725748": "18000.00",
"field_725749": 313859,
"field_725750": [
9
],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 10gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "NRT5379",
"field_725756": "3HGCG55692W647XFU",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2022-01-10",
"field_725759": [
8
],
"field_725788": [
3
],
"field_725869": "",
"field_725899": null,
"field_735944": null,
"field_738833": "2W647XFC",
"field_738895": null,
"field_738896": null
},
{
"id": 24,
"order": "20.00000000000000000000",
"created_on": "2022-11-20T19:14:48.530158+00:00",
"updated_on": "2022-11-20T21:11:34.506738+00:00",
"field_705223": null,
"field_705224": [
{
"name": "xbKMT6tnjPdJQH6A1yTOPHPbK10SfDUY_3509408af0be0e6fb39f8d13c6f4ad127929ca73981f86bc3d71c2733d58f5e5.jpg",
"visible_name": "OF.Honda.BR-V.PlatinumWhitePearl.jpg",
"original_name": "OF.Honda.BR-V.PlatinumWhitePearl.jpg"
}
],
"field_705225": [
8
],
"field_725742": null,
"field_725743": "2021",
"field_725744": null,
"field_725745": 313851,
"field_725746": "12",
"field_725747": "Platinum White Pearl",
"field_725748": "15800.00",
"field_725749": 313859,
"field_725750": [
8
],
"field_725751": "15",
"field_725752": null,
"field_725753": "\u2022 Free 10gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "NXL3971",
"field_725756": "3HGCG554025YSENJP",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2021-01-18",
"field_725759": [
2
],
"field_725788": [
4
],
"field_725869": "",
"field_725899": null,
"field_735944": null,
"field_738833": "25YSENJO",
"field_738895": null,
"field_738896": null
},
{
"id": 25,
"order": "21.00000000000000000000",
"created_on": "2022-11-20T19:14:50.883911+00:00",
"updated_on": "2022-11-20T21:10:45.356919+00:00",
"field_705223": null,
"field_705224": [
{
"name": "VzHVBORgFvmZahMBX1c3PQZA0P1mBxRi_e6952fcc811c73e75a375ed412e7448508f7c3a3299a649c2eb2ee5b417ec154.jpg",
"visible_name": "OF.Honda.BR-V.ModernSteelMetallic.jpg",
"original_name": "OF.Honda.BR-V.ModernSteelMetallic.jpg"
}
],
"field_705225": [
7
],
"field_725742": null,
"field_725743": "2022",
"field_725744": null,
"field_725745": 313850,
"field_725746": "3",
"field_725747": "Modern steel metallic",
"field_725748": "15900.00",
"field_725749": 313856,
"field_725750": [],
"field_725751": "20",
"field_725752": null,
"field_725753": "\u2022 Free 10gal fuel\n\u2022 Windshield and window tints\n\u2022 Reverse parking sensor\n\u2022 Toolbox\n\u2022 Floor matting",
"field_725755": "NSY1973",
"field_725756": "3HGCP2F64BLMTSH3R",
"field_725757": [
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_725758": "2022-01-10",
"field_725759": [
1
],
"field_725788": [
2
],
"field_725869": "",
"field_725899": null,
"field_735944": null,
"field_738833": "BLMTSH3J",
"field_738895": null,
"field_738896": null
}
]
},
{
"id": 111552,
"name": "Makes and models",
"order": 2,
"fields": [
{
"id": 705226,
"type": "text",
"name": "Model and variant",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 705227,
"type": "single_select",
"name": "Make",
"order": 1,
"primary": false,
"select_options": [
{
"id": 295638,
"value": "Alfa Romeo",
"color": "blue",
"order": 0
},
{
"id": 295639,
"value": "Aston Martin",
"color": "blue",
"order": 1
},
{
"id": 295640,
"value": "Audi",
"color": "blue",
"order": 2
},
{
"id": 295641,
"value": "Bentley",
"color": "green",
"order": 3
},
{
"id": 295642,
"value": "BMW",
"color": "green",
"order": 4
},
{
"id": 295643,
"value": "Cadillac",
"color": "orange",
"order": 5
},
{
"id": 295644,
"value": "Chevrolet",
"color": "orange",
"order": 6
},
{
"id": 295645,
"value": "Chrysler",
"color": "orange",
"order": 7
},
{
"id": 295646,
"value": "Dodge",
"color": "red",
"order": 8
},
{
"id": 295647,
"value": "Ferrari",
"color": "gray",
"order": 9
},
{
"id": 295648,
"value": "Fiat",
"color": "gray",
"order": 10
},
{
"id": 295649,
"value": "Ford",
"color": "gray",
"order": 11
},
{
"id": 295650,
"value": "GMC",
"color": "gray",
"order": 12
},
{
"id": 295651,
"value": "Honda",
"color": "light-blue",
"order": 13
},
{
"id": 295652,
"value": "Hummer",
"color": "light-blue",
"order": 14
},
{
"id": 295653,
"value": "Hyundai",
"color": "light-blue",
"order": 15
},
{
"id": 295654,
"value": "Isuzu",
"color": "light-green",
"order": 16
},
{
"id": 295655,
"value": "Jaguar",
"color": "light-green",
"order": 17
},
{
"id": 295656,
"value": "Jeep",
"color": "light-green",
"order": 18
},
{
"id": 295657,
"value": "Kia",
"color": "light-green",
"order": 19
},
{
"id": 295658,
"value": "Lamborghini",
"color": "light-orange",
"order": 20
},
{
"id": 295659,
"value": "Land Rover",
"color": "light-orange",
"order": 21
},
{
"id": 295660,
"value": "Lexus",
"color": "light-orange",
"order": 22
},
{
"id": 295661,
"value": "Lincoln",
"color": "light-orange",
"order": 23
},
{
"id": 295662,
"value": "Lotus",
"color": "light-orange",
"order": 24
},
{
"id": 295663,
"value": "Maserati",
"color": "light-red",
"order": 25
},
{
"id": 295664,
"value": "Mazda",
"color": "light-red",
"order": 26
},
{
"id": 295665,
"value": "Mercedes-Benz",
"color": "light-red",
"order": 27
},
{
"id": 295666,
"value": "Mitsubishi",
"color": "light-red",
"order": 28
},
{
"id": 295667,
"value": "Nissan",
"color": "light-gray",
"order": 29
},
{
"id": 295668,
"value": "Opel",
"color": "light-gray",
"order": 30
},
{
"id": 295669,
"value": "Peugeot",
"color": "light-gray",
"order": 31
},
{
"id": 295670,
"value": "Porsche",
"color": "light-gray",
"order": 32
},
{
"id": 295671,
"value": "RAM",
"color": "light-gray",
"order": 33
},
{
"id": 295672,
"value": "Rolls-Royce",
"color": "light-gray",
"order": 34
},
{
"id": 295673,
"value": "Scion",
"color": "blue",
"order": 35
},
{
"id": 295674,
"value": "Smart",
"color": "blue",
"order": 36
},
{
"id": 295675,
"value": "Subaru",
"color": "blue",
"order": 37
},
{
"id": 295676,
"value": "Suzuki",
"color": "blue",
"order": 38
},
{
"id": 295677,
"value": "Tesla",
"color": "green",
"order": 39
},
{
"id": 295678,
"value": "Toyota",
"color": "green",
"order": 40
},
{
"id": 295679,
"value": "Volkswagen",
"color": "orange",
"order": 41
},
{
"id": 295680,
"value": "Volvo",
"color": "orange",
"order": 42
}
]
},
{
"id": 705228,
"type": "file",
"name": "Photo",
"order": 2,
"primary": false
},
{
"id": 705238,
"type": "single_select",
"name": "Type",
"order": 3,
"primary": false,
"select_options": [
{
"id": 295681,
"value": "Sedan",
"color": "gray",
"order": 0
},
{
"id": 295682,
"value": "Coupe",
"color": "gray",
"order": 1
},
{
"id": 295683,
"value": "Convertible",
"color": "gray",
"order": 2
},
{
"id": 295684,
"value": "Sports car",
"color": "gray",
"order": 3
},
{
"id": 295685,
"value": "Hatchback",
"color": "gray",
"order": 4
},
{
"id": 295686,
"value": "Multipurpose vehicle (MPV)",
"color": "gray",
"order": 5
},
{
"id": 295687,
"value": "Van",
"color": "gray",
"order": 6
},
{
"id": 295688,
"value": "Sport utility vehicle (SUV)",
"color": "gray",
"order": 7
},
{
"id": 295689,
"value": "Pickup truck",
"color": "gray",
"order": 8
},
{
"id": 295690,
"value": "Motorcycle",
"color": "gray",
"order": 9
}
]
},
{
"id": 705239,
"type": "number",
"name": "Engine size (L)",
"order": 4,
"primary": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 705240,
"type": "single_select",
"name": "Transmission",
"order": 5,
"primary": false,
"select_options": [
{
"id": 295691,
"value": "Automatic",
"color": "light-blue",
"order": 0
},
{
"id": 295692,
"value": "CVT",
"color": "light-blue",
"order": 1
},
{
"id": 295693,
"value": "Manual",
"color": "light-blue",
"order": 2
}
]
},
{
"id": 705241,
"type": "single_select",
"name": "Fuel type",
"order": 6,
"primary": false,
"select_options": [
{
"id": 295694,
"value": "Gasoline",
"color": "green",
"order": 0
},
{
"id": 295695,
"value": "Diesel",
"color": "orange",
"order": 1
},
{
"id": 295696,
"value": "Hybrid",
"color": "dark-gray",
"order": 2
},
{
"id": 295697,
"value": "Electric",
"color": "red",
"order": 3
},
{
"id": 295698,
"value": "Hydrogen",
"color": "dark-blue",
"order": 4
},
{
"id": 295699,
"value": "LPG",
"color": "light-blue",
"order": 5
}
]
},
{
"id": 705242,
"type": "number",
"name": "Seat count",
"order": 7,
"primary": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 705243,
"type": "number",
"name": "Body length (mm)",
"order": 8,
"primary": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 705244,
"type": "number",
"name": "Body width (mm)",
"order": 9,
"primary": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 705245,
"type": "number",
"name": "Body height (mm)",
"order": 10,
"primary": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 705246,
"type": "formula",
"name": "In stock count",
"order": 11,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count( \n filter( \n lookup(\"Related cars\", \"In stock\"), \n lookup(\"Related cars\", \"In stock\")=true \n ) \n)",
"formula_type": "number"
},
{
"id": 705247,
"type": "formula",
"name": "History count",
"order": 12,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(field(\"Related cars\"))",
"formula_type": "number"
},
{
"id": 725741,
"type": "link_row",
"name": "Related cars",
"order": 13,
"primary": false,
"link_row_table_id": 111551,
"link_row_related_field_id": 705225,
"has_related_field": true
},
{
"id": 733934,
"type": "number",
"name": "Year model",
"order": 14,
"primary": false,
"number_decimal_places": 0,
"number_negative": false
}
],
"views": [
{
"id": 164492,
"type": "grid",
"name": "All makes and models",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 51846,
"field_id": 705227,
"order": "ASC"
},
{
"id": 51847,
"field_id": 705226,
"order": "ASC"
},
{
"id": 52976,
"field_id": 733934,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1001493,
"field_id": 705226,
"width": 179,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1001491,
"field_id": 705227,
"width": 115,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1001492,
"field_id": 705228,
"width": 129,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1001504,
"field_id": 705238,
"width": 194,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1001505,
"field_id": 705239,
"width": 146,
"hidden": false,
"order": 5,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1001506,
"field_id": 705240,
"width": 143,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1001507,
"field_id": 705241,
"width": 117,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1001508,
"field_id": 705242,
"width": 126,
"hidden": false,
"order": 8,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1001509,
"field_id": 705243,
"width": 169,
"hidden": false,
"order": 9,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1001510,
"field_id": 705244,
"width": 166,
"hidden": false,
"order": 10,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1001511,
"field_id": 705245,
"width": 169,
"hidden": false,
"order": 11,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 1001512,
"field_id": 705246,
"width": 146,
"hidden": false,
"order": 12,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1001513,
"field_id": 705247,
"width": 143,
"hidden": false,
"order": 13,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1041770,
"field_id": 725741,
"width": 200,
"hidden": true,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1055633,
"field_id": 733934,
"width": 130,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 173713,
"type": "gallery",
"name": "Makes and models",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 52973,
"field_id": 705227,
"order": "ASC"
},
{
"id": 52974,
"field_id": 705226,
"order": "ASC"
},
{
"id": 52975,
"field_id": 733934,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 705228,
"field_options": [
{
"id": 78204,
"field_id": 733934,
"hidden": false,
"order": 1
},
{
"id": 78191,
"field_id": 705227,
"hidden": false,
"order": 2
},
{
"id": 78190,
"field_id": 705226,
"hidden": false,
"order": 3
},
{
"id": 78192,
"field_id": 705228,
"hidden": true,
"order": 4
},
{
"id": 78193,
"field_id": 705238,
"hidden": true,
"order": 5
},
{
"id": 78194,
"field_id": 705239,
"hidden": true,
"order": 6
},
{
"id": 78195,
"field_id": 705240,
"hidden": false,
"order": 7
},
{
"id": 78196,
"field_id": 705241,
"hidden": true,
"order": 8
},
{
"id": 78197,
"field_id": 705242,
"hidden": true,
"order": 9
},
{
"id": 78198,
"field_id": 705243,
"hidden": true,
"order": 10
},
{
"id": 78199,
"field_id": 705244,
"hidden": true,
"order": 11
},
{
"id": 78200,
"field_id": 705245,
"hidden": true,
"order": 12
},
{
"id": 78201,
"field_id": 705246,
"hidden": false,
"order": 13
},
{
"id": 78202,
"field_id": 705247,
"hidden": true,
"order": 14
},
{
"id": 78203,
"field_id": 725741,
"hidden": true,
"order": 15
}
]
},
{
"id": 174147,
"type": "kanban",
"name": "By make",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 705227,
"card_cover_image_field_id": 705228,
"field_options": [
{
"id": 43677,
"field_id": 733934,
"hidden": false,
"order": 1
},
{
"id": 43663,
"field_id": 705226,
"hidden": false,
"order": 2
},
{
"id": 43664,
"field_id": 705227,
"hidden": true,
"order": 3
},
{
"id": 43665,
"field_id": 705228,
"hidden": true,
"order": 4
},
{
"id": 43666,
"field_id": 705238,
"hidden": false,
"order": 5
},
{
"id": 43667,
"field_id": 705239,
"hidden": true,
"order": 6
},
{
"id": 43668,
"field_id": 705240,
"hidden": false,
"order": 7
},
{
"id": 43669,
"field_id": 705241,
"hidden": false,
"order": 8
},
{
"id": 43670,
"field_id": 705242,
"hidden": false,
"order": 9
},
{
"id": 43671,
"field_id": 705243,
"hidden": true,
"order": 10
},
{
"id": 43672,
"field_id": 705244,
"hidden": true,
"order": 11
},
{
"id": 43673,
"field_id": 705245,
"hidden": true,
"order": 12
},
{
"id": 43674,
"field_id": 705246,
"hidden": false,
"order": 13
},
{
"id": 43675,
"field_id": 705247,
"hidden": true,
"order": 14
},
{
"id": 43676,
"field_id": 725741,
"hidden": true,
"order": 15
}
]
},
{
"id": 174148,
"type": "kanban",
"name": "By type",
"order": 4,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 705238,
"card_cover_image_field_id": 705228,
"field_options": [
{
"id": 43678,
"field_id": 733934,
"hidden": false,
"order": 1
},
{
"id": 43679,
"field_id": 705226,
"hidden": false,
"order": 2
},
{
"id": 43680,
"field_id": 705227,
"hidden": false,
"order": 3
},
{
"id": 43681,
"field_id": 705228,
"hidden": true,
"order": 4
},
{
"id": 43682,
"field_id": 705238,
"hidden": true,
"order": 5
},
{
"id": 43683,
"field_id": 705239,
"hidden": true,
"order": 6
},
{
"id": 43684,
"field_id": 705240,
"hidden": false,
"order": 7
},
{
"id": 43685,
"field_id": 705241,
"hidden": false,
"order": 8
},
{
"id": 43686,
"field_id": 705242,
"hidden": false,
"order": 9
},
{
"id": 43687,
"field_id": 705243,
"hidden": true,
"order": 10
},
{
"id": 43688,
"field_id": 705244,
"hidden": true,
"order": 11
},
{
"id": 43689,
"field_id": 705245,
"hidden": true,
"order": 12
},
{
"id": 43690,
"field_id": 705246,
"hidden": false,
"order": 13
},
{
"id": 43691,
"field_id": 705247,
"hidden": true,
"order": 14
},
{
"id": 43692,
"field_id": 725741,
"hidden": true,
"order": 15
}
]
},
{
"id": 174149,
"type": "kanban",
"name": "By transmission",
"order": 5,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 705240,
"card_cover_image_field_id": 705228,
"field_options": [
{
"id": 43693,
"field_id": 733934,
"hidden": false,
"order": 1
},
{
"id": 43694,
"field_id": 705226,
"hidden": false,
"order": 2
},
{
"id": 43695,
"field_id": 705227,
"hidden": false,
"order": 3
},
{
"id": 43696,
"field_id": 705228,
"hidden": true,
"order": 4
},
{
"id": 43697,
"field_id": 705238,
"hidden": false,
"order": 5
},
{
"id": 43698,
"field_id": 705239,
"hidden": true,
"order": 6
},
{
"id": 43699,
"field_id": 705240,
"hidden": true,
"order": 7
},
{
"id": 43700,
"field_id": 705241,
"hidden": false,
"order": 8
},
{
"id": 43701,
"field_id": 705242,
"hidden": false,
"order": 9
},
{
"id": 43702,
"field_id": 705243,
"hidden": true,
"order": 10
},
{
"id": 43703,
"field_id": 705244,
"hidden": true,
"order": 11
},
{
"id": 43704,
"field_id": 705245,
"hidden": true,
"order": 12
},
{
"id": 43705,
"field_id": 705246,
"hidden": false,
"order": 13
},
{
"id": 43706,
"field_id": 705247,
"hidden": true,
"order": 14
},
{
"id": 43707,
"field_id": 725741,
"hidden": true,
"order": 15
}
]
},
{
"id": 174150,
"type": "kanban",
"name": "By fuel type",
"order": 6,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 705241,
"card_cover_image_field_id": 705228,
"field_options": [
{
"id": 43708,
"field_id": 733934,
"hidden": false,
"order": 1
},
{
"id": 43709,
"field_id": 705226,
"hidden": false,
"order": 2
},
{
"id": 43710,
"field_id": 705227,
"hidden": false,
"order": 3
},
{
"id": 43711,
"field_id": 705228,
"hidden": true,
"order": 4
},
{
"id": 43712,
"field_id": 705238,
"hidden": false,
"order": 5
},
{
"id": 43713,
"field_id": 705239,
"hidden": true,
"order": 6
},
{
"id": 43714,
"field_id": 705240,
"hidden": false,
"order": 7
},
{
"id": 43715,
"field_id": 705241,
"hidden": true,
"order": 8
},
{
"id": 43716,
"field_id": 705242,
"hidden": false,
"order": 9
},
{
"id": 43717,
"field_id": 705243,
"hidden": true,
"order": 10
},
{
"id": 43718,
"field_id": 705244,
"hidden": true,
"order": 11
},
{
"id": 43719,
"field_id": 705245,
"hidden": true,
"order": 12
},
{
"id": 43720,
"field_id": 705246,
"hidden": false,
"order": 13
},
{
"id": 43721,
"field_id": 705247,
"hidden": true,
"order": 14
},
{
"id": 43722,
"field_id": 725741,
"hidden": true,
"order": 15
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-11-02T13:06:50.953041+00:00",
"updated_on": "2022-11-19T20:42:56.382439+00:00",
"field_705226": "Hilux Conquest 4x4",
"field_705227": 295678,
"field_705228": [
{
"name": "irjn6egUzys9nLZUb14LKqExOqHLdslg_ca313dee2900ed76a0a5b361a3d81ed1bf4db348099559d7bae030f9c7889e13.jpg",
"visible_name": "W.Toyota.HiluxConquest4x4.EmotionalRed.jpg",
"original_name": "W.Toyota.HiluxConquest4x4.EmotionalRed.jpg"
},
{
"name": "dglyGAl0LDfRQLU1TWZrEetm1Ys6YA1o_463242210ca93e61cc3fcade96df10c494cf1e3c17738fc861eb23d016f16dd3.jpg",
"visible_name": "W.Toyota.HiluxConquest4x4.SilverMetallic3.jpg",
"original_name": "W.Toyota.HiluxConquest4x4.SilverMetallic3.jpg"
}
],
"field_705238": 295689,
"field_705239": "2.80",
"field_705240": 295691,
"field_705241": 295695,
"field_705242": "5",
"field_705243": "5325.00",
"field_705244": "1900.00",
"field_705245": "1845.00",
"field_705246": null,
"field_705247": null,
"field_725741": [
1,
2
],
"field_733934": "2021"
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-11-02T13:06:50.953123+00:00",
"updated_on": "2022-11-19T20:43:03.290347+00:00",
"field_705226": "Hilux E 4x2",
"field_705227": 295678,
"field_705228": [
{
"name": "epE6B1tyObEx1UtSu60jXKPMDGqsGoAK_00cd9281d06e88536f994eaecd27abc2892dc4b598b2fe57e89045e395084cb0.jpg",
"visible_name": "W.Toyota.HiluxE4x2.SuperWhiteII.jpg",
"original_name": "W.Toyota.HiluxE4x2.SuperWhiteII.jpg"
}
],
"field_705238": 295689,
"field_705239": "2.40",
"field_705240": 295693,
"field_705241": 295695,
"field_705242": "5",
"field_705243": "5325.00",
"field_705244": "1855.00",
"field_705245": "1815.00",
"field_705246": null,
"field_705247": null,
"field_725741": [
3
],
"field_733934": "2021"
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-11-14T17:10:24.965898+00:00",
"updated_on": "2022-11-19T20:43:26.468037+00:00",
"field_705226": "Wigo TRD S",
"field_705227": 295678,
"field_705228": [
{
"name": "DAjGD02fGMzvteNEzrweQgZQgcfbyNuu_56a17da6477b2e7d836de89b1c5f1da16478bf8f25598e0ce43bf9b901631e51.jpg",
"visible_name": "W.Toyota.WigoVVT-iG.YellowSE.jpg",
"original_name": "W.Toyota.WigoVVT-iG.YellowSE.jpg"
},
{
"name": "NR4031s1tRJCrL3QwUu6jbfhl4LvK0Cu_c182124d365de839c8dee6f907302e44ea6cec7c9e9d5166ffb5e3260432d702.jpg",
"visible_name": "W.Toyota.WigoVVT-iG.OrangeMetallic2.jpg",
"original_name": "W.Toyota.WigoVVT-iG.OrangeMetallic2.jpg"
}
],
"field_705238": 295685,
"field_705239": "1.00",
"field_705240": 295691,
"field_705241": 295694,
"field_705242": "5",
"field_705243": "3700.00",
"field_705244": "1600.00",
"field_705245": "1520.00",
"field_705246": null,
"field_705247": null,
"field_725741": [
15,
16
],
"field_733934": "2020"
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-11-14T17:12:57.270164+00:00",
"updated_on": "2022-11-19T20:43:49.817127+00:00",
"field_705226": "Wigo VVT-i G",
"field_705227": 295678,
"field_705228": [
{
"name": "DncUbN9FUt1qyyNwSEOECsqNqlusFjAY_ea9b1bce8af01bf92b955937c170016aab6ee24390ba29d76b5fd34320837337.jpg",
"visible_name": "W.Toyota.WigoVVT-iG.SilverMetallic4.jpg",
"original_name": "W.Toyota.WigoVVT-iG.SilverMetallic4.jpg"
},
{
"name": "rfXXhKZPvxdyMIfsMVHP4YAzHURVQNwU_a7455fa871b37d2fc2c62ea07e3a89144eaf794a35c8c274ef028cc470b7766b.jpg",
"visible_name": "W.Toyota.WigoVVT-iG.White2.jpg",
"original_name": "W.Toyota.WigoVVT-iG.White2.jpg"
},
{
"name": "6DImsBPK7SiCR2EUeKo0LIReeHkrcgzi_7729717ff60436cf63ef1fb59b7070531edcb3257ca7c98f707f7540d856fd36.jpg",
"visible_name": "W.Toyota.WigoVVT-iG.Black2.jpg",
"original_name": "W.Toyota.WigoVVT-iG.Black2.jpg"
},
{
"name": "Xx7YYy12ZOFGMd9nxgFNwGQfn1OJSmQT_1dbc8731469dd3cc6409718ae730bd2e0b4d0f23b44f2ddc5b9d842fc0292ae3.jpg",
"visible_name": "W.Toyota.WigoVVT-iG.GrayMetallic.jpg",
"original_name": "W.Toyota.WigoVVT-iG.GrayMetallic.jpg"
}
],
"field_705238": 295685,
"field_705239": "1.00",
"field_705240": 295693,
"field_705241": 295694,
"field_705242": "5",
"field_705243": "3660.00",
"field_705244": "1600.00",
"field_705245": "1520.00",
"field_705246": null,
"field_705247": null,
"field_725741": [
11,
12,
13,
14
],
"field_733934": "2020"
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-11-14T17:16:25.031648+00:00",
"updated_on": "2022-11-19T20:42:43.766729+00:00",
"field_705226": "Montero Sport GT 4WD",
"field_705227": 295666,
"field_705228": [
{
"name": "2gCMbHn4LQJQcpz3ao42umGiAyCmaN4z_611f54e37c09e874e0d3de0fd22917d18d23a0818b983a92cee6117ff7170be6.jpg",
"visible_name": "W.Mitsubishi.MonteroSportGT4WD.WhiteDiamond.jpg",
"original_name": "W.Mitsubishi.MonteroSportGT4WD.WhiteDiamond.jpg"
}
],
"field_705238": 295688,
"field_705239": "2.40",
"field_705240": 295691,
"field_705241": 295695,
"field_705242": "7",
"field_705243": "4825.00",
"field_705244": "1815.00",
"field_705245": "1835.00",
"field_705246": null,
"field_705247": null,
"field_725741": [
5,
21
],
"field_733934": "2021"
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-11-14T17:16:26.330754+00:00",
"updated_on": "2022-11-19T20:42:35.530493+00:00",
"field_705226": "Montero Sport GLX 2WD",
"field_705227": 295666,
"field_705228": [
{
"name": "CHaviagwFxUMc2LaHi5QYnFfaST9U1PS_d78d7df18c4caa44154c400abfbcc66d8e96d16b3cf1470bf1d192bbe9bb5b13.jpg",
"visible_name": "W.Mitsubishi.MonteroSportGLX2WD.MediumRedMica.jpg",
"original_name": "W.Mitsubishi.MonteroSportGLX2WD.MediumRedMica.jpg"
}
],
"field_705238": 295688,
"field_705239": "2.40",
"field_705240": 295693,
"field_705241": 295695,
"field_705242": "7",
"field_705243": "4825.00",
"field_705244": "1815.00",
"field_705245": "1835.00",
"field_705246": null,
"field_705247": null,
"field_725741": [
4,
22
],
"field_733934": "2021"
},
{
"id": 7,
"order": "6.00000000000000000000",
"created_on": "2022-11-14T17:16:27.141475+00:00",
"updated_on": "2022-11-19T20:40:53.840779+00:00",
"field_705226": "BR-V S",
"field_705227": 295651,
"field_705228": [
{
"name": "wsHrQq9WvWhB5nj7D6HEKk1VRSCIS0t3_0a27ed86416f028b55f7bf9b0d83eecc0758787fa5b5c6dcc4a570a68f892d54.jpg",
"visible_name": "W.Honda.BR-V.PassionRedPearl.jpg",
"original_name": "W.Honda.BR-V.PassionRedPearl.jpg"
},
{
"name": "wXxMCR074v0Th1KxqyORHMQTnVCjYqL4_ffbcaa5898e351ea7647b2624c725132bf311134c6867010e56a3ebf04a3bd3b.jpg",
"visible_name": "W.Honda.BR-V.LunarSilverMetallic.jpg",
"original_name": "W.Honda.BR-V.LunarSilverMetallic.jpg"
},
{
"name": "F7lp1BCAtag5mc3bHS5Lbtycd9akrfV7_278a4fe9762f86a26a72f1716d383e628970c28904fa9f177166d09a321450c9.jpg",
"visible_name": "W.Honda.BR-V.ModernSteelMetallic.jpg",
"original_name": "W.Honda.BR-V.ModernSteelMetallic.jpg"
},
{
"name": "iehFICyK6FrPvGXsJwpNVWnEENVcrQtj_a4d2f742193e21749c1cf1520b67ca43f6d5e21a80b0cf127c21f046b44ab3a0.jpg",
"visible_name": "W.Honda.BR-V.PlatinumWhitePearl.jpg",
"original_name": "W.Honda.BR-V.PlatinumWhitePearl.jpg"
}
],
"field_705238": 295686,
"field_705239": "1.50",
"field_705240": 295692,
"field_705241": 295694,
"field_705242": "7",
"field_705243": "4456.00",
"field_705244": "1735.00",
"field_705245": "1677.00",
"field_705246": null,
"field_705247": null,
"field_725741": [
8,
9,
17,
18,
19,
25
],
"field_733934": "2017"
},
{
"id": 8,
"order": "7.00000000000000000000",
"created_on": "2022-11-14T17:29:50.141041+00:00",
"updated_on": "2022-11-19T20:41:29.511573+00:00",
"field_705226": "BR-V V",
"field_705227": 295651,
"field_705228": [
{
"name": "wXxMCR074v0Th1KxqyORHMQTnVCjYqL4_ffbcaa5898e351ea7647b2624c725132bf311134c6867010e56a3ebf04a3bd3b.jpg",
"visible_name": "W.Honda.BR-V.LunarSilverMetallic.jpg",
"original_name": "W.Honda.BR-V.LunarSilverMetallic.jpg"
},
{
"name": "F7lp1BCAtag5mc3bHS5Lbtycd9akrfV7_278a4fe9762f86a26a72f1716d383e628970c28904fa9f177166d09a321450c9.jpg",
"visible_name": "W.Honda.BR-V.ModernSteelMetallic.jpg",
"original_name": "W.Honda.BR-V.ModernSteelMetallic.jpg"
},
{
"name": "wsHrQq9WvWhB5nj7D6HEKk1VRSCIS0t3_0a27ed86416f028b55f7bf9b0d83eecc0758787fa5b5c6dcc4a570a68f892d54.jpg",
"visible_name": "W.Honda.BR-V.PassionRedPearl.jpg",
"original_name": "W.Honda.BR-V.PassionRedPearl.jpg"
},
{
"name": "iehFICyK6FrPvGXsJwpNVWnEENVcrQtj_a4d2f742193e21749c1cf1520b67ca43f6d5e21a80b0cf127c21f046b44ab3a0.jpg",
"visible_name": "W.Honda.BR-V.PlatinumWhitePearl.jpg",
"original_name": "W.Honda.BR-V.PlatinumWhitePearl.jpg"
}
],
"field_705238": 295686,
"field_705239": "1.50",
"field_705240": 295692,
"field_705241": 295694,
"field_705242": "7",
"field_705243": "4456.00",
"field_705244": "1735.00",
"field_705245": "1677.00",
"field_705246": null,
"field_705247": null,
"field_725741": [
10,
20,
23,
24
],
"field_733934": "2017"
},
{
"id": 9,
"order": "7.00000000000000000000",
"created_on": "2022-11-14T17:29:50.849226+00:00",
"updated_on": "2022-11-19T20:41:56.336995+00:00",
"field_705226": "MX-5 Soft Top Skyactiv MT",
"field_705227": 295664,
"field_705228": [
{
"name": "i8wAzE5UYXjson1zLqwGQGGedI9J0yvY_37c52f4247a412bac564abbffa4286a4e99f366d27f9184bfa72b6af8856ae93.jpg",
"visible_name": "W.Mazda.MX-5SoftTopSkyactiv.JetBlack.jpg",
"original_name": "W.Mazda.MX-5SoftTopSkyactiv.JetBlack.jpg"
}
],
"field_705238": 295683,
"field_705239": "2.00",
"field_705240": 295693,
"field_705241": 295694,
"field_705242": "2",
"field_705243": "3915.00",
"field_705244": "1735.00",
"field_705245": "1230.00",
"field_705246": null,
"field_705247": null,
"field_725741": [
7
],
"field_733934": "2018"
},
{
"id": 10,
"order": "7.00000000000000000000",
"created_on": "2022-11-14T17:29:51.589942+00:00",
"updated_on": "2022-11-19T20:41:49.093658+00:00",
"field_705226": "MX-5 Soft Top Skyactiv AT",
"field_705227": 295664,
"field_705228": [
{
"name": "WoHEXVDD5kMb6hJmn14Pqtb7zpa5UgUc_83b50585af3ae83f658fae94afde8a098a5988d5114841936ae7f64cd72eacf5.jpg",
"visible_name": "W.Mazda.MX-5SoftTopSkyactiv.SoulRedCrystal.jpg",
"original_name": "W.Mazda.MX-5SoftTopSkyactiv.SoulRedCrystal.jpg"
}
],
"field_705238": 295683,
"field_705239": "2.00",
"field_705240": 295691,
"field_705241": 295694,
"field_705242": "2",
"field_705243": "3915.00",
"field_705244": "1735.00",
"field_705245": "1230.00",
"field_705246": null,
"field_705247": null,
"field_725741": [
6
],
"field_733934": "2018"
}
]
},
{
"id": 114523,
"name": "Sales",
"order": 3,
"fields": [
{
"id": 725837,
"type": "formula",
"name": "ID",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "concat( \n \"S\", \n if( \n row_id() < 10, \n concat(\"0000\", row_id()), \n if( \n row_id() < 100, \n concat(\"000\", row_id()), \n if( \n row_id() < 1000, \n concat(\"00\", row_id()), \n if( \n row_id() < 10000, \n concat(\"0\", row_id()), \n row_id() \n ) \n ) \n ) \n ) \n)",
"formula_type": "text"
},
{
"id": 725851,
"type": "link_row",
"name": "Car ID",
"order": 3,
"primary": false,
"link_row_table_id": 111551,
"link_row_related_field_id": 725750,
"has_related_field": true
},
{
"id": 725877,
"type": "lookup",
"name": "Year",
"order": 4,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": "number",
"through_field_id": 725851,
"through_field_name": "Car ID",
"target_field_id": 725743,
"target_field_name": "Year"
},
{
"id": 725878,
"type": "lookup",
"name": "Make",
"order": 5,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": "single_select",
"through_field_id": 725851,
"through_field_name": "Car ID",
"target_field_id": 725742,
"target_field_name": "Make"
},
{
"id": 725879,
"type": "lookup",
"name": "Model",
"order": 6,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": "text",
"through_field_id": 725851,
"through_field_name": "Car ID",
"target_field_id": 705225,
"target_field_name": "Model"
},
{
"id": 725881,
"type": "lookup",
"name": "Color",
"order": 7,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": "text",
"through_field_id": 725851,
"through_field_name": "Car ID",
"target_field_id": 725747,
"target_field_name": "Color"
},
{
"id": 725883,
"type": "lookup",
"name": "Type",
"order": 8,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": "single_select",
"through_field_id": 725851,
"through_field_name": "Car ID",
"target_field_id": 725744,
"target_field_name": "Type"
},
{
"id": 725884,
"type": "lookup",
"name": "Plate number",
"order": 9,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": "text",
"through_field_id": 725851,
"through_field_name": "Car ID",
"target_field_id": 725755,
"target_field_name": "Plate number"
},
{
"id": 725885,
"type": "lookup",
"name": "VIN",
"order": 10,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": "text",
"through_field_id": 725851,
"through_field_name": "Car ID",
"target_field_id": 725756,
"target_field_name": "VIN"
},
{
"id": 725886,
"type": "lookup",
"name": "Branch sold",
"order": 11,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": "text",
"through_field_id": 725851,
"through_field_name": "Car ID",
"target_field_id": 725788,
"target_field_name": "Branch"
},
{
"id": 725887,
"type": "date",
"name": "Date sold",
"order": 12,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24"
},
{
"id": 725888,
"type": "date",
"name": "Date released",
"order": 13,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24"
},
{
"id": 725889,
"type": "single_select",
"name": "Financing option",
"order": 14,
"primary": false,
"select_options": [
{
"id": 313894,
"value": "Full cash",
"color": "dark-blue",
"order": 0
},
{
"id": 313895,
"value": "Full cheque",
"color": "blue",
"order": 1
},
{
"id": 313896,
"value": "Full credit card",
"color": "light-blue",
"order": 2
},
{
"id": 313897,
"value": "Bank loan",
"color": "green",
"order": 3
},
{
"id": 313898,
"value": "In-house financing",
"color": "dark-green",
"order": 4
}
]
},
{
"id": 725890,
"type": "number",
"name": "Price sold",
"order": 15,
"primary": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 725893,
"type": "link_row",
"name": "Customer",
"order": 16,
"primary": false,
"link_row_table_id": 114524,
"link_row_related_field_id": 725894,
"has_related_field": true
},
{
"id": 725895,
"type": "formula",
"name": "Customer address",
"order": 17,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": "text",
"formula": "concat( \n lookup(\"Customer\", \"Street\"), \", \", \n lookup(\"Customer\", \"City\"), \", \", \n lookup(\"Customer\", \"State\"), \", \", \n lookup(\"Customer\", \"Zip code\") \n)",
"formula_type": "array"
},
{
"id": 725896,
"type": "link_row",
"name": "Sold by",
"order": 18,
"primary": false,
"link_row_table_id": 114512,
"link_row_related_field_id": 725897,
"has_related_field": true
},
{
"id": 725898,
"type": "file",
"name": "Transaction docs",
"order": 19,
"primary": false
},
{
"id": 738834,
"type": "lookup",
"name": "Engine number",
"order": 20,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": "text",
"through_field_id": 725851,
"through_field_name": "Car ID",
"target_field_id": 738833,
"target_field_name": "Engine number"
},
{
"id": 739115,
"type": "formula",
"name": "Branch for filtering",
"order": 21,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "join(totext(field(\"Branch sold\")), \"\")",
"formula_type": "text"
}
],
"views": [
{
"id": 170689,
"type": "grid",
"name": "All sales",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 55273,
"field_id": 725887,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1041942,
"field_id": 725837,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1041963,
"field_id": 725851,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1041994,
"field_id": 725877,
"width": 100,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041995,
"field_id": 725878,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041996,
"field_id": 725879,
"width": 166,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041998,
"field_id": 725881,
"width": 155,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1042000,
"field_id": 725883,
"width": 178,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1042001,
"field_id": 725884,
"width": 145,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1042002,
"field_id": 725885,
"width": 158,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1042003,
"field_id": 725886,
"width": 133,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1042004,
"field_id": 725887,
"width": 148,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1042005,
"field_id": 725888,
"width": 148,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1042006,
"field_id": 725889,
"width": 163,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1042007,
"field_id": 725890,
"width": 120,
"hidden": false,
"order": 14,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1042008,
"field_id": 725893,
"width": 126,
"hidden": false,
"order": 15,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1042009,
"field_id": 725895,
"width": 172,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1042010,
"field_id": 725896,
"width": 149,
"hidden": false,
"order": 17,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1042012,
"field_id": 725898,
"width": 164,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1063745,
"field_id": 738834,
"width": 155,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064096,
"field_id": 739115,
"width": 176,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 174154,
"type": "grid",
"name": "Sales in CD Fremont",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 68751,
"field_id": 739115,
"type": "equal",
"value": "CD Fremont"
}
],
"sortings": [
{
"id": 53173,
"field_id": 725887,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1064100,
"field_id": 725837,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1064101,
"field_id": 725851,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064102,
"field_id": 725877,
"width": 100,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064103,
"field_id": 725878,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064104,
"field_id": 725879,
"width": 166,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064105,
"field_id": 725881,
"width": 155,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064106,
"field_id": 725883,
"width": 178,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064107,
"field_id": 725884,
"width": 145,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064108,
"field_id": 725885,
"width": 158,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064109,
"field_id": 725886,
"width": 133,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064110,
"field_id": 725887,
"width": 148,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064111,
"field_id": 725888,
"width": 148,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064112,
"field_id": 725889,
"width": 163,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064113,
"field_id": 725890,
"width": 120,
"hidden": false,
"order": 14,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1064114,
"field_id": 725893,
"width": 126,
"hidden": false,
"order": 15,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064115,
"field_id": 725895,
"width": 172,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064116,
"field_id": 725896,
"width": 149,
"hidden": false,
"order": 17,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064117,
"field_id": 725898,
"width": 164,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064118,
"field_id": 738834,
"width": 155,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064119,
"field_id": 739115,
"width": 176,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 174155,
"type": "grid",
"name": "Sales in CD La Mesa",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 68752,
"field_id": 739115,
"type": "equal",
"value": "CD La Mesa"
}
],
"sortings": [
{
"id": 53174,
"field_id": 725887,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1064120,
"field_id": 725837,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1064121,
"field_id": 725851,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064122,
"field_id": 725877,
"width": 100,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064123,
"field_id": 725878,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064124,
"field_id": 725879,
"width": 166,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064125,
"field_id": 725881,
"width": 155,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064126,
"field_id": 725883,
"width": 178,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064127,
"field_id": 725884,
"width": 145,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064128,
"field_id": 725885,
"width": 158,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064129,
"field_id": 725886,
"width": 133,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064130,
"field_id": 725887,
"width": 148,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064131,
"field_id": 725888,
"width": 148,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064132,
"field_id": 725889,
"width": 163,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064133,
"field_id": 725890,
"width": 120,
"hidden": false,
"order": 14,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1064134,
"field_id": 725893,
"width": 126,
"hidden": false,
"order": 15,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064135,
"field_id": 725895,
"width": 172,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064136,
"field_id": 725896,
"width": 149,
"hidden": false,
"order": 17,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064137,
"field_id": 725898,
"width": 164,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064138,
"field_id": 738834,
"width": 155,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064139,
"field_id": 739115,
"width": 176,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 174158,
"type": "grid",
"name": "Sales in CD Pomona",
"order": 4,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 68753,
"field_id": 739115,
"type": "equal",
"value": "CD Pomona"
}
],
"sortings": [
{
"id": 53175,
"field_id": 725887,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1064143,
"field_id": 725837,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1064144,
"field_id": 725851,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064145,
"field_id": 725877,
"width": 100,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064146,
"field_id": 725878,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064147,
"field_id": 725879,
"width": 166,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064148,
"field_id": 725881,
"width": 155,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064149,
"field_id": 725883,
"width": 178,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064150,
"field_id": 725884,
"width": 145,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064151,
"field_id": 725885,
"width": 158,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064152,
"field_id": 725886,
"width": 133,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064153,
"field_id": 725887,
"width": 148,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064154,
"field_id": 725888,
"width": 148,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064155,
"field_id": 725889,
"width": 163,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064156,
"field_id": 725890,
"width": 120,
"hidden": false,
"order": 14,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1064157,
"field_id": 725893,
"width": 126,
"hidden": false,
"order": 15,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064158,
"field_id": 725895,
"width": 172,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064159,
"field_id": 725896,
"width": 149,
"hidden": false,
"order": 17,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064160,
"field_id": 725898,
"width": 164,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064161,
"field_id": 738834,
"width": 155,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064162,
"field_id": 739115,
"width": 176,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 174159,
"type": "grid",
"name": "Sales in CD San Leandro",
"order": 5,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 68754,
"field_id": 739115,
"type": "equal",
"value": "CD San Leandro"
}
],
"sortings": [
{
"id": 53176,
"field_id": 725887,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1064163,
"field_id": 725837,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1064164,
"field_id": 725851,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064165,
"field_id": 725877,
"width": 100,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064166,
"field_id": 725878,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064167,
"field_id": 725879,
"width": 166,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064168,
"field_id": 725881,
"width": 155,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064169,
"field_id": 725883,
"width": 178,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064170,
"field_id": 725884,
"width": 145,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064171,
"field_id": 725885,
"width": 158,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064172,
"field_id": 725886,
"width": 133,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064173,
"field_id": 725887,
"width": 148,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064174,
"field_id": 725888,
"width": 148,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064175,
"field_id": 725889,
"width": 163,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064176,
"field_id": 725890,
"width": 120,
"hidden": false,
"order": 14,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1064177,
"field_id": 725893,
"width": 126,
"hidden": false,
"order": 15,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064178,
"field_id": 725895,
"width": 172,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064179,
"field_id": 725896,
"width": 149,
"hidden": false,
"order": 17,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1064180,
"field_id": 725898,
"width": 164,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064181,
"field_id": 738834,
"width": 155,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1064182,
"field_id": 739115,
"width": 176,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 174151,
"type": "kanban",
"name": "By financing option",
"order": 7,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 725889,
"field_options": [
{
"id": 43723,
"field_id": 725837,
"hidden": false,
"order": 1
},
{
"id": 43724,
"field_id": 725851,
"hidden": false,
"order": 2
},
{
"id": 43726,
"field_id": 725878,
"hidden": false,
"order": 3
},
{
"id": 43725,
"field_id": 725877,
"hidden": false,
"order": 4
},
{
"id": 43727,
"field_id": 725879,
"hidden": false,
"order": 5
},
{
"id": 43728,
"field_id": 725881,
"hidden": true,
"order": 6
},
{
"id": 43729,
"field_id": 725883,
"hidden": true,
"order": 7
},
{
"id": 43730,
"field_id": 725884,
"hidden": false,
"order": 8
},
{
"id": 43731,
"field_id": 725885,
"hidden": true,
"order": 9
},
{
"id": 43732,
"field_id": 725886,
"hidden": false,
"order": 10
},
{
"id": 43733,
"field_id": 725887,
"hidden": false,
"order": 11
},
{
"id": 43734,
"field_id": 725888,
"hidden": true,
"order": 12
},
{
"id": 43735,
"field_id": 725889,
"hidden": true,
"order": 13
},
{
"id": 43736,
"field_id": 725890,
"hidden": true,
"order": 14
},
{
"id": 43737,
"field_id": 725893,
"hidden": false,
"order": 15
},
{
"id": 43738,
"field_id": 725895,
"hidden": true,
"order": 16
},
{
"id": 43739,
"field_id": 725896,
"hidden": false,
"order": 17
},
{
"id": 43740,
"field_id": 725898,
"hidden": true,
"order": 18
},
{
"id": 43741,
"field_id": 738834,
"hidden": true,
"order": 19
},
{
"id": 44226,
"field_id": 739115,
"hidden": true,
"order": 32767
}
]
},
{
"id": 174152,
"type": "form",
"name": "Add sale information",
"order": 8,
"public": false,
"title": "Add sale transaction details",
"description": "",
"cover_image": {
"name": "zO86dBtAtDWFyQPGQMVqhiJ37lzsZZ2C_9ed4ca91bc68f43a8b38ef9079ac5aecfe82010cf41b3b5b8325a84900caf509.jpg",
"original_name": "Header.CashRegister.01.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "A sale was successfully added to the database. To add more, please reload this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 100758,
"field_id": 725837,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100759,
"field_id": 725851,
"name": "",
"description": "Please select the exact vehicle sold in this transaction.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100760,
"field_id": 725877,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100761,
"field_id": 725878,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100762,
"field_id": 725879,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100763,
"field_id": 725881,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100764,
"field_id": 725883,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100765,
"field_id": 725884,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100766,
"field_id": 725885,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100767,
"field_id": 725886,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100768,
"field_id": 725887,
"name": "",
"description": "Please enter the date this vehicle was sold to the customer.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100769,
"field_id": 725888,
"name": "",
"description": "Enter the date this vehicle was released or delivered to the customer.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100770,
"field_id": 725889,
"name": "",
"description": "Please select the type of payment used in this transaction.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100771,
"field_id": 725890,
"name": "",
"description": "Please enter the actual price of this vehicle paid by the customer.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100772,
"field_id": 725893,
"name": "",
"description": "Please select the customer who bought the vehicle in this transaction.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100773,
"field_id": 725895,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100774,
"field_id": 725896,
"name": "",
"description": "Please select the staff member who sold the vehicle to the customer in this transaction.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100775,
"field_id": 725898,
"name": "",
"description": "Upload any or all transaction documents related to this sale.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100776,
"field_id": 738834,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 101238,
"field_id": 739115,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-11-13T16:50:33.040830+00:00",
"updated_on": "2022-11-20T21:43:57.434616+00:00",
"field_725837": null,
"field_725851": [
14
],
"field_725877": null,
"field_725878": null,
"field_725879": null,
"field_725881": null,
"field_725883": null,
"field_725884": null,
"field_725885": null,
"field_725886": null,
"field_725887": "2021-05-10T10:00:00+00:00",
"field_725888": "2021-05-12T17:30:00+00:00",
"field_725889": 313898,
"field_725890": "10200.00",
"field_725893": [
3
],
"field_725895": null,
"field_725896": [
1
],
"field_725898": [
{
"name": "RtffplvDjbSYtaGHrZhZwSdyO3vDguc4_05be97d3499f4665c556dc2bd0e32b275d30dfd0dde1c0e69875eee7fbc59cdd.jpg",
"visible_name": "deed_of_sale.jpg",
"original_name": "deed_of_sale.jpg"
},
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_738834": null,
"field_739115": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-11-13T16:50:33.040916+00:00",
"updated_on": "2022-11-20T21:44:00.096141+00:00",
"field_725837": null,
"field_725851": [
11
],
"field_725877": null,
"field_725878": null,
"field_725879": null,
"field_725881": null,
"field_725883": null,
"field_725884": null,
"field_725885": null,
"field_725886": null,
"field_725887": "2022-07-18T09:30:00+00:00",
"field_725888": "2022-07-21T10:00:00+00:00",
"field_725889": 313895,
"field_725890": "10550.00",
"field_725893": [
1
],
"field_725895": null,
"field_725896": [
4
],
"field_725898": [
{
"name": "RtffplvDjbSYtaGHrZhZwSdyO3vDguc4_05be97d3499f4665c556dc2bd0e32b275d30dfd0dde1c0e69875eee7fbc59cdd.jpg",
"visible_name": "deed_of_sale.jpg",
"original_name": "deed_of_sale.jpg"
},
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_738834": null,
"field_739115": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-11-20T20:33:35.586365+00:00",
"updated_on": "2022-11-20T21:44:00.448825+00:00",
"field_725837": null,
"field_725851": [
16
],
"field_725877": null,
"field_725878": null,
"field_725879": null,
"field_725881": null,
"field_725883": null,
"field_725884": null,
"field_725885": null,
"field_725886": null,
"field_725887": "2022-01-17T11:00:00+00:00",
"field_725888": "2022-01-17T13:30:00+00:00",
"field_725889": 313896,
"field_725890": "11750.00",
"field_725893": [
3
],
"field_725895": null,
"field_725896": [
5
],
"field_725898": [
{
"name": "RtffplvDjbSYtaGHrZhZwSdyO3vDguc4_05be97d3499f4665c556dc2bd0e32b275d30dfd0dde1c0e69875eee7fbc59cdd.jpg",
"visible_name": "deed_of_sale.jpg",
"original_name": "deed_of_sale.jpg"
},
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_738834": null,
"field_739115": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-11-20T20:33:37.942258+00:00",
"updated_on": "2022-11-20T21:44:00.743670+00:00",
"field_725837": null,
"field_725851": [
15
],
"field_725877": null,
"field_725878": null,
"field_725879": null,
"field_725881": null,
"field_725883": null,
"field_725884": null,
"field_725885": null,
"field_725886": null,
"field_725887": "2022-05-09T11:30:00+00:00",
"field_725888": "2022-05-09T12:30:00+00:00",
"field_725889": 313894,
"field_725890": "11750.00",
"field_725893": [
5
],
"field_725895": null,
"field_725896": [
7
],
"field_725898": [
{
"name": "RtffplvDjbSYtaGHrZhZwSdyO3vDguc4_05be97d3499f4665c556dc2bd0e32b275d30dfd0dde1c0e69875eee7fbc59cdd.jpg",
"visible_name": "deed_of_sale.jpg",
"original_name": "deed_of_sale.jpg"
},
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_738834": null,
"field_739115": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-11-20T20:33:39.594808+00:00",
"updated_on": "2022-11-20T21:44:01.251608+00:00",
"field_725837": null,
"field_725851": [
21
],
"field_725877": null,
"field_725878": null,
"field_725879": null,
"field_725881": null,
"field_725883": null,
"field_725884": null,
"field_725885": null,
"field_725886": null,
"field_725887": "2022-03-07T09:00:00+00:00",
"field_725888": "2022-03-08T09:30:00+00:00",
"field_725889": 313897,
"field_725890": "40200.00",
"field_725893": [
2
],
"field_725895": null,
"field_725896": [
2
],
"field_725898": [
{
"name": "RtffplvDjbSYtaGHrZhZwSdyO3vDguc4_05be97d3499f4665c556dc2bd0e32b275d30dfd0dde1c0e69875eee7fbc59cdd.jpg",
"visible_name": "deed_of_sale.jpg",
"original_name": "deed_of_sale.jpg"
},
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_738834": null,
"field_739115": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-11-20T20:33:41.466217+00:00",
"updated_on": "2022-11-20T21:44:01.841914+00:00",
"field_725837": null,
"field_725851": [
4
],
"field_725877": null,
"field_725878": null,
"field_725879": null,
"field_725881": null,
"field_725883": null,
"field_725884": null,
"field_725885": null,
"field_725886": null,
"field_725887": "2021-09-20T08:30:00+00:00",
"field_725888": "2021-09-21T09:00:00+00:00",
"field_725889": 313897,
"field_725890": "25800.00",
"field_725893": [
4
],
"field_725895": null,
"field_725896": [
5
],
"field_725898": [
{
"name": "RtffplvDjbSYtaGHrZhZwSdyO3vDguc4_05be97d3499f4665c556dc2bd0e32b275d30dfd0dde1c0e69875eee7fbc59cdd.jpg",
"visible_name": "deed_of_sale.jpg",
"original_name": "deed_of_sale.jpg"
},
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_738834": null,
"field_739115": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-11-20T20:33:44.066196+00:00",
"updated_on": "2022-11-20T21:44:02.324500+00:00",
"field_725837": null,
"field_725851": [
6
],
"field_725877": null,
"field_725878": null,
"field_725879": null,
"field_725881": null,
"field_725883": null,
"field_725884": null,
"field_725885": null,
"field_725886": null,
"field_725887": "2020-05-25T10:30:00+00:00",
"field_725888": "2020-05-27T11:00:00+00:00",
"field_725889": 313897,
"field_725890": "35300.00",
"field_725893": [
5
],
"field_725895": null,
"field_725896": [
9
],
"field_725898": [
{
"name": "RtffplvDjbSYtaGHrZhZwSdyO3vDguc4_05be97d3499f4665c556dc2bd0e32b275d30dfd0dde1c0e69875eee7fbc59cdd.jpg",
"visible_name": "deed_of_sale.jpg",
"original_name": "deed_of_sale.jpg"
},
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_738834": null,
"field_739115": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-11-20T20:33:46.230296+00:00",
"updated_on": "2022-11-20T21:44:02.750895+00:00",
"field_725837": null,
"field_725851": [
24
],
"field_725877": null,
"field_725878": null,
"field_725879": null,
"field_725881": null,
"field_725883": null,
"field_725884": null,
"field_725885": null,
"field_725886": null,
"field_725887": "2021-10-25T10:00:00+00:00",
"field_725888": "2021-10-28T10:30:00+00:00",
"field_725889": 313895,
"field_725890": "18000.00",
"field_725893": [
1
],
"field_725895": null,
"field_725896": [
6
],
"field_725898": [
{
"name": "RtffplvDjbSYtaGHrZhZwSdyO3vDguc4_05be97d3499f4665c556dc2bd0e32b275d30dfd0dde1c0e69875eee7fbc59cdd.jpg",
"visible_name": "deed_of_sale.jpg",
"original_name": "deed_of_sale.jpg"
},
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_738834": null,
"field_739115": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-11-20T20:33:48.837938+00:00",
"updated_on": "2022-11-20T21:44:03.274373+00:00",
"field_725837": null,
"field_725851": [
23
],
"field_725877": null,
"field_725878": null,
"field_725879": null,
"field_725881": null,
"field_725883": null,
"field_725884": null,
"field_725885": null,
"field_725886": null,
"field_725887": "2022-02-21T11:30:00+00:00",
"field_725888": "2022-02-25T12:00:00+00:00",
"field_725889": 313895,
"field_725890": "21550.00",
"field_725893": [
2
],
"field_725895": null,
"field_725896": [
8
],
"field_725898": [
{
"name": "RtffplvDjbSYtaGHrZhZwSdyO3vDguc4_05be97d3499f4665c556dc2bd0e32b275d30dfd0dde1c0e69875eee7fbc59cdd.jpg",
"visible_name": "deed_of_sale.jpg",
"original_name": "deed_of_sale.jpg"
},
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_738834": null,
"field_739115": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-11-20T20:33:52.258175+00:00",
"updated_on": "2022-11-20T21:44:03.638217+00:00",
"field_725837": null,
"field_725851": [
8
],
"field_725877": null,
"field_725878": null,
"field_725879": null,
"field_725881": null,
"field_725883": null,
"field_725884": null,
"field_725885": null,
"field_725886": null,
"field_725887": "2018-07-23T09:30:00+00:00",
"field_725888": "2018-07-23T10:30:00+00:00",
"field_725889": 313894,
"field_725890": "18170.00",
"field_725893": [
5
],
"field_725895": null,
"field_725896": [
3
],
"field_725898": [
{
"name": "RtffplvDjbSYtaGHrZhZwSdyO3vDguc4_05be97d3499f4665c556dc2bd0e32b275d30dfd0dde1c0e69875eee7fbc59cdd.jpg",
"visible_name": "deed_of_sale.jpg",
"original_name": "deed_of_sale.jpg"
},
{
"name": "iQ8EvGq8TSuARN9lajPbnEUQtJq6Y1kM_ac5e07c439066a20b7e755891d10af1c0afd6654e7470ca1129973c94ee60767.jpg",
"visible_name": "vehicle_title.jpg",
"original_name": "vehicle_title.jpg"
}
],
"field_738834": null,
"field_739115": null
}
]
},
{
"id": 111553,
"name": "Branches",
"order": 4,
"fields": [
{
"id": 705229,
"type": "text",
"name": "Location",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 705230,
"type": "file",
"name": "Photo",
"order": 1,
"primary": false
},
{
"id": 725760,
"type": "text",
"name": "Street",
"order": 3,
"primary": false,
"text_default": ""
},
{
"id": 725761,
"type": "text",
"name": "City",
"order": 4,
"primary": false,
"text_default": ""
},
{
"id": 725762,
"type": "text",
"name": "State",
"order": 5,
"primary": false,
"text_default": ""
},
{
"id": 725763,
"type": "text",
"name": "Zip code",
"order": 6,
"primary": false,
"text_default": ""
},
{
"id": 725764,
"type": "phone_number",
"name": "Phone number",
"order": 7,
"primary": false
},
{
"id": 725765,
"type": "formula",
"name": "Personnel count",
"order": 8,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(field(\"Related staff\"))",
"formula_type": "number"
},
{
"id": 725787,
"type": "formula",
"name": "Cars in stock",
"order": 9,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(filter(field(\"Related cars\"), lookup(\"Related cars\", \"In stock\")=true))",
"formula_type": "number"
},
{
"id": 725789,
"type": "link_row",
"name": "Related cars",
"order": 10,
"primary": false,
"link_row_table_id": 111551,
"link_row_related_field_id": 725788,
"has_related_field": true
},
{
"id": 725791,
"type": "link_row",
"name": "Related staff",
"order": 11,
"primary": false,
"link_row_table_id": 114512,
"link_row_related_field_id": 725790,
"has_related_field": true
},
{
"id": 740388,
"type": "formula",
"name": "History count",
"order": 12,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(field(\"Related cars\"))",
"formula_type": "number"
}
],
"views": [
{
"id": 164493,
"type": "grid",
"name": "All branches",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 53135,
"field_id": 725762,
"order": "ASC"
},
{
"id": 53136,
"field_id": 725761,
"order": "ASC"
},
{
"id": 53137,
"field_id": 705229,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1001496,
"field_id": 705229,
"width": 128,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1001494,
"field_id": 705230,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041796,
"field_id": 725760,
"width": 148,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041797,
"field_id": 725761,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041798,
"field_id": 725762,
"width": 100,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041799,
"field_id": 725763,
"width": 113,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041800,
"field_id": 725764,
"width": 152,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041801,
"field_id": 725765,
"width": 160,
"hidden": false,
"order": 9,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1041811,
"field_id": 725787,
"width": 138,
"hidden": false,
"order": 7,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 1041813,
"field_id": 725789,
"width": 136,
"hidden": true,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041815,
"field_id": 725791,
"width": 200,
"hidden": true,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1066981,
"field_id": 740388,
"width": 144,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 171183,
"type": "gallery",
"name": "Branches",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 53501,
"field_id": 705229,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 705230,
"field_options": [
{
"id": 76045,
"field_id": 705229,
"hidden": false,
"order": 32767
},
{
"id": 76046,
"field_id": 705230,
"hidden": true,
"order": 32767
},
{
"id": 76047,
"field_id": 725760,
"hidden": true,
"order": 32767
},
{
"id": 76048,
"field_id": 725761,
"hidden": false,
"order": 32767
},
{
"id": 76049,
"field_id": 725762,
"hidden": false,
"order": 32767
},
{
"id": 76050,
"field_id": 725763,
"hidden": true,
"order": 32767
},
{
"id": 76051,
"field_id": 725764,
"hidden": true,
"order": 32767
},
{
"id": 76052,
"field_id": 725765,
"hidden": true,
"order": 32767
},
{
"id": 76053,
"field_id": 725787,
"hidden": false,
"order": 32767
},
{
"id": 76054,
"field_id": 725789,
"hidden": true,
"order": 32767
},
{
"id": 76055,
"field_id": 725791,
"hidden": true,
"order": 32767
},
{
"id": 79353,
"field_id": 740388,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-11-02T13:07:11.704542+00:00",
"updated_on": "2022-11-14T16:55:50.997168+00:00",
"field_705229": "CD La Mesa",
"field_705230": [
{
"name": "CPmOfwJhZWYzviNUh8v5zxy8DNebkO2P_1b2bec9b6217efe686b71f50cab1bccb4938ccad5e05cd322e05dca949d6a4a2.jpg",
"visible_name": "car_park.02.jpg",
"original_name": "car_park.02.jpg"
}
],
"field_725760": "2547 Parkway Street",
"field_725761": "La Mesa",
"field_725762": "California",
"field_725763": "91941",
"field_725764": "(213) 375-9873",
"field_725765": null,
"field_725787": null,
"field_725789": [
17,
18,
19,
6,
7,
22,
15,
13
],
"field_725791": [
2,
7,
9
],
"field_740388": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-11-02T13:07:11.704617+00:00",
"updated_on": "2022-11-14T16:55:59.287130+00:00",
"field_705229": "CD Fremont",
"field_705230": [
{
"name": "KoHgxf3gyG2Ug4q5qEnm7A1Kfw8T098J_fc411a34726e182d3f58c86f920f5419fd3bf55c1d24ed1ae8fc3296ff0fccfb.jpg",
"visible_name": "car_park.04.jpg",
"original_name": "car_park.04.jpg"
}
],
"field_725760": "5014 Beech Street",
"field_725761": "Fremont",
"field_725762": "California",
"field_725763": "94539",
"field_725764": "(213) 375-9875",
"field_725765": null,
"field_725787": null,
"field_725789": [
25,
9,
4,
1,
16,
14
],
"field_725791": [
5,
1
],
"field_740388": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-11-14T15:16:56.256376+00:00",
"updated_on": "2022-11-14T16:55:43.397539+00:00",
"field_705229": "CD San Leandro",
"field_705230": [
{
"name": "HdQqx55lZFbcN24Ub4jQTCvuIQ64MjCh_c0ae051e6b05543f719b9851e7ffdfb4474f77c5b85f0f4fd1d45497412fd008.jpg",
"visible_name": "car_park.01.jpg",
"original_name": "car_park.01.jpg"
}
],
"field_725760": "3671 Clifford Street",
"field_725761": "San Leandro",
"field_725762": "California",
"field_725763": "94578",
"field_725764": "(213) 375-9877",
"field_725765": null,
"field_725787": null,
"field_725789": [
8,
10,
23,
21,
2,
12
],
"field_725791": [
3,
8
],
"field_740388": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-11-14T15:16:59.504335+00:00",
"updated_on": "2022-11-14T16:56:05.410981+00:00",
"field_705229": "CD Pomona",
"field_705230": [
{
"name": "4IufcLs1gv6u9Ro8O5Enhv6RaKB6jICo_683fe002414fd35112affcfcd0eabfbee3fe3d65cdee3be5fde5d1111bf28cd8.jpg",
"visible_name": "car_park.03.jpg",
"original_name": "car_park.03.jpg"
}
],
"field_725760": "2709 Bel Meadow Drive",
"field_725761": "Pomona",
"field_725762": "California",
"field_725763": "91755",
"field_725764": "(519) 587-3851",
"field_725765": null,
"field_725787": null,
"field_725789": [
20,
24,
5,
3,
11
],
"field_725791": [
4,
6
],
"field_740388": null
}
]
},
{
"id": 114512,
"name": "Staff",
"order": 5,
"fields": [
{
"id": 725766,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 725767,
"type": "file",
"name": "Photo",
"order": 1,
"primary": false
},
{
"id": 725768,
"type": "single_select",
"name": "Role",
"order": 2,
"primary": false,
"select_options": [
{
"id": 313868,
"value": "Branch manager",
"color": "blue",
"order": 0
},
{
"id": 313869,
"value": "Sales manager",
"color": "blue",
"order": 1
},
{
"id": 313870,
"value": "Finance manager",
"color": "blue",
"order": 2
},
{
"id": 313871,
"value": "Sales representative",
"color": "blue",
"order": 3
},
{
"id": 313872,
"value": "Customer service representative",
"color": "blue",
"order": 4
},
{
"id": 313873,
"value": "Service technician",
"color": "blue",
"order": 5
},
{
"id": 313874,
"value": "Parts technician",
"color": "blue",
"order": 6
},
{
"id": 313875,
"value": "Security",
"color": "blue",
"order": 7
}
]
},
{
"id": 725790,
"type": "link_row",
"name": "Branch",
"order": 3,
"primary": false,
"link_row_table_id": 111553,
"link_row_related_field_id": 725791,
"has_related_field": true
},
{
"id": 725868,
"type": "link_row",
"name": "Related acquired cars",
"order": 4,
"primary": false,
"link_row_table_id": 111551,
"link_row_related_field_id": 725759,
"has_related_field": true
},
{
"id": 725872,
"type": "text",
"name": "Local extension number",
"order": 5,
"primary": false,
"text_default": ""
},
{
"id": 725873,
"type": "phone_number",
"name": "Phone number",
"order": 6,
"primary": false
},
{
"id": 725874,
"type": "email",
"name": "Email address",
"order": 7,
"primary": false
},
{
"id": 725875,
"type": "long_text",
"name": "Remarks",
"order": 8,
"primary": false
},
{
"id": 725876,
"type": "boolean",
"name": "Is active",
"order": 9,
"primary": false
},
{
"id": 725897,
"type": "link_row",
"name": "Related sales",
"order": 10,
"primary": false,
"link_row_table_id": 114523,
"link_row_related_field_id": 725896,
"has_related_field": true
},
{
"id": 727692,
"type": "formula",
"name": "Sales count",
"order": 11,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(field(\"Related sales\"))",
"formula_type": "number"
}
],
"views": [
{
"id": 170669,
"type": "grid",
"name": "All staff",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 53139,
"field_id": 725766,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1041804,
"field_id": 725766,
"width": 144,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1041802,
"field_id": 725767,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041803,
"field_id": 725768,
"width": 156,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041814,
"field_id": 725790,
"width": 125,
"hidden": false,
"order": 3,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1041987,
"field_id": 725868,
"width": 192,
"hidden": true,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041988,
"field_id": 725872,
"width": 208,
"hidden": false,
"order": 4,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1041989,
"field_id": 725873,
"width": 152,
"hidden": false,
"order": 5,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1041990,
"field_id": 725874,
"width": 223,
"hidden": false,
"order": 6,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1041991,
"field_id": 725875,
"width": 160,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041993,
"field_id": 725876,
"width": 110,
"hidden": false,
"order": 9,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 1042011,
"field_id": 725897,
"width": 141,
"hidden": true,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1045231,
"field_id": 727692,
"width": 131,
"hidden": false,
"order": 8,
"aggregation_type": "average",
"aggregation_raw_type": "average"
}
]
},
{
"id": 174163,
"type": "kanban",
"name": "By role",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 68759,
"field_id": 725876,
"type": "boolean",
"value": "1"
}
],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 725768,
"card_cover_image_field_id": 725767,
"field_options": [
{
"id": 43742,
"field_id": 725766,
"hidden": false,
"order": 32767
},
{
"id": 43743,
"field_id": 725767,
"hidden": true,
"order": 32767
},
{
"id": 43744,
"field_id": 725768,
"hidden": true,
"order": 32767
},
{
"id": 43745,
"field_id": 725790,
"hidden": false,
"order": 32767
},
{
"id": 43746,
"field_id": 725868,
"hidden": true,
"order": 32767
},
{
"id": 43747,
"field_id": 725872,
"hidden": false,
"order": 32767
},
{
"id": 43748,
"field_id": 725873,
"hidden": false,
"order": 32767
},
{
"id": 43749,
"field_id": 725874,
"hidden": false,
"order": 32767
},
{
"id": 43750,
"field_id": 725875,
"hidden": true,
"order": 32767
},
{
"id": 43751,
"field_id": 725876,
"hidden": true,
"order": 32767
},
{
"id": 43752,
"field_id": 725897,
"hidden": true,
"order": 32767
},
{
"id": 43753,
"field_id": 727692,
"hidden": true,
"order": 32767
}
]
},
{
"id": 171181,
"type": "gallery",
"name": "Staff members",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 67324,
"field_id": 725876,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 51837,
"field_id": 725766,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 725767,
"field_options": [
{
"id": 76022,
"field_id": 725766,
"hidden": false,
"order": 32767
},
{
"id": 76023,
"field_id": 725767,
"hidden": true,
"order": 32767
},
{
"id": 76024,
"field_id": 725768,
"hidden": false,
"order": 32767
},
{
"id": 76025,
"field_id": 725790,
"hidden": false,
"order": 32767
},
{
"id": 76026,
"field_id": 725868,
"hidden": true,
"order": 32767
},
{
"id": 76027,
"field_id": 725872,
"hidden": false,
"order": 32767
},
{
"id": 76028,
"field_id": 725873,
"hidden": false,
"order": 32767
},
{
"id": 76029,
"field_id": 725874,
"hidden": true,
"order": 32767
},
{
"id": 76030,
"field_id": 725875,
"hidden": true,
"order": 32767
},
{
"id": 76031,
"field_id": 725876,
"hidden": true,
"order": 32767
},
{
"id": 76032,
"field_id": 725897,
"hidden": true,
"order": 32767
},
{
"id": 76033,
"field_id": 727692,
"hidden": false,
"order": 32767
}
]
},
{
"id": 174164,
"type": "form",
"name": "Add staff member",
"order": 4,
"public": false,
"title": "Add a staff member",
"description": "",
"cover_image": {
"name": "qC083nsJZM9nvNWSFebTrvFheOpYjyOS_d820f1a973e5c2cfe734b244e7c3121902bdfacf77573df1a546b26d4fc08117.jpg",
"original_name": "Header.FormalStaff.01.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "A staff member was successfully added to the database. To add more, please reload this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 100788,
"field_id": 725766,
"name": "",
"description": "Please enter the full name of the staff member.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100789,
"field_id": 725767,
"name": "",
"description": "Upload any photo or photos of the staff member.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100790,
"field_id": 725768,
"name": "",
"description": "Please select the role, title, or responsibility of this staff member.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100791,
"field_id": 725790,
"name": "",
"description": "Please select the dealership branch this staff member is currently assigned.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100792,
"field_id": 725868,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100793,
"field_id": 725872,
"name": "",
"description": "Please enter the staff member's local extension number.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100794,
"field_id": 725873,
"name": "",
"description": "Enter the staff member's phone number.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100795,
"field_id": 725874,
"name": "",
"description": "Enter the staff member's email address.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100796,
"field_id": 725875,
"name": "",
"description": "Enter any other notes or brief description about this staff member.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100797,
"field_id": 725876,
"name": "",
"description": "Tick the checkbox below to indicate that this staff member is still actively employed to your organization.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100798,
"field_id": 725897,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100799,
"field_id": 727692,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-11-13T16:24:50.967308+00:00",
"updated_on": "2022-11-20T21:46:22.093766+00:00",
"field_725766": "Terrence Hernandez",
"field_725767": [
{
"name": "mLsl2tI3Wy5gX2agnrjIkyCteju9rtrl_5af29ecc21ebf5294f34d9be647d2b4fba54757dd420ed3cb2d3192dd9747159.jpg",
"visible_name": "Man.44.jpg",
"original_name": "Man.44.jpg"
}
],
"field_725768": 313871,
"field_725790": [
2
],
"field_725868": [
25,
9,
4,
1,
16,
14
],
"field_725872": "x9115",
"field_725873": "(515) 931-7937",
"field_725874": "terrence.hernandez@cardealzbr.biz",
"field_725875": "Trusted to acquire a few vehicles for the dealership.",
"field_725876": "true",
"field_725897": [
1
],
"field_727692": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-11-13T16:24:50.967386+00:00",
"updated_on": "2022-11-20T21:46:44.817436+00:00",
"field_725766": "John Hendrickson",
"field_725767": [
{
"name": "aYgEEYmhNdW43yVVuSXwE3ZBAH6xXIhR_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
"visible_name": "Man.18.jpg",
"original_name": "Man.18.jpg"
}
],
"field_725768": 313869,
"field_725790": [
1
],
"field_725868": [
17,
18,
19,
6,
7,
22,
15,
13,
20,
24,
5,
3,
11
],
"field_725872": "x9007",
"field_725873": "(713) 507-3707",
"field_725874": "john.hendrickson@cardealzbr.biz",
"field_725875": "Partially owned a couple of dealerships.",
"field_725876": "true",
"field_725897": [
5
],
"field_727692": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-11-14T15:53:58.655253+00:00",
"updated_on": "2022-11-14T16:15:22.560764+00:00",
"field_725766": "Gregory Martin",
"field_725767": [
{
"name": "0fJxhhSbffUgv19GbYVFG9FGZBMOhMRd_9280c14e270c9e641b748ecfe5da0b4a3d4ba5b141a394a249febc2bb7ebb19c.jpg",
"visible_name": "Man.30.jpg",
"original_name": "Man.30.jpg"
}
],
"field_725768": 313871,
"field_725790": [
3
],
"field_725868": [],
"field_725872": "x9027",
"field_725873": "(310) 323-0083",
"field_725874": "gregory.martin@cardealzbr.biz",
"field_725875": "",
"field_725876": "true",
"field_725897": [
10
],
"field_727692": null
},
{
"id": 4,
"order": "3.00000000000000000000",
"created_on": "2022-11-14T15:53:58.855608+00:00",
"updated_on": "2022-12-01T22:49:08.628732+00:00",
"field_725766": "Baldov\u00edn Delgado",
"field_725767": [
{
"name": "c5bo3rb3mL3Y8yYpis5M6SLgJxAuESzN_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
"visible_name": "Man.27.jpg",
"original_name": "Man.27.jpg"
}
],
"field_725768": 313871,
"field_725790": [
4
],
"field_725868": [],
"field_725872": "x9772",
"field_725873": "(739) 257-7172",
"field_725874": "baldov\u00edn.delgado@cardealzbr.biz",
"field_725875": "Great business background.",
"field_725876": "true",
"field_725897": [
2
],
"field_727692": null
},
{
"id": 5,
"order": "4.00000000000000000000",
"created_on": "2022-11-14T15:53:59.601549+00:00",
"updated_on": "2022-11-20T21:47:11.128059+00:00",
"field_725766": "Lori Bradley",
"field_725767": [
{
"name": "CE3z3vdCpC3GpxuOa4xkPi3XaoiaFfAx_46f5081557b701f74b5d9d6b4d0e05ccc805e654ce316722f5e2e4b51fa2994b.jpg",
"visible_name": "Woman.57.jpg",
"original_name": "Woman.57.jpg"
}
],
"field_725768": 313871,
"field_725790": [
2
],
"field_725868": [],
"field_725872": "x9358",
"field_725873": "(750) 923-3271",
"field_725874": "lori.bradley@cardealzbr.biz",
"field_725875": "Has been selling vehicles.",
"field_725876": "true",
"field_725897": [
3,
6
],
"field_727692": null
},
{
"id": 6,
"order": "5.00000000000000000000",
"created_on": "2022-11-14T15:54:00.295308+00:00",
"updated_on": "2022-11-20T21:47:35.818218+00:00",
"field_725766": "Dorothy Dade",
"field_725767": [
{
"name": "GNrOyTGNwetIQkTcz60mqDEIXWW5ETd1_454da00f71f877a9fc6e009fd2baf224b64739d11fe6bc00c1858d9160c3842d.jpg",
"visible_name": "Woman.53.jpg",
"original_name": "Woman.53.jpg"
}
],
"field_725768": 313871,
"field_725790": [
4
],
"field_725868": [],
"field_725872": "x9103",
"field_725873": "(707) 398-3753",
"field_725874": "dorothy.dade@cardealzbr.biz",
"field_725875": "Has a lot of good contacts.",
"field_725876": "true",
"field_725897": [
8
],
"field_727692": null
},
{
"id": 7,
"order": "6.00000000000000000000",
"created_on": "2022-11-14T15:54:01.032949+00:00",
"updated_on": "2022-11-20T21:47:56.570640+00:00",
"field_725766": "Joyce Lacy",
"field_725767": [
{
"name": "0uyDkdfXKGHcByvKOkAByVdQ7BSOHCAr_256ba7a31422ce6ac6ad24491ee05567f3cd4a2c048b2f3da8e249c3bb9c4fd2.jpg",
"visible_name": "Woman.50.jpg",
"original_name": "Woman.50.jpg"
}
],
"field_725768": 313871,
"field_725790": [
1
],
"field_725868": [],
"field_725872": "x9002",
"field_725873": "(310) 208-7512",
"field_725874": "joyce.lacy@cardealzbr.biz",
"field_725875": "Knows how to talk to customers effectively.",
"field_725876": "true",
"field_725897": [
4
],
"field_727692": null
},
{
"id": 8,
"order": "7.00000000000000000000",
"created_on": "2022-11-14T15:56:23.296499+00:00",
"updated_on": "2022-11-20T21:45:55.414465+00:00",
"field_725766": "Ida Rizzo",
"field_725767": [
{
"name": "k8wOHRNmh7kAcDPzGRNKCLVGUbOn2vgg_f4f3a606aa392f97d54e76e58891f161bb2d917c1eb2b3d878a324529303d828.jpg",
"visible_name": "Woman.05.jpg",
"original_name": "Woman.05.jpg"
}
],
"field_725768": 313871,
"field_725790": [
3
],
"field_725868": [
8,
10,
23,
21,
2,
12
],
"field_725872": "x9205",
"field_725873": "(780) 530-3957",
"field_725874": "ida.rizzo@cardealzbr.biz",
"field_725875": "Tasked to acquire some vehicles by the manager.",
"field_725876": "true",
"field_725897": [
9
],
"field_727692": null
},
{
"id": 9,
"order": "8.00000000000000000000",
"created_on": "2022-11-14T15:56:57.212301+00:00",
"updated_on": "2022-11-14T16:15:25.914851+00:00",
"field_725766": "Laura Dieter",
"field_725767": [
{
"name": "aZDE3HkmA3ZcvVoPgoDlbTGEyxtBcS4G_e1e35baaeb2ce8e682bd3e235200517910d33302a554ad2e3bb2ec1847680ea2.jpg",
"visible_name": "Woman.29.jpg",
"original_name": "Woman.29.jpg"
}
],
"field_725768": 313871,
"field_725790": [
1
],
"field_725868": [],
"field_725872": "x9505",
"field_725873": "(508-392-8227)",
"field_725874": "laura.dieter@cardealzbr.biz",
"field_725875": "",
"field_725876": "true",
"field_725897": [
7
],
"field_727692": null
}
]
},
{
"id": 114524,
"name": "Customers",
"order": 6,
"fields": [
{
"id": 725840,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 725841,
"type": "file",
"name": "Photo",
"order": 1,
"primary": false
},
{
"id": 725842,
"type": "text",
"name": "Street",
"order": 2,
"primary": false,
"text_default": ""
},
{
"id": 725845,
"type": "text",
"name": "City",
"order": 3,
"primary": false,
"text_default": ""
},
{
"id": 725846,
"type": "text",
"name": "State",
"order": 4,
"primary": false,
"text_default": ""
},
{
"id": 725847,
"type": "text",
"name": "Zip code",
"order": 5,
"primary": false,
"text_default": ""
},
{
"id": 725848,
"type": "phone_number",
"name": "Phone number",
"order": 6,
"primary": false
},
{
"id": 725849,
"type": "email",
"name": "Email address",
"order": 7,
"primary": false
},
{
"id": 725850,
"type": "long_text",
"name": "Remarks",
"order": 8,
"primary": false
},
{
"id": 725894,
"type": "link_row",
"name": "Related sales",
"order": 9,
"primary": false,
"link_row_table_id": 114523,
"link_row_related_field_id": 725893,
"has_related_field": true
},
{
"id": 727685,
"type": "formula",
"name": "Transaction count",
"order": 10,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(field(\"Related sales\"))",
"formula_type": "number"
}
],
"views": [
{
"id": 170690,
"type": "grid",
"name": "All customers",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 51834,
"field_id": 725840,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 1041945,
"field_id": 725840,
"width": 120,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 1041943,
"field_id": 725841,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041944,
"field_id": 725842,
"width": 150,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041948,
"field_id": 725845,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041949,
"field_id": 725846,
"width": 100,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041950,
"field_id": 725847,
"width": 113,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041951,
"field_id": 725848,
"width": 153,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041952,
"field_id": 725849,
"width": 217,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1041953,
"field_id": 725850,
"width": 161,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1042014,
"field_id": 725894,
"width": 200,
"hidden": true,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1045222,
"field_id": 727685,
"width": 172,
"hidden": false,
"order": 8,
"aggregation_type": "average",
"aggregation_raw_type": "average"
}
]
},
{
"id": 171182,
"type": "gallery",
"name": "Customers",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 51838,
"field_id": 725840,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 725841,
"field_options": [
{
"id": 76034,
"field_id": 725840,
"hidden": false,
"order": 32767
},
{
"id": 76035,
"field_id": 725841,
"hidden": true,
"order": 32767
},
{
"id": 76036,
"field_id": 725842,
"hidden": true,
"order": 32767
},
{
"id": 76037,
"field_id": 725845,
"hidden": false,
"order": 32767
},
{
"id": 76038,
"field_id": 725846,
"hidden": true,
"order": 32767
},
{
"id": 76039,
"field_id": 725847,
"hidden": true,
"order": 32767
},
{
"id": 76040,
"field_id": 725848,
"hidden": false,
"order": 32767
},
{
"id": 76041,
"field_id": 725849,
"hidden": false,
"order": 32767
},
{
"id": 76042,
"field_id": 725850,
"hidden": true,
"order": 32767
},
{
"id": 76043,
"field_id": 725894,
"hidden": true,
"order": 32767
},
{
"id": 76044,
"field_id": 727685,
"hidden": false,
"order": 32767
}
]
},
{
"id": 174161,
"type": "form",
"name": "Add customer",
"order": 3,
"public": false,
"title": "Add a customer",
"description": "",
"cover_image": {
"name": "MYJ10jotRznoaN5TvIdxsFqlFmzTTgub_ba840af86db7cce209087d53ec7dac47cef5bd6935161ca50b59e0e4c511434b.jpg",
"original_name": "Header.Clients.02.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "A customer was successfully added to the database. To add more, please reload this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 100777,
"field_id": 725840,
"name": "",
"description": "Please enter the customer's full name.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100778,
"field_id": 725841,
"name": "",
"description": "Upload any photo or photos of this customer.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100779,
"field_id": 725842,
"name": "",
"description": "Please enter the street of the customer's address.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100780,
"field_id": 725845,
"name": "",
"description": "Please enter the city of the customer's address.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100781,
"field_id": 725846,
"name": "",
"description": "Please enter the state of the customer's address.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100782,
"field_id": 725847,
"name": "",
"description": "Enter the zip code of the customer's address.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100783,
"field_id": 725848,
"name": "",
"description": "Enter the customer's phone number.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100784,
"field_id": 725849,
"name": "",
"description": "Enter the customer's email address.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100785,
"field_id": 725850,
"name": "",
"description": "Enter any other notes or brief description about this customer.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100786,
"field_id": 725894,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 100787,
"field_id": 727685,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-11-13T16:50:42.333351+00:00",
"updated_on": "2022-11-20T21:26:46.856038+00:00",
"field_725840": "Marcus Presley",
"field_725841": [
{
"name": "DpAJbcKkEftBO3d6kQ5Dp0JpnoRc2WQn_5826600e4f0d54d9d75ed7d1505705b09c94c2a738c09ae76a4bbc5ccce67b26.jpg",
"visible_name": "Man.05.jpg",
"original_name": "Man.05.jpg"
}
],
"field_725842": "5217 Poplar Avenue",
"field_725845": "San Diego",
"field_725846": "California",
"field_725847": "92101",
"field_725848": "(519) 515-3059",
"field_725849": "marcus.presley@geemailzbr.net",
"field_725850": "Let's get back to this customer and upsale.",
"field_725894": [
2,
8
],
"field_727685": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-11-13T16:50:42.333438+00:00",
"updated_on": "2022-11-20T21:26:59.833610+00:00",
"field_725840": "Homer Bradley",
"field_725841": [
{
"name": "bd7cJ6y2KsjkZ2NH4xSZxqAhju0WKTqC_73a71c3d3fcae5a76985bc5e909cee392fe098a6ca874509d0f8b4b826ec725a.jpg",
"visible_name": "Man.50.jpg",
"original_name": "Man.50.jpg"
}
],
"field_725842": "2753 Fincham Road",
"field_725845": "San Diego",
"field_725846": "California",
"field_725847": "92117",
"field_725848": "(750) 470-3937",
"field_725849": "homer.bradley@geemailzbr.net",
"field_725850": "Happy customer.",
"field_725894": [
5,
9
],
"field_727685": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-11-14T15:35:38.886481+00:00",
"updated_on": "2022-11-20T21:27:14.272420+00:00",
"field_725840": "Peggy Jordan",
"field_725841": [
{
"name": "YTj8EMBtiF8PivKpwynpWxQ9lzotd9cd_7d8fcdd9a406997bfc59d87ef2fa2407e184c86a0eefc106ca70a6b45cb5efe9.jpg",
"visible_name": "Woman.56.jpg",
"original_name": "Woman.56.jpg"
}
],
"field_725842": "3861 Sunny Day Drive",
"field_725845": "Irvine",
"field_725846": "California",
"field_725847": "92513",
"field_725848": "(713) 853-2923",
"field_725849": "peggy.jordan@geemailzbr.net",
"field_725850": "Promised to be back for more.",
"field_725894": [
1,
3
],
"field_727685": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-11-14T15:35:39.351599+00:00",
"updated_on": "2022-11-20T21:26:35.590233+00:00",
"field_725840": "Ada Johnson",
"field_725841": [
{
"name": "DKFi5uEhnKedpIoqMp1EBq2xuKBIKXHu_567504f73c70405771879c6331ab20c2a1121d5fa1240e3af31d40fc86d3ed32.jpg",
"visible_name": "Woman.48.jpg",
"original_name": "Woman.48.jpg"
}
],
"field_725842": "2239 Brookview Drive",
"field_725845": "San Jose",
"field_725846": "California",
"field_725847": "95113",
"field_725848": "(308) 998-0917",
"field_725849": "ada.johnson@geemailzbr.net",
"field_725850": "Let's get back to this customer and upsale.",
"field_725894": [
6
],
"field_727685": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-11-14T15:35:40.639494+00:00",
"updated_on": "2022-11-20T21:26:21.896417+00:00",
"field_725840": "Gladys Quintero",
"field_725841": [
{
"name": "LXEFNBAttGS4H34P5zXPSphL2T42e4hb_19f16bd8440e44b1dd11c837172c9b9a2c4784fa94442e631dc94a56c4c1227e.jpg",
"visible_name": "Woman.43.jpg",
"original_name": "Woman.43.jpg"
}
],
"field_725842": "510 Diane Street",
"field_725845": "Oxnard",
"field_725846": "California",
"field_725847": "93030",
"field_725848": "(805) 319-9132",
"field_725849": "gladys.quintero@geemailzbr.net",
"field_725850": "Frequent buyer.",
"field_725894": [
4,
7,
10
],
"field_727685": null
}
]
}
]
}
]
}