bramw_baserow/backend/templates/business-expenses.json

9728 lines
497 KiB
JSON

{
"baserow_template_version": 1,
"name": "Business Expenses",
"icon": "iconoir-dollar",
"keywords": [
"expense",
"expenses",
"expense tracker",
"business expenses",
"company expenses",
"money tracking",
"cost tracker",
"accounting",
"bookkeeping"
],
"categories": [
"Local Business",
"Professional",
"Finance"
],
"export": [
{
"id": 28555,
"name": "Business Expenses",
"order": 1,
"type": "database",
"tables": [
{
"id": 64084,
"name": "Expenses",
"order": 1,
"fields": [
{
"id": 377940,
"type": "formula",
"name": "Expense ID",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "concat( \n \"EXP\", \n if( \n row_id() < 10, \n concat(\"0000\", row_id()), \n if( \n row_id() < 100, \n concat(\"000\", row_id()), \n if( \n row_id() < 1000, \n concat(\"00\", row_id()), \n if( \n row_id() < 10000, \n concat(\"0\", row_id()), \n row_id() \n ) \n ) \n ) \n ) \n)",
"formula_type": "text"
},
{
"id": 377941,
"type": "date",
"name": "Transaction date",
"order": 1,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24"
},
{
"id": 377942,
"type": "long_text",
"name": "Description",
"order": 2,
"primary": false
},
{
"id": 385316,
"type": "link_row",
"name": "Supplier",
"order": 3,
"primary": false,
"link_row_table_id": 65256,
"link_row_related_field_id": 385317,
"has_related_field": true
},
{
"id": 385318,
"type": "link_row",
"name": "Expense type",
"order": 4,
"primary": false,
"link_row_table_id": 64768,
"link_row_related_field_id": 385319,
"has_related_field": true
},
{
"id": 385320,
"type": "number",
"name": "Amount",
"order": 5,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 385321,
"type": "link_row",
"name": "Disburser ID",
"order": 6,
"primary": false,
"link_row_table_id": 65267,
"link_row_related_field_id": 385322,
"has_related_field": true
},
{
"id": 385323,
"type": "lookup",
"name": "Disburser name",
"order": 7,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": "text",
"through_field_id": 385321,
"through_field_name": "Disburser ID",
"target_field_id": 385091,
"target_field_name": "Full name"
},
{
"id": 385324,
"type": "lookup",
"name": "Department",
"order": 8,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": "text",
"through_field_id": 385321,
"through_field_name": "Disburser ID",
"target_field_id": 385078,
"target_field_name": "Department"
},
{
"id": 385325,
"type": "file",
"name": "Receipt",
"order": 9,
"primary": false
},
{
"id": 385326,
"type": "boolean",
"name": "Is substantiated",
"order": 10,
"primary": false
},
{
"id": 385327,
"type": "long_text",
"name": "Remarks",
"order": 11,
"primary": false
},
{
"id": 385328,
"type": "single_select",
"name": "Status",
"order": 12,
"primary": false,
"select_options": [
{
"id": 112929,
"value": "Pending",
"color": "red",
"order": 0
},
{
"id": 112930,
"value": "Cancelled",
"color": "light-red",
"order": 1
},
{
"id": 112931,
"value": "Revoked",
"color": "orange",
"order": 2
},
{
"id": 112933,
"value": "For clearing",
"color": "dark-orange",
"order": 3
},
{
"id": 112934,
"value": "Approved",
"color": "dark-green",
"order": 4
}
]
},
{
"id": 385330,
"type": "link_row",
"name": "Approved by",
"order": 13,
"primary": false,
"link_row_table_id": 64972,
"link_row_related_field_id": 385331,
"has_related_field": true
},
{
"id": 385335,
"type": "created_on",
"name": "Dated filed",
"order": 14,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"timezone": "Asia/Singapore"
},
{
"id": 388118,
"type": "formula",
"name": "Estimated tax credit",
"order": 15,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 2,
"array_formula_type": "number",
"formula": "if( \n and( \n not(isblank(lookup(\"Expense type\", \"Tax-deductible percentage\"))), \n field(\"Is substantiated\") \n ), \n round( \n multiply( \n field(\"Amount\"), \n divide( \n lookup(\"Expense type\", \"Tax-deductible percentage\"), \n 100 \n ) \n ), \n 2 \n ), \n 0\n)",
"formula_type": "array"
}
],
"views": [
{
"id": 83357,
"type": "grid",
"name": "All expenses",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17336,
"field_id": 377941,
"order": "DESC"
}
],
"decorations": [
{
"id": 49,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "1449017d-2722-41f9-a475-f67819f7ebbf",
"color": "green",
"filters": [
{
"id": "379c5cdb-2825-4cc9-85ee-650b672116a6",
"type": "not_empty",
"field": 385330,
"value": ""
},
{
"id": "77fcbc6e-5bd5-4ff8-a4fb-6bfcc6feb02a",
"type": "single_select_equal",
"field": 385328,
"value": "112934"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 50,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "b6355449-ea9e-4a61-bef7-7ca589c12133",
"color": "light-red",
"filters": [
{
"id": "cc8661e1-0d38-428f-a8ee-7ef97e62dcb1",
"type": "boolean",
"field": 385326,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 476041,
"field_id": 377940,
"width": 131,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 476039,
"field_id": 377941,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 476040,
"field_id": 377942,
"width": 236,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485203,
"field_id": 385316,
"width": 185,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485205,
"field_id": 385318,
"width": 176,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485207,
"field_id": 385320,
"width": 111,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 485208,
"field_id": 385321,
"width": 139,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485210,
"field_id": 385323,
"width": 172,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485211,
"field_id": 385324,
"width": 188,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485212,
"field_id": 385325,
"width": 106,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 485213,
"field_id": 385326,
"width": 159,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 485216,
"field_id": 385327,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485215,
"field_id": 385328,
"width": 122,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485217,
"field_id": 385330,
"width": 171,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 485221,
"field_id": 385335,
"width": 148,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489062,
"field_id": 388118,
"width": 183,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 84951,
"type": "form",
"name": "Add new expense",
"order": 2,
"public": false,
"title": "Add new expense",
"description": "",
"cover_image": {
"name": "gQNa7MAUzSBW3KECZ2ZhHlYWSFqyVFoW_d06b3e213d7d717d75d5a65eb257de07d8ca6459cdb3d0a1735d89bad1a2b225.jpg",
"original_name": "Header_RolledMoney.01.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "Thank you for using this form. To add more expenses, please refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 23197,
"field_id": 377940,
"name": "",
"description": "Please type in the expense ID number for this expense. Ex: Exp00001",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23198,
"field_id": 377941,
"name": "",
"description": "Enter the date of the transaction when this expense was made.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23199,
"field_id": 377942,
"name": "",
"description": "Describe or list items paid for with this expense.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23200,
"field_id": 385316,
"name": "",
"description": "Please identify the supplier, merchant, or service provider that was paid for this expense.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23201,
"field_id": 385318,
"name": "",
"description": "Please select the type of expenditure incurred.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23202,
"field_id": 385320,
"name": "",
"description": "Enter the amount paid for this expense.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23203,
"field_id": 385321,
"name": "",
"description": "Choose the employee ID of the person who made the transaction for this expense.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23204,
"field_id": 385323,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23205,
"field_id": 385324,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23206,
"field_id": 385325,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23207,
"field_id": 385326,
"name": "",
"description": "Tick the checkbox below if this transaction has a valid and verifiable sales invoice or official receipt.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23208,
"field_id": 385327,
"name": "",
"description": "Write down details of this transaction or any other notes regarding this expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23209,
"field_id": 385328,
"name": "",
"description": "Please select the current status of this expense record.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23210,
"field_id": 385330,
"name": "",
"description": "Please select the supervisor who approved or authorized this transaction.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23211,
"field_id": 385335,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
},
{
"id": 84947,
"type": "grid",
"name": "Approved expenses",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26145,
"field_id": 385328,
"type": "single_select_equal",
"value": "112934"
},
{
"id": 26146,
"field_id": 385330,
"type": "not_empty",
"value": ""
}
],
"sortings": [
{
"id": 17337,
"field_id": 377941,
"order": "DESC"
}
],
"decorations": [
{
"id": 64,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c66683be-e885-49ae-9ea4-e52a3616a081",
"color": "light-red",
"filters": [
{
"id": "9fe3a754-3424-46fa-946d-5736fbc2978d",
"type": "boolean",
"field": 385326,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 485252,
"field_id": 377940,
"width": 129,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485253,
"field_id": 377941,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485254,
"field_id": 377942,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485255,
"field_id": 385316,
"width": 174,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485256,
"field_id": 385318,
"width": 174,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485257,
"field_id": 385320,
"width": 113,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 485258,
"field_id": 385321,
"width": 140,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485259,
"field_id": 385323,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485260,
"field_id": 385324,
"width": 170,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485261,
"field_id": 385325,
"width": 106,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 485262,
"field_id": 385326,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 485263,
"field_id": 385327,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485264,
"field_id": 385328,
"width": 115,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485265,
"field_id": 385330,
"width": 158,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485266,
"field_id": 385335,
"width": 152,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489063,
"field_id": 388118,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 84946,
"type": "grid",
"name": "Awaiting approval",
"order": 4,
"filter_type": "OR",
"filters_disabled": false,
"filters": [
{
"id": 26143,
"field_id": 385328,
"type": "single_select_not_equal",
"value": "112934"
},
{
"id": 26144,
"field_id": 385330,
"type": "empty",
"value": ""
}
],
"sortings": [
{
"id": 17338,
"field_id": 377941,
"order": "DESC"
}
],
"decorations": [
{
"id": 65,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "af453ac5-f9bf-42fb-aca7-20f976b6a885",
"color": "light-red",
"filters": [
{
"id": "d9cf978f-70f0-406f-bcca-236af7110e98",
"type": "boolean",
"field": 385326,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 485237,
"field_id": 377940,
"width": 129,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485238,
"field_id": 377941,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485239,
"field_id": 377942,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485240,
"field_id": 385316,
"width": 189,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485241,
"field_id": 385318,
"width": 175,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485242,
"field_id": 385320,
"width": 113,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 485243,
"field_id": 385321,
"width": 138,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485244,
"field_id": 385323,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485245,
"field_id": 385324,
"width": 154,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485246,
"field_id": 385325,
"width": 111,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 485247,
"field_id": 385326,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 485248,
"field_id": 385327,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485249,
"field_id": 385328,
"width": 117,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485250,
"field_id": 385330,
"width": 168,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485251,
"field_id": 385335,
"width": 150,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489064,
"field_id": 388118,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 85312,
"type": "grid",
"name": "Expenses this month",
"order": 5,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26317,
"field_id": 377941,
"type": "date_equals_month",
"value": "Asia/Singapore"
}
],
"sortings": [
{
"id": 17341,
"field_id": 377941,
"order": "ASC"
}
],
"decorations": [
{
"id": 62,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a6d632a0-a3e8-4e0c-b974-cc44c980cd58",
"color": "green",
"filters": [
{
"id": "1c48b7cd-51d4-4175-88e4-b5f220aa8ad5",
"type": "single_select_equal",
"field": 385328,
"value": "112934"
},
{
"id": "709140d8-52fa-4d27-8620-6281d4a6a84b",
"type": "not_empty",
"field": 385330,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 63,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "781bed8f-84d5-42e4-99eb-12ae70230d80",
"color": "light-red",
"filters": [
{
"id": "76f6da2e-8a17-4f39-bd5e-8d734011f169",
"type": "boolean",
"field": 385326,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 488184,
"field_id": 377940,
"width": 129,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488185,
"field_id": 377941,
"width": 167,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488186,
"field_id": 377942,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488187,
"field_id": 385316,
"width": 187,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488188,
"field_id": 385318,
"width": 175,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488189,
"field_id": 385320,
"width": 113,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 488190,
"field_id": 385321,
"width": 141,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488191,
"field_id": 385323,
"width": 161,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488192,
"field_id": 385324,
"width": 169,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488193,
"field_id": 385325,
"width": 108,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 488194,
"field_id": 385326,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 488195,
"field_id": 385327,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488196,
"field_id": 385328,
"width": 110,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488197,
"field_id": 385330,
"width": 141,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 488198,
"field_id": 385335,
"width": 152,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489065,
"field_id": 388118,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 85313,
"type": "grid",
"name": "Expenses this year",
"order": 6,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26318,
"field_id": 377941,
"type": "date_equals_year",
"value": "Asia/Singapore"
}
],
"sortings": [
{
"id": 17342,
"field_id": 377941,
"order": "ASC"
}
],
"decorations": [
{
"id": 60,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c2a1b976-ba07-4300-9b3c-9bbc0a9b7ee8",
"color": "green",
"filters": [
{
"id": "6e65d30e-5828-44fd-a572-2207149c589c",
"type": "single_select_equal",
"field": 385328,
"value": "112934"
},
{
"id": "4c254c3e-8cd4-4f6c-9b39-6bcdd0d90de6",
"type": "not_empty",
"field": 385330,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 61,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "1fadf039-b8c6-4737-a2db-cfd1b94bf60a",
"color": "light-red",
"filters": [
{
"id": "e757b274-50c6-4f63-b6d0-ced95bc45fae",
"type": "boolean",
"field": 385326,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 488199,
"field_id": 377940,
"width": 131,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488200,
"field_id": 377941,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488201,
"field_id": 377942,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488202,
"field_id": 385316,
"width": 186,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488203,
"field_id": 385318,
"width": 173,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488204,
"field_id": 385320,
"width": 111,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 488205,
"field_id": 385321,
"width": 139,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488206,
"field_id": 385323,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488207,
"field_id": 385324,
"width": 177,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488208,
"field_id": 385325,
"width": 106,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 488209,
"field_id": 385326,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 488210,
"field_id": 385327,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488211,
"field_id": 385328,
"width": 115,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488212,
"field_id": 385330,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 488213,
"field_id": 385335,
"width": 152,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489066,
"field_id": 388118,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 84948,
"type": "grid",
"name": "Substantiated expenses",
"order": 7,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26147,
"field_id": 385326,
"type": "boolean",
"value": "1"
},
{
"id": 26150,
"field_id": 385325,
"type": "not_empty",
"value": ""
}
],
"sortings": [
{
"id": 17339,
"field_id": 377941,
"order": "DESC"
}
],
"decorations": [
{
"id": 59,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "de4f9390-a436-4868-ac53-f4ce37b83b5b",
"color": "green",
"filters": [
{
"id": "0437df08-f30e-4097-a959-7354f5a34b73",
"type": "single_select_equal",
"field": 385328,
"value": "112934"
},
{
"id": "3c438966-eae5-433e-a891-b00b9d5468cf",
"type": "not_empty",
"field": 385330,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 485267,
"field_id": 377940,
"width": 130,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485268,
"field_id": 377941,
"width": 165,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485269,
"field_id": 377942,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485270,
"field_id": 385316,
"width": 184,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485271,
"field_id": 385318,
"width": 176,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485272,
"field_id": 385320,
"width": 110,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 485273,
"field_id": 385321,
"width": 139,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485274,
"field_id": 385323,
"width": 162,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485275,
"field_id": 385324,
"width": 172,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485276,
"field_id": 385325,
"width": 107,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485277,
"field_id": 385326,
"width": 159,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485278,
"field_id": 385327,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485279,
"field_id": 385328,
"width": 122,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485280,
"field_id": 385330,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 485281,
"field_id": 385335,
"width": 152,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489067,
"field_id": 388118,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 84949,
"type": "grid",
"name": "Unsubstantiated expenses",
"order": 8,
"filter_type": "OR",
"filters_disabled": false,
"filters": [
{
"id": 26148,
"field_id": 385326,
"type": "boolean",
"value": ""
},
{
"id": 26149,
"field_id": 385325,
"type": "empty",
"value": ""
}
],
"sortings": [
{
"id": 17340,
"field_id": 377941,
"order": "DESC"
}
],
"decorations": [
{
"id": 58,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "e4e57a28-d9f9-4b22-b360-c26c5c404c91",
"color": "green",
"filters": [
{
"id": "d7e14139-f3ab-4087-a5fa-a529d289deaa",
"type": "not_empty",
"field": 385330,
"value": ""
},
{
"id": "fc780772-2fee-4212-8414-d5b756c94583",
"type": "single_select_equal",
"field": 385328,
"value": "112934"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 485283,
"field_id": 377940,
"width": 128,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485284,
"field_id": 377941,
"width": 165,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485285,
"field_id": 377942,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485286,
"field_id": 385316,
"width": 183,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485287,
"field_id": 385318,
"width": 173,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485288,
"field_id": 385320,
"width": 112,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 485289,
"field_id": 385321,
"width": 139,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485290,
"field_id": 385323,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485291,
"field_id": 385324,
"width": 136,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485292,
"field_id": 385325,
"width": 107,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 485293,
"field_id": 385326,
"width": 160,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485294,
"field_id": 385327,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485295,
"field_id": 385328,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485296,
"field_id": 385330,
"width": 139,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 485297,
"field_id": 385335,
"width": 148,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489068,
"field_id": 388118,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 84969,
"type": "kanban",
"name": "Expenses by status",
"order": 9,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 385328,
"field_options": [
{
"id": 2801,
"field_id": 377940,
"hidden": false,
"order": 32767
},
{
"id": 2802,
"field_id": 377941,
"hidden": true,
"order": 32767
},
{
"id": 2803,
"field_id": 377942,
"hidden": false,
"order": 32767
},
{
"id": 2804,
"field_id": 385316,
"hidden": true,
"order": 32767
},
{
"id": 2805,
"field_id": 385318,
"hidden": true,
"order": 32767
},
{
"id": 2806,
"field_id": 385320,
"hidden": false,
"order": 32767
},
{
"id": 2807,
"field_id": 385321,
"hidden": true,
"order": 32767
},
{
"id": 2808,
"field_id": 385323,
"hidden": false,
"order": 32767
},
{
"id": 2809,
"field_id": 385324,
"hidden": false,
"order": 32767
},
{
"id": 2810,
"field_id": 385325,
"hidden": true,
"order": 32767
},
{
"id": 2811,
"field_id": 385326,
"hidden": true,
"order": 32767
},
{
"id": 2812,
"field_id": 385327,
"hidden": true,
"order": 32767
},
{
"id": 2813,
"field_id": 385328,
"hidden": true,
"order": 32767
},
{
"id": 2814,
"field_id": 385330,
"hidden": true,
"order": 32767
},
{
"id": 2815,
"field_id": 385335,
"hidden": true,
"order": 32767
}
]
},
{
"id": 85431,
"type": "grid",
"name": "2022 Quarter 1",
"order": 10,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26376,
"field_id": 377941,
"type": "date_after",
"value": "2021-12-31"
},
{
"id": 26377,
"field_id": 377941,
"type": "date_before",
"value": "2022-04-01"
}
],
"sortings": [
{
"id": 17359,
"field_id": 377941,
"order": "ASC"
}
],
"decorations": [
{
"id": 66,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "8ab2827b-45cf-4b3f-ac7f-d37bde2b3e63",
"color": "green",
"filters": [
{
"id": "5db56a8e-f816-483d-8d70-9b65179d91a3",
"type": "single_select_equal",
"field": 385328,
"value": "112934"
},
{
"id": "4637b011-49d3-4d6d-8592-e7420473c0c9",
"type": "not_empty",
"field": 385330,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 67,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "75211730-0371-4145-958b-7ab6b854b017",
"color": "light-red",
"filters": [
{
"id": "757ade28-fd54-4729-a1ef-05d9b6816141",
"type": "boolean",
"field": 385326,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 488993,
"field_id": 377940,
"width": 129,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488994,
"field_id": 377941,
"width": 166,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488995,
"field_id": 377942,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488996,
"field_id": 385316,
"width": 184,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488997,
"field_id": 385318,
"width": 177,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488998,
"field_id": 385320,
"width": 115,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 488999,
"field_id": 385321,
"width": 140,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489000,
"field_id": 385323,
"width": 158,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489001,
"field_id": 385324,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489002,
"field_id": 385325,
"width": 107,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 489003,
"field_id": 385326,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 489004,
"field_id": 385327,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489005,
"field_id": 385328,
"width": 127,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489006,
"field_id": 385330,
"width": 166,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 489007,
"field_id": 385335,
"width": 149,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489069,
"field_id": 388118,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 85432,
"type": "grid",
"name": "2022 Quarter 2",
"order": 11,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26378,
"field_id": 377941,
"type": "date_after",
"value": "2022-03-31"
},
{
"id": 26379,
"field_id": 377941,
"type": "date_before",
"value": "2022-07-01"
}
],
"sortings": [
{
"id": 17360,
"field_id": 377941,
"order": "ASC"
}
],
"decorations": [
{
"id": 68,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "5ed74c7f-2795-4875-ad78-13e0bb62ff35",
"color": "green",
"filters": [
{
"id": "305b4a7e-5a8c-4190-95ce-61b89b0662aa",
"type": "single_select_equal",
"field": 385328,
"value": "112934"
},
{
"id": "fa18ae93-a971-4b28-adc8-6ec2898d1b54",
"type": "not_empty",
"field": 385330,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 69,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "8cd55fe4-20ed-490d-bdce-e9c2006b96dd",
"color": "light-red",
"filters": [
{
"id": "5e8b147e-3595-4869-9457-a55a0752fcc8",
"type": "boolean",
"field": 385326,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 489008,
"field_id": 377940,
"width": 128,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489009,
"field_id": 377941,
"width": 166,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489010,
"field_id": 377942,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489011,
"field_id": 385316,
"width": 187,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489012,
"field_id": 385318,
"width": 174,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489013,
"field_id": 385320,
"width": 112,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 489014,
"field_id": 385321,
"width": 137,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489015,
"field_id": 385323,
"width": 167,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489016,
"field_id": 385324,
"width": 173,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489017,
"field_id": 385325,
"width": 106,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 489018,
"field_id": 385326,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 489019,
"field_id": 385327,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489020,
"field_id": 385328,
"width": 122,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489021,
"field_id": 385330,
"width": 159,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 489022,
"field_id": 385335,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489070,
"field_id": 388118,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 85434,
"type": "grid",
"name": "2022 Quarter 3",
"order": 12,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26380,
"field_id": 377941,
"type": "date_after",
"value": "2022-06-30"
},
{
"id": 26381,
"field_id": 377941,
"type": "date_before",
"value": "2022-10-01"
}
],
"sortings": [
{
"id": 17361,
"field_id": 377941,
"order": "ASC"
}
],
"decorations": [
{
"id": 70,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "7e4bf203-fd27-4551-9ac5-ca38bb9be07d",
"color": "green",
"filters": [
{
"id": "ed46fe88-a7bc-46ea-bed3-eb08b3d81b78",
"type": "single_select_equal",
"field": 385328,
"value": "112934"
},
{
"id": "b8de81a7-f869-42bf-a17e-6cfc270d7174",
"type": "not_empty",
"field": 385330,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 71,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "f75e1e7f-ed17-41dc-bb0d-a0868a40e278",
"color": "light-red",
"filters": [
{
"id": "5819de56-1e4f-4308-a205-de92d7c0cb4d",
"type": "boolean",
"field": 385326,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 489026,
"field_id": 377940,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489027,
"field_id": 377941,
"width": 165,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489028,
"field_id": 377942,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489029,
"field_id": 385316,
"width": 189,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489030,
"field_id": 385318,
"width": 166,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489031,
"field_id": 385320,
"width": 110,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 489032,
"field_id": 385321,
"width": 137,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489033,
"field_id": 385323,
"width": 170,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489034,
"field_id": 385324,
"width": 172,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489035,
"field_id": 385325,
"width": 107,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 489036,
"field_id": 385326,
"width": 159,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 489037,
"field_id": 385327,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489038,
"field_id": 385328,
"width": 131,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489039,
"field_id": 385330,
"width": 175,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 489040,
"field_id": 385335,
"width": 168,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 489071,
"field_id": 388118,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-13T09:36:45.832992+00:00",
"updated_on": "2022-05-19T15:01:32.242348+00:00",
"field_377940": null,
"field_377941": "2022-01-12",
"field_377942": "12 gallons of gasoline",
"field_385316": [
3
],
"field_385318": [
8
],
"field_385320": "48.00",
"field_385321": [
4
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "true",
"field_385327": "Gas for company service unit.",
"field_385328": 112934,
"field_385330": [
1
],
"field_385335": null,
"field_388118": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-13T09:36:45.834787+00:00",
"updated_on": "2022-05-19T15:01:35.833220+00:00",
"field_377940": null,
"field_377941": "2022-01-19",
"field_377942": "12 gallons of gasoline",
"field_385316": [
3
],
"field_385318": [
8
],
"field_385320": "48.00",
"field_385321": [
2
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "true",
"field_385327": "Gas for company service unit.",
"field_385328": 112934,
"field_385330": [
1
],
"field_385335": null,
"field_388118": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-18T17:01:03.705211+00:00",
"updated_on": "2022-05-19T15:01:39.432274+00:00",
"field_377940": null,
"field_377941": "2022-01-12",
"field_377942": "15 gallons of gasoline",
"field_385316": [
3
],
"field_385318": [
8
],
"field_385320": "60.00",
"field_385321": [
5
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "true",
"field_385327": "Gas for company service unit.",
"field_385328": 112934,
"field_385330": [
1
],
"field_385335": null,
"field_388118": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-18T17:36:58.379674+00:00",
"updated_on": "2022-05-19T15:01:42.657042+00:00",
"field_377940": null,
"field_377941": "2022-01-05",
"field_377942": "Online training and certification on internet marketing",
"field_385316": [
12
],
"field_385318": [
15
],
"field_385320": "120.00",
"field_385321": [
20
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "true",
"field_385327": "Advance internet marketing online training for the company's marketing enhancements initiative.",
"field_385328": 112934,
"field_385330": [
10
],
"field_385335": null,
"field_388118": null
},
{
"id": 7,
"order": "6.00000000000000000000",
"created_on": "2022-05-18T17:37:21.918243+00:00",
"updated_on": "2022-05-19T15:01:46.239294+00:00",
"field_377940": null,
"field_377941": "2022-01-19",
"field_377942": "Advance Python programming for app developers",
"field_385316": [
12
],
"field_385318": [
15
],
"field_385320": "200.00",
"field_385321": [
12
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "true",
"field_385327": "Employee was sent to an advanced Python programming course for the system upgrade project.",
"field_385328": 112934,
"field_385330": [
8
],
"field_385335": null,
"field_388118": null
},
{
"id": 8,
"order": "7.00000000000000000000",
"created_on": "2022-05-18T18:33:39.980212+00:00",
"updated_on": "2022-05-19T16:22:57.707679+00:00",
"field_377940": null,
"field_377941": "2022-01-19",
"field_377942": "3D game programming course",
"field_385316": [
12
],
"field_385318": [
15
],
"field_385320": "250.00",
"field_385321": [
23
],
"field_385323": null,
"field_385324": null,
"field_385325": [],
"field_385326": "false",
"field_385327": "Employee initiative for self development. However, the course was not aligned with the department's annual strategic plans.",
"field_385328": 112930,
"field_385330": [],
"field_385335": null,
"field_388118": null
},
{
"id": 9,
"order": "8.00000000000000000000",
"created_on": "2022-05-19T14:51:33.524631+00:00",
"updated_on": "2022-05-19T15:01:54.592393+00:00",
"field_377940": null,
"field_377941": "2022-01-30",
"field_377942": "Charitable donation for the annual outreach program.",
"field_385316": [
7
],
"field_385318": [
9
],
"field_385320": "1800.00",
"field_385321": [
3
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "true",
"field_385327": "Little Angels Foundation is a tax-accredited institution, which means we can write-off up to 25% of our taxable income through donations.",
"field_385328": 112934,
"field_385330": [
1
],
"field_385335": null,
"field_388118": null
},
{
"id": 10,
"order": "9.00000000000000000000",
"created_on": "2022-05-19T15:01:04.163946+00:00",
"updated_on": "2022-05-19T15:07:32.119952+00:00",
"field_377940": null,
"field_377941": "2022-01-05",
"field_377942": "Sandwiches for everybody in the office today.",
"field_385316": [
8
],
"field_385318": [
7
],
"field_385320": "250.00",
"field_385321": [
22
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "true",
"field_385327": "A mini New Year kick-off was held in the office today. Everyone gets a sandwich for snack break.",
"field_385328": 112934,
"field_385330": [
7
],
"field_385335": null,
"field_388118": null
},
{
"id": 11,
"order": "10.00000000000000000000",
"created_on": "2022-05-19T15:07:52.579243+00:00",
"updated_on": "2022-05-19T15:19:45.610188+00:00",
"field_377940": null,
"field_377941": "2022-01-05",
"field_377942": "Gruber ride on the way to pick-up sandwiches",
"field_385316": [
14
],
"field_385318": [
22
],
"field_385320": "12.00",
"field_385321": [
22
],
"field_385323": null,
"field_385324": null,
"field_385325": [],
"field_385326": "false",
"field_385327": "Employee paid for the Gruber ride but was not able to secure a receipt on the way to get sandwiches for everyone.",
"field_385328": 112934,
"field_385330": [
7
],
"field_385335": null,
"field_388118": null
},
{
"id": 12,
"order": "11.00000000000000000000",
"created_on": "2022-05-19T15:15:27.820568+00:00",
"updated_on": "2022-05-21T16:02:50.306953+00:00",
"field_377940": null,
"field_377941": "2022-05-25",
"field_377942": "Office cleaning and disinfection",
"field_385316": [
15
],
"field_385318": [
11
],
"field_385320": "480.00",
"field_385321": [
6
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "false",
"field_385327": "The service provider's receipt is not valid for expense substantiation.",
"field_385328": 112929,
"field_385330": [],
"field_385335": null,
"field_388118": null
},
{
"id": 14,
"order": "12.00000000000000000000",
"created_on": "2022-05-19T15:55:23.054756+00:00",
"updated_on": "2022-05-19T15:56:21.882839+00:00",
"field_377940": null,
"field_377941": "2022-05-25",
"field_377942": "Packaging boxes for the office",
"field_385316": [
9
],
"field_385318": [
32
],
"field_385320": "135.00",
"field_385321": [
6
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "true",
"field_385327": "Employees were requesting boxes. Ordered several for the office.",
"field_385328": 112929,
"field_385330": [],
"field_385335": null,
"field_388118": null
},
{
"id": 15,
"order": "13.00000000000000000000",
"created_on": "2022-05-19T15:57:48.797410+00:00",
"updated_on": "2022-05-19T16:00:38.025129+00:00",
"field_377940": null,
"field_377941": "2022-05-10",
"field_377942": "Gruber ride to the client office",
"field_385316": [
14
],
"field_385318": [
22
],
"field_385320": "25.00",
"field_385321": [
13
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "false",
"field_385327": "The Gruber driver did not issue a valid official receipt.",
"field_385328": 112934,
"field_385330": [
8
],
"field_385335": null,
"field_388118": null
},
{
"id": 16,
"order": "14.00000000000000000000",
"created_on": "2022-05-19T16:19:38.647109+00:00",
"updated_on": "2022-05-19T16:22:45.534294+00:00",
"field_377940": null,
"field_377941": "2022-05-03",
"field_377942": "12 gallons of gasoline",
"field_385316": [
3
],
"field_385318": [
8
],
"field_385320": "48.00",
"field_385321": [
8
],
"field_385323": null,
"field_385324": null,
"field_385325": [],
"field_385326": "false",
"field_385327": "The vehicle used was not a company business vehicle. Plus, the employee lost the receipt or sales invoice.",
"field_385328": 112931,
"field_385330": [],
"field_385335": null,
"field_388118": null
},
{
"id": 17,
"order": "15.00000000000000000000",
"created_on": "2022-05-19T16:23:35.010474+00:00",
"updated_on": "2022-05-19T16:26:27.962462+00:00",
"field_377940": null,
"field_377941": "2022-05-31",
"field_377942": "The office's Internet and telephone bill.",
"field_385316": [
11
],
"field_385318": [
34
],
"field_385320": "750.00",
"field_385321": [
2
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "true",
"field_385327": "This expense covers the R & D office's internet and telephone bills.",
"field_385328": 112933,
"field_385330": [
1
],
"field_385335": null,
"field_388118": null
},
{
"id": 18,
"order": "16.00000000000000000000",
"created_on": "2022-05-19T16:29:14.172318+00:00",
"updated_on": "2022-05-19T16:31:53.431015+00:00",
"field_377940": null,
"field_377941": "2022-05-17",
"field_377942": "Office's water utility bill",
"field_385316": [
10
],
"field_385318": [
34
],
"field_385320": "250.00",
"field_385321": [
6
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "true",
"field_385327": "This covers the office's water utility bill for the month.",
"field_385328": 112934,
"field_385330": [
1
],
"field_385335": null,
"field_388118": null
},
{
"id": 19,
"order": "17.00000000000000000000",
"created_on": "2022-05-19T16:34:35.747035+00:00",
"updated_on": "2022-05-19T16:36:52.214773+00:00",
"field_377940": null,
"field_377941": "2022-04-12",
"field_377942": "5 gallons of gasoline",
"field_385316": [
3
],
"field_385318": [
8
],
"field_385320": "20.00",
"field_385321": [
3
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "true",
"field_385327": "Gas for company service unit.",
"field_385328": 112934,
"field_385330": [
1
],
"field_385335": null,
"field_388118": null
},
{
"id": 20,
"order": "18.00000000000000000000",
"created_on": "2022-05-19T16:37:00.801534+00:00",
"updated_on": "2022-05-19T16:40:19.422689+00:00",
"field_377940": null,
"field_377941": "2022-04-20",
"field_377942": "Pizza for R & D team.",
"field_385316": [
1
],
"field_385318": [
7
],
"field_385320": "180.00",
"field_385321": [
10
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "true",
"field_385327": "The R & D team had a pizza lunch meeting.",
"field_385328": 112934,
"field_385330": [
5
],
"field_385335": null,
"field_388118": null
},
{
"id": 21,
"order": "19.00000000000000000000",
"created_on": "2022-05-19T16:41:06.392726+00:00",
"updated_on": "2022-05-19T16:44:12.014350+00:00",
"field_377940": null,
"field_377941": "2022-05-10",
"field_377942": "8 gallons of gasoline",
"field_385316": [
3
],
"field_385318": [
8
],
"field_385320": "32.00",
"field_385321": [
8
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "true",
"field_385327": "Gas for company service unit.",
"field_385328": 112934,
"field_385330": [
9
],
"field_385335": null,
"field_388118": null
},
{
"id": 22,
"order": "20.00000000000000000000",
"created_on": "2022-05-20T09:15:52.412876+00:00",
"updated_on": "2022-05-20T09:19:08.250696+00:00",
"field_377940": null,
"field_377941": "2022-05-17",
"field_377942": "Staples and A4 sized papers.",
"field_385316": [
5
],
"field_385318": [
32
],
"field_385320": "75.00",
"field_385321": [
17
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "true",
"field_385327": "Some office supplies purchased for this month.",
"field_385328": 112934,
"field_385330": [
5
],
"field_385335": null,
"field_388118": null
},
{
"id": 23,
"order": "21.00000000000000000000",
"created_on": "2022-05-20T09:19:27.059923+00:00",
"updated_on": "2022-05-20T09:22:21.330941+00:00",
"field_377940": null,
"field_377941": "2022-05-17",
"field_377942": "Print papers, pens, staples, and markers.",
"field_385316": [
5
],
"field_385318": [
32
],
"field_385320": "125.00",
"field_385321": [
14
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "true",
"field_385327": "Purchased additional office supplies for this month.",
"field_385328": 112934,
"field_385330": [
5
],
"field_385335": null,
"field_388118": null
},
{
"id": 24,
"order": "22.00000000000000000000",
"created_on": "2022-05-20T09:23:09.976949+00:00",
"updated_on": "2022-05-20T09:24:53.640991+00:00",
"field_377940": null,
"field_377941": "2022-05-17",
"field_377942": "Markers, staples, and pens",
"field_385316": [
5
],
"field_385318": [
32
],
"field_385320": "70.00",
"field_385321": [
18
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "true",
"field_385327": "More office supplies for this month.",
"field_385328": 112934,
"field_385330": [
2
],
"field_385335": null,
"field_388118": null
},
{
"id": 25,
"order": "23.00000000000000000000",
"created_on": "2022-05-20T10:40:12.872897+00:00",
"updated_on": "2022-05-20T10:42:59.453379+00:00",
"field_377940": null,
"field_377941": "2022-06-30",
"field_377942": "18 gallons of gasoline",
"field_385316": [
3
],
"field_385318": [
8
],
"field_385320": "72.00",
"field_385321": [
1
],
"field_385323": null,
"field_385324": null,
"field_385325": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_385326": "false",
"field_385327": "Availing the pre-order promo of the gas company.",
"field_385328": 112929,
"field_385330": [],
"field_385335": null,
"field_388118": null
},
{
"id": 27,
"order": "25.00000000000000000000",
"created_on": "2022-05-20T10:54:18.054237+00:00",
"updated_on": "2022-05-21T16:00:30.219702+00:00",
"field_377940": null,
"field_377941": "2022-09-30",
"field_377942": "Research and development department's annual pizza and booze day.",
"field_385316": [
1
],
"field_385318": [
7
],
"field_385320": "350.00",
"field_385321": [
2
],
"field_385323": null,
"field_385324": null,
"field_385325": [],
"field_385326": "false",
"field_385327": "The research and development department is holding its annual pizza and booze day this September. Planning and budgeting are in progress. Requests for approval were already submitted.",
"field_385328": 112929,
"field_385330": [],
"field_385335": null,
"field_388118": null
}
]
},
{
"id": 64768,
"name": "Expense types",
"order": 2,
"fields": [
{
"id": 382010,
"type": "text",
"name": "Type",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 382011,
"type": "long_text",
"name": "Description",
"order": 1,
"primary": false
},
{
"id": 382012,
"type": "number",
"name": "Tax-deductible percentage",
"order": 2,
"primary": false,
"number_decimal_places": 1,
"number_negative": true
},
{
"id": 385309,
"type": "formula",
"name": "Expense count",
"order": 3,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(filter(field(\"Related expenses\"), not(isblank(lookup(\"Related expenses\", \"Approved by\")))))",
"formula_type": "number"
},
{
"id": 385319,
"type": "link_row",
"name": "Related expenses",
"order": 4,
"primary": false,
"link_row_table_id": 64084,
"link_row_related_field_id": 385318,
"has_related_field": true
}
],
"views": [
{
"id": 84054,
"type": "grid",
"name": "All expense types",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17185,
"field_id": 382010,
"order": "ASC"
}
],
"decorations": [
{
"id": 45,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c24c5c30-e76a-41dd-85ac-cc2c42a17f90",
"color": "light-gray",
"filters": [
{
"id": "e28836bb-8e0e-46e3-8bae-5d19f65a3baf",
"type": "empty",
"field": 382012,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 46,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "8a74bbfc-e20a-4746-be3d-c8658ac8497d",
"color": "green",
"filters": [
{
"id": "37756926-482a-4ca2-ae5c-6153a600b430",
"type": "not_empty",
"field": 385309,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 479959,
"field_id": 382010,
"width": 271,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 479957,
"field_id": 382011,
"width": 400,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 479958,
"field_id": 382012,
"width": 226,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485191,
"field_id": 385309,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485206,
"field_id": 385319,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-16T15:07:53.143157+00:00",
"updated_on": "2022-05-21T15:24:54.338857+00:00",
"field_382010": "Advertising and marketing",
"field_382011": "Grow your company and pay less tax. Advertising on Instagram or in the newspaper is a tax deduction.\n\nThis includes both the cost of posting the ad and any fees for writing and designing it. Subscriptions can be deducted.\n\nAs long as they're business-related, you can claim money spent on advertising and promotion. For example, engaging a freelancer to develop a business brand or sending write-ups to clients.\n\nThere is excellent news regarding advertising and marketing costs. The list of deductible expenses is lengthy.\n\nYou can't deduct political campaign or event sponsorship costs for your business.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-16T15:07:53.145537+00:00",
"updated_on": "2022-05-21T15:24:59.740268+00:00",
"field_382010": "Bank fees",
"field_382011": "The fees your bank charges you to keep your business checking account open or to use it are tax deductible. It's fine to deduct service fees, fees for moving money, and fees for going overdrawn from your business bank or credit card account. The same is true for fees paid to a third-party payment processor by a merchant or for a transaction.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-17T17:14:30.433570+00:00",
"updated_on": "2022-05-21T15:25:02.130506+00:00",
"field_382010": "Bonus depreciation",
"field_382011": "Until 2022, you can deduct the full cost of qualified property. This refers to tangible property that has a recovery period of 20% or less. Certain off-the-shelf computer software, certain film, television, and theatrical production costs, and some plants that bear fruit and nuts are examples.\n\n\nYou can fully deduct the cost of leasing equipment or machinery for your business. Printers and copiers, as well as vans and trucks, are examples of this. Depreciation on equipment and machinery can also be claimed. However, these expenses must be spread out over several years.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-17T17:14:31.497119+00:00",
"updated_on": "2022-05-17T17:51:38.125843+00:00",
"field_382010": "Business gifts",
"field_382011": "Client, customer, and other business associates' holiday gifts are deductible business expenses. However, you can only deduct $25 per year for business gifts given to any one person. Promotional items, like pens and calendars, do not count toward the limit if they cost $4 or less, have your company's name printed on them in a clear and permanent way, and are one of many identical items that are widely distributed.\n\nAccording to IRS Publication 463, employee gifts are tax deductible up to $25 per year per employee.",
"field_382012": null,
"field_385309": null,
"field_385319": []
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-17T17:14:35.879854+00:00",
"updated_on": "2022-05-21T15:25:05.171807+00:00",
"field_382010": "Business income",
"field_382011": "Owners of businesses who report their operations on Schedule C of their personal income tax return are eligible for a 20% deduction on their business income. For high-income earners (over $160,000 for single filers, $160,725 for married filing separately, and $321,400 for joint filers), the deduction phases out.",
"field_382012": "20.0",
"field_385309": null,
"field_385319": []
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-05-17T17:14:37.024779+00:00",
"updated_on": "2022-05-21T15:25:07.961728+00:00",
"field_382010": "Business insurance premiums",
"field_382011": "The majority of businesses will purchase business insurance. The cost of the business owner's health insurance, business continuation insurance, and policy are all fully deductible. Property insurance, liability coverage, malpractice insurance, workers' compensation costs, auto insurance, business-provided employee life insurance, and business interruption insurance are all examples of deductible insurance policies.\n\nThis category includes premiums paid on business interruption, business vehicle, liability, professional liability/malpractice, and workers' compensation insurance policies. Employee health, dental, vision, and life insurance premiums all rise. One caveat: if you or your business is the policy's beneficiary, your life insurance premiums are not deductible.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-05-17T17:14:37.817083+00:00",
"updated_on": "2022-05-21T15:25:11.936090+00:00",
"field_382010": "Business meals",
"field_382011": "Providing meals and events for clients? This can also be deducted if it is necessary for your business. It should be noted that most meal expenses are only deductible up to 50%. However, certain types of meals, such as those served at an office party, are completely deductible. To get the most out of this deduction, keep your receipts and write down why the meal was for business.\n\nYou can deduct 50% of \"qualifying\" food and beverage expenses. \"Qualifying\" means that the meal must be an ordinary and necessary part of doing business, such as discussing your services with a prospective client or showing your company's new merchandise to an existing or potential customer. It can't be expensive or lavish, and you or one of your employees must be there when the food and drinks are eaten or drunk at the restaurant or other location.\n\nEmployee meal expenses are also deductible. You can deduct the full cost of food and beverages served at office social events like parties and picnics. Meals given to employees for other reasons, like dinner when they work late, are 50% deductible.",
"field_382012": "50.0",
"field_385309": null,
"field_385319": [
10,
20,
26,
27
]
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-05-17T17:14:38.572476+00:00",
"updated_on": "2022-05-21T15:25:14.751307+00:00",
"field_382010": "Business use of your vehicle",
"field_382011": "You can claim a wide range of business expenses if you use your car to take packages somewhere (like the post office), meet with clients, or do any other business-related task.\n\nWhen you only use your car for business, you can deduct the full cost of keeping it running. But if you use it for both business and pleasure, you'll have to figure out how much of the cost of operation is for business.\n\nIf you only use your car for business, all of its costs are tax-deductible. If you use it for both business and pleasure, only a portion of its costs are tax-deductible. If you don't use your car for business, you can only deduct the costs related to that use. For example, you can deduct the cost of gas and tolls when driving to appointments with clients, but not when driving your family to the beach.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": [
1,
2,
3,
16,
19,
21,
25
]
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-05-17T17:14:39.678776+00:00",
"updated_on": "2022-05-21T15:26:12.888193+00:00",
"field_382010": "Charitable contributions",
"field_382011": "Contributions are not deductible as a business expense for sole proprietors, limited liability companies (LLCs), or partnerships, but you as the business owner may be able to claim the deduction on Schedule A. The donation must be made to an accredited organization. Corporations can deduct up to 25% of their taxable income in charitable contributions.",
"field_382012": "25.0",
"field_385309": null,
"field_385319": [
9
]
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-05-17T17:14:41.157744+00:00",
"updated_on": "2022-05-21T15:26:15.369699+00:00",
"field_382010": "Child and dependent care",
"field_382011": "For this deduction to apply, the person you're paying to take care of must be a child under 13 or a spouse or other dependent who can't take care of him or herself because of illness or old age. Depending on how much money you make, the credit is worth 25% to 30% of the expenses you can claim.",
"field_382012": "25.0",
"field_385309": null,
"field_385319": []
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-05-17T17:14:42.383289+00:00",
"updated_on": "2022-05-21T15:46:02.499541+00:00",
"field_382010": "Cleaning supplies and janitorial services",
"field_382011": "Expenses incurred in maintaining your firm sanitary are eligible for this deduction. Those items include cleaning products, trash removal, and recycling.\n\nAll properties that have been cleaned qualify. As an example, you might be able to write off the cost of cleaning and sanitizing your retail store and office as a business expense.\n\nIt is possible to deduct some of the money you pay an individual or cleaning business to keep your home clean if you operate a home office. The office's square footage determines the deduction.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": [
12
]
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2022-05-17T17:14:43.338085+00:00",
"updated_on": "2022-05-21T15:46:25.094150+00:00",
"field_382010": "Contract labor",
"field_382011": "If you hire freelancers or independent contractors for anything related to your business, like taking photos of products for your online store, you can deduct the cost of their services from your taxes.\n\nMake sure to get 1099 forms from independent contractors before they start working for you, and file them correctly (you'll need to send one copy to the contractor and another to the IRS before the deadline).\n\nPayments to freelancers and people who work on their own are tax-deductible. Give a 1099-MISC form to anyone who does work for your business worth $600 or more in any tax year.",
"field_382012": null,
"field_385309": null,
"field_385319": []
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2022-05-17T17:14:44.229262+00:00",
"updated_on": "2022-05-21T15:25:30.148939+00:00",
"field_382010": "Cost of goods sold",
"field_382011": "If your organization makes or resells things, you must value inventory at the beginning and end of each tax year to establish COGS. Some of your business expenses may be factored into your CGS. Gross receipts minus the cost of products sold equals annual gross profit. You can't deduct a cost of goods sold charge as a business expense.\n\nThis isn't a standard deduction; it's considered in inventory revenue. You don't deduct inventory costs (cost of goods sold); instead, you subtract gross receipts from inventory sales to adjust your income.",
"field_382012": null,
"field_385309": null,
"field_385319": []
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2022-05-17T17:14:45.362885+00:00",
"updated_on": "2022-05-21T15:25:33.626797+00:00",
"field_382010": "Depreciation",
"field_382011": "Businesses no longer have to depreciate their assets over a number of years as a result of tax reform. When they buy new computers, furnishings, and equipment, they can write off the entire cost. In addition, the cost of these things utilized can now be deducted in full.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2022-05-17T17:14:46.347214+00:00",
"updated_on": "2022-05-21T15:25:36.060272+00:00",
"field_382010": "Education and training",
"field_382011": "It is possible to fully write off the cost of your education to the extent that it benefits your firm by preserving or improving the expertise and abilities required to run it. If you're in the business of learning about your industry, you can deduct the cost of attending seminars, workshops, and conferences, as well as books written specifically for the sector.\n\nTransportation to courses and other educational sessions are also eligible for a complete deduction, however educational expenditures that would qualify you for a new vocation or that are unrelated to your business are not eligible for this benefit.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": [
5,
7,
8
]
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2022-05-17T17:14:47.313437+00:00",
"updated_on": "2022-05-21T15:48:01.324348+00:00",
"field_382010": "Family and medical leave (paid)",
"field_382011": "Employers can claim a tax credit under the Tax Cuts and Jobs Act if they pay wages to employees who take time off for family or medical reasons. If a person receives 100% of his or her normal salary in lieu of a leave payment, the credit rises to 25% of the employee's base salary.",
"field_382012": "12.5",
"field_385309": null,
"field_385319": []
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2022-05-17T17:14:48.208577+00:00",
"updated_on": "2022-05-21T15:25:48.898789+00:00",
"field_382010": "Health insurance",
"field_382011": "Personal health insurance premiums can be deducted from your taxes if you are self-employed. You must, however, meet the following requirements:\nFor tax purposes, your business must be reporting a profit, not a loss.\nYou must be ineligible for any health insurance provided by your employment, including that provided by your spouse. You can't claim this deduction if you were qualified to participate in such a plan but did not.\nOnly the months in which you were not covered by an employer's health plan may you claim premiums.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2022-05-17T17:18:11.951093+00:00",
"updated_on": "2022-05-17T18:20:42.592042+00:00",
"field_382010": "Home office",
"field_382011": "You can claim a home office deduction for utilities, rent, mortgage interest, real estate taxes, depreciation, and cleaning and repair fees if you regularly and exclusively designate part of your home to perform administrative or managerial activities for your business. The deduction is calculated by multiplying the area of your home by $5 and has a cap of $1,500.",
"field_382012": null,
"field_385309": null,
"field_385319": []
},
{
"id": 19,
"order": "18.00000000000000000000",
"created_on": "2022-05-17T17:18:11.951912+00:00",
"updated_on": "2022-05-21T15:25:42.874480+00:00",
"field_382010": "Healthcare out-of-pocket expenses",
"field_382011": "Other out-of-pocket medical expenses, such as office co-pays and prescriptions, are eligible for tax deductions for business owners who are self-employed. These expenses can be deducted in addition to health insurance premiums. On Schedule A, these expenditures are deducted in their own separate category as itemized deductions.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 20,
"order": "19.00000000000000000000",
"created_on": "2022-05-17T17:18:12.675597+00:00",
"updated_on": "2022-05-21T15:26:22.488921+00:00",
"field_382010": "Interest",
"field_382011": "Small-business loans have interest payments. As long as the loan is used for business, the interest is tax-deductible. To claim this deduction, the business owner must be legally liable for the debt and have a debtor/creditor relationship with the lender. It must be a traditional lender, not a friend or relative.\n\nYou can deduct interest on a loan or credit card used for business costs. Some restrictions apply. So, if someone else secures you a loan or a mortgage, you aren't legally liable for it even if you pay it back. You and the lender must plan to repay the obligation; you can't call a gift a loan.\n\nYou and the lender must have a \"debtor/creditor\" relationship with regular payments. Only the business portion of a loan can be deducted.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 21,
"order": "20.00000000000000000000",
"created_on": "2022-05-17T17:18:13.554027+00:00",
"updated_on": "2022-05-21T15:26:24.662248+00:00",
"field_382010": "Legal and professional fees",
"field_382011": "You can deduct legal fees if you hire or retain an attorney to prepare contracts, file trademarks and copyrights, negotiate leases, defend your business in court, or perform other services for your business.\n\nLegal and professional fees charged by accountants, attorneys, bookkeepers, online bookkeeping service providers, and tax preparers are deductible. Their services must be required for and directly related to the operation of your business.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 22,
"order": "21.00000000000000000000",
"created_on": "2022-05-17T17:18:14.560852+00:00",
"updated_on": "2022-05-21T15:26:27.251959+00:00",
"field_382010": "Local transportation",
"field_382011": "Travel expenses within a given area, such as the ticket for an Uber ride to see a potential customer or vendor, qualify as deductible business expenses.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": [
11,
15
]
},
{
"id": 23,
"order": "22.00000000000000000000",
"created_on": "2022-05-17T17:18:15.313500+00:00",
"updated_on": "2022-05-21T15:26:29.148111+00:00",
"field_382010": "Maintenance and repairs",
"field_382011": "The costs associated with the upkeep and maintenance of your place of business are completely deductible. However, the costs associated with making capital improvements, like installing a new roof, might not be instantly deductible. If you have a home office, you may be able to deduct a portion of the costs of maintaining and fixing your home based on the total square footage of your home.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 24,
"order": "23.00000000000000000000",
"created_on": "2022-05-17T17:19:21.646991+00:00",
"updated_on": "2022-05-21T15:26:31.275304+00:00",
"field_382010": "Moving expenses",
"field_382011": "Moving business supplies, equipment, and inventory from one place to another can be deducted as a business expense.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 25,
"order": "24.00000000000000000000",
"created_on": "2022-05-17T17:19:22.516613+00:00",
"updated_on": "2022-05-17T18:29:52.490495+00:00",
"field_382010": "Organizational costs",
"field_382011": "A deduction of up to $5,000 is available to you during the first year that your company is in operation, and you can take advantage of it. Expenses incurred in the process of developing your business structure are referred to as organizational costs. Some examples of organizational costs are the fees required to form a legal corporation.",
"field_382012": null,
"field_385309": null,
"field_385319": []
},
{
"id": 26,
"order": "25.00000000000000000000",
"created_on": "2022-05-17T17:19:23.296388+00:00",
"updated_on": "2022-05-17T18:31:38.313186+00:00",
"field_382010": "Real estate losses",
"field_382011": "Depending on your adjusted gross income, you can deduct up to a certain amount of losses against your income if you actively participate in renting your property, \"A real estate loss occurs when the expenses associated with a rental property exceed the rental income.\" You can deduct real estate losses without a cap if you are a real estate professional, which means you spend more than half of your working hours\u2014a minimum of 751 hours per year\u2014in the real estate business. \"",
"field_382012": null,
"field_385309": null,
"field_385319": []
},
{
"id": 27,
"order": "26.00000000000000000000",
"created_on": "2022-05-17T17:19:24.131345+00:00",
"updated_on": "2022-05-21T15:26:34.447405+00:00",
"field_382010": "Rent",
"field_382011": "Lease or rental payments can be deducted from your taxes if you rent your business premises. To discover if you qualify for any deductions, you can also run an eligibility test with the IRS if you conduct your business from home. The interest, insurance, utilities, repairs, and depreciation that home-based business owners pay on their mortgages can be counted as business expenses.\n\nExpenses related to renting office space and other equipment might be deductible as business expenses. Even if you have a home office, you can't deduct rent payments if you rent your house. These fees can be deducted from your taxable income as a cost of running your home office.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 28,
"order": "27.00000000000000000000",
"created_on": "2022-05-17T17:19:25.896132+00:00",
"updated_on": "2022-05-21T15:26:36.784814+00:00",
"field_382010": "Research and development",
"field_382011": "You are eligible to make a claim for this credit for any costs you incur while searching for information that is technological in nature and will assist you in the development of a new or improved component of your business. For instance, if you operate a catering company and invested in the creation of equipment that automates a meal preparation process, you might be eligible for the research and development credit.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 29,
"order": "28.00000000000000000000",
"created_on": "2022-05-17T17:19:26.964449+00:00",
"updated_on": "2022-05-21T15:53:15.063635+00:00",
"field_382010": "Retirement plans",
"field_382011": "Contributions to retirement plans can be deducted as an adjustment to taxable income if you're self-employed.\n\nYou can deduct contributions to your own retirement plan as well as employee retirement plans. In addition, you are eligible for a tax credit equal to 50% of the first $1,000 you invest in establishing a retirement plan.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 30,
"order": "29.00000000000000000000",
"created_on": "2022-05-17T17:19:27.983324+00:00",
"updated_on": "2022-05-21T15:26:39.976636+00:00",
"field_382010": "Salaries, wages and benefits",
"field_382011": "In most cases, the salaries you pay your employees are deductible. Bonuses and commissions are included in this. Sole proprietors, partners, and members of LLCs aren't eligible for this deduction because they aren't classed as workers.\n\nSalaries, wages, bonuses, commissions, and other taxable fringe benefits paid to employees are all considered business costs that can be deducted. It's not true that sole proprietors, partners, and members of an LLC are workers; thus, any money paid to them can't be deducted from taxable income.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 31,
"order": "30.00000000000000000000",
"created_on": "2022-05-17T17:19:30.213389+00:00",
"updated_on": "2022-05-21T15:26:42.281606+00:00",
"field_382010": "Startup and organizational costs",
"field_382011": "There's a catch to our first tax deduction for small businesses: it's not really a tax deduction. An investment in your company (the money hasn't actually gone out of business, it has merely been changed into an asset) qualifies as a capital outlay for tax purposes. Capital expense deductions are often spread out over a number of years. Amortization is a term used to describe this process, which aids firms in determining their yearly profitability. For more details on company expenses, you might refer to chapters seven and eight of IRS Publication 535.\n\nThe costs of starting a business or investigating the possibility of founding or purchasing a firm are included in the term \"startup costs.\" To this list, you can also add the cost of searching for new clients and vendors and advertising a new company to the list of expenses. You can write off $5,000 of your beginning costs.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 32,
"order": "31.00000000000000000000",
"created_on": "2022-05-17T17:19:30.489526+00:00",
"updated_on": "2022-05-21T15:26:44.664267+00:00",
"field_382010": "Supplies",
"field_382011": "Everything from paper to boxes to pens to staples is needed. Even if they're insignificant, they're all expenses that you can write off when filing your taxes.\n\nSmall-business owners who use items like cleaning supplies and catering ingredients in their day-to-day operations can deduct the cost of these items from their taxes.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": [
13,
14,
22,
23,
24
]
},
{
"id": 33,
"order": "32.00000000000000000000",
"created_on": "2022-05-17T17:19:31.397983+00:00",
"updated_on": "2022-05-21T15:26:47.045588+00:00",
"field_382010": "Taxes and licenses",
"field_382011": "Even though it sounds strange, you can write off the taxes you pay just by running your business. These taxes could be federal, state, or local sales, property, or income taxes. Your employer's taxes, such as the employer's share of FICA, FUTA, and state unemployment taxes, are also fully deductible.\n\nHere is a list of taxes and license fees that qualify as deductible business expenses:\n\n- State taxes on income\n- Taxes on payroll\n- Businesses pay property taxes on their buildings\n- Sales tax\n- Excise taxes\n- Fuel tax\n- Business licenses",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 34,
"order": "33.00000000000000000000",
"created_on": "2022-05-17T17:19:32.281776+00:00",
"updated_on": "2022-05-21T15:26:50.944350+00:00",
"field_382010": "Utilities, telephone, and internet",
"field_382011": "You can deduct all of your business's utility costs. Water, electricity, garbage, and phone costs all fall under this category. Even if you work from home, you can deduct successive phone lines, but not the first one you purchase because you'll be using it for your home office.\n\nServices like internet and phone that are essential to your company's operations can be deducted from your company's income. Your first line of phone service, even if exclusively used for work, cannot be written off if you have a landline at home. You can, however, deduct the expense of a second phone line for commercial purposes.\u00a0\n\nIt is not possible to deduct the total cost of your cell phone and internet connection if they are used for both personal and business purposes.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": [
17,
18
]
},
{
"id": 35,
"order": "34.00000000000000000000",
"created_on": "2022-05-17T17:19:34.704742+00:00",
"updated_on": "2022-05-21T15:26:49.245505+00:00",
"field_382010": "Travel",
"field_382011": "If you use your car to deliver items, see clients, or carry out any other company operations, you can claim a variety of business expenses.\n\nWhen your car is used exclusively for business, you can deduct its full cost. If you utilize it for both business and personal use, you'll need to determine the business cost percentage. You can deduct car expenses if you use your car for business. You must establish business use and track miles. Using actual miles, you must split business and personal car expenses. Publication 463 covers travel, entertainment, gifts, and automobile expenses.\n\nFlights, food, accommodation, and other business travel costs are entirely deductible.\n\nMiscellaneous expenses include using your car or other transportation services, parking, tolls, dry cleaning, tipping, business calls, and sending products or samples to your business location. Commute costs aren't deductible.",
"field_382012": "100.0",
"field_385309": null,
"field_385319": []
},
{
"id": 36,
"order": "35.00000000000000000000",
"created_on": "2022-05-17T17:22:00.510013+00:00",
"updated_on": "2022-05-18T03:59:38.504972+00:00",
"field_382010": "Work opportunity credit",
"field_382011": "This credit is available to you if your company pays first- and second-year wages to designated employees, such as veterans, long-term recipients of government family assistance funding, and children hired for summer jobs.\n\nThe credit is determined as a percentage of the salary of the employees and can range anywhere from $2,400 to $9,600 per employee, depending on the sort of employee that is being targeted.",
"field_382012": null,
"field_385309": null,
"field_385319": []
}
]
},
{
"id": 65256,
"name": "Suppliers",
"order": 3,
"fields": [
{
"id": 385023,
"type": "text",
"name": "Business",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 385024,
"type": "long_text",
"name": "Description",
"order": 1,
"primary": false
},
{
"id": 385025,
"type": "text",
"name": "Address",
"order": 2,
"primary": false,
"text_default": ""
},
{
"id": 385294,
"type": "phone_number",
"name": "Phone number",
"order": 3,
"primary": false
},
{
"id": 385295,
"type": "email",
"name": "Email",
"order": 4,
"primary": false
},
{
"id": 385296,
"type": "url",
"name": "Website",
"order": 5,
"primary": false
},
{
"id": 385297,
"type": "formula",
"name": "Expense count",
"order": 6,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(filter(field(\"Related expenses\"), not(isblank(lookup(\"Related expenses\", \"Approved by\")))))",
"formula_type": "number"
},
{
"id": 385317,
"type": "link_row",
"name": "Related expenses",
"order": 7,
"primary": false,
"link_row_table_id": 64084,
"link_row_related_field_id": 385316,
"has_related_field": true
}
],
"views": [
{
"id": 84834,
"type": "grid",
"name": "All suppliers",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17190,
"field_id": 385023,
"order": "ASC"
}
],
"decorations": [
{
"id": 47,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "082a214f-56c3-46c0-b577-38c8b7af0a0d",
"color": "green",
"filters": [
{
"id": "9a7db106-2636-4d6c-bb4b-e5186d393f04",
"type": "not_empty",
"field": 385297,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 484629,
"field_id": 385023,
"width": 183,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 484627,
"field_id": 385024,
"width": 239,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484628,
"field_id": 385025,
"width": 224,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485183,
"field_id": 385294,
"width": 152,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485184,
"field_id": 385295,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485185,
"field_id": 385296,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485182,
"field_id": 385297,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485204,
"field_id": 385317,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 84954,
"type": "form",
"name": "Add new supplier",
"order": 2,
"public": false,
"title": "Add new supplier",
"description": "Add a new supplier, merchant, or service provider with whom your company has done business.",
"cover_image": {
"name": "gQNa7MAUzSBW3KECZ2ZhHlYWSFqyVFoW_d06b3e213d7d717d75d5a65eb257de07d8ca6459cdb3d0a1735d89bad1a2b225.jpg",
"original_name": "Header_RolledMoney.01.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "Thank you for using this form. To add more suppliers, merchants, or service providers, please continue to refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 23212,
"field_id": 385023,
"name": "",
"description": "Please enter the name of the business in the field provided below.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23213,
"field_id": 385024,
"name": "",
"description": "In the space below, write down anything related to this supplier or service provider.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23214,
"field_id": 385025,
"name": "",
"description": "Address of the supplier.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23215,
"field_id": 385294,
"name": "",
"description": "Please enter the phone number of the supplier or service provider.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23216,
"field_id": 385295,
"name": "",
"description": "Please enter the email address of the supplier.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23217,
"field_id": 385296,
"name": "",
"description": "Please enter the supplier's website.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23218,
"field_id": 385297,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23219,
"field_id": 385317,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-18T13:44:29.438265+00:00",
"updated_on": "2022-05-18T16:47:27.318258+00:00",
"field_385023": "Beyond Meant",
"field_385024": "Beyond Meant is a Los Angeles\u2013based producer of plant-based meat substitutes founded in 2009 by Dwayne Browner.",
"field_385025": "Standard St El Segundo, CA 90245",
"field_385294": "(866) 756-4112",
"field_385295": "support@beyongmeantbr.net",
"field_385296": "www.beyongmeanbr.net",
"field_385297": null,
"field_385317": [
20,
26,
27
]
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-18T13:44:29.440461+00:00",
"updated_on": "2022-05-18T16:47:31.663718+00:00",
"field_385023": "California Greens",
"field_385024": "Fresh vegetables supplier",
"field_385025": "Silicon Farm, California",
"field_385294": "(905) 555-1011",
"field_385295": "helpdesk@californiagreensbr.net",
"field_385296": "www.californiagreensbr.net",
"field_385297": null,
"field_385317": []
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-18T16:35:29.891911+00:00",
"updated_on": "2022-05-18T16:47:36.135860+00:00",
"field_385023": "Exxson Gas",
"field_385024": "Local gasoline station",
"field_385025": "Alberta, Canada",
"field_385294": "(888) 555-1014",
"field_385295": "sales@exxsonbr.net",
"field_385296": "www.exxsonbr.net",
"field_385297": null,
"field_385317": [
1,
2,
3,
16,
19,
21,
25
]
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-18T16:35:32.274287+00:00",
"updated_on": "2022-05-19T16:19:09.602607+00:00",
"field_385023": "Global Office Supplies",
"field_385024": "Supplier of office supplies They have stores all over the country and are usually open 24 hours.",
"field_385025": "Dallas Fort Worth, Texas",
"field_385294": "(905) 555-1012",
"field_385295": "orders@globalofficesuppliesbr.net",
"field_385296": "www.globalofficesuppliesbr.net",
"field_385297": null,
"field_385317": [
22,
23,
24
]
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-05-18T16:35:34.669390+00:00",
"updated_on": "2022-05-18T16:48:09.248440+00:00",
"field_385023": "Little Angels Foundation",
"field_385024": "Little Angels Foundation is a newly found non-stock, non- government charitable organization registered with government agencies.",
"field_385025": "Mendez - Tagaytay Rd, Mendez, Cavite, Philippines",
"field_385294": "(632) 888-6236",
"field_385295": "contact@littleangelsbr.net",
"field_385296": "www.littleangelsbr.net",
"field_385297": null,
"field_385317": [
9
]
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-05-18T16:35:41.489315+00:00",
"updated_on": "2022-05-18T16:48:25.496294+00:00",
"field_385023": "Subwhey",
"field_385024": "Subwhey is an American multi-national fast food restaurant",
"field_385025": "Milford, Connecticut, United States",
"field_385294": "(559) 431-0700",
"field_385295": "orders@subwheybr.net",
"field_385296": "www.subwheybr.net",
"field_385297": null,
"field_385317": [
10
]
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-05-18T16:35:47.739911+00:00",
"updated_on": "2022-05-18T16:48:49.003305+00:00",
"field_385023": "The Packaging Company",
"field_385024": "We\u2019ve built our company with the needs of online retailers in mind and it shows from our intuitive online storefront and eco-friendly products to our dedicated team of customer service and packaging experts.",
"field_385025": "Goreway Dr, Brampton, Ontario, L6T 0B7, Canada",
"field_385294": "(905) 494-1191",
"field_385295": "sales@thepackagingcobr.net",
"field_385296": "www.thepackagingcobr.net",
"field_385297": null,
"field_385317": [
13,
14
]
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-05-18T16:35:49.416107+00:00",
"updated_on": "2022-05-18T16:49:13.965832+00:00",
"field_385023": "Veraneo Water",
"field_385024": "Local water supplier",
"field_385025": "Edmonton, Alberta, Canada",
"field_385294": "(888) 555-1007",
"field_385295": "helpdesk@veraneowaterbr.net",
"field_385296": "www.veraneowaterbr.net",
"field_385297": null,
"field_385317": [
18
]
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-05-18T16:35:51.949136+00:00",
"updated_on": "2022-05-18T16:49:36.110257+00:00",
"field_385023": "Venizon",
"field_385024": "Venizon is a leading telecommunications, Internet and television company in the United States.",
"field_385025": "Boulevard of the Americas, New York, NY 10036, USA",
"field_385294": "(877) 596-7577",
"field_385295": "support@venizonbr.net",
"field_385296": "www.venizonbr.net",
"field_385297": null,
"field_385317": [
17
]
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2022-05-19T14:36:02.273805+00:00",
"updated_on": "2022-05-19T14:38:08.742555+00:00",
"field_385023": "Night Owl Online Certifications",
"field_385024": "NOOC is an online training and certification provider in the state of California.",
"field_385025": "251 Wolf Pen Road, Concord, California",
"field_385294": "(750) 395-3880",
"field_385295": "contact@noocbr.net",
"field_385296": "www.noocbr.net",
"field_385297": null,
"field_385317": [
5,
7,
8
]
},
{
"id": 14,
"order": "13.00000000000000000000",
"created_on": "2022-05-19T15:08:43.674152+00:00",
"updated_on": "2022-05-19T15:11:00.454123+00:00",
"field_385023": "Gruber BR, Inc.",
"field_385024": "A local transport service that serves as an alternative to public transportation in the city.",
"field_385025": "4680 Parrish Avenue, Salinas, California",
"field_385294": "(831) 213-5538",
"field_385295": "contact@gruberbr.net",
"field_385296": "www.gruberbr.net",
"field_385297": null,
"field_385317": [
11,
15
]
},
{
"id": 15,
"order": "14.00000000000000000000",
"created_on": "2022-05-19T15:16:07.987999+00:00",
"updated_on": "2022-05-19T15:18:37.955052+00:00",
"field_385023": "Other",
"field_385024": "Any supplier or provider without official accreditation.",
"field_385025": "",
"field_385294": "",
"field_385295": "",
"field_385296": "",
"field_385297": null,
"field_385317": [
12
]
}
]
},
{
"id": 64972,
"name": "Supervisors",
"order": 4,
"fields": [
{
"id": 383283,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 383284,
"type": "link_row",
"name": "Details",
"order": 1,
"primary": false,
"link_row_table_id": 65267,
"link_row_related_field_id": 385268,
"has_related_field": true
},
{
"id": 383285,
"type": "lookup",
"name": "Department",
"order": 2,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": "text",
"through_field_id": 383284,
"through_field_name": "Details",
"target_field_id": 385078,
"target_field_name": "Department"
},
{
"id": 385269,
"type": "formula",
"name": "Direct reports count",
"order": 3,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
"formula_type": "number"
},
{
"id": 385270,
"type": "link_row",
"name": "Related employees",
"order": 4,
"primary": false,
"link_row_table_id": 65267,
"link_row_related_field_id": 385086,
"has_related_field": true
},
{
"id": 385271,
"type": "formula",
"name": "Expense count",
"order": 5,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(filter(field(\"Related expenses\"), not(isblank(lookup(\"Related expenses\", \"Approved by\")))))",
"formula_type": "number"
},
{
"id": 385331,
"type": "link_row",
"name": "Related expenses",
"order": 6,
"primary": false,
"link_row_table_id": 64084,
"link_row_related_field_id": 385330,
"has_related_field": true
}
],
"views": [
{
"id": 84460,
"type": "grid",
"name": "All supervisors",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17184,
"field_id": 383283,
"order": "ASC"
}
],
"decorations": [
{
"id": 48,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "3a068852-71b2-4795-8657-f265507e3b92",
"color": "green",
"filters": [
{
"id": "ba166bad-3fb6-41e6-a637-17095e3a344b",
"type": "not_empty",
"field": 385271,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 482285,
"field_id": 383283,
"width": 180,
"hidden": false,
"order": 5,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 482283,
"field_id": 383284,
"width": 107,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 482284,
"field_id": 383285,
"width": 194,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485156,
"field_id": 385269,
"width": 183,
"hidden": false,
"order": 2,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 485157,
"field_id": 385270,
"width": 178,
"hidden": true,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485158,
"field_id": 385271,
"width": 151,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485218,
"field_id": 385331,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 85337,
"type": "form",
"name": "Add new supervisor",
"order": 2,
"public": false,
"title": "Add new supervisor",
"description": "",
"cover_image": {
"name": "gQNa7MAUzSBW3KECZ2ZhHlYWSFqyVFoW_d06b3e213d7d717d75d5a65eb257de07d8ca6459cdb3d0a1735d89bad1a2b225.jpg",
"original_name": "Header_RolledMoney.01.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "Thank you for using this form. To add another supervisor, please refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 23314,
"field_id": 383283,
"name": "",
"description": "Please enter the full name of the supervisor.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23315,
"field_id": 383284,
"name": "",
"description": "Please select the supervisor's employee ID to create a link to the supervisor's details.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23316,
"field_id": 383285,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23317,
"field_id": 385269,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23318,
"field_id": 385270,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23319,
"field_id": 385271,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23320,
"field_id": 385331,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-17T15:32:29.348131+00:00",
"updated_on": "2022-05-18T16:09:48.835355+00:00",
"field_383283": "Janice W. Fitzpatrick",
"field_383284": [
1
],
"field_383285": null,
"field_385269": null,
"field_385270": [
3,
5,
7,
4,
6,
2
],
"field_385271": null,
"field_385331": [
1,
2,
3,
9,
17,
18,
19
]
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-17T15:32:29.350328+00:00",
"updated_on": "2022-05-18T16:11:05.755360+00:00",
"field_383283": "Clayton U. Best",
"field_383284": [
3
],
"field_383285": null,
"field_385269": null,
"field_385270": [
18,
19
],
"field_385271": null,
"field_385331": [
24
]
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-18T16:11:17.476625+00:00",
"updated_on": "2022-05-18T16:11:37.180637+00:00",
"field_383283": "Leroy J. Tye",
"field_383284": [
14
],
"field_383285": null,
"field_385269": null,
"field_385270": [
16,
15
],
"field_385271": null,
"field_385331": []
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-18T16:12:27.891306+00:00",
"updated_on": "2022-05-18T16:12:39.084034+00:00",
"field_383283": "Cinda V. Pullen",
"field_383284": [
2
],
"field_383285": null,
"field_385269": null,
"field_385270": [
9,
10,
17,
14
],
"field_385271": null,
"field_385331": [
20,
22,
23
]
},
{
"id": 7,
"order": "6.00000000000000000000",
"created_on": "2022-05-18T16:12:54.673710+00:00",
"updated_on": "2022-05-18T16:13:06.081660+00:00",
"field_383283": "Allie S. Ecker",
"field_383284": [
5
],
"field_383285": null,
"field_385269": null,
"field_385270": [
24,
21,
22,
23
],
"field_385271": null,
"field_385331": [
10,
11
]
},
{
"id": 8,
"order": "7.00000000000000000000",
"created_on": "2022-05-18T16:13:14.891893+00:00",
"updated_on": "2022-05-18T16:13:22.134537+00:00",
"field_383283": "Donald O. Johns",
"field_383284": [
9
],
"field_383285": null,
"field_385269": null,
"field_385270": [
12,
11,
13
],
"field_385271": null,
"field_385331": [
7,
15
]
},
{
"id": 9,
"order": "8.00000000000000000000",
"created_on": "2022-05-18T16:13:41.598334+00:00",
"updated_on": "2022-05-18T16:13:48.585957+00:00",
"field_383283": "Paul Q. Garcia",
"field_383284": [
7
],
"field_383285": null,
"field_385269": null,
"field_385270": [
8
],
"field_385271": null,
"field_385331": [
21
]
},
{
"id": 10,
"order": "9.00000000000000000000",
"created_on": "2022-05-18T16:13:56.293879+00:00",
"updated_on": "2022-05-18T16:14:02.757392+00:00",
"field_383283": "Lane T. Mahon",
"field_383284": [
4
],
"field_383285": null,
"field_385269": null,
"field_385270": [
20
],
"field_385271": null,
"field_385331": [
5
]
}
]
},
{
"id": 65267,
"name": "Employees",
"order": 5,
"fields": [
{
"id": 385072,
"type": "formula",
"name": "ID number",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "concat( \n \"BR\", \n if( \n row_id() < 10, \n concat(\"0000\", row_id()), \n if( \n row_id() < 100, \n concat(\"000\", row_id()), \n if( \n row_id() < 1000, \n concat(\"00\", row_id()), \n if( \n row_id() < 10000, \n concat(\"0\", row_id()), \n row_id() \n ) \n ) \n ) \n ) \n)",
"formula_type": "text"
},
{
"id": 385074,
"type": "text",
"name": "Last name",
"order": 2,
"primary": false,
"text_default": ""
},
{
"id": 385075,
"type": "text",
"name": "First name",
"order": 3,
"primary": false,
"text_default": ""
},
{
"id": 385076,
"type": "text",
"name": "Middle initial",
"order": 4,
"primary": false,
"text_default": ""
},
{
"id": 385077,
"type": "link_row",
"name": "Title",
"order": 5,
"primary": false,
"link_row_table_id": 64764,
"link_row_related_field_id": 385099,
"has_related_field": true
},
{
"id": 385078,
"type": "link_row",
"name": "Department",
"order": 6,
"primary": false,
"link_row_table_id": 64763,
"link_row_related_field_id": 385102,
"has_related_field": true
},
{
"id": 385079,
"type": "link_row",
"name": "Office location",
"order": 7,
"primary": false,
"link_row_table_id": 64765,
"link_row_related_field_id": 385106,
"has_related_field": true
},
{
"id": 385080,
"type": "file",
"name": "Photo",
"order": 8,
"primary": false
},
{
"id": 385081,
"type": "text",
"name": "Local extension number",
"order": 9,
"primary": false,
"text_default": ""
},
{
"id": 385082,
"type": "phone_number",
"name": "Phone number",
"order": 10,
"primary": false
},
{
"id": 385083,
"type": "email",
"name": "Email",
"order": 11,
"primary": false
},
{
"id": 385084,
"type": "text",
"name": "Address",
"order": 12,
"primary": false,
"text_default": ""
},
{
"id": 385085,
"type": "text",
"name": "Zip code",
"order": 13,
"primary": false,
"text_default": ""
},
{
"id": 385086,
"type": "link_row",
"name": "Supervisor",
"order": 14,
"primary": false,
"link_row_table_id": 64972,
"link_row_related_field_id": 385270,
"has_related_field": true
},
{
"id": 385087,
"type": "date",
"name": "Date of birth",
"order": 15,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24"
},
{
"id": 385088,
"type": "long_text",
"name": "Remarks",
"order": 16,
"primary": false
},
{
"id": 385089,
"type": "date",
"name": "Start date",
"order": 17,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24"
},
{
"id": 385090,
"type": "single_select",
"name": "Status",
"order": 18,
"primary": false,
"select_options": [
{
"id": 112851,
"value": "Full-time",
"color": "dark-green",
"order": 0
},
{
"id": 112853,
"value": "Part-time",
"color": "dark-blue",
"order": 1
},
{
"id": 112854,
"value": "Seasonal",
"color": "dark-red",
"order": 2
},
{
"id": 112852,
"value": "Temporary",
"color": "dark-gray",
"order": 3
}
]
},
{
"id": 385091,
"type": "formula",
"name": "Full name",
"order": 19,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": null,
"array_formula_type": null,
"formula": "regex_replace(concat(field('First name'), \" \", field('Middle initial'), \" \", field('Last name')), \" \", \" \")",
"formula_type": "text"
},
{
"id": 385092,
"type": "boolean",
"name": "Is active",
"order": 20,
"primary": false
},
{
"id": 385093,
"type": "date",
"name": "End date",
"order": 21,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24"
},
{
"id": 385264,
"type": "formula",
"name": "Expense count",
"order": 22,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(filter(field(\"Related expenses\"), not(isblank(lookup(\"Related expenses\", \"Approved by\")))))",
"formula_type": "number"
},
{
"id": 385268,
"type": "link_row",
"name": "Related supervisor info",
"order": 23,
"primary": false,
"link_row_table_id": 64972,
"link_row_related_field_id": 383284,
"has_related_field": true
},
{
"id": 385322,
"type": "link_row",
"name": "Related expenses",
"order": 24,
"primary": false,
"link_row_table_id": 64084,
"link_row_related_field_id": 385321,
"has_related_field": true
}
],
"views": [
{
"id": 84846,
"type": "grid",
"name": "All employees",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 69945,
"field_id": 385074,
"order": "ASC"
},
{
"id": 69946,
"field_id": 385075,
"order": "ASC"
}
],
"decorations": [
{
"id": 51,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "08e3eba7-ede6-4054-b3cb-a3ad7eac327c",
"color": "green",
"filters": [
{
"id": "791020da-4da2-42a6-a375-ee58a5fbf6cf",
"type": "not_empty",
"field": 385264,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 484677,
"field_id": 385072,
"width": 126,
"hidden": false,
"order": 20,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 484679,
"field_id": 385074,
"width": 124,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484680,
"field_id": 385075,
"width": 127,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484681,
"field_id": 385076,
"width": 140,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484682,
"field_id": 385077,
"width": 183,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484683,
"field_id": 385078,
"width": 185,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484684,
"field_id": 385079,
"width": 182,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484685,
"field_id": 385080,
"width": 100,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484686,
"field_id": 385081,
"width": 208,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484687,
"field_id": 385082,
"width": 153,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484688,
"field_id": 385083,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484689,
"field_id": 385084,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484690,
"field_id": 385085,
"width": 113,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484691,
"field_id": 385086,
"width": 154,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484692,
"field_id": 385087,
"width": 140,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484693,
"field_id": 385088,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484694,
"field_id": 385089,
"width": 122,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484695,
"field_id": 385090,
"width": 108,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484696,
"field_id": 385091,
"width": 200,
"hidden": true,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484697,
"field_id": 385092,
"width": 110,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484698,
"field_id": 385093,
"width": 115,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485151,
"field_id": 385264,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485155,
"field_id": 385268,
"width": 217,
"hidden": true,
"order": 32767,
"aggregation_type": "not_empty_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 485209,
"field_id": 385322,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 85243,
"type": "grid",
"name": "Employees with expenses",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26282,
"field_id": 385264,
"type": "higher_than",
"value": "0"
}
],
"sortings": [
{
"id": 17305,
"field_id": 385074,
"order": "ASC"
},
{
"id": 17306,
"field_id": 385075,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 487760,
"field_id": 385072,
"width": 128,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487761,
"field_id": 385074,
"width": 125,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487762,
"field_id": 385075,
"width": 129,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487763,
"field_id": 385076,
"width": 140,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487764,
"field_id": 385077,
"width": 177,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487765,
"field_id": 385078,
"width": 175,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487766,
"field_id": 385079,
"width": 180,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487767,
"field_id": 385080,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487768,
"field_id": 385081,
"width": 210,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487769,
"field_id": 385082,
"width": 152,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487770,
"field_id": 385083,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487771,
"field_id": 385084,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487772,
"field_id": 385085,
"width": 115,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487773,
"field_id": 385086,
"width": 155,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487774,
"field_id": 385087,
"width": 141,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487775,
"field_id": 385088,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487776,
"field_id": 385089,
"width": 123,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487777,
"field_id": 385090,
"width": 116,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487778,
"field_id": 385091,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487779,
"field_id": 385092,
"width": 114,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487780,
"field_id": 385093,
"width": 127,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487781,
"field_id": 385264,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487782,
"field_id": 385268,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 487783,
"field_id": 385322,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 84929,
"type": "form",
"name": "Add new employee",
"order": 3,
"public": false,
"title": "Add new employee",
"description": "",
"cover_image": {
"name": "moZsoTxBYZwQooRDJjWcI3tYdASPPcOj_7b262c97128b44e13fa19fb4db2db8438f31a9895cf5a6a80ade9f63abaed788.jpg",
"original_name": "Header_Cityscape.02.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "Thank you for using this form. To add more employees, please refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 23157,
"field_id": 385072,
"name": "",
"description": "Please enter the unique company-provided employee ID number assigned to this employee. ex: BR00001",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23158,
"field_id": 385074,
"name": "",
"description": "Enter the employee's surname.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23159,
"field_id": 385075,
"name": "",
"description": "Enter the employee's given name.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23160,
"field_id": 385076,
"name": "",
"description": "Please indicate the employees middle initial.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23161,
"field_id": 385077,
"name": "",
"description": "Please select the employee's role or designation from the selection below.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23162,
"field_id": 385078,
"name": "",
"description": "Please indicate the department this employee belongs to.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23163,
"field_id": 385079,
"name": "",
"description": "Select the assigned office location for this employee.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23164,
"field_id": 385080,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23165,
"field_id": 385081,
"name": "",
"description": "Please enter the local or extension number assigned to this employee.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23166,
"field_id": 385082,
"name": "",
"description": "Enter the employee's current phone or mobile number.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23167,
"field_id": 385083,
"name": "",
"description": "Please enter the employee's email address.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23168,
"field_id": 385084,
"name": "",
"description": "Enter the employee's current home address.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23169,
"field_id": 385085,
"name": "",
"description": "Please indicate the zip code of the employee's address.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23170,
"field_id": 385086,
"name": "",
"description": "Type in the employee's direct supervisor's full name.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23171,
"field_id": 385087,
"name": "",
"description": "Enter the employee's date of birth.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23172,
"field_id": 385088,
"name": "",
"description": "Fill in any notes or remarks about this employee.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23173,
"field_id": 385089,
"name": "",
"description": "Please enter the date this employee joined the organization.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23174,
"field_id": 385090,
"name": "",
"description": "Select the employee's employment status.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23175,
"field_id": 385091,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23176,
"field_id": 385092,
"name": "",
"description": "Please indicate whether this employee is still with the organization.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23177,
"field_id": 385093,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23306,
"field_id": 385264,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23307,
"field_id": 385268,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23308,
"field_id": 385322,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
},
{
"id": 84897,
"type": "gallery",
"name": "Active employees",
"order": 4,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26110,
"field_id": 385092,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 17166,
"field_id": 385091,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 385080,
"field_options": [
{
"id": 10575,
"field_id": 385072,
"hidden": false,
"order": 0
},
{
"id": 10593,
"field_id": 385091,
"hidden": false,
"order": 1
},
{
"id": 10576,
"field_id": 385074,
"hidden": true,
"order": 2
},
{
"id": 10577,
"field_id": 385075,
"hidden": true,
"order": 3
},
{
"id": 10578,
"field_id": 385076,
"hidden": true,
"order": 4
},
{
"id": 10579,
"field_id": 385077,
"hidden": false,
"order": 5
},
{
"id": 10580,
"field_id": 385078,
"hidden": false,
"order": 6
},
{
"id": 10581,
"field_id": 385079,
"hidden": false,
"order": 7
},
{
"id": 10582,
"field_id": 385080,
"hidden": true,
"order": 8
},
{
"id": 10583,
"field_id": 385081,
"hidden": false,
"order": 9
},
{
"id": 10584,
"field_id": 385082,
"hidden": true,
"order": 10
},
{
"id": 10585,
"field_id": 385083,
"hidden": true,
"order": 11
},
{
"id": 10586,
"field_id": 385084,
"hidden": true,
"order": 12
},
{
"id": 10587,
"field_id": 385085,
"hidden": true,
"order": 13
},
{
"id": 10588,
"field_id": 385086,
"hidden": true,
"order": 14
},
{
"id": 10589,
"field_id": 385087,
"hidden": true,
"order": 15
},
{
"id": 10590,
"field_id": 385088,
"hidden": true,
"order": 16
},
{
"id": 10591,
"field_id": 385089,
"hidden": true,
"order": 17
},
{
"id": 10592,
"field_id": 385090,
"hidden": false,
"order": 18
},
{
"id": 10594,
"field_id": 385092,
"hidden": true,
"order": 19
},
{
"id": 10595,
"field_id": 385093,
"hidden": true,
"order": 20
},
{
"id": 10700,
"field_id": 385264,
"hidden": true,
"order": 21
},
{
"id": 10701,
"field_id": 385268,
"hidden": true,
"order": 22
},
{
"id": 10707,
"field_id": 385322,
"hidden": true,
"order": 23
}
]
},
{
"id": 84899,
"type": "gallery",
"name": "Full-time employees",
"order": 5,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26111,
"field_id": 385090,
"type": "single_select_equal",
"value": "112851"
},
{
"id": 26112,
"field_id": 385092,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 17167,
"field_id": 385091,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 385080,
"field_options": [
{
"id": 10598,
"field_id": 385072,
"hidden": false,
"order": 0
},
{
"id": 10616,
"field_id": 385091,
"hidden": false,
"order": 1
},
{
"id": 10599,
"field_id": 385074,
"hidden": true,
"order": 2
},
{
"id": 10600,
"field_id": 385075,
"hidden": true,
"order": 3
},
{
"id": 10601,
"field_id": 385076,
"hidden": true,
"order": 4
},
{
"id": 10602,
"field_id": 385077,
"hidden": false,
"order": 5
},
{
"id": 10603,
"field_id": 385078,
"hidden": false,
"order": 6
},
{
"id": 10604,
"field_id": 385079,
"hidden": true,
"order": 7
},
{
"id": 10605,
"field_id": 385080,
"hidden": true,
"order": 8
},
{
"id": 10606,
"field_id": 385081,
"hidden": false,
"order": 9
},
{
"id": 10607,
"field_id": 385082,
"hidden": false,
"order": 10
},
{
"id": 10608,
"field_id": 385083,
"hidden": true,
"order": 11
},
{
"id": 10609,
"field_id": 385084,
"hidden": true,
"order": 12
},
{
"id": 10610,
"field_id": 385085,
"hidden": true,
"order": 13
},
{
"id": 10611,
"field_id": 385086,
"hidden": true,
"order": 14
},
{
"id": 10612,
"field_id": 385087,
"hidden": true,
"order": 15
},
{
"id": 10613,
"field_id": 385088,
"hidden": true,
"order": 16
},
{
"id": 10614,
"field_id": 385089,
"hidden": true,
"order": 17
},
{
"id": 10615,
"field_id": 385090,
"hidden": true,
"order": 18
},
{
"id": 10617,
"field_id": 385092,
"hidden": true,
"order": 19
},
{
"id": 10618,
"field_id": 385093,
"hidden": true,
"order": 20
},
{
"id": 10708,
"field_id": 385264,
"hidden": true,
"order": 21
},
{
"id": 10709,
"field_id": 385268,
"hidden": true,
"order": 22
},
{
"id": 10710,
"field_id": 385322,
"hidden": true,
"order": 23
}
]
},
{
"id": 84900,
"type": "gallery",
"name": "Part-time employees",
"order": 6,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26114,
"field_id": 385090,
"type": "single_select_equal",
"value": "112853"
},
{
"id": 26115,
"field_id": 385092,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 17168,
"field_id": 385091,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 385080,
"field_options": [
{
"id": 10620,
"field_id": 385072,
"hidden": false,
"order": 0
},
{
"id": 10638,
"field_id": 385091,
"hidden": false,
"order": 1
},
{
"id": 10621,
"field_id": 385074,
"hidden": true,
"order": 2
},
{
"id": 10622,
"field_id": 385075,
"hidden": true,
"order": 3
},
{
"id": 10623,
"field_id": 385076,
"hidden": true,
"order": 4
},
{
"id": 10624,
"field_id": 385077,
"hidden": false,
"order": 5
},
{
"id": 10625,
"field_id": 385078,
"hidden": false,
"order": 6
},
{
"id": 10626,
"field_id": 385079,
"hidden": true,
"order": 7
},
{
"id": 10627,
"field_id": 385080,
"hidden": true,
"order": 8
},
{
"id": 10628,
"field_id": 385081,
"hidden": false,
"order": 9
},
{
"id": 10629,
"field_id": 385082,
"hidden": false,
"order": 10
},
{
"id": 10630,
"field_id": 385083,
"hidden": true,
"order": 11
},
{
"id": 10631,
"field_id": 385084,
"hidden": true,
"order": 12
},
{
"id": 10632,
"field_id": 385085,
"hidden": true,
"order": 13
},
{
"id": 10633,
"field_id": 385086,
"hidden": true,
"order": 14
},
{
"id": 10634,
"field_id": 385087,
"hidden": true,
"order": 15
},
{
"id": 10635,
"field_id": 385088,
"hidden": true,
"order": 16
},
{
"id": 10636,
"field_id": 385089,
"hidden": true,
"order": 17
},
{
"id": 10637,
"field_id": 385090,
"hidden": true,
"order": 18
},
{
"id": 10639,
"field_id": 385092,
"hidden": true,
"order": 19
},
{
"id": 10640,
"field_id": 385093,
"hidden": true,
"order": 20
},
{
"id": 10711,
"field_id": 385264,
"hidden": true,
"order": 21
},
{
"id": 10712,
"field_id": 385268,
"hidden": true,
"order": 22
},
{
"id": 10713,
"field_id": 385322,
"hidden": true,
"order": 23
}
]
},
{
"id": 84901,
"type": "gallery",
"name": "Seasonal employees",
"order": 7,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26117,
"field_id": 385090,
"type": "single_select_equal",
"value": "112854"
},
{
"id": 26118,
"field_id": 385092,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 17169,
"field_id": 385091,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 385080,
"field_options": [
{
"id": 10642,
"field_id": 385072,
"hidden": false,
"order": 0
},
{
"id": 10660,
"field_id": 385091,
"hidden": false,
"order": 1
},
{
"id": 10643,
"field_id": 385074,
"hidden": true,
"order": 2
},
{
"id": 10644,
"field_id": 385075,
"hidden": true,
"order": 3
},
{
"id": 10645,
"field_id": 385076,
"hidden": true,
"order": 4
},
{
"id": 10646,
"field_id": 385077,
"hidden": false,
"order": 5
},
{
"id": 10647,
"field_id": 385078,
"hidden": false,
"order": 6
},
{
"id": 10648,
"field_id": 385079,
"hidden": true,
"order": 7
},
{
"id": 10649,
"field_id": 385080,
"hidden": true,
"order": 8
},
{
"id": 10650,
"field_id": 385081,
"hidden": false,
"order": 9
},
{
"id": 10651,
"field_id": 385082,
"hidden": false,
"order": 10
},
{
"id": 10652,
"field_id": 385083,
"hidden": true,
"order": 11
},
{
"id": 10653,
"field_id": 385084,
"hidden": true,
"order": 12
},
{
"id": 10654,
"field_id": 385085,
"hidden": true,
"order": 13
},
{
"id": 10655,
"field_id": 385086,
"hidden": true,
"order": 14
},
{
"id": 10656,
"field_id": 385087,
"hidden": true,
"order": 15
},
{
"id": 10657,
"field_id": 385088,
"hidden": true,
"order": 16
},
{
"id": 10658,
"field_id": 385089,
"hidden": true,
"order": 17
},
{
"id": 10659,
"field_id": 385090,
"hidden": true,
"order": 18
},
{
"id": 10661,
"field_id": 385092,
"hidden": true,
"order": 19
},
{
"id": 10662,
"field_id": 385093,
"hidden": true,
"order": 20
},
{
"id": 10714,
"field_id": 385264,
"hidden": true,
"order": 21
},
{
"id": 10715,
"field_id": 385268,
"hidden": true,
"order": 22
},
{
"id": 10716,
"field_id": 385322,
"hidden": true,
"order": 23
}
]
},
{
"id": 84902,
"type": "gallery",
"name": "Temporary employees",
"order": 8,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26119,
"field_id": 385090,
"type": "single_select_equal",
"value": "112852"
},
{
"id": 26120,
"field_id": 385092,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 17170,
"field_id": 385091,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 385080,
"field_options": [
{
"id": 10664,
"field_id": 385072,
"hidden": false,
"order": 0
},
{
"id": 10682,
"field_id": 385091,
"hidden": false,
"order": 1
},
{
"id": 10665,
"field_id": 385074,
"hidden": true,
"order": 2
},
{
"id": 10666,
"field_id": 385075,
"hidden": true,
"order": 3
},
{
"id": 10667,
"field_id": 385076,
"hidden": true,
"order": 4
},
{
"id": 10668,
"field_id": 385077,
"hidden": false,
"order": 5
},
{
"id": 10669,
"field_id": 385078,
"hidden": false,
"order": 6
},
{
"id": 10670,
"field_id": 385079,
"hidden": true,
"order": 7
},
{
"id": 10671,
"field_id": 385080,
"hidden": true,
"order": 8
},
{
"id": 10672,
"field_id": 385081,
"hidden": false,
"order": 9
},
{
"id": 10673,
"field_id": 385082,
"hidden": false,
"order": 10
},
{
"id": 10674,
"field_id": 385083,
"hidden": true,
"order": 11
},
{
"id": 10675,
"field_id": 385084,
"hidden": true,
"order": 12
},
{
"id": 10676,
"field_id": 385085,
"hidden": true,
"order": 13
},
{
"id": 10677,
"field_id": 385086,
"hidden": true,
"order": 14
},
{
"id": 10678,
"field_id": 385087,
"hidden": true,
"order": 15
},
{
"id": 10679,
"field_id": 385088,
"hidden": true,
"order": 16
},
{
"id": 10680,
"field_id": 385089,
"hidden": true,
"order": 17
},
{
"id": 10681,
"field_id": 385090,
"hidden": true,
"order": 18
},
{
"id": 10683,
"field_id": 385092,
"hidden": true,
"order": 19
},
{
"id": 10684,
"field_id": 385093,
"hidden": true,
"order": 20
},
{
"id": 10717,
"field_id": 385264,
"hidden": true,
"order": 21
},
{
"id": 10718,
"field_id": 385268,
"hidden": true,
"order": 22
},
{
"id": 10719,
"field_id": 385322,
"hidden": true,
"order": 23
}
]
},
{
"id": 84928,
"type": "kanban",
"name": "Employees by status",
"order": 9,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26133,
"field_id": 385092,
"type": "boolean",
"value": "1"
}
],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 385090,
"card_cover_image_field_id": 385080,
"field_options": [
{
"id": 2780,
"field_id": 385072,
"hidden": false,
"order": 0
},
{
"id": 2798,
"field_id": 385091,
"hidden": false,
"order": 1
},
{
"id": 2781,
"field_id": 385074,
"hidden": true,
"order": 2
},
{
"id": 2782,
"field_id": 385075,
"hidden": true,
"order": 3
},
{
"id": 2783,
"field_id": 385076,
"hidden": true,
"order": 4
},
{
"id": 2784,
"field_id": 385077,
"hidden": false,
"order": 5
},
{
"id": 2785,
"field_id": 385078,
"hidden": true,
"order": 6
},
{
"id": 2786,
"field_id": 385079,
"hidden": true,
"order": 7
},
{
"id": 2787,
"field_id": 385080,
"hidden": true,
"order": 8
},
{
"id": 2788,
"field_id": 385081,
"hidden": true,
"order": 9
},
{
"id": 2789,
"field_id": 385082,
"hidden": true,
"order": 10
},
{
"id": 2790,
"field_id": 385083,
"hidden": true,
"order": 11
},
{
"id": 2791,
"field_id": 385084,
"hidden": true,
"order": 12
},
{
"id": 2792,
"field_id": 385085,
"hidden": true,
"order": 13
},
{
"id": 2793,
"field_id": 385086,
"hidden": true,
"order": 14
},
{
"id": 2794,
"field_id": 385087,
"hidden": true,
"order": 15
},
{
"id": 2795,
"field_id": 385088,
"hidden": true,
"order": 16
},
{
"id": 2796,
"field_id": 385089,
"hidden": true,
"order": 17
},
{
"id": 2797,
"field_id": 385090,
"hidden": true,
"order": 18
},
{
"id": 2799,
"field_id": 385092,
"hidden": true,
"order": 19
},
{
"id": 2800,
"field_id": 385093,
"hidden": true,
"order": 20
},
{
"id": 2955,
"field_id": 385264,
"hidden": true,
"order": 32767
},
{
"id": 2956,
"field_id": 385268,
"hidden": true,
"order": 32767
},
{
"id": 2957,
"field_id": 385322,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-18T14:30:40.555314+00:00",
"updated_on": "2023-02-08T14:12:06.073355+00:00",
"field_385072": null,
"field_385074": "Fitzpatrick",
"field_385075": "Janice",
"field_385076": "E",
"field_385077": [
12
],
"field_385078": [
8
],
"field_385079": [
2
],
"field_385080": [
{
"name": "upKbtHN9lLybPDzua6MBByvzgAJZ2Fui_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
"visible_name": "Woman.16.jpg",
"original_name": "Woman.16.jpg"
}
],
"field_385081": "x2083",
"field_385082": "(510) 476-1189",
"field_385083": "janice.fitzpatrick@brgeemailz.net",
"field_385084": "1053 Thompson Drive, Union City, California",
"field_385085": "94587",
"field_385086": [],
"field_385087": "1970-01-07",
"field_385088": "Started this company with friends.",
"field_385089": "2012-01-08",
"field_385090": 112851,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [
1
],
"field_385322": [
25
]
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-18T14:30:40.555439+00:00",
"updated_on": "2023-02-08T14:12:25.816443+00:00",
"field_385072": null,
"field_385074": "Pullen",
"field_385075": "Cinda",
"field_385076": "O",
"field_385077": [
13
],
"field_385078": [
8
],
"field_385079": [
2
],
"field_385080": [
{
"name": "RVLB3BKHhwtVuAG47bw33zbQvd4iI5sh_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
"visible_name": "Woman.36.jpg",
"original_name": "Woman.36.jpg"
}
],
"field_385081": "x8170",
"field_385082": "(213) 743-1636",
"field_385083": "cinda.pullen@brgeemailz.net",
"field_385084": "3486 Canis Heights Drive, Los Angeles, California",
"field_385085": "90007",
"field_385086": [
1
],
"field_385087": "1967-06-02",
"field_385088": "Joined to build something wonderful.",
"field_385089": "2012-01-08",
"field_385090": 112851,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [
5
],
"field_385322": [
2,
17,
26,
27
]
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-18T14:30:40.555518+00:00",
"updated_on": "2023-02-08T14:12:22.671114+00:00",
"field_385072": null,
"field_385074": "Best",
"field_385075": "Clayton",
"field_385076": "I",
"field_385077": [
14
],
"field_385078": [
8
],
"field_385079": [
2
],
"field_385080": [
{
"name": "41wtSFwg9iFCZ7Sjq3gU8Nb6p3bw5YT8_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg",
"visible_name": "Man.33.jpg",
"original_name": "Man.33.jpg"
}
],
"field_385081": "x1528",
"field_385082": "(916) 478-0153",
"field_385083": "clayton.best@brgeemailz.net",
"field_385084": "3380 Park Avenue, Elk Grove, California",
"field_385085": "95624",
"field_385086": [
1
],
"field_385087": "1975-05-26",
"field_385088": "Saw the same vision as the other founders.",
"field_385089": "2012-01-08",
"field_385090": 112851,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [
2
],
"field_385322": [
9,
19
]
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-18T14:30:40.555590+00:00",
"updated_on": "2023-02-08T14:11:56.632912+00:00",
"field_385072": null,
"field_385074": "Mahon",
"field_385075": "Lane",
"field_385076": "C",
"field_385077": [
15
],
"field_385078": [
8
],
"field_385079": [
2
],
"field_385080": [
{
"name": "aYgEEYmhNdW43yVVuSXwE3ZBAH6xXIhR_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
"visible_name": "Man.18.jpg",
"original_name": "Man.18.jpg"
}
],
"field_385081": "x8338",
"field_385082": "(925) 250-4627",
"field_385083": "lane.mahon@brgeemailz.net",
"field_385084": "1669 Water Street, Dublin, California",
"field_385085": "94568",
"field_385086": [
1
],
"field_385087": "1970-09-14",
"field_385088": "Believes in the potential of the company.",
"field_385089": "2012-01-08",
"field_385090": 112851,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [
10
],
"field_385322": [
1
]
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-18T14:30:40.555678+00:00",
"updated_on": "2023-02-08T14:12:45.650756+00:00",
"field_385072": null,
"field_385074": "Ecker",
"field_385075": "Allie",
"field_385076": "O",
"field_385077": [
16
],
"field_385078": [
8
],
"field_385079": [
2
],
"field_385080": [
{
"name": "LBasrspjZHKwVX48PqfzUCaWxrNHYMIp_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
"visible_name": "Woman.12.jpg",
"original_name": "Woman.12.jpg"
}
],
"field_385081": "x9008",
"field_385082": "(949) 873-7292",
"field_385083": "allie.ecker@brgeemailz.net",
"field_385084": "1522 Hillcrest Lane, Los Angeles, California",
"field_385085": "90017",
"field_385086": [
1
],
"field_385087": "2001-01-03",
"field_385088": "Having fun with the job and responsibilities.",
"field_385089": "2012-01-08",
"field_385090": 112851,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [
4,
7
],
"field_385322": [
3
]
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-05-18T14:30:40.555755+00:00",
"updated_on": "2023-02-08T14:11:31.478083+00:00",
"field_385072": null,
"field_385074": "Nickson",
"field_385075": "Thomas",
"field_385076": "J",
"field_385077": [
17
],
"field_385078": [
4
],
"field_385079": [
2
],
"field_385080": [
{
"name": "kpvm8PvAMu5It0mGgbCPrU3vAJEV1Xnm_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
"visible_name": "Man.11.jpg",
"original_name": "Man.11.jpg"
}
],
"field_385081": "x5557",
"field_385082": "(916) 336-7017",
"field_385083": "thomas.nickson@brgeemailz.net",
"field_385084": "898 Pearl Street, Sacramento, California",
"field_385085": "95814",
"field_385086": [
1
],
"field_385087": "1985-01-22",
"field_385088": "Focused on the future of this company.",
"field_385089": "2012-01-08",
"field_385090": 112851,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [],
"field_385322": [
12,
13,
14,
18
]
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-05-18T14:30:40.555832+00:00",
"updated_on": "2023-02-08T14:11:40.841688+00:00",
"field_385072": null,
"field_385074": "Garcia",
"field_385075": "Paul",
"field_385076": "A",
"field_385077": [
11
],
"field_385078": [
5
],
"field_385079": [
1
],
"field_385080": [
{
"name": "baAGJJPygHskwhdHsjq2dVmiP9mNRjlD_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg",
"visible_name": "Man.13.jpg",
"original_name": "Man.13.jpg"
}
],
"field_385081": "x9834",
"field_385082": "(916) 910-4721",
"field_385083": "paul.garcia@brgeemailz.net",
"field_385084": "4695 Woodland Terrace, Sacramento, California",
"field_385085": "95814",
"field_385086": [
1
],
"field_385087": "1977-07-05",
"field_385088": "Has been working hard doing multiple tasks for this company.",
"field_385089": "2012-01-08",
"field_385090": 112851,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [
9
],
"field_385322": []
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-05-18T14:30:40.555907+00:00",
"updated_on": "2023-02-08T14:11:35.568144+00:00",
"field_385072": null,
"field_385074": "Tran",
"field_385075": "Rodney",
"field_385076": "E",
"field_385077": [
10
],
"field_385078": [
5
],
"field_385079": [
1
],
"field_385080": [
{
"name": "outMquPR0iT3RKfl04hZkKphuGeFdJj4_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg",
"visible_name": "Man.35.jpg",
"original_name": "Man.35.jpg"
}
],
"field_385081": "x5049",
"field_385082": "(408) 451-1453",
"field_385083": "rodney.tran@brgeemailz.net",
"field_385084": "567 Ford Street, San Jose, California",
"field_385085": "95131",
"field_385086": [
9
],
"field_385087": "1995-02-28",
"field_385088": "Stayed with the founders since joining.",
"field_385089": "2019-07-30",
"field_385090": 112853,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [],
"field_385322": [
16,
21
]
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-05-18T14:30:40.555983+00:00",
"updated_on": "2023-02-08T14:12:17.909888+00:00",
"field_385072": null,
"field_385074": "Johns",
"field_385075": "Donald",
"field_385076": "G",
"field_385077": [
9
],
"field_385078": [
1
],
"field_385079": [
3
],
"field_385080": [
{
"name": "rrTx5pTLJOULTEQ6kRjKZ7cTKvMTLMSQ_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
"visible_name": "Man.48.jpg",
"original_name": "Man.48.jpg"
}
],
"field_385081": "x6300",
"field_385082": "(805) 367-1199",
"field_385083": "donald.johns@brgeemailz.net",
"field_385084": "414 Euclid Avenue, Oxnard, California",
"field_385085": "93030",
"field_385086": [
5
],
"field_385087": "1962-10-15",
"field_385088": "An experienced and highly skilled individual in this industry.",
"field_385089": "2012-01-31",
"field_385090": 112851,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [
8
],
"field_385322": []
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-05-18T14:30:40.556058+00:00",
"updated_on": "2023-02-08T14:12:04.016926+00:00",
"field_385072": null,
"field_385074": "Marshall",
"field_385075": "John",
"field_385076": "O",
"field_385077": [
9
],
"field_385078": [
1
],
"field_385079": [
3
],
"field_385080": [
{
"name": "n20mZykpXaHFMO7n6ZsZmxjeqoVml8RO_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
"visible_name": "Man.03.jpg",
"original_name": "Man.03.jpg"
}
],
"field_385081": "x6302",
"field_385082": "(323) 207-7576",
"field_385083": "john.marshall@brgeemailz.net",
"field_385084": "1028 Rosemont Avenue, Anaheim, California",
"field_385085": "92801",
"field_385086": [
5
],
"field_385087": "1974-07-16",
"field_385088": "Common friend of the founders.",
"field_385089": "2012-01-31",
"field_385090": 112854,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [],
"field_385322": [
20
]
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-05-18T14:30:40.556135+00:00",
"updated_on": "2023-02-08T14:11:47.004528+00:00",
"field_385072": null,
"field_385074": "Robicheaux",
"field_385075": "Michael",
"field_385076": "G",
"field_385077": [
8
],
"field_385078": [
1
],
"field_385079": [
3
],
"field_385080": [
{
"name": "zC3DkDSc46Gwyq0dFNDft3uutdqfcJPD_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg",
"visible_name": "Man.28.jpg",
"original_name": "Man.28.jpg"
}
],
"field_385081": "x1942",
"field_385082": "(707) 840-5210",
"field_385083": "michael.robicheaux@brgeemailz.net",
"field_385084": "792 Pretty View Lane, Mckinleyville, California",
"field_385085": "95519",
"field_385086": [
8
],
"field_385087": "1977-08-14",
"field_385088": "Found his resume online.",
"field_385089": "2019-07-30",
"field_385090": 112851,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [],
"field_385322": []
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2022-05-18T14:30:40.556209+00:00",
"updated_on": "2023-02-08T14:12:28.070290+00:00",
"field_385072": null,
"field_385074": "Lopez",
"field_385075": "Bran",
"field_385076": "C",
"field_385077": [
8
],
"field_385078": [
1
],
"field_385079": [
3
],
"field_385080": [
{
"name": "uph2w90D4m883aD7ylXVwEhshEjKTCXw_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg",
"visible_name": "Man.20.jpg",
"original_name": "Man.20.jpg"
}
],
"field_385081": "x4802",
"field_385082": "(650) 869-3623",
"field_385083": "bran.lopez@brgeemailz.net",
"field_385084": "3637 Duck Creek Road, San Bruno, California",
"field_385085": "94066",
"field_385086": [
8
],
"field_385087": "1986-07-21",
"field_385088": "A reliable addition to the company.",
"field_385089": "2019-07-30",
"field_385090": 112851,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [],
"field_385322": [
7
]
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2022-05-18T14:30:40.556284+00:00",
"updated_on": "2023-02-08T14:12:19.893265+00:00",
"field_385072": null,
"field_385074": "Wright",
"field_385075": "Donald",
"field_385076": "S",
"field_385077": [
7
],
"field_385078": [
1
],
"field_385079": [
3
],
"field_385080": [
{
"name": "mzWtz5STDpCrf5qeNJ6Scn65hdx1RtXR_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
"visible_name": "Man.09.jpg",
"original_name": "Man.09.jpg"
}
],
"field_385081": "x9259",
"field_385082": "(925) 413-4033",
"field_385083": "donald.wright@brgeemailz.net",
"field_385084": "858 Park Street, San Francisco, California",
"field_385085": "94108",
"field_385086": [
8
],
"field_385087": "1987-04-15",
"field_385088": "Worked part-time since 2019.",
"field_385089": "2019-07-30",
"field_385090": 112853,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [],
"field_385322": [
15
]
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2022-05-18T14:30:40.556361+00:00",
"updated_on": "2023-02-08T14:11:49.370441+00:00",
"field_385072": null,
"field_385074": "Tye",
"field_385075": "Leroy",
"field_385076": "S",
"field_385077": [
5
],
"field_385078": [
1
],
"field_385079": [
3
],
"field_385080": [
{
"name": "xnXCQd4INIJkbOnxK4yBegodzoBLh8GX_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
"visible_name": "Man.02.jpg",
"original_name": "Man.02.jpg"
}
],
"field_385081": "x9887",
"field_385082": "(510) 808-7208",
"field_385083": "leroy.tye@brgeemailz.net",
"field_385084": "4647 Green Avenue, Oakland, California",
"field_385085": "94612",
"field_385086": [
5
],
"field_385087": "1979-12-04",
"field_385088": "Dedicated his career to the company.",
"field_385089": "2012-01-31",
"field_385090": 112851,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [
3
],
"field_385322": [
23
]
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2022-05-18T14:30:40.556435+00:00",
"updated_on": "2023-02-08T14:11:43.252770+00:00",
"field_385072": null,
"field_385074": "Mott",
"field_385075": "Nora",
"field_385076": "N",
"field_385077": [
4
],
"field_385078": [
1
],
"field_385079": [
3
],
"field_385080": [
{
"name": "YJg28ThrKGNIRjMNKHBDvcXf8Lwpw8ZW_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
"visible_name": "Woman.55.jpg",
"original_name": "Woman.55.jpg"
}
],
"field_385081": "x0314",
"field_385082": "(818) 240-6675",
"field_385083": "nora.mott@brgeemailz.net",
"field_385084": "2105 New York Avenue, Glendale, California",
"field_385085": "91204",
"field_385086": [
3
],
"field_385087": "1992-05-19",
"field_385088": "Hardworking individual.",
"field_385089": "2019-07-30",
"field_385090": 112853,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [],
"field_385322": []
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2022-05-18T14:30:40.556507+00:00",
"updated_on": "2023-02-08T14:12:15.853578+00:00",
"field_385072": null,
"field_385074": "Cunningham",
"field_385075": "Elizabeth",
"field_385076": "N",
"field_385077": [
4
],
"field_385078": [
1
],
"field_385079": [
3
],
"field_385080": [
{
"name": "FS46T69dfc94nHl5hxkBsSHwKkrXTMt8_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
"visible_name": "Woman.27.jpg",
"original_name": "Woman.27.jpg"
}
],
"field_385081": "x2084",
"field_385082": "(323) 930-9329",
"field_385083": "elizabeth.cunningham@brgeemailz.net",
"field_385084": "1609 Hillhaven Drive, Los Angeles, California",
"field_385085": "90036",
"field_385086": [
3
],
"field_385087": "1999-10-17",
"field_385088": "Always helpful to colleagues.",
"field_385089": "2019-07-30",
"field_385090": 112854,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [],
"field_385322": []
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2022-05-18T14:30:40.556580+00:00",
"updated_on": "2023-02-08T14:11:38.058759+00:00",
"field_385072": null,
"field_385074": "Rethman",
"field_385075": "Richard",
"field_385076": "D",
"field_385077": [
3
],
"field_385078": [
1
],
"field_385079": [
3
],
"field_385080": [
{
"name": "vBJTvoC4ZECTYycqfjSWRAr6xlCU1cPI_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
"visible_name": "Man.31.jpg",
"original_name": "Man.31.jpg"
}
],
"field_385081": "x3210",
"field_385082": "(626) 585-3240",
"field_385083": "richard.rethman@brgeemailz.net",
"field_385084": "3633 Nickel Road, Pasadena, California",
"field_385085": "91101",
"field_385086": [
5
],
"field_385087": "1975-11-04",
"field_385088": "Help the company since the start of the operation.",
"field_385089": "2012-01-31",
"field_385090": 112851,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [],
"field_385322": [
22
]
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2022-05-18T14:30:40.556653+00:00",
"updated_on": "2023-02-08T14:12:01.677585+00:00",
"field_385072": null,
"field_385074": "Castillo",
"field_385075": "Jonathan",
"field_385076": "J",
"field_385077": [
17
],
"field_385078": [
2
],
"field_385079": [
1
],
"field_385080": [
{
"name": "c5bo3rb3mL3Y8yYpis5M6SLgJxAuESzN_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
"visible_name": "Man.27.jpg",
"original_name": "Man.27.jpg"
}
],
"field_385081": "x4050",
"field_385082": "(714) 674-5259",
"field_385083": "jonathan.castillo@brgeemailz.net",
"field_385084": "2014 Alpaca Way, Brea, California",
"field_385085": "92621",
"field_385086": [
2
],
"field_385087": "1989-09-23",
"field_385088": "Has been very productive.",
"field_385089": "2012-01-31",
"field_385090": 112851,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [],
"field_385322": [
24
]
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2022-05-18T14:30:40.556730+00:00",
"updated_on": "2023-02-08T14:12:13.822322+00:00",
"field_385072": null,
"field_385074": "Rothman",
"field_385075": "Eric",
"field_385076": "A",
"field_385077": [
17
],
"field_385078": [
2
],
"field_385079": [
1
],
"field_385080": [
{
"name": "XrzVKfwMYQfwpB8kUTcEcmo7YxsAOY0B_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg",
"visible_name": "Man.15.jpg",
"original_name": "Man.15.jpg"
}
],
"field_385081": "x2313",
"field_385082": "(619) 525-2361",
"field_385083": "eric.rothman@brgeemailz.net",
"field_385084": "678 Poplar Avenue, San Diego, California",
"field_385085": "92101",
"field_385086": [
2
],
"field_385087": "1983-05-18",
"field_385088": "Very prolific individual. Ask him anything.",
"field_385089": "2012-01-31",
"field_385090": 112851,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [],
"field_385322": []
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2022-05-18T14:30:40.556805+00:00",
"updated_on": "2023-02-08T14:11:58.642513+00:00",
"field_385072": null,
"field_385074": "Triplett",
"field_385075": "Judith",
"field_385076": "O",
"field_385077": [
17
],
"field_385078": [
6
],
"field_385079": [
3
],
"field_385080": [
{
"name": "EyeKZr7MzYFAkV7rveT6MsLXFkE26gRu_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg",
"visible_name": "Woman.38.jpg",
"original_name": "Woman.38.jpg"
}
],
"field_385081": "x4750",
"field_385082": "(323) 762-0628",
"field_385083": "judith.triplett@brgeemailz.net",
"field_385084": "3358 Southside Lane, Los Angeles, California",
"field_385085": "90017",
"field_385086": [
10
],
"field_385087": "1987-05-30",
"field_385088": "Joyful and the life of the party.",
"field_385089": "2012-01-31",
"field_385090": 112851,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [],
"field_385322": [
5
]
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2022-05-18T14:30:40.556880+00:00",
"updated_on": "2023-02-08T14:11:51.607871+00:00",
"field_385072": null,
"field_385074": "Hogan",
"field_385075": "Lena",
"field_385076": "I",
"field_385077": [
18
],
"field_385078": [
7
],
"field_385079": [
1
],
"field_385080": [
{
"name": "DDkXYykQsjvrS7HFIlaojVOYZjCbIUxA_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg",
"visible_name": "Woman.17.jpg",
"original_name": "Woman.17.jpg"
}
],
"field_385081": "x0720",
"field_385082": "(559) 949-6790",
"field_385083": "lena.hogan@brgeemailz.net",
"field_385084": "2400 Half and Half Drive, Alpaugh, California",
"field_385085": "93219",
"field_385086": [
7
],
"field_385087": "1998-06-20",
"field_385088": "Cheerful individual - brings a lot of jokes everyday.",
"field_385089": "2019-07-30",
"field_385090": 112852,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [],
"field_385322": []
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2022-05-18T14:30:40.556953+00:00",
"updated_on": "2023-02-08T14:11:33.528080+00:00",
"field_385072": null,
"field_385074": "Love",
"field_385075": "Sandra",
"field_385076": "O",
"field_385077": [
18
],
"field_385078": [
7
],
"field_385079": [
1
],
"field_385080": [
{
"name": "eW8Z85AICkru3wqVV8DK7xih6FmrGFGD_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg",
"visible_name": "Woman.23.jpg",
"original_name": "Woman.23.jpg"
}
],
"field_385081": "x1950",
"field_385082": "(559) 592-9157",
"field_385083": "sandra.love@brgeemailz.net",
"field_385084": "3294 Chicago Avenue, Exeter, California",
"field_385085": "93221",
"field_385086": [
7
],
"field_385087": "2001-06-12",
"field_385088": "Great with customers. Always knew what to communicate.",
"field_385089": "2019-07-30",
"field_385090": 112852,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [],
"field_385322": [
10,
11
]
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2022-05-18T14:30:40.557030+00:00",
"updated_on": "2023-02-08T14:11:53.841040+00:00",
"field_385072": null,
"field_385074": "Mazon",
"field_385075": "Latisha",
"field_385076": "O",
"field_385077": [
18
],
"field_385078": [
7
],
"field_385079": [
1
],
"field_385080": [
{
"name": "3ZIEfynQs4H3PBrgsD8azEAvnLiNy8uH_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg",
"visible_name": "Woman.46.jpg",
"original_name": "Woman.46.jpg"
}
],
"field_385081": "x5470",
"field_385082": "(530) 540-8012",
"field_385083": "latisha.mazon@brgeemailz.net",
"field_385084": "4381 Hill Croft Farm Road, Chico, California",
"field_385085": "95926",
"field_385086": [
7
],
"field_385087": "1997-05-10",
"field_385088": "Very athletic, joins a lot of sport activities.",
"field_385089": "2019-07-30",
"field_385090": 112852,
"field_385091": null,
"field_385092": "true",
"field_385093": null,
"field_385264": null,
"field_385268": [],
"field_385322": [
8
]
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2022-05-18T14:30:40.557102+00:00",
"updated_on": "2023-02-08T14:12:09.805012+00:00",
"field_385072": null,
"field_385074": "Dradder",
"field_385075": "Jane",
"field_385076": "D",
"field_385077": [
18
],
"field_385078": [
7
],
"field_385079": [
1
],
"field_385080": [
{
"name": "djIQu7BRzcdGXktcL965otQxbRToKQmF_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg",
"visible_name": "Woman.02.jpg",
"original_name": "Woman.02.jpg"
}
],
"field_385081": "x9899",
"field_385082": "(720) 555-2389",
"field_385083": "jane.rudder@brgeemailz.net",
"field_385084": "902 Park Street, San Francisco, California",
"field_385085": "94108",
"field_385086": [
7
],
"field_385087": "1998-09-10",
"field_385088": "Joined and left in just a couple of weeks.",
"field_385089": "2020-01-30",
"field_385090": 112852,
"field_385091": null,
"field_385092": "false",
"field_385093": "2020-02-15",
"field_385264": null,
"field_385268": [],
"field_385322": []
}
]
},
{
"id": 64764,
"name": "Titles",
"order": 6,
"fields": [
{
"id": 381990,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 381992,
"type": "long_text",
"name": "Description",
"order": 2,
"primary": false
},
{
"id": 381994,
"type": "formula",
"name": "Employee count",
"order": 4,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
"formula_type": "number"
},
{
"id": 385099,
"type": "link_row",
"name": "Related employees",
"order": 5,
"primary": false,
"link_row_table_id": 65267,
"link_row_related_field_id": 385077,
"has_related_field": true
}
],
"views": [
{
"id": 84050,
"type": "grid",
"name": "All titles",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [],
"decorations": [
{
"id": 52,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "80e90f0a-00ea-4c11-a884-3f9cd323ef1f",
"color": "light-gray",
"filters": [
{
"id": "11589914-7cbf-4a4e-9581-743c652dec3b",
"type": "empty",
"field": 381994,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 479941,
"field_id": 381990,
"width": 256,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 479943,
"field_id": 381992,
"width": 448,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 479945,
"field_id": 381994,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 484704,
"field_id": 385099,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 84931,
"type": "grid",
"name": "Business analysis",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26134,
"field_id": 381990,
"type": "contains",
"value": "Business Analyst"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 485124,
"field_id": 381990,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 485125,
"field_id": 381992,
"width": 295,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485126,
"field_id": 381994,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 485127,
"field_id": 385099,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 84932,
"type": "grid",
"name": "Quality assurance",
"order": 3,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26135,
"field_id": 381990,
"type": "contains",
"value": "Quality Assurance"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 485128,
"field_id": 381990,
"width": 254,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 485129,
"field_id": 381992,
"width": 330,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485130,
"field_id": 381994,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 485131,
"field_id": 385099,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 84933,
"type": "grid",
"name": "Software engineering",
"order": 4,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26136,
"field_id": 381990,
"type": "contains",
"value": "Software Engineer"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 485132,
"field_id": 381990,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 485133,
"field_id": 381992,
"width": 300,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485134,
"field_id": 381994,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 485135,
"field_id": 385099,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 84934,
"type": "grid",
"name": "Human resources",
"order": 5,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26137,
"field_id": 381990,
"type": "contains",
"value": "Recruiter"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 485136,
"field_id": 381990,
"width": 136,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 485137,
"field_id": 381992,
"width": 329,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485138,
"field_id": 381994,
"width": 159,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 485139,
"field_id": 385099,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 84935,
"type": "grid",
"name": "Executive",
"order": 6,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26138,
"field_id": 381990,
"type": "contains",
"value": "Chief"
}
],
"sortings": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 485140,
"field_id": 381990,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 485141,
"field_id": 381992,
"width": 322,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 485142,
"field_id": 381994,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 485143,
"field_id": 385099,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-16T15:05:09.007773+00:00",
"updated_on": "2022-05-16T15:05:21.819900+00:00",
"field_381990": "Associate Business Analyst",
"field_381992": "Assists their immediate business analysis supervisor and seniors with assigned tasks and responsibilities.",
"field_381994": null,
"field_385099": []
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-16T15:05:09.007846+00:00",
"updated_on": "2022-05-16T15:05:21.819936+00:00",
"field_381990": "Business Analyst",
"field_381992": "The Business Analyst collaborates with stakeholders to analyze and document business processes for the system under development, to define functional requirements and high-level features, to elaborate on the details of the software project and requirements in order to establish the project's direction, and to assist in its implementation.",
"field_381994": null,
"field_385099": []
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-16T15:05:09.007883+00:00",
"updated_on": "2022-05-16T15:05:21.819948+00:00",
"field_381990": "Senior Business Analyst",
"field_381992": "Senior Business Analysts are responsible for supervising the rest of the business analysts while maintaining the same responsibilities as base-level business analysts. Furthermore, this role is considered an expert in their field.",
"field_381994": null,
"field_385099": [
17
]
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-16T15:05:09.007920+00:00",
"updated_on": "2022-05-16T15:05:21.819958+00:00",
"field_381990": "Associate Quality Assurance Engineer",
"field_381992": "Assists their immediate quality assurance supervisor and seniors with assigned tasks and responsibilities.",
"field_381994": null,
"field_385099": [
16,
15
]
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-16T15:05:09.007954+00:00",
"updated_on": "2022-05-16T15:05:21.819967+00:00",
"field_381990": "Quality Assurance Engineer",
"field_381992": "A Quality Assurance Engineer creates tests to identify software defects prior to a product's launch. These tests entail additional responsibilities, such as developing and running new tests and communicating their results to stakeholders, with whom you will collaborate to fix program bugs or problems.",
"field_381994": null,
"field_385099": [
14
]
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-05-16T15:05:09.007991+00:00",
"updated_on": "2022-05-16T15:05:21.819976+00:00",
"field_381990": "Senior Quality Assurance Engineer",
"field_381992": "Senior Quality Assurance Engineers are responsible for supervising the rest of the QA engineers while maintaining the same responsibilities as base-level Quality Assurance Engineers. Furthermore, this role is considered an expert in their field.",
"field_381994": null,
"field_385099": []
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-05-16T15:05:09.008027+00:00",
"updated_on": "2022-05-16T15:05:21.819985+00:00",
"field_381990": "Associate Software Engineer",
"field_381992": "Assists their immediate programming supervisor and seniors with assigned tasks and responsibilities.",
"field_381994": null,
"field_385099": [
13
]
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-05-16T15:05:09.008062+00:00",
"updated_on": "2022-05-16T15:05:21.819994+00:00",
"field_381990": "Software Engineer",
"field_381992": "Software Engineers are responsible for implementing engineering principles in the development of software. Their responsibilities include analyzing and modifying existing software as well as designing, building, and testing end-user applications that meet user requirements \u2014 all via software programming languages.",
"field_381994": null,
"field_385099": [
12,
11
]
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-05-16T15:05:09.008096+00:00",
"updated_on": "2022-05-16T15:05:21.820003+00:00",
"field_381990": "Senior Software Engineer",
"field_381992": "Senior Software Engineers are responsible for supervising the rest of the software engineers while maintaining the same responsibilities as base-level engineers. Furthermore, this role is considered an expert in their field.",
"field_381994": null,
"field_385099": [
9,
10
]
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-05-16T15:05:09.008131+00:00",
"updated_on": "2022-05-16T15:05:21.820012+00:00",
"field_381990": "Assistant Recruiter",
"field_381992": "Assists the company's recruiter in posting jobs and in sorting job applicants.",
"field_381994": null,
"field_385099": [
8
]
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-05-16T15:05:09.008167+00:00",
"updated_on": "2022-05-16T15:05:21.820021+00:00",
"field_381990": "Lead Recruiter",
"field_381992": "Creates templates for job recruitment and manages staffing requirements of all the departments.",
"field_381994": null,
"field_385099": [
7
]
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2022-05-16T15:05:09.008202+00:00",
"updated_on": "2022-05-16T15:05:21.820029+00:00",
"field_381990": "Chief Executive Officer",
"field_381992": "CEOs are accountable for overseeing the overall operations of their companies. This may involve assigning and guiding agendas, driving profitability, managing the organizational structure and direction of the company, and engaging with the board.",
"field_381994": null,
"field_385099": [
1
]
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2022-05-16T15:05:09.008238+00:00",
"updated_on": "2022-05-16T15:05:21.820039+00:00",
"field_381990": "Chief Technical Officer",
"field_381992": "The CTO is responsible for making all executive decisions concerning a company's technology interests. They are responsible for articulating the company's technological vision, implementing technology initiatives, and ensuring that the company's technological resources are matched with its business requirements.",
"field_381994": null,
"field_385099": [
2
]
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2022-05-16T15:05:09.008273+00:00",
"updated_on": "2022-05-16T15:05:21.820048+00:00",
"field_381990": "Chief Financial Officer",
"field_381992": "Chief financial officers are in charge of an organization's finances. They are responsible for anticipating the organization's financial health based on financial and operational data and reports provided by the finance and accounting departments, as well as advising the CEO and board of directors on strategic direction.",
"field_381994": null,
"field_385099": [
3
]
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2022-05-16T15:05:09.008310+00:00",
"updated_on": "2022-05-16T15:05:21.820057+00:00",
"field_381990": "Chief Marketing Officer",
"field_381992": "A Chief Marketing Officer is responsible for directing the organization's marketing and advertising planning, development, and implementation. They play a crucial part in the success of a firm and have essential tasks ranging from creative input to business strategy.",
"field_381994": null,
"field_385099": [
4
]
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2022-05-16T15:05:09.008344+00:00",
"updated_on": "2022-05-18T14:43:58.768983+00:00",
"field_381990": "Chief Sales Officer",
"field_381992": "The CSO is the leader of an organization's whole sales department and directs and oversees all activities connected to producing sales. A CSO's daily responsibilities include supervising, planning, and directing daily sales initiatives, as well as maintaining sales goals.",
"field_381994": null,
"field_385099": [
5
]
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2022-05-16T15:05:09.008379+00:00",
"updated_on": "2022-05-16T15:05:21.820075+00:00",
"field_381990": "Administrative Officer",
"field_381992": "Administrative officers are responsible for administrative duties such as answering telephone calls, organizing meetings, producing reports, and filing papers. In addition, they may be responsible for managing inventories, keeping company records, processing budget and office reports, invoicing, and providing customer service.",
"field_381994": null,
"field_385099": [
18,
6,
19,
20
]
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2022-05-16T15:05:09.008413+00:00",
"updated_on": "2022-05-16T15:05:21.820084+00:00",
"field_381990": "Customer Service Officer",
"field_381992": "Customer service officers serve as the public face of a firm and interact directly with customers to answer their queries or provide additional assistance as necessary. They operate in every industry with a customer base. They assist clients with complaints and concerns, provide product and service information, accept purchases, and process returns.",
"field_381994": null,
"field_385099": [
24,
21,
22,
23
]
}
]
},
{
"id": 64763,
"name": "Departments",
"order": 7,
"fields": [
{
"id": 381984,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 381986,
"type": "long_text",
"name": "Description",
"order": 2,
"primary": false
},
{
"id": 381987,
"type": "boolean",
"name": "Is active",
"order": 3,
"primary": false
},
{
"id": 381989,
"type": "formula",
"name": "Employee count",
"order": 5,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
"formula_type": "number"
},
{
"id": 385102,
"type": "link_row",
"name": "Related employees",
"order": 6,
"primary": false,
"link_row_table_id": 65267,
"link_row_related_field_id": 385078,
"has_related_field": true
}
],
"views": [
{
"id": 84049,
"type": "grid",
"name": "All departments",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17145,
"field_id": 381984,
"order": "ASC"
}
],
"decorations": [
{
"id": 53,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "dc41333a-354d-4aae-b33b-afc5e4858406",
"color": "light-gray",
"filters": [
{
"id": "1d3b67cc-6c48-487e-8f95-23c737eb3b2a",
"type": "boolean",
"field": 381987,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 54,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "29f8b619-e7cb-4afc-9cba-a020732a6ea6",
"color": "light-red",
"filters": [
{
"id": "290c7789-d6ca-4b82-be03-b14097d2f52b",
"type": "empty",
"field": 381989,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 479935,
"field_id": 381984,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 479937,
"field_id": 381986,
"width": 387,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 479938,
"field_id": 381987,
"width": 113,
"hidden": false,
"order": 2,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 479940,
"field_id": 381989,
"width": 159,
"hidden": false,
"order": 1,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 484705,
"field_id": 385102,
"width": 345,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 84856,
"type": "gallery",
"name": "Active departments",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26080,
"field_id": 381987,
"type": "boolean",
"value": "1"
}
],
"sortings": [
{
"id": 17149,
"field_id": 381984,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"field_options": [
{
"id": 10557,
"field_id": 381984,
"hidden": false,
"order": 32767
},
{
"id": 10558,
"field_id": 381986,
"hidden": false,
"order": 32767
},
{
"id": 10559,
"field_id": 381987,
"hidden": true,
"order": 32767
},
{
"id": 10560,
"field_id": 381989,
"hidden": false,
"order": 32767
},
{
"id": 10561,
"field_id": 385102,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-16T15:03:23.639452+00:00",
"updated_on": "2022-05-16T15:03:34.178272+00:00",
"field_381984": "Research and development",
"field_381986": "The research and development division is responsible for the majority of this company's operations. Here, software development is administered. It is divided into various project teams.",
"field_381987": "true",
"field_381989": null,
"field_385102": [
16,
9,
12,
10,
15,
17,
11,
14,
13
]
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-16T15:03:23.639513+00:00",
"updated_on": "2022-05-16T15:03:34.178327+00:00",
"field_381984": "Finance",
"field_381986": "The finance team and auditors of the company report to this department. The Finance department is responsible for the financial records and audits of the company.",
"field_381987": "true",
"field_381989": null,
"field_385102": [
18,
19
]
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-16T15:03:23.639541+00:00",
"updated_on": "2022-05-16T15:03:34.178341+00:00",
"field_381984": "Legal",
"field_381986": "The legal department provides legal expertise that is advantageous to the strategies and planning of the organization. This department has a small seasonal workforce.",
"field_381987": "false",
"field_381989": null,
"field_385102": []
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-16T15:03:23.639565+00:00",
"updated_on": "2022-05-16T15:03:34.178352+00:00",
"field_381984": "Logistics",
"field_381986": "Our liaison officers and logistical partners fall under the purview of this department.",
"field_381987": "true",
"field_381989": null,
"field_385102": [
6
]
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-16T15:03:23.639590+00:00",
"updated_on": "2022-05-16T15:03:34.178362+00:00",
"field_381984": "Human resources",
"field_381986": "This department handles every aspect of the recruitment and hiring processes.",
"field_381987": "true",
"field_381989": null,
"field_385102": [
7,
8
]
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-05-16T15:03:23.639614+00:00",
"updated_on": "2022-05-16T15:03:34.178372+00:00",
"field_381984": "Marketing",
"field_381986": "Our organization's press releases and branding are handled by the marketing department.",
"field_381987": "true",
"field_381989": null,
"field_385102": [
20
]
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-05-16T15:03:23.639638+00:00",
"updated_on": "2022-05-16T15:03:34.178383+00:00",
"field_381984": "Sales",
"field_381986": "This department manages sales and sales strategies and is a vital part of the organization.",
"field_381987": "true",
"field_381989": null,
"field_385102": [
24,
21,
22,
23
]
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-05-16T15:03:23.639662+00:00",
"updated_on": "2022-05-16T15:03:34.178393+00:00",
"field_381984": "Executive",
"field_381986": "This department is in charge of the most important strategic planning and decision-making. This division is responsible for making all corporate-wide decisions.",
"field_381987": "true",
"field_381989": null,
"field_385102": [
3,
5,
1,
4,
2
]
}
]
},
{
"id": 64765,
"name": "Office locations",
"order": 8,
"fields": [
{
"id": 381995,
"type": "text",
"name": "Location",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 381997,
"type": "file",
"name": "Photo",
"order": 2,
"primary": false
},
{
"id": 381998,
"type": "text",
"name": "Street",
"order": 3,
"primary": false,
"text_default": ""
},
{
"id": 385106,
"type": "link_row",
"name": "Related employees",
"order": 8,
"primary": false,
"link_row_table_id": 65267,
"link_row_related_field_id": 385079,
"has_related_field": true
},
{
"id": 388070,
"type": "text",
"name": "City",
"order": 9,
"primary": false,
"text_default": ""
},
{
"id": 388071,
"type": "text",
"name": "State",
"order": 10,
"primary": false,
"text_default": ""
},
{
"id": 388075,
"type": "text",
"name": "Zip code",
"order": 11,
"primary": false,
"text_default": ""
},
{
"id": 388076,
"type": "phone_number",
"name": "Phone number",
"order": 12,
"primary": false
},
{
"id": 388077,
"type": "formula",
"name": "Employee count",
"order": 13,
"primary": false,
"error": null,
"date_format": null,
"date_include_time": null,
"date_time_format": null,
"number_decimal_places": 0,
"array_formula_type": null,
"formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
"formula_type": "number"
}
],
"views": [
{
"id": 84051,
"type": "grid",
"name": "All locations",
"order": 1,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17148,
"field_id": 381995,
"order": "ASC"
}
],
"decorations": [
{
"id": 55,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "e31f8e12-4a1b-4747-a7f8-d0f639eefc25",
"color": "light-gray",
"filters": [],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 479946,
"field_id": 381995,
"width": 184,
"hidden": false,
"order": 8,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 479948,
"field_id": 381997,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 479949,
"field_id": 381998,
"width": 162,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 484712,
"field_id": 385106,
"width": 200,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488975,
"field_id": 388070,
"width": 110,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488976,
"field_id": 388071,
"width": 103,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488977,
"field_id": 388075,
"width": 113,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488978,
"field_id": 388076,
"width": 152,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 488979,
"field_id": 388077,
"width": 161,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 84853,
"type": "gallery",
"name": "Locations",
"order": 2,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17146,
"field_id": 381995,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 381997,
"field_options": [
{
"id": 10550,
"field_id": 381995,
"hidden": false,
"order": 32767
},
{
"id": 10551,
"field_id": 381997,
"hidden": true,
"order": 32767
},
{
"id": 10552,
"field_id": 381998,
"hidden": false,
"order": 32767
},
{
"id": 10556,
"field_id": 385106,
"hidden": true,
"order": 32767
},
{
"id": 10899,
"field_id": 388070,
"hidden": true,
"order": 32767
},
{
"id": 10900,
"field_id": 388071,
"hidden": true,
"order": 32767
},
{
"id": 10901,
"field_id": 388075,
"hidden": true,
"order": 32767
},
{
"id": 10902,
"field_id": 388076,
"hidden": true,
"order": 32767
},
{
"id": 10903,
"field_id": 388077,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-16T15:06:24.495320+00:00",
"updated_on": "2022-05-20T09:50:07.506071+00:00",
"field_381995": "One world square",
"field_381997": [
{
"name": "wIrXjgq4XdiCievnpjKd9bJ1UHkx0NO5_c45b4ddb5b1f81ba679f156c52156cffd2447456425a4d03a356d4619dc078b2.jpg",
"visible_name": "Offices.03.jpg",
"original_name": "Offices.03.jpg"
}
],
"field_381998": "5812 Poplar Avenue",
"field_385106": [
18,
24,
7,
21,
22,
23,
19,
8
],
"field_388070": "San Diego",
"field_388071": "California",
"field_388075": "92111",
"field_388076": "(519) 587-3851",
"field_388077": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-16T15:06:24.495387+00:00",
"updated_on": "2022-05-20T09:49:48.467603+00:00",
"field_381995": "Net cube - executive floors",
"field_381997": [
{
"name": "8NEid0bOwwoREaQyiIqkHrPYmykjv8vR_de53387c30e13446fff1cbb98ea5ade7a8db8a9526e34661bd68788cc8915b2a.jpg",
"visible_name": "Offices.02.jpg",
"original_name": "Offices.02.jpg"
}
],
"field_381998": "1735 Zimmerman Lane",
"field_385106": [
3,
5,
1,
4,
6,
2
],
"field_388070": "Los Angeles",
"field_388071": "California",
"field_388075": "90017",
"field_388076": "(213) 375-9873",
"field_388077": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-16T15:06:24.495416+00:00",
"updated_on": "2022-05-20T09:49:58.703294+00:00",
"field_381995": "Net cube - operations",
"field_381997": [
{
"name": "lx852ySRLHvwkY8sfbk5IqQJ0YeWLmqw_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
"visible_name": "Offices.01.jpg",
"original_name": "Offices.01.jpg"
}
],
"field_381998": "1735 Zimmerman Lane",
"field_385106": [
16,
9,
12,
10,
15,
17,
11,
20,
14,
13
],
"field_388070": "Los Angeles",
"field_388071": "California",
"field_388075": "90017",
"field_388076": "(213) 375-9875",
"field_388077": null
}
]
}
]
}
]
}