bramw_baserow/backend/templates/furniture-fixtures-and-equi...

5805 lines
285 KiB
JSON

{
"baserow_template_version": 1,
"name": "Furniture, Fixtures, and Equipment Manager",
"icon": "iconoir-sleeper-chair",
"keywords": [
"asset management",
"office supplies",
"monthly depreciation",
"salvage value",
"replacement planning",
"asset lifecycle"
],
"categories": [
"Local Business",
"Professional",
"Finance"
],
"export": [
{
"id": 61462,
"name": "Furniture, Fixtures, and Equipment (FF&E) Manager",
"order": 1,
"type": "database",
"tables": [
{
"id": 160834,
"name": "Assets",
"order": 1,
"fields": [
{
"id": 1060799,
"type": "formula",
"name": "ID",
"order": 0,
"primary": true,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_force_timezone": null,
"formula": "concat(field('Name'),' (',right(field('Barcode'),4),')')",
"formula_type": "text"
},
{
"id": 1060801,
"type": "date",
"name": "Purchase date",
"order": 2,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 1060802,
"type": "number",
"name": "Purchase cost in dollars",
"order": 3,
"primary": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 1060803,
"type": "formula",
"name": "Salvage value",
"order": 4,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": null,
"number_decimal_places": 2,
"date_force_timezone": null,
"formula": "if(field('Replacement date') > today(),field('Purchase cost in dollars') - date_diff('month',field('Purchase date'), today()) * field('Monthly depreciation'),0)",
"formula_type": "number"
},
{
"id": 1060804,
"type": "single_select",
"name": "Condition",
"order": 5,
"primary": false,
"select_options": [
{
"id": 553724,
"value": "Good",
"color": "dark-green",
"order": 0
},
{
"id": 553725,
"value": "Fair",
"color": "dark-orange",
"order": 1
},
{
"id": 553726,
"value": "Poor",
"color": "dark-red",
"order": 2
}
]
},
{
"id": 1060805,
"type": "formula",
"name": "Replacement date",
"order": 6,
"primary": false,
"error": null,
"nullable": true,
"date_time_format": "24",
"date_format": "ISO",
"date_show_tzinfo": false,
"date_include_time": false,
"array_formula_type": null,
"number_decimal_places": null,
"date_force_timezone": null,
"formula": "field('Purchase date') + date_interval(concat(field('Depreciation period in months'),' months'))",
"formula_type": "date"
},
{
"id": 1060806,
"type": "link_row",
"name": "Subcategory",
"order": 7,
"primary": false,
"link_row_table_id": 160832,
"link_row_related_field_id": 1060817,
"has_related_field": true
},
{
"id": 1060807,
"type": "number",
"name": "Depreciation period in months",
"order": 8,
"primary": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 1060808,
"type": "formula",
"name": "Monthly depreciation",
"order": 9,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": null,
"number_decimal_places": 2,
"date_force_timezone": null,
"formula": "round(field('Purchase cost in dollars') / field('Depreciation period in months'),2)",
"formula_type": "number"
},
{
"id": 1060809,
"type": "text",
"name": "Barcode",
"order": 10,
"primary": false,
"text_default": ""
},
{
"id": 1060810,
"type": "formula",
"name": "QR code",
"order": 11,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_force_timezone": null,
"formula": "button(concat('http://api.qrserver.com/v1/create-qr-code/?data=',field('Barcode'),'&size=100x100'),'get QR Code')",
"formula_type": "link"
},
{
"id": 1060811,
"type": "lookup",
"name": "Category",
"order": 12,
"primary": false,
"error": null,
"nullable": true,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": "text",
"number_decimal_places": null,
"date_force_timezone": null,
"through_field_id": 1060806,
"through_field_name": "Subcategory",
"target_field_id": 1060784,
"target_field_name": "Category"
},
{
"id": 1060812,
"type": "file",
"name": "Invoice",
"order": 13,
"primary": false
},
{
"id": 1060813,
"type": "single_select",
"name": "Use level",
"order": 14,
"primary": false,
"select_options": [
{
"id": 553727,
"value": "Staff member",
"color": "light-blue",
"order": 0
},
{
"id": 553728,
"value": "Organisation",
"color": "blue",
"order": 1
},
{
"id": 553729,
"value": "Department",
"color": "dark-blue",
"order": 2
}
]
},
{
"id": 1060816,
"type": "formula",
"name": "Is depreciated",
"order": 17,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_force_timezone": null,
"formula": "if(field('Replacement date') < today(),'\u2705','')",
"formula_type": "text"
},
{
"id": 1060870,
"type": "link_row",
"name": "Used by staff",
"order": 18,
"primary": false,
"link_row_table_id": 160841,
"link_row_related_field_id": 1060869,
"has_related_field": true
},
{
"id": 1060882,
"type": "link_row",
"name": "Used by department",
"order": 19,
"primary": false,
"link_row_table_id": 160840,
"link_row_related_field_id": 1060881,
"has_related_field": true
},
{
"id": 1060908,
"type": "text",
"name": "Name",
"order": 20,
"primary": false,
"text_default": ""
},
{
"id": 1060987,
"type": "link_row",
"name": "Can be replaced by",
"order": 21,
"primary": false,
"link_row_table_id": 160869,
"link_row_related_field_id": 1060985,
"has_related_field": true
},
{
"id": 1061263,
"type": "lookup",
"name": "Price difference of replacement",
"order": 22,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": "number",
"number_decimal_places": 2,
"date_force_timezone": null,
"through_field_id": 1060987,
"through_field_name": "Can be replaced by",
"target_field_id": 1060989,
"target_field_name": "Price difference"
}
],
"views": [
{
"id": 253837,
"type": "grid",
"name": "All assets",
"order": 1,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 86731,
"field_id": 1060801,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1577122,
"field_id": 1060799,
"width": 343,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577124,
"field_id": 1060801,
"width": 150,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577125,
"field_id": 1060802,
"width": 208,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577126,
"field_id": 1060803,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577127,
"field_id": 1060804,
"width": 124,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577128,
"field_id": 1060805,
"width": 177,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577129,
"field_id": 1060806,
"width": 157,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577130,
"field_id": 1060807,
"width": 248,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577131,
"field_id": 1060808,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577132,
"field_id": 1060809,
"width": 124,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577133,
"field_id": 1060810,
"width": 120,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577134,
"field_id": 1060811,
"width": 170,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577135,
"field_id": 1060812,
"width": 114,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577136,
"field_id": 1060813,
"width": 131,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577139,
"field_id": 1060816,
"width": 144,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577204,
"field_id": 1060870,
"width": 144,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577216,
"field_id": 1060882,
"width": 196,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577268,
"field_id": 1060908,
"width": 243,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577434,
"field_id": 1060987,
"width": 177,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1609064,
"field_id": 1061263,
"width": 255,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 253858,
"type": "grid",
"name": "Assets to be replaced this year",
"order": 2,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "OR",
"filters_disabled": false,
"filters": [
{
"id": 104725,
"field_id": 1060805,
"type": "date_equals_year",
"value": "Europe/Brussels?"
},
{
"id": 104726,
"field_id": 1060804,
"type": "single_select_equal",
"value": "553726"
}
],
"sortings": [
{
"id": 86743,
"field_id": 1060805,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1577229,
"field_id": 1060799,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577230,
"field_id": 1060801,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577231,
"field_id": 1060802,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577232,
"field_id": 1060803,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577233,
"field_id": 1060804,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577234,
"field_id": 1060805,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577235,
"field_id": 1060806,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577236,
"field_id": 1060807,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577237,
"field_id": 1060808,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577238,
"field_id": 1060809,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577239,
"field_id": 1060810,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577240,
"field_id": 1060811,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577241,
"field_id": 1060812,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577242,
"field_id": 1060813,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577243,
"field_id": 1060816,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577244,
"field_id": 1060870,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577245,
"field_id": 1060882,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 253859,
"type": "grid",
"name": "Assets to be replaced this month",
"order": 3,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "OR",
"filters_disabled": false,
"filters": [
{
"id": 104727,
"field_id": 1060805,
"type": "date_equals_month",
"value": "Europe/Brussels?"
},
{
"id": 104728,
"field_id": 1060804,
"type": "single_select_equal",
"value": "553726"
}
],
"sortings": [
{
"id": 86744,
"field_id": 1060805,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1577246,
"field_id": 1060799,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577247,
"field_id": 1060801,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577248,
"field_id": 1060802,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577249,
"field_id": 1060803,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577250,
"field_id": 1060804,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577251,
"field_id": 1060805,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577252,
"field_id": 1060806,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577253,
"field_id": 1060807,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577254,
"field_id": 1060808,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577255,
"field_id": 1060809,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577256,
"field_id": 1060810,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577257,
"field_id": 1060811,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577258,
"field_id": 1060812,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577259,
"field_id": 1060813,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577260,
"field_id": 1060816,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577261,
"field_id": 1060870,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577262,
"field_id": 1060882,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577773,
"field_id": 1060908,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577774,
"field_id": 1060987,
"width": 198,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 261344,
"type": "grid",
"name": "Assets with a short depreciation period (< 1 year)",
"order": 4,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 108330,
"field_id": 1060807,
"type": "lower_than",
"value": "12"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1630446,
"field_id": 1060799,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630447,
"field_id": 1060801,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630448,
"field_id": 1060802,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630449,
"field_id": 1060803,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630450,
"field_id": 1060804,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630451,
"field_id": 1060805,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630452,
"field_id": 1060806,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630453,
"field_id": 1060807,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630454,
"field_id": 1060808,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630455,
"field_id": 1060809,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630456,
"field_id": 1060810,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630457,
"field_id": 1060811,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630458,
"field_id": 1060812,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630459,
"field_id": 1060813,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630460,
"field_id": 1060816,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630461,
"field_id": 1060870,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630462,
"field_id": 1060882,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630463,
"field_id": 1060908,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630464,
"field_id": 1060987,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630465,
"field_id": 1061263,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 261689,
"type": "grid",
"name": "High-cost assets ( > $1000)",
"order": 5,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 108448,
"field_id": 1060802,
"type": "higher_than",
"value": "1000"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1632520,
"field_id": 1060799,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632521,
"field_id": 1060801,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632522,
"field_id": 1060802,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632523,
"field_id": 1060803,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632524,
"field_id": 1060804,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632525,
"field_id": 1060805,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632526,
"field_id": 1060806,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632527,
"field_id": 1060807,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632528,
"field_id": 1060808,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632529,
"field_id": 1060809,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632530,
"field_id": 1060810,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632531,
"field_id": 1060811,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632532,
"field_id": 1060812,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632533,
"field_id": 1060813,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632534,
"field_id": 1060816,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632535,
"field_id": 1060870,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632536,
"field_id": 1060882,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632537,
"field_id": 1060908,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632538,
"field_id": 1060987,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632539,
"field_id": 1061263,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 261690,
"type": "grid",
"name": "Low-cost assets ( < $100)",
"order": 6,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 108449,
"field_id": 1060802,
"type": "lower_than",
"value": "100"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1632541,
"field_id": 1060799,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632542,
"field_id": 1060801,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632543,
"field_id": 1060802,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632544,
"field_id": 1060803,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632545,
"field_id": 1060804,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632546,
"field_id": 1060805,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632547,
"field_id": 1060806,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632548,
"field_id": 1060807,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632549,
"field_id": 1060808,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632550,
"field_id": 1060809,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632551,
"field_id": 1060810,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632552,
"field_id": 1060811,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632553,
"field_id": 1060812,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632554,
"field_id": 1060813,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632555,
"field_id": 1060816,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632556,
"field_id": 1060870,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632557,
"field_id": 1060882,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632558,
"field_id": 1060908,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632559,
"field_id": 1060987,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632560,
"field_id": 1061263,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 261691,
"type": "grid",
"name": "Assets without invoice",
"order": 7,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 108450,
"field_id": 1060812,
"type": "empty",
"value": ""
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1632561,
"field_id": 1060799,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632562,
"field_id": 1060801,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632563,
"field_id": 1060802,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632564,
"field_id": 1060803,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632565,
"field_id": 1060804,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632566,
"field_id": 1060805,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632567,
"field_id": 1060806,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632568,
"field_id": 1060807,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632569,
"field_id": 1060808,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632570,
"field_id": 1060809,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632571,
"field_id": 1060810,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632572,
"field_id": 1060811,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632573,
"field_id": 1060812,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632574,
"field_id": 1060813,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632575,
"field_id": 1060816,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632576,
"field_id": 1060870,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632577,
"field_id": 1060882,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632578,
"field_id": 1060908,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632579,
"field_id": 1060987,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632580,
"field_id": 1061263,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 261692,
"type": "grid",
"name": "Assets without barcode",
"order": 8,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 108451,
"field_id": 1060809,
"type": "empty",
"value": ""
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1632582,
"field_id": 1060799,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632583,
"field_id": 1060801,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632584,
"field_id": 1060802,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632585,
"field_id": 1060803,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632586,
"field_id": 1060804,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632587,
"field_id": 1060805,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632588,
"field_id": 1060806,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632589,
"field_id": 1060807,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632590,
"field_id": 1060808,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632591,
"field_id": 1060809,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632592,
"field_id": 1060810,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632593,
"field_id": 1060811,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632594,
"field_id": 1060812,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632595,
"field_id": 1060813,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632596,
"field_id": 1060816,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632597,
"field_id": 1060870,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632598,
"field_id": 1060882,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632599,
"field_id": 1060908,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632600,
"field_id": 1060987,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632601,
"field_id": 1061263,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 261342,
"type": "kanban",
"name": "By use level",
"order": 9,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 1060813,
"field_options": [
{
"id": 95244,
"field_id": 1060799,
"hidden": false,
"order": 32767
},
{
"id": 95245,
"field_id": 1060801,
"hidden": false,
"order": 32767
},
{
"id": 95246,
"field_id": 1060802,
"hidden": false,
"order": 32767
},
{
"id": 95247,
"field_id": 1060803,
"hidden": true,
"order": 32767
},
{
"id": 95248,
"field_id": 1060804,
"hidden": false,
"order": 32767
},
{
"id": 95249,
"field_id": 1060805,
"hidden": true,
"order": 32767
},
{
"id": 95250,
"field_id": 1060806,
"hidden": true,
"order": 32767
},
{
"id": 95251,
"field_id": 1060807,
"hidden": true,
"order": 32767
},
{
"id": 95252,
"field_id": 1060808,
"hidden": true,
"order": 32767
},
{
"id": 95253,
"field_id": 1060809,
"hidden": true,
"order": 32767
},
{
"id": 95254,
"field_id": 1060810,
"hidden": true,
"order": 32767
},
{
"id": 95255,
"field_id": 1060811,
"hidden": false,
"order": 32767
},
{
"id": 95256,
"field_id": 1060812,
"hidden": true,
"order": 32767
},
{
"id": 95257,
"field_id": 1060813,
"hidden": true,
"order": 32767
},
{
"id": 95258,
"field_id": 1060816,
"hidden": false,
"order": 32767
},
{
"id": 95259,
"field_id": 1060870,
"hidden": true,
"order": 32767
},
{
"id": 95260,
"field_id": 1060882,
"hidden": true,
"order": 32767
},
{
"id": 95261,
"field_id": 1060908,
"hidden": true,
"order": 32767
},
{
"id": 95262,
"field_id": 1060987,
"hidden": true,
"order": 32767
},
{
"id": 95263,
"field_id": 1061263,
"hidden": true,
"order": 32767
}
]
},
{
"id": 253860,
"type": "form",
"name": "Add new asset",
"order": 10,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"public": false,
"title": "Add new asset",
"description": "Use this form to add a new asset in your company",
"cover_image": null,
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "The asset has been added.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 177475,
"field_id": 1060799,
"name": "Name of the asset",
"description": "Provide a small description of the asset",
"enabled": false,
"required": true,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 177481,
"field_id": 1060806,
"name": "Category",
"description": "To which category does this asset belongs",
"enabled": true,
"required": true,
"order": 1,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 177484,
"field_id": 1060809,
"name": "",
"description": "Unique code for this asset",
"enabled": true,
"required": true,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 177476,
"field_id": 1060801,
"name": "",
"description": "",
"enabled": true,
"required": true,
"order": 3,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 177477,
"field_id": 1060802,
"name": "Purchase cost",
"description": "The price of the asset in dollars with tax excluded",
"enabled": true,
"required": true,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 177479,
"field_id": 1060804,
"name": "",
"description": "Select the condition of the asset. This should be Good for new assets",
"enabled": true,
"required": true,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 177482,
"field_id": 1060807,
"name": "",
"description": "How many months will the asset be used within the company",
"enabled": true,
"required": true,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 177487,
"field_id": 1060812,
"name": "",
"description": "Upload the invoice in PDF format",
"enabled": true,
"required": true,
"order": 7,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 177488,
"field_id": 1060813,
"name": "",
"description": "Indicate if the asset is purchased for a single staff member, a department or the entire organisation",
"enabled": true,
"required": true,
"order": 8,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 177490,
"field_id": 1060870,
"name": "Staff member",
"description": "Select the staff member",
"enabled": true,
"required": true,
"order": 9,
"show_when_matching_conditions": true,
"condition_type": "AND",
"conditions": [
{
"id": 2567,
"field": 1060813,
"type": "contains_word",
"value": "Staff"
}
]
},
{
"id": 177491,
"field_id": 1060882,
"name": "Department",
"description": "Select the department",
"enabled": true,
"required": true,
"order": 10,
"show_when_matching_conditions": true,
"condition_type": "AND",
"conditions": [
{
"id": 2568,
"field": 1060813,
"type": "contains_word",
"value": "Department"
}
]
},
{
"id": 177478,
"field_id": 1060803,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 11,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 177480,
"field_id": 1060805,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 12,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 177483,
"field_id": 1060808,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 13,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 177485,
"field_id": 1060810,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 14,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 177486,
"field_id": 1060811,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 15,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 177489,
"field_id": 1060816,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 16,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2023-04-28T08:09:12.143036+00:00",
"updated_on": "2023-04-28T08:15:15.296134+00:00",
"field_1060799": null,
"field_1060801": "2022-01-11",
"field_1060802": "1609.98",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
1
],
"field_1060807": "24",
"field_1060808": null,
"field_1060809": "978020137023",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553727,
"field_1060816": null,
"field_1060870": [
3
],
"field_1060882": [],
"field_1060908": "Laptop XPS 15 Dell",
"field_1060987": [
1,
2
],
"field_1061263": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2023-04-28T08:09:12.143221+00:00",
"updated_on": "2023-04-28T08:16:08.955888+00:00",
"field_1060799": null,
"field_1060801": "2020-01-14",
"field_1060802": "3997.43",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
1
],
"field_1060807": "36",
"field_1060808": null,
"field_1060809": "978020137487",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553727,
"field_1060816": null,
"field_1060870": [
7
],
"field_1060882": [],
"field_1060908": "Laptop MacBook Pro Apple Z14X000HQ",
"field_1060987": [],
"field_1061263": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2023-04-28T08:09:12.143301+00:00",
"updated_on": "2023-04-28T08:13:38.117527+00:00",
"field_1060799": null,
"field_1060801": "2023-02-21",
"field_1060802": "439.99",
"field_1060803": null,
"field_1060804": 553726,
"field_1060805": null,
"field_1060806": [
1
],
"field_1060807": "24",
"field_1060808": null,
"field_1060809": "978020137234",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553727,
"field_1060816": null,
"field_1060870": [
10
],
"field_1060882": [],
"field_1060908": "Acer Aspire 5 Slim essential laptop",
"field_1060987": [],
"field_1061263": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2023-04-28T08:09:12.143378+00:00",
"updated_on": "2023-04-28T08:14:58.471525+00:00",
"field_1060799": null,
"field_1060801": "2022-01-19",
"field_1060802": "234.00",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
1
],
"field_1060807": "36",
"field_1060808": null,
"field_1060809": "978020137962",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553727,
"field_1060816": null,
"field_1060870": [
10
],
"field_1060882": [],
"field_1060908": "Samsung Galaxy S20+ 5G",
"field_1060987": [],
"field_1061263": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2023-04-28T08:09:12.143456+00:00",
"updated_on": "2023-04-28T08:21:22.285933+00:00",
"field_1060799": null,
"field_1060801": "2020-03-10",
"field_1060802": "839.95",
"field_1060803": null,
"field_1060804": 553725,
"field_1060805": null,
"field_1060806": [
1
],
"field_1060807": "36",
"field_1060808": null,
"field_1060809": "978020137454",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553727,
"field_1060816": null,
"field_1060870": [
7
],
"field_1060882": [],
"field_1060908": "iPhone 14, 128GB",
"field_1060987": [
3
],
"field_1061263": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2023-04-28T08:09:12.143547+00:00",
"updated_on": "2023-04-28T08:14:52.034203+00:00",
"field_1060799": null,
"field_1060801": "2022-02-10",
"field_1060802": "497.99",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
3
],
"field_1060807": "36",
"field_1060808": null,
"field_1060809": "978020137398",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553729,
"field_1060816": null,
"field_1060870": [],
"field_1060882": [
4
],
"field_1060908": "Samsung 32 inch class QLed 4K",
"field_1060987": [],
"field_1061263": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2023-04-28T08:09:12.143624+00:00",
"updated_on": "2023-04-28T08:15:22.427466+00:00",
"field_1060799": null,
"field_1060801": "2021-12-08",
"field_1060802": "133.25",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
3
],
"field_1060807": "36",
"field_1060808": null,
"field_1060809": "978020137078",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553727,
"field_1060816": null,
"field_1060870": [
10
],
"field_1060882": [],
"field_1060908": "Acer 27 inch computer monitor",
"field_1060987": [],
"field_1061263": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2023-04-28T08:09:12.143715+00:00",
"updated_on": "2023-04-28T08:14:17.601608+00:00",
"field_1060799": null,
"field_1060801": "2022-10-26",
"field_1060802": "199.00",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
2
],
"field_1060807": "48",
"field_1060808": null,
"field_1060809": "978020137239",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553729,
"field_1060816": null,
"field_1060870": [],
"field_1060882": [
2
],
"field_1060908": "Pantum M7102DW Laser Printer Scanner Copier",
"field_1060987": [],
"field_1061263": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2023-04-28T08:09:12.143805+00:00",
"updated_on": "2023-04-28T08:15:28.382654+00:00",
"field_1060799": null,
"field_1060801": "2021-12-06",
"field_1060802": "469.88",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
2
],
"field_1060807": "48",
"field_1060808": null,
"field_1060809": "978020137734",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553729,
"field_1060816": null,
"field_1060870": [],
"field_1060882": [
3
],
"field_1060908": "Brother MFC-L3750CDW",
"field_1060987": [],
"field_1061263": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2023-04-28T08:09:12.143882+00:00",
"updated_on": "2023-04-28T08:14:36.701367+00:00",
"field_1060799": null,
"field_1060801": "2022-03-15",
"field_1060802": "29.99",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
1
],
"field_1060807": "12",
"field_1060808": null,
"field_1060809": "978020137123",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553729,
"field_1060816": null,
"field_1060870": [],
"field_1060882": [
4
],
"field_1060908": "4K Wireless HDMI Display dongle",
"field_1060987": [],
"field_1061263": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2023-04-28T08:09:12.143958+00:00",
"updated_on": "2023-04-28T08:15:46.882550+00:00",
"field_1060799": null,
"field_1060801": "2021-10-01",
"field_1060802": "159.00",
"field_1060803": null,
"field_1060804": 553726,
"field_1060805": null,
"field_1060806": [
4
],
"field_1060807": "60",
"field_1060808": null,
"field_1060809": "978020137691",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553727,
"field_1060816": null,
"field_1060870": [
4
],
"field_1060882": [],
"field_1060908": "Chair Ergonomic with adjustable armrests",
"field_1060987": [
4
],
"field_1061263": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2023-04-28T08:09:12.144036+00:00",
"updated_on": "2023-04-28T08:15:47.249301+00:00",
"field_1060799": null,
"field_1060801": "2021-10-01",
"field_1060802": "159.00",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
4
],
"field_1060807": "60",
"field_1060808": null,
"field_1060809": "978020137598",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553727,
"field_1060816": null,
"field_1060870": [
5
],
"field_1060882": [],
"field_1060908": "Chair Ergonomic with adjustable armrests",
"field_1060987": [
4
],
"field_1061263": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2023-04-28T08:09:12.144113+00:00",
"updated_on": "2023-04-28T08:15:50.554043+00:00",
"field_1060799": null,
"field_1060801": "2021-09-27",
"field_1060802": "109.00",
"field_1060803": null,
"field_1060804": 553725,
"field_1060805": null,
"field_1060806": [
4
],
"field_1060807": "60",
"field_1060808": null,
"field_1060809": "978020137512",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553727,
"field_1060816": null,
"field_1060870": [
4
],
"field_1060882": [],
"field_1060908": "ODK Small L Shaped Computer desk",
"field_1060987": [],
"field_1061263": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2023-04-28T08:09:12.144188+00:00",
"updated_on": "2023-04-28T08:15:50.978061+00:00",
"field_1060799": null,
"field_1060801": "2021-09-27",
"field_1060802": "109.00",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
4
],
"field_1060807": "60",
"field_1060808": null,
"field_1060809": "978020137139",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553727,
"field_1060816": null,
"field_1060870": [
5
],
"field_1060882": [],
"field_1060908": "ODK Small L Shaped Computer desk",
"field_1060987": [],
"field_1061263": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2023-04-28T08:09:12.144265+00:00",
"updated_on": "2023-04-28T08:15:10.659332+00:00",
"field_1060799": null,
"field_1060801": "2022-01-15",
"field_1060802": "154.39",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
4
],
"field_1060807": "60",
"field_1060808": null,
"field_1060809": "978020137955",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553729,
"field_1060816": null,
"field_1060870": [],
"field_1060882": [
3
],
"field_1060908": "Sterilite 01423V01 4 Shelf cabinet",
"field_1060987": [],
"field_1061263": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2023-04-28T08:09:12.144359+00:00",
"updated_on": "2023-04-28T08:15:33.403946+00:00",
"field_1060799": null,
"field_1060801": "2021-11-17",
"field_1060802": "294.84",
"field_1060803": null,
"field_1060804": 553726,
"field_1060805": null,
"field_1060806": [
5
],
"field_1060807": "60",
"field_1060808": null,
"field_1060809": "978020137128",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553728,
"field_1060816": null,
"field_1060870": [],
"field_1060882": [],
"field_1060908": "Vyfipt Futon Sofa",
"field_1060987": [],
"field_1061263": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2023-04-28T08:09:12.144434+00:00",
"updated_on": "2023-04-28T08:15:32.952502+00:00",
"field_1060799": null,
"field_1060801": "2021-11-18",
"field_1060802": "117.99",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
5
],
"field_1060807": "60",
"field_1060808": null,
"field_1060809": "978020137545",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553728,
"field_1060816": null,
"field_1060870": [],
"field_1060882": [],
"field_1060908": "Round coffee table set of 2",
"field_1060987": [],
"field_1061263": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2023-04-28T08:09:12.144511+00:00",
"updated_on": "2023-04-28T08:15:04.420513+00:00",
"field_1060799": null,
"field_1060801": "2022-01-19",
"field_1060802": "249.98",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
5
],
"field_1060807": "60",
"field_1060808": null,
"field_1060809": "978020137333",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553728,
"field_1060816": null,
"field_1060870": [],
"field_1060882": [],
"field_1060908": "Floor Vase table centerpieces",
"field_1060987": [],
"field_1061263": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2023-04-28T08:09:12.144587+00:00",
"updated_on": "2023-05-16T06:43:27.182423+00:00",
"field_1060799": null,
"field_1060801": "2022-05-30",
"field_1060802": "8.09",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
6
],
"field_1060807": "48",
"field_1060808": null,
"field_1060809": "",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553727,
"field_1060816": null,
"field_1060870": [
3
],
"field_1060882": [],
"field_1060908": "Amazon basic stapler",
"field_1060987": [],
"field_1061263": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2023-04-28T08:09:12.144663+00:00",
"updated_on": "2023-05-16T06:39:14.188640+00:00",
"field_1060799": null,
"field_1060801": "2022-10-03",
"field_1060802": "62.99",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
6
],
"field_1060807": "60",
"field_1060808": null,
"field_1060809": "978020137467",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [],
"field_1060813": 553729,
"field_1060816": null,
"field_1060870": [],
"field_1060882": [
2
],
"field_1060908": "Glass whiteboard easy dry",
"field_1060987": [
5
],
"field_1061263": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2023-04-28T08:09:12.144741+00:00",
"updated_on": "2023-05-16T06:43:36.873016+00:00",
"field_1060799": null,
"field_1060801": "2023-02-14",
"field_1060802": "9.99",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
6
],
"field_1060807": "1",
"field_1060808": null,
"field_1060809": "",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553727,
"field_1060816": null,
"field_1060870": [
4
],
"field_1060882": [],
"field_1060908": "Post it notes 8 pack, 3x3 inches",
"field_1060987": [],
"field_1061263": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2023-04-28T08:09:12.144817+00:00",
"updated_on": "2023-04-28T08:13:46.759714+00:00",
"field_1060799": null,
"field_1060801": "2022-12-06",
"field_1060802": "299.99",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
6
],
"field_1060807": "48",
"field_1060808": null,
"field_1060809": "978020137865",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553729,
"field_1060816": null,
"field_1060870": [],
"field_1060882": [
3
],
"field_1060908": "Bonson heavy duty paper shredder",
"field_1060987": [],
"field_1061263": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2023-04-28T08:09:12.144895+00:00",
"updated_on": "2023-05-16T06:43:16.874598+00:00",
"field_1060799": null,
"field_1060801": "2021-09-30",
"field_1060802": "29.99",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
7
],
"field_1060807": "60",
"field_1060808": null,
"field_1060809": "",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [],
"field_1060813": 553728,
"field_1060816": null,
"field_1060870": [],
"field_1060882": [],
"field_1060908": "Cutlery set for 8",
"field_1060987": [
8
],
"field_1061263": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2023-04-28T08:09:12.144973+00:00",
"updated_on": "2023-04-28T08:15:39.780955+00:00",
"field_1060799": null,
"field_1060801": "2021-10-06",
"field_1060802": "349.95",
"field_1060803": null,
"field_1060804": 553725,
"field_1060805": null,
"field_1060806": [
7
],
"field_1060807": "60",
"field_1060808": null,
"field_1060809": "978020137845",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553728,
"field_1060816": null,
"field_1060870": [],
"field_1060882": [],
"field_1060908": "RCA RFR741 Fridge freezer combo",
"field_1060987": [
6,
7
],
"field_1061263": null
},
{
"id": 25,
"order": "25.00000000000000000000",
"created_on": "2023-04-28T08:09:12.145049+00:00",
"updated_on": "2023-04-28T08:14:43.037215+00:00",
"field_1060799": null,
"field_1060801": "2022-03-01",
"field_1060802": "499.00",
"field_1060803": null,
"field_1060804": 553725,
"field_1060805": null,
"field_1060806": [
7
],
"field_1060807": "60",
"field_1060808": null,
"field_1060809": "978020137699",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553728,
"field_1060816": null,
"field_1060870": [],
"field_1060882": [],
"field_1060908": "Whirpool WKIC 3C26 dishwasher",
"field_1060987": [],
"field_1061263": null
},
{
"id": 26,
"order": "26.00000000000000000000",
"created_on": "2023-04-28T08:09:12.145125+00:00",
"updated_on": "2023-04-28T08:13:24.661776+00:00",
"field_1060799": null,
"field_1060801": "2023-04-05",
"field_1060802": "26.99",
"field_1060803": null,
"field_1060804": 553724,
"field_1060805": null,
"field_1060806": [
7
],
"field_1060807": "60",
"field_1060808": null,
"field_1060809": "978020137321",
"field_1060810": null,
"field_1060811": null,
"field_1060812": [
{
"name": "tkW3FWL978os9R3NhpuFaKRNfXiU8rTE_adc8711303caa7a8e119556bf9ab6599bd4a547a67512df4e2c6271374f4fdf4.pdf",
"visible_name": "InvoiceSimple-PDF-Template.pdf",
"original_name": "InvoiceSimple-PDF-Template.pdf"
}
],
"field_1060813": 553728,
"field_1060816": null,
"field_1060870": [],
"field_1060882": [],
"field_1060908": "Cordless Electric Tea Kettle 1.7 L",
"field_1060987": [],
"field_1061263": null
}
]
},
{
"id": 160830,
"name": "Categories",
"order": 2,
"fields": [
{
"id": 1060772,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 1060773,
"type": "text",
"name": "Description",
"order": 1,
"primary": false,
"text_default": ""
},
{
"id": 1060794,
"type": "link_row",
"name": "List of subcategories",
"order": 2,
"primary": false,
"link_row_table_id": 160832,
"link_row_related_field_id": 1060784,
"has_related_field": true
},
{
"id": 1060895,
"type": "lookup",
"name": "Asset cost by subcategory",
"order": 3,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": "number",
"number_decimal_places": 2,
"date_force_timezone": null,
"through_field_id": 1060794,
"through_field_name": "List of subcategories",
"target_field_id": 1060893,
"target_field_name": "Total asset cost by subcategory"
},
{
"id": 1060896,
"type": "lookup",
"name": "Salvage value by subcategory",
"order": 4,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": "number",
"number_decimal_places": 2,
"date_force_timezone": null,
"through_field_id": 1060794,
"through_field_name": "List of subcategories",
"target_field_id": 1060894,
"target_field_name": "Total salvage value by subcategory"
},
{
"id": 1060897,
"type": "formula",
"name": "Total asset cost by category",
"order": 5,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": null,
"number_decimal_places": 2,
"date_force_timezone": null,
"formula": "sum(field('Asset cost by subcategory'))",
"formula_type": "number"
},
{
"id": 1060898,
"type": "formula",
"name": "Total salvage value by category",
"order": 6,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": null,
"number_decimal_places": 2,
"date_force_timezone": null,
"formula": "sum(field('Salvage value by subcategory'))",
"formula_type": "number"
}
],
"views": [
{
"id": 253833,
"type": "grid",
"name": "All categories",
"order": 1,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 86742,
"field_id": 1060772,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1577096,
"field_id": 1060772,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577094,
"field_id": 1060773,
"width": 400,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577116,
"field_id": 1060794,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577225,
"field_id": 1060895,
"width": 228,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577226,
"field_id": 1060896,
"width": 243,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577227,
"field_id": 1060897,
"width": 233,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577228,
"field_id": 1060898,
"width": 259,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 261347,
"type": "grid",
"name": "High-cost categories ( > $5000)",
"order": 2,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 108331,
"field_id": 1060897,
"type": "higher_than",
"value": "5000"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1630473,
"field_id": 1060772,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630474,
"field_id": 1060773,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630475,
"field_id": 1060794,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630476,
"field_id": 1060895,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630477,
"field_id": 1060896,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630478,
"field_id": 1060897,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630479,
"field_id": 1060898,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 261348,
"type": "grid",
"name": "Low-cost categories ( < $2000)",
"order": 3,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 108332,
"field_id": 1060897,
"type": "lower_than",
"value": "2000"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1630480,
"field_id": 1060772,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630481,
"field_id": 1060773,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630482,
"field_id": 1060794,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630483,
"field_id": 1060895,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630484,
"field_id": 1060896,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630485,
"field_id": 1060897,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1630486,
"field_id": 1060898,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2023-04-28T07:56:32.214015+00:00",
"updated_on": "2023-04-28T07:58:32.191272+00:00",
"field_1060772": "Furniture",
"field_1060773": "All pieces of furniture that are present in the building.",
"field_1060794": [
4,
5
],
"field_1060895": null,
"field_1060896": null,
"field_1060897": null,
"field_1060898": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2023-04-28T07:56:32.214067+00:00",
"updated_on": "2023-05-12T14:44:06.292510+00:00",
"field_1060772": "IT equipment & accessories",
"field_1060773": "All computers like laptops, phones and tables and their accessories like keyboards, mouses, screens,...",
"field_1060794": [
1,
2,
3
],
"field_1060895": null,
"field_1060896": null,
"field_1060897": null,
"field_1060898": null
},
{
"id": 6,
"order": "3.00000000000000000000",
"created_on": "2023-04-28T07:58:17.494274+00:00",
"updated_on": "2023-04-28T07:58:41.798486+00:00",
"field_1060772": "Tools",
"field_1060773": "Various tools and equipment for daily operations.",
"field_1060794": [
6,
7
],
"field_1060895": null,
"field_1060896": null,
"field_1060897": null,
"field_1060898": null
}
]
},
{
"id": 160832,
"name": "Subcategories",
"order": 3,
"fields": [
{
"id": 1060781,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 1060783,
"type": "text",
"name": "Description",
"order": 2,
"primary": false,
"text_default": ""
},
{
"id": 1060784,
"type": "link_row",
"name": "Category",
"order": 3,
"primary": false,
"link_row_table_id": 160830,
"link_row_related_field_id": 1060794,
"has_related_field": true
},
{
"id": 1060817,
"type": "link_row",
"name": "Category assets",
"order": 4,
"primary": false,
"link_row_table_id": 160834,
"link_row_related_field_id": 1060806,
"has_related_field": true
},
{
"id": 1060893,
"type": "formula",
"name": "Total asset cost by subcategory",
"order": 5,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": null,
"number_decimal_places": 2,
"date_force_timezone": null,
"formula": "sum(lookup('Category assets','Purchase cost in dollars'))",
"formula_type": "number"
},
{
"id": 1060894,
"type": "formula",
"name": "Total salvage value by subcategory",
"order": 6,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": null,
"number_decimal_places": 2,
"date_force_timezone": null,
"formula": "sum(lookup('Category assets','Salvage value'))",
"formula_type": "number"
}
],
"views": [
{
"id": 253835,
"type": "grid",
"name": "All subcategories",
"order": 1,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 86741,
"field_id": 1060781,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1577103,
"field_id": 1060781,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577105,
"field_id": 1060783,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577106,
"field_id": 1060784,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577140,
"field_id": 1060817,
"width": 671,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577223,
"field_id": 1060893,
"width": 253,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577224,
"field_id": 1060894,
"width": 271,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2023-04-28T07:59:25.897767+00:00",
"updated_on": "2023-04-28T08:01:53.320034+00:00",
"field_1060781": "Computers",
"field_1060783": "This includes all laptops and smartphones",
"field_1060784": [
2
],
"field_1060817": [
3,
10,
4,
1,
5,
2
],
"field_1060893": null,
"field_1060894": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2023-04-28T07:59:25.897844+00:00",
"updated_on": "2023-04-28T08:02:26.701222+00:00",
"field_1060781": "Printers",
"field_1060783": "This includes all types of printers, scanners and copiers",
"field_1060784": [
2
],
"field_1060817": [
8,
9
],
"field_1060893": null,
"field_1060894": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2023-04-28T07:59:25.897950+00:00",
"updated_on": "2023-04-28T08:02:27.177322+00:00",
"field_1060781": "Screens",
"field_1060783": "All types of computer screens and presentation screens",
"field_1060784": [
2
],
"field_1060817": [
6,
7
],
"field_1060893": null,
"field_1060894": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2023-04-28T07:59:25.897995+00:00",
"updated_on": "2023-04-28T08:02:46.994980+00:00",
"field_1060781": "Office furniture",
"field_1060783": "Furniture that is used by the staff in the office space",
"field_1060784": [
1
],
"field_1060817": [
15,
11,
12,
13,
14
],
"field_1060893": null,
"field_1060894": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2023-04-28T07:59:25.898042+00:00",
"updated_on": "2023-04-28T08:02:49.635957+00:00",
"field_1060781": "Reception furniture",
"field_1060783": "Furniture that is located in the public space of the building",
"field_1060784": [
1
],
"field_1060817": [
18,
17,
16
],
"field_1060893": null,
"field_1060894": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2023-04-28T07:59:25.898108+00:00",
"updated_on": "2023-04-28T08:02:41.365315+00:00",
"field_1060781": "Office tools",
"field_1060783": "Office equipment that is used on a daily base",
"field_1060784": [
6
],
"field_1060817": [
21,
22,
20,
19
],
"field_1060893": null,
"field_1060894": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2023-04-28T07:59:25.898170+00:00",
"updated_on": "2023-04-28T08:02:41.772331+00:00",
"field_1060781": "Kitchen tools",
"field_1060783": "All cooking appliances and kitchen tools",
"field_1060784": [
6
],
"field_1060817": [
26,
25,
24,
23
],
"field_1060893": null,
"field_1060894": null
}
]
},
{
"id": 160841,
"name": "Staff",
"order": 4,
"fields": [
{
"id": 1060855,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 1060857,
"type": "phone_number",
"name": "Phone",
"order": 2,
"primary": false
},
{
"id": 1060858,
"type": "email",
"name": "Email",
"order": 3,
"primary": false
},
{
"id": 1060859,
"type": "text",
"name": "Job role",
"order": 4,
"primary": false,
"text_default": ""
},
{
"id": 1060863,
"type": "formula",
"name": "Total asset cost by staff member",
"order": 8,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": null,
"number_decimal_places": 2,
"date_force_timezone": null,
"formula": "sum(lookup('Staff assets','Purchase cost in dollars'))",
"formula_type": "number"
},
{
"id": 1060864,
"type": "formula",
"name": "Total salvage value by staff member",
"order": 9,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": null,
"number_decimal_places": 2,
"date_force_timezone": null,
"formula": "sum(lookup('Staff assets','Salvage value'))",
"formula_type": "number"
},
{
"id": 1060865,
"type": "link_row",
"name": "Staff member department",
"order": 10,
"primary": false,
"link_row_table_id": 160840,
"link_row_related_field_id": 1060866,
"has_related_field": true
},
{
"id": 1060868,
"type": "file",
"name": "Picture",
"order": 11,
"primary": false
},
{
"id": 1060869,
"type": "link_row",
"name": "Staff assets",
"order": 12,
"primary": false,
"link_row_table_id": 160834,
"link_row_related_field_id": 1060870,
"has_related_field": true
}
],
"views": [
{
"id": 253849,
"type": "grid",
"name": "All staff members",
"order": 1,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 86737,
"field_id": 1060863,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1577185,
"field_id": 1060855,
"width": 139,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577187,
"field_id": 1060857,
"width": 117,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577188,
"field_id": 1060858,
"width": 220,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577189,
"field_id": 1060859,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577193,
"field_id": 1060863,
"width": 266,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577194,
"field_id": 1060864,
"width": 284,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577195,
"field_id": 1060865,
"width": 230,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577197,
"field_id": 1060868,
"width": 105,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577203,
"field_id": 1060869,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 253852,
"type": "gallery",
"name": "Gallery: All staff members",
"order": 2,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 86738,
"field_id": 1060863,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 1060868,
"field_options": [
{
"id": 158671,
"field_id": 1060855,
"hidden": false,
"order": 32767
},
{
"id": 158672,
"field_id": 1060857,
"hidden": false,
"order": 32767
},
{
"id": 158673,
"field_id": 1060858,
"hidden": false,
"order": 32767
},
{
"id": 158674,
"field_id": 1060859,
"hidden": false,
"order": 32767
},
{
"id": 158675,
"field_id": 1060863,
"hidden": true,
"order": 32767
},
{
"id": 158676,
"field_id": 1060864,
"hidden": true,
"order": 32767
},
{
"id": 158677,
"field_id": 1060865,
"hidden": false,
"order": 32767
},
{
"id": 158678,
"field_id": 1060868,
"hidden": true,
"order": 32767
},
{
"id": 158679,
"field_id": 1060869,
"hidden": false,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2023-04-28T08:26:53.754767+00:00",
"updated_on": "2023-04-28T08:35:20.913353+00:00",
"field_1060855": "John Doe",
"field_1060857": "555-1234",
"field_1060858": "john.doe@mycompany.com",
"field_1060859": "Manager",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
1
],
"field_1060868": [
{
"name": "8UOYBd9s1GkmyNxoRKP8EfHpVEU77taQ_b58616f0d669595c9a42d60a0b9803364c9859f1c3db93a5e3dc408b603e03e8.jpg",
"visible_name": "7RS3MPrUuNp55D01jzqIMzTqb9dv6aL...f1c3db93a5e3dc408b603e03e8.jpg",
"original_name": "7RS3MPrUuNp55D01jzqIMzTqb9dv6aL...f1c3db93a5e3dc408b603e03e8.jpg"
}
],
"field_1060869": []
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2023-04-28T08:26:53.754946+00:00",
"updated_on": "2023-04-28T08:35:44.544811+00:00",
"field_1060855": "Jane Smith",
"field_1060857": "555-5678",
"field_1060858": "jane.smith@mycompany.com",
"field_1060859": "Accountant",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
1
],
"field_1060868": [
{
"name": "fgMXISnF7ETZJc1zHewLP0kalOFiEQCY_f22764f3355bb916a04e578d85b3078c4efcd804fe83018ec6ac97ab56e82b5f.jpg",
"visible_name": "TtVD5bDU6Niy6BB1ptiC1dONjMU3BJy...04fe83018ec6ac97ab56e82b5f.jpg",
"original_name": "TtVD5bDU6Niy6BB1ptiC1dONjMU3BJy...04fe83018ec6ac97ab56e82b5f.jpg"
}
],
"field_1060869": []
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2023-04-28T08:26:53.754995+00:00",
"updated_on": "2023-04-28T08:48:28.108277+00:00",
"field_1060855": "Bob Johnson",
"field_1060857": "555-9012",
"field_1060858": "bob.johnson@mycompany.com",
"field_1060859": "Analyst",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
1
],
"field_1060868": [
{
"name": "Pkoho3CIL0Hv4rlUyPyT5Qp6ugIlQQPv_63ab17c28e544884dc51223717076eb3787f5d0ac3b80a157df552d37f38f3bd.jpg",
"visible_name": "JTyDP1vWucyx0jWGTOkdEatcJBhoOnD...0ac3b80a157df552d37f38f3bd.jpg",
"original_name": "JTyDP1vWucyx0jWGTOkdEatcJBhoOnD...0ac3b80a157df552d37f38f3bd.jpg"
}
],
"field_1060869": [
1,
19
]
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755035+00:00",
"updated_on": "2023-04-28T08:50:35.336451+00:00",
"field_1060855": "Alice Lee",
"field_1060857": "555-3456",
"field_1060858": "alice.lee@mycompany.com",
"field_1060859": "Clerk",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
1
],
"field_1060868": [
{
"name": "kFhIf4THwKEskRDNAT0bAWa9BPDNL42z_2a2fdbbaf5bf75b85642b3af8adca3da5f6ccfa51b2a28e963d74653e547b5d5.jpg",
"visible_name": "6TPZaG6d1XpsGkxsK7nR2UhvQ9UUOxS...a51b2a28e963d74653e547b5d5.jpg",
"original_name": "6TPZaG6d1XpsGkxsK7nR2UhvQ9UUOxS...a51b2a28e963d74653e547b5d5.jpg"
}
],
"field_1060869": [
11,
13,
21
]
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755077+00:00",
"updated_on": "2023-04-28T08:50:51.759227+00:00",
"field_1060855": "Mike Brown",
"field_1060857": "555-7890",
"field_1060858": "mike.brown@mycompany.com",
"field_1060859": "Senior Manager",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
2
],
"field_1060868": [
{
"name": "jEckAQxdSxhp69K2XG7fi83FP5IMB8vE_65567d8bc026a15c773d575fb6c568e5c8ef1a7a75a525843c9bcda45bcdf092.jpg",
"visible_name": "ycXTL4UWMzDEdGjxmJUyZpy5Eube6Zj...7a75a525843c9bcda45bcdf092.jpg",
"original_name": "ycXTL4UWMzDEdGjxmJUyZpy5Eube6Zj...7a75a525843c9bcda45bcdf092.jpg"
}
],
"field_1060869": [
12,
14
]
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755121+00:00",
"updated_on": "2023-04-28T08:50:56.253744+00:00",
"field_1060855": "Sarah Davis",
"field_1060857": "555-2345",
"field_1060858": "sarah.davis@mycompany.com",
"field_1060859": "Coordinator",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
2
],
"field_1060868": [
{
"name": "n9eq1LUV5FPQKjhQppSy9IxOJJIkIPr9_ec911d836da2e0c03a0b5bacc06b1cc628ee4db4567dd684e51e3e47d2a2028e.jpg",
"visible_name": "55gw0zKfkR5h8a4ZK9YSamzCCMzea8s...b4567dd684e51e3e47d2a2028e.jpg",
"original_name": "55gw0zKfkR5h8a4ZK9YSamzCCMzea8s...b4567dd684e51e3e47d2a2028e.jpg"
}
],
"field_1060869": []
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755191+00:00",
"updated_on": "2023-04-28T08:48:05.342250+00:00",
"field_1060855": "Tom Wilson",
"field_1060857": "555-6789",
"field_1060858": "tom.wilson@mycompany.com",
"field_1060859": "Designer",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
2
],
"field_1060868": [
{
"name": "YNPIG3powkVZFcNl7M5Om0FwLRvIHbB2_7c0d2aa99715b15c218385f5679347782843c02f939d8eee6f9cb1cad6ba6ed0.jpg",
"visible_name": "K0L2k59HVMpdyYhnCfOQgVcx8Gu0LLb...2f939d8eee6f9cb1cad6ba6ed0.jpg",
"original_name": "K0L2k59HVMpdyYhnCfOQgVcx8Gu0LLb...2f939d8eee6f9cb1cad6ba6ed0.jpg"
}
],
"field_1060869": [
2,
5
]
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755240+00:00",
"updated_on": "2023-04-28T08:37:43.767632+00:00",
"field_1060855": "Emily Green",
"field_1060857": "555-0123",
"field_1060858": "emily.green@mycompany.com",
"field_1060859": "Sales Manager",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
3
],
"field_1060868": [
{
"name": "jx6mVNMyaGZmjG6pfPIMjK8k9DIcWu7A_052945636819fbb3ca22798ce87c8dfb8d98d3b3ff67a6a77a265788d516f1bf.jpg",
"visible_name": "MpVOUI4lsQffrXiq2fTzTen7FZe3iO0...b3ff67a6a77a265788d516f1bf.jpg",
"original_name": "MpVOUI4lsQffrXiq2fTzTen7FZe3iO0...b3ff67a6a77a265788d516f1bf.jpg"
}
],
"field_1060869": []
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755283+00:00",
"updated_on": "2023-04-28T08:37:52.379908+00:00",
"field_1060855": "David Clark",
"field_1060857": "555-4567",
"field_1060858": "david.clark@mycompany.com",
"field_1060859": "Sales Representative",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
3
],
"field_1060868": [
{
"name": "k6S7TNR1Nhh4tvwd0uI99w7pLCs44nzE_d1a3e08d4e37d6ee2b7de1db8df87c1dc7acd8ffb004caaf980917de518a60c9.jpg",
"visible_name": "YW82sBEPvJX9ZoZeiltmQnu7M8qSx9k...ffb004caaf980917de518a60c9.jpg",
"original_name": "YW82sBEPvJX9ZoZeiltmQnu7M8qSx9k...ffb004caaf980917de518a60c9.jpg"
}
],
"field_1060869": []
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755325+00:00",
"updated_on": "2023-04-28T08:51:20.050965+00:00",
"field_1060855": "Samantha White",
"field_1060857": "555-8901",
"field_1060858": "samantha.white@mycompany.com",
"field_1060859": "Sales Representative",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
3
],
"field_1060868": [
{
"name": "2MRJlzbkXI4fD4NGzCs4MsBIlhNocFgs_a7f77cb824608c275a40682a22c57191a7e7ff3d44e48bd9babcfc546a17245c.jpg",
"visible_name": "97Wtc5qSJ2OKrMfYAkLPGMr2TQCu8vU...3d44e48bd9babcfc546a17245c.jpg",
"original_name": "97Wtc5qSJ2OKrMfYAkLPGMr2TQCu8vU...3d44e48bd9babcfc546a17245c.jpg"
}
],
"field_1060869": [
3,
4,
7
]
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755379+00:00",
"updated_on": "2023-04-28T08:38:38.428194+00:00",
"field_1060855": "Kevin Lee",
"field_1060857": "555-2345",
"field_1060858": "kevin.lee@mycompany.com",
"field_1060859": "Software Engineer",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
4
],
"field_1060868": [
{
"name": "TqqeCCjpwdbDLXIO11XCrzH6or9RMmpy_b1f6209ae26207ebe11c243a659f0e5e15a0a48232261ecf3c05211a40af2225.jpg",
"visible_name": "JepG4b6baRrENujPd7vxiXQmW7YwEOW...8232261ecf3c05211a40af2225.jpg",
"original_name": "JepG4b6baRrENujPd7vxiXQmW7YwEOW...8232261ecf3c05211a40af2225.jpg"
}
],
"field_1060869": []
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755433+00:00",
"updated_on": "2023-04-28T08:38:51.245752+00:00",
"field_1060855": "Julia Kim",
"field_1060857": "555-6789",
"field_1060858": "julia.kim@mycompany.com",
"field_1060859": "Web Developer",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
4
],
"field_1060868": [
{
"name": "hwNkym6hLKdC5o1C606o2EHPC73ifj41_4d6375cdc6176b26e92057f3790823f91ebbd42c35255169fa905624a2164221.jpg",
"visible_name": "b4Jam7koOMOLDWPRvmxnzZzvHc3CW03...2c35255169fa905624a2164221.jpg",
"original_name": "b4Jam7koOMOLDWPRvmxnzZzvHc3CW03...2c35255169fa905624a2164221.jpg"
}
],
"field_1060869": []
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755486+00:00",
"updated_on": "2023-04-28T08:39:07.229218+00:00",
"field_1060855": "William Chen",
"field_1060857": "555-0123",
"field_1060858": "william.chen@mycompany.com",
"field_1060859": "Network Administrator",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
4
],
"field_1060868": [
{
"name": "3oioUGax2d7DsXyTtMPI3rqngTe6feGM_64088b0ca67deeae50e613639a48e7b82be5d47c69be8d25d11b659842e8c44e.jpg",
"visible_name": "IhMsi2qHKtu8sAOY4Sz0cbMEj5cf3FO...7c69be8d25d11b659842e8c44e.jpg",
"original_name": "IhMsi2qHKtu8sAOY4Sz0cbMEj5cf3FO...7c69be8d25d11b659842e8c44e.jpg"
}
],
"field_1060869": []
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755539+00:00",
"updated_on": "2023-04-28T08:39:16.520496+00:00",
"field_1060855": "Jessica Wong",
"field_1060857": "555-4567",
"field_1060858": "jessica.wong@mycompany.com",
"field_1060859": "Help Desk Support",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
4
],
"field_1060868": [
{
"name": "rjw4OaX7RhOmM4aru1J9UZBYDL7wHGMN_1f59e6625169fc3052e6eed810ce4c1d1fc2cb98985d086462d144efdc15c159.jpg",
"visible_name": "2aFNFRLlKSlkX5hnd5oaCNHvjd8aegE...98985d086462d144efdc15c159.jpg",
"original_name": "2aFNFRLlKSlkX5hnd5oaCNHvjd8aegE...98985d086462d144efdc15c159.jpg"
}
],
"field_1060869": []
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755591+00:00",
"updated_on": "2023-05-16T06:46:59.790367+00:00",
"field_1060855": "Adam Brown",
"field_1060857": "555-8901",
"field_1060858": "adam.brown@mycompany.com",
"field_1060859": "Project Manager",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
1
],
"field_1060868": [
{
"name": "BlKNcFqbO2sd3mXc5xALVPUNGJnyYiO2_24039e8da39b09deb6c4a0ea559cbf63014ed00d937ca9a21f00cabfe34cab01.jpg",
"visible_name": "0I9mEoSZtcPEonAxTgsN3l3URVqIY6F...0d937ca9a21f00cabfe34cab01.jpg",
"original_name": "0I9mEoSZtcPEonAxTgsN3l3URVqIY6F...0d937ca9a21f00cabfe34cab01.jpg"
}
],
"field_1060869": []
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755645+00:00",
"updated_on": "2023-05-16T06:47:05.042407+00:00",
"field_1060855": "Mary Johnson",
"field_1060857": "555-2345",
"field_1060858": "mary.johnson@mycompany.com",
"field_1060859": "Logistics Coordinator",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
1
],
"field_1060868": [
{
"name": "No2Rc8Qdd3cGTkMnjlWTUihERxiI956r_8178de29996fce077cf1eb890438d08fcc75ce24738c9610d6dcb136c82d91b7.jpg",
"visible_name": "svleDHcqngMFqZWLo3ZLfBHpu1oq0dx...24738c9610d6dcb136c82d91b7.jpg",
"original_name": "svleDHcqngMFqZWLo3ZLfBHpu1oq0dx...24738c9610d6dcb136c82d91b7.jpg"
}
],
"field_1060869": []
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755703+00:00",
"updated_on": "2023-04-28T08:40:27.979476+00:00",
"field_1060855": "Mark Davis",
"field_1060857": "555-6789",
"field_1060858": "mark.davis@mycompany.com",
"field_1060859": "Supply Chain Manager",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
5
],
"field_1060868": [
{
"name": "ggKufXmi2mxIjjQ3LUxQl3c6NL4BaMWW_ccb8bb5abc7700fec0145db49ddf0cca3724ffbab0ea349dd70a4c7b0ef71e3f.jpg",
"visible_name": "4wbREmxMjz10MNPw5uTIVe8ce0bCz2g...bab0ea349dd70a4c7b0ef71e3f.jpg",
"original_name": "4wbREmxMjz10MNPw5uTIVe8ce0bCz2g...bab0ea349dd70a4c7b0ef71e3f.jpg"
}
],
"field_1060869": []
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755752+00:00",
"updated_on": "2023-04-28T08:40:49.087476+00:00",
"field_1060855": "Linda Wilson",
"field_1060857": "555-0123",
"field_1060858": "linda.wilson@mycompany.com",
"field_1060859": "Purchasing Agent",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
5
],
"field_1060868": [
{
"name": "NOucxL5Gm636AVbsuM7sRUH8OAbNvfIo_2b22c8a097b9bf121a145496831a882564df246501036451187081103f60cc0c.jpg",
"visible_name": "nFhOZJ2pWi6rKNvbpkje3CvlQ6976KN...6501036451187081103f60cc0c.jpg",
"original_name": "nFhOZJ2pWi6rKNvbpkje3CvlQ6976KN...6501036451187081103f60cc0c.jpg"
}
],
"field_1060869": []
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755810+00:00",
"updated_on": "2023-05-16T06:45:11.472553+00:00",
"field_1060855": "Alex Lee",
"field_1060857": "555-4567",
"field_1060858": "alex.lee@mycompany.com",
"field_1060859": "Human Resources Manager",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
4
],
"field_1060868": [
{
"name": "OONX4PjjH0DoJAz9GpAAgBW2DqRbqvmR_ba37ba21b03d91a2693745e751834250b404a7c2c6e06e33ae7cb38c0f687a4d.jpg",
"visible_name": "KR0hFdCJqdnfMjYXPf20tYueXmjJKF5...c2c6e06e33ae7cb38c0f687a4d.jpg",
"original_name": "KR0hFdCJqdnfMjYXPf20tYueXmjJKF5...c2c6e06e33ae7cb38c0f687a4d.jpg"
}
],
"field_1060869": []
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2023-04-28T08:26:53.755868+00:00",
"updated_on": "2023-04-28T08:41:14.171831+00:00",
"field_1060855": "Olivia Kim",
"field_1060857": "555-8901",
"field_1060858": "olivia.kim@mycompany.com",
"field_1060859": "Recruiter",
"field_1060863": null,
"field_1060864": null,
"field_1060865": [
6
],
"field_1060868": [
{
"name": "5IGaWC2pZ3AckC23WbjqQxXdKe46ESU0_aac75b47a57888f89ccce45eacdb050afb2863ceae6ed5da14217f23c7e5347b.jpg",
"visible_name": "fmgUaw3sM5KbG0vKsrRDyzyz4ZGzCo0...ceae6ed5da14217f23c7e5347b.jpg",
"original_name": "fmgUaw3sM5KbG0vKsrRDyzyz4ZGzCo0...ceae6ed5da14217f23c7e5347b.jpg"
}
],
"field_1060869": []
}
]
},
{
"id": 160840,
"name": "Departments",
"order": 5,
"fields": [
{
"id": 1060847,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 1060850,
"type": "formula",
"name": "Number of staff members",
"order": 3,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": null,
"number_decimal_places": 0,
"date_force_timezone": null,
"formula": "count(field('Staff members'))",
"formula_type": "number"
},
{
"id": 1060852,
"type": "formula",
"name": "Total asset cost by department",
"order": 5,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": null,
"number_decimal_places": 2,
"date_force_timezone": null,
"formula": "sum(lookup('Department assets','Purchase cost in dollars'))",
"formula_type": "number"
},
{
"id": 1060853,
"type": "formula",
"name": "Average asset cost by staff member",
"order": 6,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": null,
"number_decimal_places": 2,
"date_force_timezone": null,
"formula": "field('Total asset cost by department') / field('Number of staff members')",
"formula_type": "number"
},
{
"id": 1060854,
"type": "formula",
"name": "Total salvage value by department",
"order": 7,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": null,
"number_decimal_places": 2,
"date_force_timezone": null,
"formula": "sum(lookup('Department assets','Salvage value'))",
"formula_type": "number"
},
{
"id": 1060866,
"type": "link_row",
"name": "Staff members",
"order": 8,
"primary": false,
"link_row_table_id": 160841,
"link_row_related_field_id": 1060865,
"has_related_field": true
},
{
"id": 1060881,
"type": "link_row",
"name": "Department assets",
"order": 9,
"primary": false,
"link_row_table_id": 160834,
"link_row_related_field_id": 1060882,
"has_related_field": true
}
],
"views": [
{
"id": 253848,
"type": "grid",
"name": "All departments",
"order": 1,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 86739,
"field_id": 1060853,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1577177,
"field_id": 1060847,
"width": 154,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577180,
"field_id": 1060850,
"width": 221,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577182,
"field_id": 1060852,
"width": 255,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577183,
"field_id": 1060853,
"width": 286,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577184,
"field_id": 1060854,
"width": 275,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577196,
"field_id": 1060866,
"width": 200,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577215,
"field_id": 1060881,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 261693,
"type": "grid",
"name": "Large departments ( > 5 staff members)",
"order": 2,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 108452,
"field_id": 1060850,
"type": "higher_than",
"value": "5"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1632602,
"field_id": 1060847,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632603,
"field_id": 1060850,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632604,
"field_id": 1060852,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632605,
"field_id": 1060853,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632606,
"field_id": 1060854,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632607,
"field_id": 1060866,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632608,
"field_id": 1060881,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 261694,
"type": "grid",
"name": "Small departments ( < 3 staff members)",
"order": 3,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 108453,
"field_id": 1060850,
"type": "lower_than",
"value": "3"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1632609,
"field_id": 1060847,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632610,
"field_id": 1060850,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632611,
"field_id": 1060852,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632612,
"field_id": 1060853,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632613,
"field_id": 1060854,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632614,
"field_id": 1060866,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632615,
"field_id": 1060881,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2023-04-28T08:25:37.415800+00:00",
"updated_on": "2023-04-28T08:25:37.415828+00:00",
"field_1060847": "Finance",
"field_1060850": null,
"field_1060852": null,
"field_1060853": null,
"field_1060854": null,
"field_1060866": [
1,
2,
3,
4,
15,
16
],
"field_1060881": []
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2023-04-28T08:25:37.415884+00:00",
"updated_on": "2023-04-28T08:55:46.290695+00:00",
"field_1060847": "Marketing",
"field_1060850": null,
"field_1060852": null,
"field_1060853": null,
"field_1060854": null,
"field_1060866": [
5,
6,
7
],
"field_1060881": [
8,
20
]
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2023-04-28T08:25:37.415934+00:00",
"updated_on": "2023-04-28T08:56:36.846372+00:00",
"field_1060847": "Sales",
"field_1060850": null,
"field_1060852": null,
"field_1060853": null,
"field_1060854": null,
"field_1060866": [
8,
9,
10
],
"field_1060881": [
9,
15,
22
]
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2023-04-28T08:25:37.415982+00:00",
"updated_on": "2023-04-28T08:56:12.765457+00:00",
"field_1060847": "IT",
"field_1060850": null,
"field_1060852": null,
"field_1060853": null,
"field_1060854": null,
"field_1060866": [
11,
12,
13,
14,
19
],
"field_1060881": [
6,
10
]
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2023-04-28T08:25:37.416028+00:00",
"updated_on": "2023-04-28T08:25:37.416036+00:00",
"field_1060847": "Operations",
"field_1060850": null,
"field_1060852": null,
"field_1060853": null,
"field_1060854": null,
"field_1060866": [
17,
18
],
"field_1060881": []
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2023-04-28T08:25:37.416076+00:00",
"updated_on": "2023-04-28T08:25:37.416085+00:00",
"field_1060847": "Human Resources",
"field_1060850": null,
"field_1060852": null,
"field_1060853": null,
"field_1060854": null,
"field_1060866": [
20
],
"field_1060881": []
}
]
},
{
"id": 160869,
"name": "Replacements",
"order": 6,
"fields": [
{
"id": 1060984,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 1060985,
"type": "link_row",
"name": "Replaces asset",
"order": 1,
"primary": false,
"link_row_table_id": 160834,
"link_row_related_field_id": 1060987,
"has_related_field": true
},
{
"id": 1060986,
"type": "number",
"name": "Price",
"order": 2,
"primary": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 1060988,
"type": "url",
"name": "Shop",
"order": 3,
"primary": false
},
{
"id": 1060989,
"type": "formula",
"name": "Price difference",
"order": 4,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": "number",
"number_decimal_places": 2,
"date_force_timezone": null,
"formula": "field('Price') - lookup('Replaces asset','Purchase cost in dollars')",
"formula_type": "array"
},
{
"id": 1060990,
"type": "text",
"name": "Reasoning",
"order": 5,
"primary": false,
"text_default": ""
},
{
"id": 1060991,
"type": "formula",
"name": "Total price difference",
"order": 6,
"primary": false,
"error": null,
"nullable": false,
"date_time_format": null,
"date_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"array_formula_type": null,
"number_decimal_places": 2,
"date_force_timezone": null,
"formula": "sum(field('Price difference'))",
"formula_type": "number"
},
{
"id": 1092762,
"type": "single_select",
"name": "Status",
"order": 7,
"primary": false,
"select_options": [
{
"id": 592333,
"value": "Ordered",
"color": "light-green",
"order": 0
},
{
"id": 592334,
"value": "Under consideration",
"color": "light-orange",
"order": 1
},
{
"id": 592335,
"value": "Check for alternative",
"color": "light-red",
"order": 2
}
]
}
],
"views": [
{
"id": 253885,
"type": "grid",
"name": "All replacements",
"order": 1,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 86747,
"field_id": 1060986,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1577432,
"field_id": 1060984,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577430,
"field_id": 1060985,
"width": 339,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577431,
"field_id": 1060986,
"width": 100,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577433,
"field_id": 1060988,
"width": 404,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577435,
"field_id": 1060989,
"width": 163,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577436,
"field_id": 1060990,
"width": 507,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577444,
"field_id": 1060991,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1632619,
"field_id": 1092762,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 253887,
"type": "grid",
"name": "Cheaper replacements",
"order": 2,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 104734,
"field_id": 1060991,
"type": "lower_than",
"value": "0"
}
],
"sortings": [
{
"id": 86746,
"field_id": 1060991,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1577437,
"field_id": 1060984,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577438,
"field_id": 1060985,
"width": 200,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577439,
"field_id": 1060986,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577440,
"field_id": 1060988,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577441,
"field_id": 1060989,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577442,
"field_id": 1060990,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577443,
"field_id": 1060991,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 253888,
"type": "grid",
"name": "More expensive replacements",
"order": 3,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 104735,
"field_id": 1060991,
"type": "higher_than",
"value": "0"
}
],
"sortings": [
{
"id": 86748,
"field_id": 1060991,
"order": "DESC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 1577445,
"field_id": 1060984,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577446,
"field_id": 1060985,
"width": 200,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577447,
"field_id": 1060986,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577448,
"field_id": 1060988,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577449,
"field_id": 1060989,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577450,
"field_id": 1060990,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 1577451,
"field_id": 1060991,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 261696,
"type": "kanban",
"name": "By status",
"order": 4,
"ownership_type": "collaborative",
"created_by": "frederik.duchi@howest.be",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 1092762,
"field_options": [
{
"id": 95369,
"field_id": 1060984,
"hidden": false,
"order": 32767
},
{
"id": 95370,
"field_id": 1060985,
"hidden": false,
"order": 32767
},
{
"id": 95371,
"field_id": 1060986,
"hidden": false,
"order": 32767
},
{
"id": 95372,
"field_id": 1060988,
"hidden": true,
"order": 32767
},
{
"id": 95373,
"field_id": 1060989,
"hidden": true,
"order": 32767
},
{
"id": 95374,
"field_id": 1060990,
"hidden": false,
"order": 32767
},
{
"id": 95375,
"field_id": 1060991,
"hidden": true,
"order": 32767
},
{
"id": 95376,
"field_id": 1092762,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2023-04-28T10:18:36.180045+00:00",
"updated_on": "2023-05-16T06:52:38.702725+00:00",
"field_1060984": "Dell Inspiron 3515",
"field_1060985": [
1
],
"field_1060986": "659.00",
"field_1060988": "https://thebestcomputers.com/laptops/dell-inspiron-3515",
"field_1060989": null,
"field_1060990": "We do not need the heavy processing power of the XPS for these staff members",
"field_1060991": null,
"field_1092762": 592333
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2023-04-28T10:18:36.180141+00:00",
"updated_on": "2023-05-16T06:52:21.489612+00:00",
"field_1060984": "Dell Inspiron 3511",
"field_1060985": [
1
],
"field_1060986": "1019.00",
"field_1060988": "https://thebestcomputers.com/laptops/dell-inspiron-3511",
"field_1060989": null,
"field_1060990": "We do not need the heavy processing power of the XPS for these staff members",
"field_1060991": null,
"field_1092762": 592333
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2023-04-28T10:27:25.385597+00:00",
"updated_on": "2023-05-16T06:52:36.260054+00:00",
"field_1060984": "iPhone 14 Pro 256GB",
"field_1060985": [
5
],
"field_1060986": "987.00",
"field_1060988": "https://thebestcomputers.com/smartphones/iphone14-pro-256",
"field_1060989": null,
"field_1060990": "128GB is not enough capacity for the upcoming years",
"field_1060991": null,
"field_1092762": 592335
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2023-04-28T10:28:09.664630+00:00",
"updated_on": "2023-05-16T06:52:27.566770+00:00",
"field_1060984": "Kerdom ergonomic chair",
"field_1060985": [
11,
12
],
"field_1060986": "229.99",
"field_1060988": "https://greatestofficeshop.com/chairs/kerdom",
"field_1060989": null,
"field_1060990": "This chair is much cheaper and also offers enough support for the lower back",
"field_1060991": null,
"field_1092762": 592334
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2023-04-28T10:31:12.524063+00:00",
"updated_on": "2023-05-16T06:52:33.030223+00:00",
"field_1060984": "Quartet glass whiteboard",
"field_1060985": [
20
],
"field_1060986": "135.78",
"field_1060988": "https://greatestofficeshop.com/whiteboards/quartet",
"field_1060989": null,
"field_1060990": "Nicer design that suits the offices more",
"field_1060991": null,
"field_1092762": 592335
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2023-04-28T10:32:57.525312+00:00",
"updated_on": "2023-05-16T06:52:42.159371+00:00",
"field_1060984": "Midea WHD - 113FSS1",
"field_1060985": [
24
],
"field_1060986": "259.00",
"field_1060988": "https://householdappliances.com/refrigerator/midea",
"field_1060989": null,
"field_1060990": "The current fridge is too big",
"field_1060991": null,
"field_1092762": 592334
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2023-04-28T10:47:51.640000+00:00",
"updated_on": "2023-05-16T06:52:24.345684+00:00",
"field_1060984": "Anukis Compact refrigirator",
"field_1060985": [
24
],
"field_1060986": "249.00",
"field_1060988": "https://householdappliances.com/refrigerator/anukis",
"field_1060989": null,
"field_1060990": "The current fridge is too big",
"field_1060991": null,
"field_1092762": 592333
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2023-04-28T10:48:24.587627+00:00",
"updated_on": "2023-05-16T06:52:30.268442+00:00",
"field_1060984": "Silverware set for 8",
"field_1060985": [
23
],
"field_1060986": "31.99",
"field_1060988": "https://householdappliances.com/others/cutterly",
"field_1060989": null,
"field_1060990": "They should be more sustainable",
"field_1060991": null,
"field_1092762": 592333
}
]
}
]
}
]
}