bramw_baserow/backend/templates/personal-finance-manager.json

18543 lines
947 KiB
JSON

{
"baserow_template_version": 1,
"name": "Personal Finance Manager",
"icon": "iconoir-bank",
"keywords": [
"personal finance manager",
"personal budgeting",
"budget manager",
"personal finances",
"personal budget tracker",
"budget",
"budgeting",
"finance",
"expenses",
"income"
],
"categories": [
"Personal",
"Finance"
],
"export": [
{
"id": 29235,
"name": "Personal Finance Manager",
"order": 1,
"type": "database",
"tables": [
{
"id": 66218,
"name": "Summary",
"order": 2,
"fields": [
{
"id": 391271,
"type": "text",
"name": "Period",
"order": 0,
"primary": true,
"text_default": "YYYY-MM"
},
{
"id": 391272,
"type": "formula",
"name": "Estimated income",
"order": 1,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "sum(field('Amount est: income'))",
"formula_type": "number"
},
{
"id": 391273,
"type": "formula",
"name": "Actual income",
"order": 2,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "sum(field('Amount: income'))",
"formula_type": "number"
},
{
"id": 391324,
"type": "formula",
"name": "Living expenses",
"order": 3,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "sum(field('Amount: living expenses'))",
"formula_type": "number"
},
{
"id": 391327,
"type": "formula",
"name": "Food expenses",
"order": 4,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "sum(field('Amount: food expenses'))",
"formula_type": "number"
},
{
"id": 391329,
"type": "formula",
"name": "Transportation expenses",
"order": 5,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "sum(field('Amount: transportation expenses'))",
"formula_type": "number"
},
{
"id": 391332,
"type": "formula",
"name": "Personal expenses",
"order": 6,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "sum(field('Amount: personal expenses'))",
"formula_type": "number"
},
{
"id": 391333,
"type": "formula",
"name": "Entertainment expenses",
"order": 7,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "sum(field('Amount: entertainment expenses'))",
"formula_type": "number"
},
{
"id": 391334,
"type": "formula",
"name": "Loan payments",
"order": 8,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "sum(field('Amount: loans'))",
"formula_type": "number"
},
{
"id": 391335,
"type": "formula",
"name": "Contributions",
"order": 9,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "sum(field('Amount: contributions'))",
"formula_type": "number"
},
{
"id": 391336,
"type": "formula",
"name": "Other expenses",
"order": 10,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "sum(field('Amount: other expenses'))",
"formula_type": "number"
},
{
"id": 391339,
"type": "formula",
"name": "Total estimated expenses",
"order": 11,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "sum(field(\"Amount est: living expenses\")) \n+ sum(field(\"Amount est: food expenses\")) \n+ sum(field(\"Amount est: transportation expenses\")) \n+ sum(field(\"Amount est: personal expenses\")) \n+ sum(field(\"Amount est: entertainment expenses\")) \n+ sum(field(\"Amount est: loans\")) \n+ sum(field(\"Amount est: contributions\")) \n+ sum(field(\"Amount est: other expenses\"))",
"formula_type": "number"
},
{
"id": 391340,
"type": "formula",
"name": "Total actual expenses",
"order": 12,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "sum(field(\"Amount: living expenses\")) \n+ sum(field(\"Amount: food expenses\")) \n+ sum(field(\"Amount: transportation expenses\")) \n+ sum(field(\"Amount: personal expenses\")) \n+ sum(field(\"Amount: entertainment expenses\")) \n+ sum(field(\"Amount: loans\")) \n+ sum(field(\"Amount: contributions\")) \n+ sum(field(\"Amount: other expenses\"))",
"formula_type": "number"
},
{
"id": 391341,
"type": "formula",
"name": "Estimated balance",
"order": 13,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(sum(field(\"Amount est: income\")) < 0, \n 0, \n sum(field(\"Amount est: income\")) \n - when_empty(sum(field(\"Amount est: living expenses\")), 0) \n - when_empty(sum(field(\"Amount est: food expenses\")), 0) \n - when_empty(sum(field(\"Amount est: transportation expenses\")), 0) \n - when_empty(sum(field(\"Amount est: personal expenses\")), 0) \n - when_empty(sum(field(\"Amount est: entertainment expenses\")), 0) \n - when_empty(sum(field(\"Amount est: loans\")), 0) \n - when_empty(sum(field(\"Amount est: contributions\")), 0) \n - when_empty(sum(field(\"Amount est: other expenses\")), 0) \n)",
"formula_type": "number"
},
{
"id": 391348,
"type": "formula",
"name": "Actual balance",
"order": 14,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(sum(field(\"Amount: income\")) < 0, \n 0, \n sum(field(\"Amount: income\")) \n - when_empty(sum(field(\"Amount: living expenses\")), 0) \n - when_empty(sum(field(\"Amount: food expenses\")), 0) \n - when_empty(sum(field(\"Amount: transportation expenses\")), 0) \n - when_empty(sum(field(\"Amount: personal expenses\")), 0) \n - when_empty(sum(field(\"Amount: entertainment expenses\")), 0) \n - when_empty(sum(field(\"Amount: loans\")), 0) \n - when_empty(sum(field(\"Amount: contributions\")), 0) \n - when_empty(sum(field(\"Amount: other expenses\")), 0) \n)",
"formula_type": "number"
},
{
"id": 391349,
"type": "formula",
"name": "Odd or even",
"order": 15,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(\n equal(\n search(\n totext(\n divide(month(todate(field(\"Period\")+\"-01\", \"YYYY-MM-DD\")), \n 2)), \n \".5\"), \n 0\n ), \n true, false\n)",
"formula_type": "boolean"
},
{
"id": 391490,
"type": "link_row",
"name": "Related income",
"order": 16,
"primary": false,
"link_row_table_id": 66219,
"link_row_related_field_id": 391275,
"has_related_field": true
},
{
"id": 391616,
"type": "link_row",
"name": "Related living expenses",
"order": 17,
"primary": false,
"link_row_table_id": 66275,
"link_row_related_field_id": 391607,
"has_related_field": true
},
{
"id": 391641,
"type": "link_row",
"name": "Related food expenses",
"order": 18,
"primary": false,
"link_row_table_id": 66277,
"link_row_related_field_id": 391632,
"has_related_field": true
},
{
"id": 391654,
"type": "link_row",
"name": "Related transportation expenses",
"order": 19,
"primary": false,
"link_row_table_id": 66278,
"link_row_related_field_id": 391645,
"has_related_field": true
},
{
"id": 391671,
"type": "link_row",
"name": "Related personal expenses",
"order": 20,
"primary": false,
"link_row_table_id": 66279,
"link_row_related_field_id": 391657,
"has_related_field": true
},
{
"id": 391683,
"type": "link_row",
"name": "Related entertainment expenses",
"order": 21,
"primary": false,
"link_row_table_id": 66281,
"link_row_related_field_id": 391674,
"has_related_field": true
},
{
"id": 392934,
"type": "link_row",
"name": "Related loans",
"order": 22,
"primary": false,
"link_row_table_id": 66454,
"link_row_related_field_id": 392910,
"has_related_field": true
},
{
"id": 392946,
"type": "link_row",
"name": "Related contributions",
"order": 23,
"primary": false,
"link_row_table_id": 66456,
"link_row_related_field_id": 392937,
"has_related_field": true
},
{
"id": 392988,
"type": "link_row",
"name": "Related other expenses",
"order": 24,
"primary": false,
"link_row_table_id": 66459,
"link_row_related_field_id": 392956,
"has_related_field": true
},
{
"id": 393197,
"type": "lookup",
"name": "Amount est: income",
"order": 25,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 391490,
"through_field_name": "Related income",
"target_field_id": 391506,
"target_field_name": "Estimated income"
},
{
"id": 393199,
"type": "lookup",
"name": "Amount est: living expenses",
"order": 26,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 391616,
"through_field_name": "Related living expenses",
"target_field_id": 391610,
"target_field_name": "Estimated cost"
},
{
"id": 393200,
"type": "lookup",
"name": "Amount est: food expenses",
"order": 27,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 391641,
"through_field_name": "Related food expenses",
"target_field_id": 391635,
"target_field_name": "Estimated cost"
},
{
"id": 393201,
"type": "lookup",
"name": "Amount est: transportation expenses",
"order": 28,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 391654,
"through_field_name": "Related transportation expenses",
"target_field_id": 391648,
"target_field_name": "Estimated cost"
},
{
"id": 393202,
"type": "lookup",
"name": "Amount est: personal expenses",
"order": 29,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 391671,
"through_field_name": "Related personal expenses",
"target_field_id": 391660,
"target_field_name": "Estimated cost"
},
{
"id": 393203,
"type": "lookup",
"name": "Amount est: entertainment expenses",
"order": 30,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 391683,
"through_field_name": "Related entertainment expenses",
"target_field_id": 391677,
"target_field_name": "Estimated cost"
},
{
"id": 393204,
"type": "lookup",
"name": "Amount est: loans",
"order": 31,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 392934,
"through_field_name": "Related loans",
"target_field_id": 392913,
"target_field_name": "Estimated cost"
},
{
"id": 393205,
"type": "lookup",
"name": "Amount est: contributions",
"order": 32,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 392946,
"through_field_name": "Related contributions",
"target_field_id": 392940,
"target_field_name": "Estimated cost"
},
{
"id": 393206,
"type": "lookup",
"name": "Amount est: other expenses",
"order": 33,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 392988,
"through_field_name": "Related other expenses",
"target_field_id": 392959,
"target_field_name": "Estimated cost"
},
{
"id": 393214,
"type": "lookup",
"name": "Amount: income",
"order": 34,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 391490,
"through_field_name": "Related income",
"target_field_id": 391507,
"target_field_name": "Actual income"
},
{
"id": 393215,
"type": "lookup",
"name": "Amount: living expenses",
"order": 35,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 391616,
"through_field_name": "Related living expenses",
"target_field_id": 391611,
"target_field_name": "Actual cost"
},
{
"id": 393216,
"type": "lookup",
"name": "Amount: food expenses",
"order": 36,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 391641,
"through_field_name": "Related food expenses",
"target_field_id": 391636,
"target_field_name": "Actual cost"
},
{
"id": 393217,
"type": "lookup",
"name": "Amount: transportation expenses",
"order": 37,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 391654,
"through_field_name": "Related transportation expenses",
"target_field_id": 391649,
"target_field_name": "Actual cost"
},
{
"id": 393218,
"type": "lookup",
"name": "Amount: personal expenses",
"order": 38,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 391671,
"through_field_name": "Related personal expenses",
"target_field_id": 391661,
"target_field_name": "Actual cost"
},
{
"id": 393219,
"type": "lookup",
"name": "Amount: entertainment expenses",
"order": 39,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 391683,
"through_field_name": "Related entertainment expenses",
"target_field_id": 391678,
"target_field_name": "Actual cost"
},
{
"id": 393220,
"type": "lookup",
"name": "Amount: loans",
"order": 40,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 392934,
"through_field_name": "Related loans",
"target_field_id": 392914,
"target_field_name": "Actual cost"
},
{
"id": 393221,
"type": "lookup",
"name": "Amount: contributions",
"order": 41,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 392946,
"through_field_name": "Related contributions",
"target_field_id": 392941,
"target_field_name": "Actual cost"
},
{
"id": 393222,
"type": "lookup",
"name": "Amount: other expenses",
"order": 42,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": 2,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": "number",
"nullable": true,
"date_show_tzinfo": null,
"through_field_id": 392988,
"through_field_name": "Related other expenses",
"target_field_id": 392960,
"target_field_name": "Actual cost"
}
],
"views": [
{
"id": 86052,
"type": "grid",
"name": "All summaries",
"order": 1,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17511,
"field_id": 391271,
"order": "DESC"
}
],
"decorations": [
{
"id": 72,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "7e597ad4-96a6-4a36-b18b-d3dc6c4064d5",
"color": "light-gray",
"filters": [
{
"id": "3d0d88c3-e040-40f7-aeb6-6fc1d5328390",
"type": "boolean",
"field": 391349,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 73,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "826eccc9-5cd6-4906-a798-2122487459d6",
"color": "dark-green",
"filters": [
{
"id": "38e2daf8-f121-4b5f-91da-4e5469471cf1",
"type": "higher_than",
"field": 391348,
"value": "0"
}
],
"operator": "AND"
},
{
"id": "fa65a494-4485-4863-b439-59d0f753a97b",
"color": "dark-red",
"filters": [
{
"id": "fd3eb7e9-3ef6-4e99-9ccc-fbb01dd6fe7b",
"type": "lower_than",
"field": 391348,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 492167,
"field_id": 391271,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 492165,
"field_id": 391272,
"width": 170,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492166,
"field_id": 391273,
"width": 150,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492218,
"field_id": 391324,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492221,
"field_id": 391327,
"width": 153,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492223,
"field_id": 391329,
"width": 212,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492225,
"field_id": 391332,
"width": 178,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492226,
"field_id": 391333,
"width": 209,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492227,
"field_id": 391334,
"width": 157,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492228,
"field_id": 391335,
"width": 147,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492229,
"field_id": 391336,
"width": 157,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492232,
"field_id": 391339,
"width": 216,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492233,
"field_id": 391340,
"width": 194,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492234,
"field_id": 391341,
"width": 175,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492241,
"field_id": 391348,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492242,
"field_id": 391349,
"width": 138,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492427,
"field_id": 391490,
"width": 156,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492712,
"field_id": 391616,
"width": 250,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492747,
"field_id": 391641,
"width": 139,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492794,
"field_id": 391654,
"width": 260,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492813,
"field_id": 391671,
"width": 226,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493521,
"field_id": 391683,
"width": 199,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493550,
"field_id": 392934,
"width": 145,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493737,
"field_id": 392946,
"width": 193,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493738,
"field_id": 392988,
"width": 204,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493752,
"field_id": 393197,
"width": 186,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493755,
"field_id": 393199,
"width": 232,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493754,
"field_id": 393200,
"width": 228,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493759,
"field_id": 393201,
"width": 288,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493760,
"field_id": 393202,
"width": 254,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493761,
"field_id": 393203,
"width": 286,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493762,
"field_id": 393204,
"width": 172,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493763,
"field_id": 393205,
"width": 220,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493764,
"field_id": 393206,
"width": 234,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493769,
"field_id": 393214,
"width": 163,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493771,
"field_id": 393215,
"width": 210,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493770,
"field_id": 393216,
"width": 207,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493773,
"field_id": 393217,
"width": 265,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493774,
"field_id": 393218,
"width": 232,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493775,
"field_id": 393219,
"width": 266,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493772,
"field_id": 393220,
"width": 152,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493777,
"field_id": 393221,
"width": 201,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493776,
"field_id": 393222,
"width": 211,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 86340,
"type": "form",
"name": "Add new financial period",
"order": 2,
"ownership_type": "collaborative",
"created_by": null,
"public": false,
"title": "Add a new financial period",
"description": "",
"cover_image": {
"name": "cRl0NrhvmT7h30HFvcMcnecpptiMgrdM_2abd03c0edc11261146023459366b02d8f53640efcb810b7e95de72ed0d5ef1c.jpg",
"original_name": "Header_DollarBills.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "A new time period was added. To add more, please refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 23810,
"field_id": 391271,
"name": "",
"description": "In order to gain a clear picture of your finances, you must first select a time frame that encompasses a few days or a month's worth of your earnings and expenses. For instance, 2022-12, where 2022 is the year and 12 represents the month of December, would be an example of this.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23811,
"field_id": 391272,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23812,
"field_id": 391273,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23813,
"field_id": 391324,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23814,
"field_id": 391327,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23815,
"field_id": 391329,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23816,
"field_id": 391332,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23817,
"field_id": 391333,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23818,
"field_id": 391334,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23819,
"field_id": 391335,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23820,
"field_id": 391336,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23821,
"field_id": 391339,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23822,
"field_id": 391340,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23823,
"field_id": 391341,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23824,
"field_id": 391348,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23825,
"field_id": 391349,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23826,
"field_id": 391490,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23827,
"field_id": 391616,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23828,
"field_id": 391641,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23829,
"field_id": 391654,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23830,
"field_id": 391671,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23831,
"field_id": 391683,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23832,
"field_id": 392934,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23833,
"field_id": 392946,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23834,
"field_id": 392988,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23835,
"field_id": 393197,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23836,
"field_id": 393199,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23837,
"field_id": 393200,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23838,
"field_id": 393201,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23839,
"field_id": 393202,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23840,
"field_id": 393203,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23841,
"field_id": 393204,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23842,
"field_id": 393205,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23843,
"field_id": 393206,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23844,
"field_id": 393214,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23845,
"field_id": 393215,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23846,
"field_id": 393216,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23847,
"field_id": 393217,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23848,
"field_id": 393218,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23849,
"field_id": 393219,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23850,
"field_id": 393220,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23851,
"field_id": 393221,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23852,
"field_id": 393222,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
},
{
"id": 86311,
"type": "grid",
"name": "2022 summary",
"order": 3,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26640,
"field_id": 391271,
"type": "contains",
"value": "2022-"
}
],
"sortings": [
{
"id": 17585,
"field_id": 391271,
"order": "ASC"
}
],
"decorations": [
{
"id": 96,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "22f01060-6114-46c3-860b-4a07789ea850",
"color": "light-gray",
"filters": [
{
"id": "d146ba8f-8a7c-4a9c-a74d-d2af2a5da29b",
"type": "boolean",
"field": 391349,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 97,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "43380c79-4ea6-41dd-934c-0aed6d21ec47",
"color": "dark-green",
"filters": [
{
"id": "ca5fedcc-880a-415b-a61c-ff1e5dcb6bbd",
"type": "higher_than",
"field": 391348,
"value": "0"
}
],
"operator": "AND"
},
{
"id": "83a815e4-1ef8-4015-bacc-dd7dc4a4d9ea",
"color": "dark-red",
"filters": [
{
"id": "5de9cb22-5cc4-48d3-b3d9-386da868bab8",
"type": "lower_than",
"field": 391348,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 493930,
"field_id": 391271,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 493931,
"field_id": 391272,
"width": 170,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493932,
"field_id": 391273,
"width": 147,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493933,
"field_id": 391324,
"width": 162,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493934,
"field_id": 391327,
"width": 152,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493935,
"field_id": 391329,
"width": 212,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493936,
"field_id": 391332,
"width": 178,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493937,
"field_id": 391333,
"width": 209,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493938,
"field_id": 391334,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493939,
"field_id": 391335,
"width": 148,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493940,
"field_id": 391336,
"width": 158,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493941,
"field_id": 391339,
"width": 216,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493942,
"field_id": 391340,
"width": 193,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493943,
"field_id": 391341,
"width": 173,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493944,
"field_id": 391348,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493945,
"field_id": 391349,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493946,
"field_id": 391490,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493947,
"field_id": 391616,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493948,
"field_id": 391641,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493949,
"field_id": 391654,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493950,
"field_id": 391671,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493951,
"field_id": 391683,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493952,
"field_id": 392934,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493953,
"field_id": 392946,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493954,
"field_id": 392988,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493955,
"field_id": 393197,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493956,
"field_id": 393199,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493957,
"field_id": 393200,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493958,
"field_id": 393201,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493959,
"field_id": 393202,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493960,
"field_id": 393203,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493961,
"field_id": 393204,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493962,
"field_id": 393205,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493963,
"field_id": 393206,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493964,
"field_id": 393214,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493965,
"field_id": 393215,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493966,
"field_id": 393216,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493967,
"field_id": 393217,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493968,
"field_id": 393218,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493969,
"field_id": 393219,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493970,
"field_id": 393220,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493971,
"field_id": 393221,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493972,
"field_id": 393222,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 86312,
"type": "grid",
"name": "2022 Q1 summary",
"order": 4,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "OR",
"filters_disabled": false,
"filters": [
{
"id": 26645,
"field_id": 391271,
"type": "equal",
"value": "2022-01"
},
{
"id": 26646,
"field_id": 391271,
"type": "equal",
"value": "2022-02"
},
{
"id": 26647,
"field_id": 391271,
"type": "equal",
"value": "2022-03"
}
],
"sortings": [
{
"id": 17587,
"field_id": 391271,
"order": "ASC"
}
],
"decorations": [
{
"id": 98,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "d2c1b935-30fd-4d96-a80e-9ea3172b9777",
"color": "light-gray",
"filters": [
{
"id": "1fad7e42-8933-4659-b138-0a2b8a26a28b",
"type": "boolean",
"field": 391349,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 99,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "36ba5c27-68bb-4b14-985f-3633fc92387e",
"color": "dark-green",
"filters": [
{
"id": "59545159-91d6-4963-a4b3-0ae728b36d8f",
"type": "higher_than",
"field": 391348,
"value": "0"
}
],
"operator": "AND"
},
{
"id": "57719a3a-7d6c-4e7c-8074-563fb9d54ee0",
"color": "dark-red",
"filters": [
{
"id": "379e8f70-8bee-4f4e-a1f6-6060374c3e85",
"type": "lower_than",
"field": 391348,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 493973,
"field_id": 391271,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 493974,
"field_id": 391272,
"width": 171,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493975,
"field_id": 391273,
"width": 148,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493976,
"field_id": 391324,
"width": 159,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493977,
"field_id": 391327,
"width": 153,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493978,
"field_id": 391329,
"width": 212,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493979,
"field_id": 391332,
"width": 175,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493980,
"field_id": 391333,
"width": 209,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493981,
"field_id": 391334,
"width": 155,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493982,
"field_id": 391335,
"width": 147,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493983,
"field_id": 391336,
"width": 157,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493984,
"field_id": 391339,
"width": 216,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493985,
"field_id": 391340,
"width": 193,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493986,
"field_id": 391341,
"width": 174,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493987,
"field_id": 391348,
"width": 150,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493988,
"field_id": 391349,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493989,
"field_id": 391490,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493990,
"field_id": 391616,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493991,
"field_id": 391641,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493992,
"field_id": 391654,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493993,
"field_id": 391671,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493994,
"field_id": 391683,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493995,
"field_id": 392934,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493996,
"field_id": 392946,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493997,
"field_id": 392988,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493998,
"field_id": 393197,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493999,
"field_id": 393199,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494000,
"field_id": 393200,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494001,
"field_id": 393201,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494002,
"field_id": 393202,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494003,
"field_id": 393203,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494004,
"field_id": 393204,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494005,
"field_id": 393205,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494006,
"field_id": 393206,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494007,
"field_id": 393214,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494008,
"field_id": 393215,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494009,
"field_id": 393216,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494010,
"field_id": 393217,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494011,
"field_id": 393218,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494012,
"field_id": 393219,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494013,
"field_id": 393220,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494014,
"field_id": 393221,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494015,
"field_id": 393222,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 86313,
"type": "grid",
"name": "2022 Q2 summary",
"order": 5,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "OR",
"filters_disabled": false,
"filters": [
{
"id": 26648,
"field_id": 391271,
"type": "equal",
"value": "2022-04"
},
{
"id": 26649,
"field_id": 391271,
"type": "equal",
"value": "2022-05"
},
{
"id": 26650,
"field_id": 391271,
"type": "equal",
"value": "2022-06"
}
],
"sortings": [
{
"id": 17588,
"field_id": 391271,
"order": "ASC"
}
],
"decorations": [
{
"id": 100,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "eea501a3-3748-4cef-98e2-bd9331547046",
"color": "light-gray",
"filters": [
{
"id": "f0e76a9d-1067-40eb-975c-9445558802c3",
"type": "boolean",
"field": 391349,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 101,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "96e48aac-6231-4d91-94e5-64fecddf4fca",
"color": "dark-green",
"filters": [
{
"id": "10c6152c-28ad-48c9-8b37-8575ee81f902",
"type": "higher_than",
"field": 391348,
"value": "0"
}
],
"operator": "AND"
},
{
"id": "a85a0fed-f769-4dbb-b2ae-902979f661a4",
"color": "dark-red",
"filters": [
{
"id": "2989389a-54f7-4158-a865-45b5e89bd3c1",
"type": "lower_than",
"field": 391348,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 494016,
"field_id": 391271,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 494017,
"field_id": 391272,
"width": 170,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494018,
"field_id": 391273,
"width": 148,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494019,
"field_id": 391324,
"width": 159,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494020,
"field_id": 391327,
"width": 152,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494021,
"field_id": 391329,
"width": 212,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494022,
"field_id": 391332,
"width": 176,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494023,
"field_id": 391333,
"width": 209,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494024,
"field_id": 391334,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494025,
"field_id": 391335,
"width": 147,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494026,
"field_id": 391336,
"width": 159,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494027,
"field_id": 391339,
"width": 216,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494028,
"field_id": 391340,
"width": 192,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494029,
"field_id": 391341,
"width": 175,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494030,
"field_id": 391348,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494031,
"field_id": 391349,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494032,
"field_id": 391490,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494033,
"field_id": 391616,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494034,
"field_id": 391641,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494035,
"field_id": 391654,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494036,
"field_id": 391671,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494037,
"field_id": 391683,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494038,
"field_id": 392934,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494039,
"field_id": 392946,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494040,
"field_id": 392988,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494041,
"field_id": 393197,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494042,
"field_id": 393199,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494043,
"field_id": 393200,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494044,
"field_id": 393201,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494045,
"field_id": 393202,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494046,
"field_id": 393203,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494047,
"field_id": 393204,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494048,
"field_id": 393205,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494049,
"field_id": 393206,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494050,
"field_id": 393214,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494051,
"field_id": 393215,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494052,
"field_id": 393216,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494053,
"field_id": 393217,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494054,
"field_id": 393218,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494055,
"field_id": 393219,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494056,
"field_id": 393220,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494057,
"field_id": 393221,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494058,
"field_id": 393222,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 86314,
"type": "grid",
"name": "2022 Q3 summary",
"order": 6,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "OR",
"filters_disabled": false,
"filters": [
{
"id": 26652,
"field_id": 391271,
"type": "equal",
"value": "2022-07"
},
{
"id": 26653,
"field_id": 391271,
"type": "equal",
"value": "2022-08"
},
{
"id": 26654,
"field_id": 391271,
"type": "equal",
"value": "2022-09"
}
],
"sortings": [
{
"id": 17589,
"field_id": 391271,
"order": "ASC"
}
],
"decorations": [
{
"id": 102,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "415c4f5e-92c8-440f-b7c2-85b1b99978db",
"color": "light-gray",
"filters": [
{
"id": "d1714339-763a-481b-9843-19cd87b5c3b5",
"type": "boolean",
"field": 391349,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 103,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "6bb13c79-b27f-461e-a961-0c11123a0f68",
"color": "dark-green",
"filters": [
{
"id": "e48a6f7e-7d6d-4d81-9254-075b36d3c5f8",
"type": "higher_than",
"field": 391348,
"value": "0"
}
],
"operator": "AND"
},
{
"id": "d8be6287-2f15-4212-ae45-492129621ee6",
"color": "dark-red",
"filters": [
{
"id": "9a2f5a80-9b3a-4b26-811f-a4c552cd7567",
"type": "lower_than",
"field": 391348,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 494059,
"field_id": 391271,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 494060,
"field_id": 391272,
"width": 170,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494061,
"field_id": 391273,
"width": 147,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494062,
"field_id": 391324,
"width": 159,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494063,
"field_id": 391327,
"width": 152,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494064,
"field_id": 391329,
"width": 212,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494065,
"field_id": 391332,
"width": 176,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494066,
"field_id": 391333,
"width": 209,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494067,
"field_id": 391334,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494068,
"field_id": 391335,
"width": 145,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494069,
"field_id": 391336,
"width": 157,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494070,
"field_id": 391339,
"width": 217,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494071,
"field_id": 391340,
"width": 192,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494072,
"field_id": 391341,
"width": 173,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494073,
"field_id": 391348,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494074,
"field_id": 391349,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494075,
"field_id": 391490,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494076,
"field_id": 391616,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494077,
"field_id": 391641,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494078,
"field_id": 391654,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494079,
"field_id": 391671,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494080,
"field_id": 391683,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494081,
"field_id": 392934,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494082,
"field_id": 392946,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494083,
"field_id": 392988,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494084,
"field_id": 393197,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494085,
"field_id": 393199,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494086,
"field_id": 393200,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494087,
"field_id": 393201,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494088,
"field_id": 393202,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494089,
"field_id": 393203,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494090,
"field_id": 393204,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494091,
"field_id": 393205,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494092,
"field_id": 393206,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494093,
"field_id": 393214,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494094,
"field_id": 393215,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494095,
"field_id": 393216,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494096,
"field_id": 393217,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494097,
"field_id": 393218,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494098,
"field_id": 393219,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494099,
"field_id": 393220,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494100,
"field_id": 393221,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494101,
"field_id": 393222,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 86315,
"type": "grid",
"name": "2022 Q4 summary",
"order": 7,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "OR",
"filters_disabled": false,
"filters": [
{
"id": 26641,
"field_id": 391271,
"type": "equal",
"value": "2022-10"
},
{
"id": 26642,
"field_id": 391271,
"type": "equal",
"value": "2022-11"
},
{
"id": 26643,
"field_id": 391271,
"type": "equal",
"value": "2022-12"
}
],
"sortings": [
{
"id": 17584,
"field_id": 391271,
"order": "ASC"
}
],
"decorations": [
{
"id": 94,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "60ca1854-051d-45f6-b1d9-de3c032fbe52",
"color": "light-gray",
"filters": [
{
"id": "de289865-f925-4d95-8894-1dd5571382e8",
"type": "boolean",
"field": 391349,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 95,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "d9327ce3-8e21-42f1-b9b8-7e4c7aae9f64",
"color": "dark-green",
"filters": [
{
"id": "625ac04e-8f72-47d7-97a8-859ce95c2b1c",
"type": "higher_than",
"field": 391348,
"value": "0"
}
],
"operator": "AND"
},
{
"id": "9492510f-71de-490a-8fd0-30b0af054492",
"color": "dark-red",
"filters": [
{
"id": "4e583632-7de6-4596-ae49-3d66bd3eac7a",
"type": "lower_than",
"field": 391348,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 494102,
"field_id": 391271,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 494103,
"field_id": 391272,
"width": 171,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494104,
"field_id": 391273,
"width": 148,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494105,
"field_id": 391324,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494106,
"field_id": 391327,
"width": 152,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494107,
"field_id": 391329,
"width": 212,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494108,
"field_id": 391332,
"width": 176,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494109,
"field_id": 391333,
"width": 211,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494110,
"field_id": 391334,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494111,
"field_id": 391335,
"width": 145,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494112,
"field_id": 391336,
"width": 157,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494113,
"field_id": 391339,
"width": 217,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494114,
"field_id": 391340,
"width": 192,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494115,
"field_id": 391341,
"width": 173,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494116,
"field_id": 391348,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 494117,
"field_id": 391349,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494118,
"field_id": 391490,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494119,
"field_id": 391616,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494120,
"field_id": 391641,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494121,
"field_id": 391654,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494122,
"field_id": 391671,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494123,
"field_id": 391683,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494124,
"field_id": 392934,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494125,
"field_id": 392946,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494126,
"field_id": 392988,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494127,
"field_id": 393197,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494128,
"field_id": 393199,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494129,
"field_id": 393200,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494130,
"field_id": 393201,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494131,
"field_id": 393202,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494132,
"field_id": 393203,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494133,
"field_id": 393204,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494134,
"field_id": 393205,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494135,
"field_id": 393206,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494136,
"field_id": 393214,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494137,
"field_id": 393215,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494138,
"field_id": 393216,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494139,
"field_id": 393217,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494140,
"field_id": 393218,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494141,
"field_id": 393219,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494142,
"field_id": 393220,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494143,
"field_id": 393221,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494144,
"field_id": 393222,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-23T17:59:05.891760+00:00",
"updated_on": "2022-05-23T18:17:40.111642+00:00",
"field_391271": "2022-01",
"field_391272": null,
"field_391273": null,
"field_391324": null,
"field_391327": null,
"field_391329": null,
"field_391332": null,
"field_391333": null,
"field_391334": null,
"field_391335": null,
"field_391336": null,
"field_391339": null,
"field_391340": null,
"field_391341": null,
"field_391348": null,
"field_391349": null,
"field_391490": [
1,
2,
3
],
"field_391616": [
1,
2,
3,
4,
5,
6,
7,
8,
9
],
"field_391641": [
1,
2,
3,
4,
5,
6
],
"field_391654": [
1,
2,
3,
4
],
"field_391671": [
1,
2,
3
],
"field_391683": [
1,
2,
3,
4
],
"field_392934": [
1
],
"field_392946": [
1,
2
],
"field_392988": [
1
],
"field_393197": null,
"field_393199": null,
"field_393200": null,
"field_393201": null,
"field_393202": null,
"field_393203": null,
"field_393204": null,
"field_393205": null,
"field_393206": null,
"field_393214": null,
"field_393215": null,
"field_393216": null,
"field_393217": null,
"field_393218": null,
"field_393219": null,
"field_393220": null,
"field_393221": null,
"field_393222": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-23T17:59:05.893750+00:00",
"updated_on": "2022-05-23T18:17:45.482259+00:00",
"field_391271": "2022-02",
"field_391272": null,
"field_391273": null,
"field_391324": null,
"field_391327": null,
"field_391329": null,
"field_391332": null,
"field_391333": null,
"field_391334": null,
"field_391335": null,
"field_391336": null,
"field_391339": null,
"field_391340": null,
"field_391341": null,
"field_391348": null,
"field_391349": null,
"field_391490": [
4,
5,
6
],
"field_391616": [
10,
11,
12,
13,
14,
15,
16,
17,
18
],
"field_391641": [
7,
8,
9,
10
],
"field_391654": [
5,
6
],
"field_391671": [
4,
5,
6
],
"field_391683": [
5,
6,
8,
7
],
"field_392934": [
2
],
"field_392946": [
3,
4
],
"field_392988": [
2
],
"field_393197": null,
"field_393199": null,
"field_393200": null,
"field_393201": null,
"field_393202": null,
"field_393203": null,
"field_393204": null,
"field_393205": null,
"field_393206": null,
"field_393214": null,
"field_393215": null,
"field_393216": null,
"field_393217": null,
"field_393218": null,
"field_393219": null,
"field_393220": null,
"field_393221": null,
"field_393222": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-23T18:31:22.891813+00:00",
"updated_on": "2022-05-23T18:31:29.488984+00:00",
"field_391271": "2022-03",
"field_391272": null,
"field_391273": null,
"field_391324": null,
"field_391327": null,
"field_391329": null,
"field_391332": null,
"field_391333": null,
"field_391334": null,
"field_391335": null,
"field_391336": null,
"field_391339": null,
"field_391340": null,
"field_391341": null,
"field_391348": null,
"field_391349": null,
"field_391490": [
7,
8,
9
],
"field_391616": [
19,
20,
21,
22,
23,
24,
25,
26
],
"field_391641": [
11,
12,
13,
14
],
"field_391654": [
7,
8,
9
],
"field_391671": [
7,
8,
9
],
"field_391683": [
9,
10,
11,
12
],
"field_392934": [
3
],
"field_392946": [
5,
6
],
"field_392988": [
3
],
"field_393197": null,
"field_393199": null,
"field_393200": null,
"field_393201": null,
"field_393202": null,
"field_393203": null,
"field_393204": null,
"field_393205": null,
"field_393206": null,
"field_393214": null,
"field_393215": null,
"field_393216": null,
"field_393217": null,
"field_393218": null,
"field_393219": null,
"field_393220": null,
"field_393221": null,
"field_393222": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-23T18:31:29.150346+00:00",
"updated_on": "2022-05-23T18:31:35.413727+00:00",
"field_391271": "2022-04",
"field_391272": null,
"field_391273": null,
"field_391324": null,
"field_391327": null,
"field_391329": null,
"field_391332": null,
"field_391333": null,
"field_391334": null,
"field_391335": null,
"field_391336": null,
"field_391339": null,
"field_391340": null,
"field_391341": null,
"field_391348": null,
"field_391349": null,
"field_391490": [
10,
11,
12
],
"field_391616": [
27,
28,
29,
30,
31,
32,
33,
34
],
"field_391641": [
15,
16,
17,
18
],
"field_391654": [
10,
11,
12
],
"field_391671": [
10,
11,
12
],
"field_391683": [
13,
14,
15,
16
],
"field_392934": [
4
],
"field_392946": [
7,
8
],
"field_392988": [
4
],
"field_393197": null,
"field_393199": null,
"field_393200": null,
"field_393201": null,
"field_393202": null,
"field_393203": null,
"field_393204": null,
"field_393205": null,
"field_393206": null,
"field_393214": null,
"field_393215": null,
"field_393216": null,
"field_393217": null,
"field_393218": null,
"field_393219": null,
"field_393220": null,
"field_393221": null,
"field_393222": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-23T18:31:36.175735+00:00",
"updated_on": "2022-05-23T18:31:43.371181+00:00",
"field_391271": "2022-05",
"field_391272": null,
"field_391273": null,
"field_391324": null,
"field_391327": null,
"field_391329": null,
"field_391332": null,
"field_391333": null,
"field_391334": null,
"field_391335": null,
"field_391336": null,
"field_391339": null,
"field_391340": null,
"field_391341": null,
"field_391348": null,
"field_391349": null,
"field_391490": [
13,
14,
15
],
"field_391616": [
35,
36,
37,
38,
39,
40,
41,
42
],
"field_391641": [
19,
20,
21,
22
],
"field_391654": [
13,
14
],
"field_391671": [
13,
14,
15
],
"field_391683": [
17,
18,
19,
20
],
"field_392934": [
5
],
"field_392946": [
9,
10
],
"field_392988": [
5
],
"field_393197": null,
"field_393199": null,
"field_393200": null,
"field_393201": null,
"field_393202": null,
"field_393203": null,
"field_393204": null,
"field_393205": null,
"field_393206": null,
"field_393214": null,
"field_393215": null,
"field_393216": null,
"field_393217": null,
"field_393218": null,
"field_393219": null,
"field_393220": null,
"field_393221": null,
"field_393222": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-05-23T18:31:44.840072+00:00",
"updated_on": "2022-05-23T18:31:51.427044+00:00",
"field_391271": "2022-06",
"field_391272": null,
"field_391273": null,
"field_391324": null,
"field_391327": null,
"field_391329": null,
"field_391332": null,
"field_391333": null,
"field_391334": null,
"field_391335": null,
"field_391336": null,
"field_391339": null,
"field_391340": null,
"field_391341": null,
"field_391348": null,
"field_391349": null,
"field_391490": [
16,
17,
18
],
"field_391616": [
43,
44,
45,
46,
47,
48,
49,
50
],
"field_391641": [
23,
24,
25
],
"field_391654": [
15,
16
],
"field_391671": [
16,
17,
18
],
"field_391683": [
21,
22,
23,
24
],
"field_392934": [
6
],
"field_392946": [
11,
12
],
"field_392988": [
6
],
"field_393197": null,
"field_393199": null,
"field_393200": null,
"field_393201": null,
"field_393202": null,
"field_393203": null,
"field_393204": null,
"field_393205": null,
"field_393206": null,
"field_393214": null,
"field_393215": null,
"field_393216": null,
"field_393217": null,
"field_393218": null,
"field_393219": null,
"field_393220": null,
"field_393221": null,
"field_393222": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-05-23T18:31:53.165000+00:00",
"updated_on": "2022-05-23T18:31:57.844331+00:00",
"field_391271": "2022-07",
"field_391272": null,
"field_391273": null,
"field_391324": null,
"field_391327": null,
"field_391329": null,
"field_391332": null,
"field_391333": null,
"field_391334": null,
"field_391335": null,
"field_391336": null,
"field_391339": null,
"field_391340": null,
"field_391341": null,
"field_391348": null,
"field_391349": null,
"field_391490": [
19,
20,
21
],
"field_391616": [
51,
52,
53,
54,
55,
56,
57,
58
],
"field_391641": [
26,
27,
28
],
"field_391654": [
17,
18
],
"field_391671": [
19,
20,
21
],
"field_391683": [
25,
26,
27,
28
],
"field_392934": [
7
],
"field_392946": [
13,
14
],
"field_392988": [
7
],
"field_393197": null,
"field_393199": null,
"field_393200": null,
"field_393201": null,
"field_393202": null,
"field_393203": null,
"field_393204": null,
"field_393205": null,
"field_393206": null,
"field_393214": null,
"field_393215": null,
"field_393216": null,
"field_393217": null,
"field_393218": null,
"field_393219": null,
"field_393220": null,
"field_393221": null,
"field_393222": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-05-23T18:31:58.945870+00:00",
"updated_on": "2022-05-23T18:32:04.586230+00:00",
"field_391271": "2022-08",
"field_391272": null,
"field_391273": null,
"field_391324": null,
"field_391327": null,
"field_391329": null,
"field_391332": null,
"field_391333": null,
"field_391334": null,
"field_391335": null,
"field_391336": null,
"field_391339": null,
"field_391340": null,
"field_391341": null,
"field_391348": null,
"field_391349": null,
"field_391490": [
22,
23,
24
],
"field_391616": [
59,
60,
61,
62,
63,
64,
65,
66
],
"field_391641": [
29,
30,
31
],
"field_391654": [
19,
20
],
"field_391671": [
22,
23,
24
],
"field_391683": [
29,
30,
31,
32
],
"field_392934": [
8
],
"field_392946": [
15,
16
],
"field_392988": [
8
],
"field_393197": null,
"field_393199": null,
"field_393200": null,
"field_393201": null,
"field_393202": null,
"field_393203": null,
"field_393204": null,
"field_393205": null,
"field_393206": null,
"field_393214": null,
"field_393215": null,
"field_393216": null,
"field_393217": null,
"field_393218": null,
"field_393219": null,
"field_393220": null,
"field_393221": null,
"field_393222": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-05-23T18:32:07.761957+00:00",
"updated_on": "2022-05-23T18:32:17.841427+00:00",
"field_391271": "2022-09",
"field_391272": null,
"field_391273": null,
"field_391324": null,
"field_391327": null,
"field_391329": null,
"field_391332": null,
"field_391333": null,
"field_391334": null,
"field_391335": null,
"field_391336": null,
"field_391339": null,
"field_391340": null,
"field_391341": null,
"field_391348": null,
"field_391349": null,
"field_391490": [
25,
26,
27
],
"field_391616": [
67,
68,
69,
70,
71,
72,
73,
74
],
"field_391641": [
32,
33,
34,
35
],
"field_391654": [
21,
22
],
"field_391671": [
25,
26,
27
],
"field_391683": [
33,
34,
35,
36
],
"field_392934": [
9
],
"field_392946": [
17,
18
],
"field_392988": [
9
],
"field_393197": null,
"field_393199": null,
"field_393200": null,
"field_393201": null,
"field_393202": null,
"field_393203": null,
"field_393204": null,
"field_393205": null,
"field_393206": null,
"field_393214": null,
"field_393215": null,
"field_393216": null,
"field_393217": null,
"field_393218": null,
"field_393219": null,
"field_393220": null,
"field_393221": null,
"field_393222": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-05-23T18:32:21.183872+00:00",
"updated_on": "2022-05-23T18:32:28.913285+00:00",
"field_391271": "2022-10",
"field_391272": null,
"field_391273": null,
"field_391324": null,
"field_391327": null,
"field_391329": null,
"field_391332": null,
"field_391333": null,
"field_391334": null,
"field_391335": null,
"field_391336": null,
"field_391339": null,
"field_391340": null,
"field_391341": null,
"field_391348": null,
"field_391349": null,
"field_391490": [
28,
29,
30,
31
],
"field_391616": [
75,
76,
77,
78,
79,
80,
81,
82
],
"field_391641": [
36,
37
],
"field_391654": [
23,
24
],
"field_391671": [
28,
29,
30
],
"field_391683": [
37,
38,
39,
40
],
"field_392934": [
10
],
"field_392946": [
19,
20
],
"field_392988": [
10
],
"field_393197": null,
"field_393199": null,
"field_393200": null,
"field_393201": null,
"field_393202": null,
"field_393203": null,
"field_393204": null,
"field_393205": null,
"field_393206": null,
"field_393214": null,
"field_393215": null,
"field_393216": null,
"field_393217": null,
"field_393218": null,
"field_393219": null,
"field_393220": null,
"field_393221": null,
"field_393222": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-05-23T18:32:29.950877+00:00",
"updated_on": "2022-05-23T18:32:36.241075+00:00",
"field_391271": "2022-11",
"field_391272": null,
"field_391273": null,
"field_391324": null,
"field_391327": null,
"field_391329": null,
"field_391332": null,
"field_391333": null,
"field_391334": null,
"field_391335": null,
"field_391336": null,
"field_391339": null,
"field_391340": null,
"field_391341": null,
"field_391348": null,
"field_391349": null,
"field_391490": [
32,
33,
34
],
"field_391616": [
83,
84,
85,
86,
87,
88,
89,
90
],
"field_391641": [
38,
39
],
"field_391654": [
25,
26
],
"field_391671": [
31,
32,
33
],
"field_391683": [
41,
42,
43,
44
],
"field_392934": [
11
],
"field_392946": [
21,
22
],
"field_392988": [
11
],
"field_393197": null,
"field_393199": null,
"field_393200": null,
"field_393201": null,
"field_393202": null,
"field_393203": null,
"field_393204": null,
"field_393205": null,
"field_393206": null,
"field_393214": null,
"field_393215": null,
"field_393216": null,
"field_393217": null,
"field_393218": null,
"field_393219": null,
"field_393220": null,
"field_393221": null,
"field_393222": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2022-05-23T18:32:35.963453+00:00",
"updated_on": "2022-05-23T18:32:41.937109+00:00",
"field_391271": "2022-12",
"field_391272": null,
"field_391273": null,
"field_391324": null,
"field_391327": null,
"field_391329": null,
"field_391332": null,
"field_391333": null,
"field_391334": null,
"field_391335": null,
"field_391336": null,
"field_391339": null,
"field_391340": null,
"field_391341": null,
"field_391348": null,
"field_391349": null,
"field_391490": [
35,
36,
37
],
"field_391616": [
91,
92,
93,
94,
95,
96,
97,
98
],
"field_391641": [
40,
41
],
"field_391654": [
27,
28
],
"field_391671": [
34,
35,
36
],
"field_391683": [
45,
46,
47,
48
],
"field_392934": [
12
],
"field_392946": [
23,
24
],
"field_392988": [
12
],
"field_393197": null,
"field_393199": null,
"field_393200": null,
"field_393201": null,
"field_393202": null,
"field_393203": null,
"field_393204": null,
"field_393205": null,
"field_393206": null,
"field_393214": null,
"field_393215": null,
"field_393216": null,
"field_393217": null,
"field_393218": null,
"field_393219": null,
"field_393220": null,
"field_393221": null,
"field_393222": null
}
]
},
{
"id": 66219,
"name": "Income",
"order": 3,
"fields": [
{
"id": 391274,
"type": "formula",
"name": "Record number",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "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)",
"formula_type": "text"
},
{
"id": 391275,
"type": "link_row",
"name": "Summary period",
"order": 1,
"primary": false,
"link_row_table_id": 66218,
"link_row_related_field_id": 391490,
"has_related_field": true
},
{
"id": 391276,
"type": "date",
"name": "Transaction date",
"order": 2,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 391498,
"type": "single_select",
"name": "Income type",
"order": 3,
"primary": false,
"select_options": [
{
"id": 114763,
"value": "Primary income",
"color": "dark-blue",
"order": 0
},
{
"id": 114764,
"value": "Secondary income",
"color": "orange",
"order": 1
},
{
"id": 114765,
"value": "Interest income",
"color": "light-blue",
"order": 2
},
{
"id": 114766,
"value": "Dividends",
"color": "dark-orange",
"order": 3
},
{
"id": 114767,
"value": "Gift",
"color": "dark-gray",
"order": 4
},
{
"id": 114768,
"value": "Reimbursement",
"color": "blue",
"order": 5
},
{
"id": 114769,
"value": "Other",
"color": "light-orange",
"order": 6
}
]
},
{
"id": 391506,
"type": "number",
"name": "Estimated income",
"order": 4,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 391507,
"type": "number",
"name": "Actual income",
"order": 5,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 391508,
"type": "formula",
"name": "Difference",
"order": 6,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(isblank(field(\"Actual income\")), \n \"\", \n if(minus(when_empty(field(\"Actual income\"), 0), when_empty(field(\"Estimated income\"), 0)) > 0, \"\ud83d\udfe2\", \n if(minus(when_empty(field(\"Actual income\"), 0), when_empty(field(\"Estimated income\"), 0)) = 0, \"\ud83c\udfaf\", \"\ud83d\udd3b\"))\n + \" \" \n + totext(minus(when_empty(field(\"Actual income\"), 0), when_empty(field(\"Estimated income\"), 0)))\n)",
"formula_type": "text"
},
{
"id": 391509,
"type": "long_text",
"name": "Notes",
"order": 7,
"primary": false
},
{
"id": 391510,
"type": "file",
"name": "Attachment",
"order": 8,
"primary": false
},
{
"id": 391544,
"type": "formula",
"name": "Odd or even",
"order": 9,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(\n equal(\n search(\n totext(\n divide(month(field(\"Transaction date\")), \n 2)), \n \".5\"), \n 0\n ), \n true, false\n)",
"formula_type": "boolean"
}
],
"views": [
{
"id": 86053,
"type": "grid",
"name": "All income",
"order": 1,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17527,
"field_id": 391276,
"order": "DESC"
},
{
"id": 17535,
"field_id": 391498,
"order": "ASC"
}
],
"decorations": [
{
"id": 74,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "adb2a7e8-484b-42eb-8da5-88ba52a2a1b6",
"color": "light-gray",
"filters": [
{
"id": "f382228d-d2e7-497b-b6ed-9f193cc0a676",
"type": "boolean",
"field": 391544,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 75,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "d612294d-05b7-4143-93c5-c7cfb94d4771",
"color": "dark-green",
"filters": [
{
"id": "a10af2c3-c45c-4345-a219-2edbb4e496b3",
"type": "contains",
"field": 391508,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "5e1d0ba8-4d03-4cf0-b67a-c5226514ffbb",
"color": "dark-red",
"filters": [
{
"id": "a1edd31d-fec9-46ea-9799-91650f98cabd",
"type": "contains",
"field": 391508,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 492170,
"field_id": 391274,
"width": 155,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 492168,
"field_id": 391275,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 492169,
"field_id": 391276,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 492437,
"field_id": 391498,
"width": 169,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492445,
"field_id": 391506,
"width": 170,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492446,
"field_id": 391507,
"width": 148,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492447,
"field_id": 391508,
"width": 126,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492449,
"field_id": 391509,
"width": 181,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492448,
"field_id": 391510,
"width": 132,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492538,
"field_id": 391544,
"width": 137,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 86342,
"type": "form",
"name": "Add income",
"order": 2,
"ownership_type": "collaborative",
"created_by": null,
"public": false,
"title": "Add a new income record",
"description": "",
"cover_image": {
"name": "cRl0NrhvmT7h30HFvcMcnecpptiMgrdM_2abd03c0edc11261146023459366b02d8f53640efcb810b7e95de72ed0d5ef1c.jpg",
"original_name": "Header_DollarBills.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "The income record was successfully added. To add another income record, please refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 23853,
"field_id": 391274,
"name": "",
"description": "Please enter a unique record number or identifier for this income information. Tip: You may check the maximum number recorded in this table at the bottom of the \"Record number\" column of the main grid view, \"All income.\"",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23854,
"field_id": 391275,
"name": "",
"description": "Please select the appropriate Overview period for which you want this information to be grouped or associated.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23855,
"field_id": 391276,
"name": "",
"description": "Indicate the date of the transaction on which you expect to earn or receive this income.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23856,
"field_id": 391498,
"name": "",
"description": "Please choose exactly what sort of income this record is about.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23857,
"field_id": 391506,
"name": "",
"description": "Specify how much money you expect to earn for this income type.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23858,
"field_id": 391507,
"name": "",
"description": "Indicate the exact amount of money you earned under this income category.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23859,
"field_id": 391508,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23860,
"field_id": 391509,
"name": "",
"description": "Feel free to include any notes or a description of this earnings that will aid in identifying this income record.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23861,
"field_id": 391510,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23862,
"field_id": 391544,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
},
{
"id": 86347,
"type": "grid",
"name": "2022 income",
"order": 3,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26659,
"field_id": 391276,
"type": "contains",
"value": "2022-"
}
],
"sortings": [
{
"id": 17594,
"field_id": 391276,
"order": "ASC"
},
{
"id": 19944,
"field_id": 391498,
"order": "ASC"
}
],
"decorations": [
{
"id": 104,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "03542228-0a51-4b7d-ac42-0d1fcb8c28a3",
"color": "light-gray",
"filters": [
{
"id": "90c3eeeb-a672-46ad-8c6e-c2e3f513b45c",
"type": "boolean",
"field": 391544,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 105,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "6a65d79b-c725-461e-a571-718cd8b44fea",
"color": "dark-green",
"filters": [
{
"id": "5a6b7c87-2e83-4628-9ff8-e4f7d8379335",
"type": "contains",
"field": 391508,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "dcf7fcd8-5d07-432b-ac5c-821ee4da40f9",
"color": "dark-red",
"filters": [
{
"id": "6a6a2f1a-3ca0-44d5-83c5-48053b1221ee",
"type": "contains",
"field": 391508,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 494283,
"field_id": 391274,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494284,
"field_id": 391275,
"width": 166,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494285,
"field_id": 391276,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494286,
"field_id": 391498,
"width": 144,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494287,
"field_id": 391506,
"width": 170,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494288,
"field_id": 391507,
"width": 148,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494289,
"field_id": 391508,
"width": 125,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494290,
"field_id": 391509,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494291,
"field_id": 391510,
"width": 132,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494292,
"field_id": 391544,
"width": 137,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-23T17:59:18.018718+00:00",
"updated_on": "2022-05-25T17:15:35.751895+00:00",
"field_391274": null,
"field_391275": [
1
],
"field_391276": "2022-01-14",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1525.00",
"field_391508": null,
"field_391509": "Mid of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-23T17:59:18.021321+00:00",
"updated_on": "2022-05-25T17:15:32.064580+00:00",
"field_391274": null,
"field_391275": [
1
],
"field_391276": "2022-01-31",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1555.00",
"field_391508": null,
"field_391509": "End of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-23T19:38:21.029074+00:00",
"updated_on": "2022-05-25T17:15:29.227617+00:00",
"field_391274": null,
"field_391275": [
1
],
"field_391276": "2022-01-31",
"field_391498": 114766,
"field_391506": "120.00",
"field_391507": "100.00",
"field_391508": null,
"field_391509": "Expecting to earn at least $120 from investment dividends",
"field_391510": [
{
"name": "1un6qafTLZqawhvGO8PbrZLaoeb9uuPE_5d486a1fd6777171c58ee9c4ce805d2a7514f0a464fc4abda578eba7ccc0e47c.jpg",
"visible_name": "dividendinfo.jpg",
"original_name": "dividendinfo.jpg"
}
],
"field_391544": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T13:05:09.895872+00:00",
"updated_on": "2022-05-25T13:33:39.758240+00:00",
"field_391274": null,
"field_391275": [
2
],
"field_391276": "2022-02-15",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1510.00",
"field_391508": null,
"field_391509": "Mid of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T13:05:12.007473+00:00",
"updated_on": "2022-05-25T17:15:22.607131+00:00",
"field_391274": null,
"field_391275": [
2
],
"field_391276": "2022-02-28",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1535.00",
"field_391508": null,
"field_391509": "End of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T13:05:13.202450+00:00",
"updated_on": "2022-05-25T17:15:19.485520+00:00",
"field_391274": null,
"field_391275": [
2
],
"field_391276": "2022-02-28",
"field_391498": 114766,
"field_391506": "120.00",
"field_391507": "125.00",
"field_391508": null,
"field_391509": "Expecting to earn at least $120 from investment dividends",
"field_391510": [
{
"name": "1un6qafTLZqawhvGO8PbrZLaoeb9uuPE_5d486a1fd6777171c58ee9c4ce805d2a7514f0a464fc4abda578eba7ccc0e47c.jpg",
"visible_name": "dividendinfo.jpg",
"original_name": "dividendinfo.jpg"
}
],
"field_391544": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-05-25T13:05:26.969256+00:00",
"updated_on": "2022-05-25T13:33:41.994953+00:00",
"field_391274": null,
"field_391275": [
3
],
"field_391276": "2022-03-15",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1525.00",
"field_391508": null,
"field_391509": "Mid of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-05-25T13:05:31.019329+00:00",
"updated_on": "2022-05-25T13:33:42.484044+00:00",
"field_391274": null,
"field_391275": [
3
],
"field_391276": "2022-03-31",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1550.00",
"field_391508": null,
"field_391509": "End of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-05-25T13:05:35.780035+00:00",
"updated_on": "2022-05-25T13:34:00.973440+00:00",
"field_391274": null,
"field_391275": [
3
],
"field_391276": "2022-03-31",
"field_391498": 114766,
"field_391506": "120.00",
"field_391507": "110.00",
"field_391508": null,
"field_391509": "Expecting to earn at least $120 from investment dividends",
"field_391510": [
{
"name": "1un6qafTLZqawhvGO8PbrZLaoeb9uuPE_5d486a1fd6777171c58ee9c4ce805d2a7514f0a464fc4abda578eba7ccc0e47c.jpg",
"visible_name": "dividendinfo.jpg",
"original_name": "dividendinfo.jpg"
}
],
"field_391544": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-05-25T13:05:40.721535+00:00",
"updated_on": "2022-05-25T13:33:43.563411+00:00",
"field_391274": null,
"field_391275": [
4
],
"field_391276": "2022-04-15",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1530.00",
"field_391508": null,
"field_391509": "Mid of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-05-25T13:05:41.887242+00:00",
"updated_on": "2022-05-25T17:15:05.529745+00:00",
"field_391274": null,
"field_391275": [
4
],
"field_391276": "2022-04-29",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1555.00",
"field_391508": null,
"field_391509": "End of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 12,
"order": "11.00000000000000000000",
"created_on": "2022-05-25T13:05:42.481658+00:00",
"updated_on": "2022-05-25T17:15:02.591709+00:00",
"field_391274": null,
"field_391275": [
4
],
"field_391276": "2022-04-29",
"field_391498": 114766,
"field_391506": "120.00",
"field_391507": "130.00",
"field_391508": null,
"field_391509": "Expecting to earn at least $120 from investment dividends",
"field_391510": [
{
"name": "1un6qafTLZqawhvGO8PbrZLaoeb9uuPE_5d486a1fd6777171c58ee9c4ce805d2a7514f0a464fc4abda578eba7ccc0e47c.jpg",
"visible_name": "dividendinfo.jpg",
"original_name": "dividendinfo.jpg"
}
],
"field_391544": null
},
{
"id": 13,
"order": "12.00000000000000000000",
"created_on": "2022-05-25T13:12:08.775591+00:00",
"updated_on": "2022-05-25T17:14:59.563341+00:00",
"field_391274": null,
"field_391275": [
5
],
"field_391276": "2022-05-13",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1500.00",
"field_391508": null,
"field_391509": "Mid of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 14,
"order": "13.00000000000000000000",
"created_on": "2022-05-25T13:12:10.396045+00:00",
"updated_on": "2022-05-25T13:33:45.509687+00:00",
"field_391274": null,
"field_391275": [
5
],
"field_391276": "2022-05-31",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1525.00",
"field_391508": null,
"field_391509": "End of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 15,
"order": "14.00000000000000000000",
"created_on": "2022-05-25T13:12:11.936260+00:00",
"updated_on": "2022-05-25T13:34:02.808284+00:00",
"field_391274": null,
"field_391275": [
5
],
"field_391276": "2022-05-31",
"field_391498": 114766,
"field_391506": "120.00",
"field_391507": "125.00",
"field_391508": null,
"field_391509": "Expecting to earn at least $120 from investment dividends",
"field_391510": [
{
"name": "1un6qafTLZqawhvGO8PbrZLaoeb9uuPE_5d486a1fd6777171c58ee9c4ce805d2a7514f0a464fc4abda578eba7ccc0e47c.jpg",
"visible_name": "dividendinfo.jpg",
"original_name": "dividendinfo.jpg"
}
],
"field_391544": null
},
{
"id": 16,
"order": "15.00000000000000000000",
"created_on": "2022-05-25T13:12:14.446327+00:00",
"updated_on": "2022-05-25T13:33:46.709630+00:00",
"field_391274": null,
"field_391275": [
6
],
"field_391276": "2022-06-15",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1515.00",
"field_391508": null,
"field_391509": "Mid of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 17,
"order": "16.00000000000000000000",
"created_on": "2022-05-25T13:12:16.309396+00:00",
"updated_on": "2022-05-25T13:33:47.250567+00:00",
"field_391274": null,
"field_391275": [
6
],
"field_391276": "2022-06-30",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1520.00",
"field_391508": null,
"field_391509": "End of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 18,
"order": "17.00000000000000000000",
"created_on": "2022-05-25T13:12:18.326187+00:00",
"updated_on": "2022-05-25T13:34:03.550059+00:00",
"field_391274": null,
"field_391275": [
6
],
"field_391276": "2022-06-30",
"field_391498": 114766,
"field_391506": "120.00",
"field_391507": "120.00",
"field_391508": null,
"field_391509": "Expecting to earn at least $120 from investment dividends",
"field_391510": [
{
"name": "1un6qafTLZqawhvGO8PbrZLaoeb9uuPE_5d486a1fd6777171c58ee9c4ce805d2a7514f0a464fc4abda578eba7ccc0e47c.jpg",
"visible_name": "dividendinfo.jpg",
"original_name": "dividendinfo.jpg"
}
],
"field_391544": null
},
{
"id": 19,
"order": "18.00000000000000000000",
"created_on": "2022-05-25T13:12:21.470073+00:00",
"updated_on": "2022-05-25T13:33:48.245796+00:00",
"field_391274": null,
"field_391275": [
7
],
"field_391276": "2022-07-15",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1535.00",
"field_391508": null,
"field_391509": "Mid of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 20,
"order": "19.00000000000000000000",
"created_on": "2022-05-25T13:12:24.006095+00:00",
"updated_on": "2022-05-25T17:14:36.863239+00:00",
"field_391274": null,
"field_391275": [
7
],
"field_391276": "2022-07-29",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1555.00",
"field_391508": null,
"field_391509": "End of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 21,
"order": "20.00000000000000000000",
"created_on": "2022-05-25T13:12:27.445941+00:00",
"updated_on": "2022-05-25T17:14:33.627484+00:00",
"field_391274": null,
"field_391275": [
7
],
"field_391276": "2022-07-29",
"field_391498": 114766,
"field_391506": "120.00",
"field_391507": "150.00",
"field_391508": null,
"field_391509": "Expecting to earn at least $120 from investment dividends",
"field_391510": [
{
"name": "1un6qafTLZqawhvGO8PbrZLaoeb9uuPE_5d486a1fd6777171c58ee9c4ce805d2a7514f0a464fc4abda578eba7ccc0e47c.jpg",
"visible_name": "dividendinfo.jpg",
"original_name": "dividendinfo.jpg"
}
],
"field_391544": null
},
{
"id": 22,
"order": "21.00000000000000000000",
"created_on": "2022-05-25T13:39:23.033158+00:00",
"updated_on": "2022-05-25T17:15:55.411925+00:00",
"field_391274": null,
"field_391275": [
8
],
"field_391276": "2022-08-15",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1500.00",
"field_391508": null,
"field_391509": "Mid of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 23,
"order": "22.00000000000000000000",
"created_on": "2022-05-25T13:39:24.622136+00:00",
"updated_on": "2022-05-25T13:45:26.312772+00:00",
"field_391274": null,
"field_391275": [
8
],
"field_391276": "2022-08-31",
"field_391498": 114766,
"field_391506": "120.00",
"field_391507": "155.00",
"field_391508": null,
"field_391509": "Expecting to earn at least $120 from investment dividends",
"field_391510": [
{
"name": "1un6qafTLZqawhvGO8PbrZLaoeb9uuPE_5d486a1fd6777171c58ee9c4ce805d2a7514f0a464fc4abda578eba7ccc0e47c.jpg",
"visible_name": "dividendinfo.jpg",
"original_name": "dividendinfo.jpg"
}
],
"field_391544": null
},
{
"id": 24,
"order": "23.00000000000000000000",
"created_on": "2022-05-25T13:39:25.753826+00:00",
"updated_on": "2022-05-25T13:44:16.448275+00:00",
"field_391274": null,
"field_391275": [
8
],
"field_391276": "2022-08-31",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1555.00",
"field_391508": null,
"field_391509": "End of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 25,
"order": "24.00000000000000000000",
"created_on": "2022-05-25T13:39:27.313766+00:00",
"updated_on": "2022-05-25T13:44:21.497593+00:00",
"field_391274": null,
"field_391275": [
9
],
"field_391276": "2022-09-15",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1500.00",
"field_391508": null,
"field_391509": "Mid of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 26,
"order": "25.00000000000000000000",
"created_on": "2022-05-25T13:39:28.919146+00:00",
"updated_on": "2022-05-25T13:45:07.635854+00:00",
"field_391274": null,
"field_391275": [
9
],
"field_391276": "2022-09-30",
"field_391498": 114766,
"field_391506": "120.00",
"field_391507": "105.00",
"field_391508": null,
"field_391509": "Expecting to earn at least $120 from investment dividends",
"field_391510": [
{
"name": "1un6qafTLZqawhvGO8PbrZLaoeb9uuPE_5d486a1fd6777171c58ee9c4ce805d2a7514f0a464fc4abda578eba7ccc0e47c.jpg",
"visible_name": "dividendinfo.jpg",
"original_name": "dividendinfo.jpg"
}
],
"field_391544": null
},
{
"id": 27,
"order": "26.00000000000000000000",
"created_on": "2022-05-25T13:39:30.238283+00:00",
"updated_on": "2022-05-25T13:44:25.806613+00:00",
"field_391274": null,
"field_391275": [
9
],
"field_391276": "2022-09-30",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1500.00",
"field_391508": null,
"field_391509": "End of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 28,
"order": "27.00000000000000000000",
"created_on": "2022-05-25T13:39:31.488155+00:00",
"updated_on": "2022-05-25T17:13:31.644317+00:00",
"field_391274": null,
"field_391275": [
10
],
"field_391276": "2022-10-14",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1515.00",
"field_391508": null,
"field_391509": "Mid of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 29,
"order": "28.00000000000000000000",
"created_on": "2022-05-25T13:39:32.888237+00:00",
"updated_on": "2022-05-25T17:14:01.326133+00:00",
"field_391274": null,
"field_391275": [
10
],
"field_391276": "2022-10-31",
"field_391498": 114766,
"field_391506": "120.00",
"field_391507": "120.00",
"field_391508": null,
"field_391509": "Expecting to earn at least $120 from investment dividends",
"field_391510": [
{
"name": "1un6qafTLZqawhvGO8PbrZLaoeb9uuPE_5d486a1fd6777171c58ee9c4ce805d2a7514f0a464fc4abda578eba7ccc0e47c.jpg",
"visible_name": "dividendinfo.jpg",
"original_name": "dividendinfo.jpg"
}
],
"field_391544": null
},
{
"id": 30,
"order": "29.00000000000000000000",
"created_on": "2022-05-25T13:39:34.592802+00:00",
"updated_on": "2022-05-25T17:13:19.622791+00:00",
"field_391274": null,
"field_391275": [
10
],
"field_391276": "2022-10-31",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": "1510.00",
"field_391508": null,
"field_391509": "End of month salary",
"field_391510": [
{
"name": "nq9ccY2QXIPkqNeszZGVN5rNT8jI0Vaa_1da35ecf6f72329b92dd4fe5d92047a62b924e43e2cecf0e8fd40c0172bc9a4c.jpg",
"visible_name": "payslip.jpg",
"original_name": "payslip.jpg"
}
],
"field_391544": null
},
{
"id": 31,
"order": "30.00000000000000000000",
"created_on": "2022-05-25T13:45:36.943998+00:00",
"updated_on": "2022-05-25T17:16:31.424565+00:00",
"field_391274": null,
"field_391275": [
10
],
"field_391276": "2022-10-31",
"field_391498": 114767,
"field_391506": null,
"field_391507": "3500.00",
"field_391508": null,
"field_391509": "Received extra cash from parents",
"field_391510": [],
"field_391544": null
},
{
"id": 32,
"order": "31.00000000000000000000",
"created_on": "2022-05-25T13:45:38.810782+00:00",
"updated_on": "2022-05-25T13:49:55.996756+00:00",
"field_391274": null,
"field_391275": [
11
],
"field_391276": "2022-11-15",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": null,
"field_391508": null,
"field_391509": "Mid of month salary",
"field_391510": [],
"field_391544": null
},
{
"id": 33,
"order": "32.00000000000000000000",
"created_on": "2022-05-25T13:45:40.319898+00:00",
"updated_on": "2022-05-25T13:49:55.998095+00:00",
"field_391274": null,
"field_391275": [
11
],
"field_391276": "2022-11-30",
"field_391498": 114766,
"field_391506": "120.00",
"field_391507": null,
"field_391508": null,
"field_391509": "Expecting to earn at least $120 from investment dividends",
"field_391510": [],
"field_391544": null
},
{
"id": 34,
"order": "33.00000000000000000000",
"created_on": "2022-05-25T13:45:42.886904+00:00",
"updated_on": "2022-05-25T13:49:55.998978+00:00",
"field_391274": null,
"field_391275": [
11
],
"field_391276": "2022-11-30",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": null,
"field_391508": null,
"field_391509": "End of month salary",
"field_391510": [],
"field_391544": null
},
{
"id": 35,
"order": "34.00000000000000000000",
"created_on": "2022-05-25T13:45:44.049966+00:00",
"updated_on": "2022-05-25T13:49:57.281644+00:00",
"field_391274": null,
"field_391275": [
12
],
"field_391276": "2022-12-15",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": null,
"field_391508": null,
"field_391509": "Mid of month salary",
"field_391510": [],
"field_391544": null
},
{
"id": 36,
"order": "35.00000000000000000000",
"created_on": "2022-05-25T13:45:45.063757+00:00",
"updated_on": "2022-05-25T17:13:47.495095+00:00",
"field_391274": null,
"field_391275": [
12
],
"field_391276": "2022-12-30",
"field_391498": 114766,
"field_391506": "120.00",
"field_391507": null,
"field_391508": null,
"field_391509": "Expecting to earn at least $120 from investment dividends",
"field_391510": [],
"field_391544": null
},
{
"id": 37,
"order": "36.00000000000000000000",
"created_on": "2022-05-25T13:46:03.211430+00:00",
"updated_on": "2022-05-25T17:13:05.397305+00:00",
"field_391274": null,
"field_391275": [
12
],
"field_391276": "2022-12-30",
"field_391498": 114763,
"field_391506": "1500.00",
"field_391507": null,
"field_391508": null,
"field_391509": "End of month salary",
"field_391510": [],
"field_391544": null
}
]
},
{
"id": 66275,
"name": "Living expenses",
"order": 4,
"fields": [
{
"id": 391605,
"type": "formula",
"name": "Record number",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "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)",
"formula_type": "text"
},
{
"id": 391607,
"type": "link_row",
"name": "Summary period",
"order": 2,
"primary": false,
"link_row_table_id": 66218,
"link_row_related_field_id": 391616,
"has_related_field": true
},
{
"id": 391608,
"type": "date",
"name": "Transaction date",
"order": 3,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 391609,
"type": "single_select",
"name": "Expense type",
"order": 4,
"primary": false,
"select_options": [
{
"id": 115065,
"value": "Mortage",
"color": "dark-blue",
"order": 0
},
{
"id": 115066,
"value": "Rent",
"color": "blue",
"order": 1
},
{
"id": 115067,
"value": "Residential dues",
"color": "dark-orange",
"order": 2
},
{
"id": 115068,
"value": "Phone",
"color": "orange",
"order": 3
},
{
"id": 115069,
"value": "Electricity",
"color": "dark-gray",
"order": 4
},
{
"id": 115070,
"value": "Gas",
"color": "blue",
"order": 5
},
{
"id": 115071,
"value": "Water",
"color": "light-blue",
"order": 6
},
{
"id": 115072,
"value": "Cable/Satellite",
"color": "orange",
"order": 7
},
{
"id": 115073,
"value": "Sanitation",
"color": "light-orange",
"order": 8
},
{
"id": 115074,
"value": "Insurance",
"color": "gray",
"order": 9
},
{
"id": 115075,
"value": "Home improvements",
"color": "light-blue",
"order": 10
},
{
"id": 115076,
"value": "Maintenance or repairs",
"color": "light-blue",
"order": 11
},
{
"id": 115077,
"value": "Supplies",
"color": "light-orange",
"order": 12
},
{
"id": 115078,
"value": "Other",
"color": "light-blue",
"order": 13
}
]
},
{
"id": 391610,
"type": "number",
"name": "Estimated cost",
"order": 5,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 391611,
"type": "number",
"name": "Actual cost",
"order": 6,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 391612,
"type": "formula",
"name": "Difference",
"order": 7,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(isblank(field(\"Actual cost\")), \n \"\", \n if(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)) > 0, \"\ud83d\udfe2\", \n if(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)) = 0, \"\ud83c\udfaf\", \"\ud83d\udd3b\"))\n + \" \" \n + totext(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)))\n)",
"formula_type": "text"
},
{
"id": 391613,
"type": "long_text",
"name": "Notes",
"order": 8,
"primary": false
},
{
"id": 391614,
"type": "file",
"name": "Attachment",
"order": 9,
"primary": false
},
{
"id": 391615,
"type": "formula",
"name": "Odd or even",
"order": 10,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(\n equal(\n search(\n totext(\n divide(month(field(\"Transaction date\")), \n 2)), \n \".5\"), \n 0\n ), \n true, false\n)",
"formula_type": "boolean"
}
],
"views": [
{
"id": 86131,
"type": "grid",
"name": "All living expenses",
"order": 1,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17699,
"field_id": 391608,
"order": "DESC"
},
{
"id": 17700,
"field_id": 391609,
"order": "ASC"
}
],
"decorations": [
{
"id": 76,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c4920337-ca28-485d-ad48-f883dc7a6f8a",
"color": "light-gray",
"filters": [
{
"id": "67592531-6507-403b-be9a-8d675a270ffe",
"type": "boolean",
"field": 391615,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 77,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "b05358e7-47b9-4b0d-8a88-c6284ff36b0a",
"color": "dark-green",
"filters": [
{
"id": "30fa03e1-f9f6-4a06-aefe-eece375cfec9",
"type": "contains",
"field": 391612,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "f684d98a-f759-4008-99ff-27932b61e5e9",
"color": "dark-red",
"filters": [
{
"id": "6954c015-55be-4e32-bff0-08902e6f3842",
"type": "contains",
"field": 391612,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 492693,
"field_id": 391605,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 492695,
"field_id": 391607,
"width": 167,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 492696,
"field_id": 391608,
"width": 165,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 492697,
"field_id": 391609,
"width": 173,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492698,
"field_id": 391610,
"width": 152,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492699,
"field_id": 391611,
"width": 128,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492700,
"field_id": 391612,
"width": 127,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492701,
"field_id": 391613,
"width": 179,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492702,
"field_id": 391614,
"width": 133,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492703,
"field_id": 391615,
"width": 140,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 86387,
"type": "form",
"name": "Add expense",
"order": 2,
"ownership_type": "collaborative",
"created_by": null,
"public": false,
"title": "Add living accommodation expense",
"description": "",
"cover_image": {
"name": "cRl0NrhvmT7h30HFvcMcnecpptiMgrdM_2abd03c0edc11261146023459366b02d8f53640efcb810b7e95de72ed0d5ef1c.jpg",
"original_name": "Header_DollarBills.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "The expense record was successfully added. To add another expense record, please refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 23865,
"field_id": 391605,
"name": "",
"description": "Please enter a unique record number or identifier for this expense. Tip: You may check the highest number recorded in this table at the bottom of the \"Record number\" column of the main grid view, \"All living expenses.\"",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23866,
"field_id": 391607,
"name": "",
"description": "Please select the appropriate Overview period for which you want this expense to be grouped or associated.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23867,
"field_id": 391608,
"name": "",
"description": "Indicate the date of the transaction on which you expect to pay for this expense.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23868,
"field_id": 391609,
"name": "",
"description": "Please choose exactly what sort of expense this record is about.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23869,
"field_id": 391610,
"name": "",
"description": "Specify how much money you expect to spend on this type of expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23870,
"field_id": 391611,
"name": "",
"description": "Indicate how much money you spent on this particular expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23871,
"field_id": 391612,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23872,
"field_id": 391613,
"name": "",
"description": "A brief description of the expenditure can be helpful in identifying this expense record.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23873,
"field_id": 391614,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23874,
"field_id": 391615,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
},
{
"id": 86390,
"type": "grid",
"name": "2022 expenses",
"order": 3,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26684,
"field_id": 391608,
"type": "contains",
"value": "2022-"
}
],
"sortings": [
{
"id": 17600,
"field_id": 391608,
"order": "ASC"
},
{
"id": 17601,
"field_id": 391609,
"order": "ASC"
}
],
"decorations": [
{
"id": 112,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "18dc49bc-6c89-4329-b327-18859adf0571",
"color": "light-gray",
"filters": [
{
"id": "2f38b03a-5c62-40e4-bc66-c9b73f660462",
"type": "boolean",
"field": 391615,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 113,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "2a55a871-0afa-4a86-9527-d8c0daf785d3",
"color": "dark-green",
"filters": [
{
"id": "a5f4c9fa-0baa-4fcf-ac20-05cf9f99cf03",
"type": "contains",
"field": 391612,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "41b6c1ec-0ca6-4841-9f14-dbc2ca4c05a2",
"color": "dark-red",
"filters": [
{
"id": "5dde2f24-24c8-42bb-9174-db5f2cabecf5",
"type": "contains",
"field": 391612,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 494559,
"field_id": 391605,
"width": 157,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494560,
"field_id": 391607,
"width": 167,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494561,
"field_id": 391608,
"width": 165,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494562,
"field_id": 391609,
"width": 173,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494563,
"field_id": 391610,
"width": 150,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494564,
"field_id": 391611,
"width": 128,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494565,
"field_id": 391612,
"width": 124,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494566,
"field_id": 391613,
"width": 173,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494567,
"field_id": 391614,
"width": 132,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494568,
"field_id": 391615,
"width": 137,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-23T19:56:44.231682+00:00",
"updated_on": "2022-05-25T18:17:08.981480+00:00",
"field_391605": null,
"field_391607": [
1
],
"field_391608": "2022-01-29",
"field_391609": 115066,
"field_391610": "700.00",
"field_391611": "700.00",
"field_391612": null,
"field_391613": "Rent fee for apartment",
"field_391614": [],
"field_391615": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-23T19:56:44.231772+00:00",
"updated_on": "2022-05-25T14:42:56.860406+00:00",
"field_391605": null,
"field_391607": [
1
],
"field_391608": "2022-01-29",
"field_391609": 115067,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Home owners association dues",
"field_391614": [],
"field_391615": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-23T19:56:44.231831+00:00",
"updated_on": "2022-05-25T14:39:57.427249+00:00",
"field_391605": null,
"field_391607": [
1
],
"field_391608": "2022-01-29",
"field_391609": 115068,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Phone and mobile internet bills",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T14:13:01.948665+00:00",
"updated_on": "2022-05-25T14:44:47.499067+00:00",
"field_391605": null,
"field_391607": [
1
],
"field_391608": "2022-01-29",
"field_391609": 115069,
"field_391610": "50.00",
"field_391611": "57.00",
"field_391612": null,
"field_391613": "Power bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 5,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T14:13:02.197874+00:00",
"updated_on": "2022-05-25T14:44:51.812496+00:00",
"field_391605": null,
"field_391607": [
1
],
"field_391608": "2022-01-29",
"field_391609": 115070,
"field_391610": "55.00",
"field_391611": "59.00",
"field_391612": null,
"field_391613": "Kitchen cooking gas bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 6,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T14:13:03.018593+00:00",
"updated_on": "2022-05-25T14:45:15.197874+00:00",
"field_391605": null,
"field_391607": [
1
],
"field_391608": "2022-01-29",
"field_391609": 115071,
"field_391610": "30.00",
"field_391611": "28.00",
"field_391612": null,
"field_391613": "City water bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 7,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T14:13:03.489268+00:00",
"updated_on": "2022-05-25T14:43:18.105666+00:00",
"field_391605": null,
"field_391607": [
1
],
"field_391608": "2022-01-29",
"field_391609": 115072,
"field_391610": "35.00",
"field_391611": "35.00",
"field_391612": null,
"field_391613": "Cable TV bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 8,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T14:13:04.327418+00:00",
"updated_on": "2022-05-25T14:43:23.489538+00:00",
"field_391605": null,
"field_391607": [
1
],
"field_391608": "2022-01-29",
"field_391609": 115073,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Garbage collection and sewer fees",
"field_391614": [],
"field_391615": null
},
{
"id": 9,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T14:13:04.883048+00:00",
"updated_on": "2022-05-25T14:40:21.746199+00:00",
"field_391605": null,
"field_391607": [
1
],
"field_391608": "2022-01-29",
"field_391609": 115075,
"field_391610": "1000.00",
"field_391611": "1135.00",
"field_391612": null,
"field_391613": "New carpet for the bedroom",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 10,
"order": "7.00000000000000000000",
"created_on": "2022-05-25T14:13:05.659469+00:00",
"updated_on": "2022-05-25T18:17:14.590283+00:00",
"field_391605": null,
"field_391607": [
2
],
"field_391608": "2022-02-26",
"field_391609": 115066,
"field_391610": "700.00",
"field_391611": "700.00",
"field_391612": null,
"field_391613": "Rent fee for apartment",
"field_391614": [],
"field_391615": null
},
{
"id": 11,
"order": "7.00000000000000000000",
"created_on": "2022-05-25T14:13:06.072990+00:00",
"updated_on": "2022-05-25T14:43:50.372950+00:00",
"field_391605": null,
"field_391607": [
2
],
"field_391608": "2022-02-26",
"field_391609": 115067,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Home owners association dues",
"field_391614": [],
"field_391615": null
},
{
"id": 12,
"order": "8.00000000000000000000",
"created_on": "2022-05-25T14:13:07.285761+00:00",
"updated_on": "2022-05-25T14:43:50.374260+00:00",
"field_391605": null,
"field_391607": [
2
],
"field_391608": "2022-02-26",
"field_391609": 115068,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Phone and mobile internet bills",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 13,
"order": "8.00000000000000000000",
"created_on": "2022-05-25T14:13:08.124079+00:00",
"updated_on": "2022-05-25T14:45:02.159556+00:00",
"field_391605": null,
"field_391607": [
2
],
"field_391608": "2022-02-26",
"field_391609": 115069,
"field_391610": "50.00",
"field_391611": "45.00",
"field_391612": null,
"field_391613": "Power bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 14,
"order": "9.00000000000000000000",
"created_on": "2022-05-25T14:13:09.737619+00:00",
"updated_on": "2022-05-25T14:45:04.177296+00:00",
"field_391605": null,
"field_391607": [
2
],
"field_391608": "2022-02-26",
"field_391609": 115070,
"field_391610": "55.00",
"field_391611": "50.00",
"field_391612": null,
"field_391613": "Kitchen cooking gas bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 15,
"order": "9.00000000000000000000",
"created_on": "2022-05-25T14:13:09.897354+00:00",
"updated_on": "2022-05-25T14:45:12.295623+00:00",
"field_391605": null,
"field_391607": [
2
],
"field_391608": "2022-02-26",
"field_391609": 115071,
"field_391610": "30.00",
"field_391611": "29.00",
"field_391612": null,
"field_391613": "City water bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 16,
"order": "9.00000000000000000000",
"created_on": "2022-05-25T14:13:10.013589+00:00",
"updated_on": "2022-05-25T14:43:50.380974+00:00",
"field_391605": null,
"field_391607": [
2
],
"field_391608": "2022-02-26",
"field_391609": 115072,
"field_391610": "35.00",
"field_391611": "35.00",
"field_391612": null,
"field_391613": "Cable TV bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 17,
"order": "9.00000000000000000000",
"created_on": "2022-05-25T14:13:10.532263+00:00",
"updated_on": "2022-05-25T14:43:50.381900+00:00",
"field_391605": null,
"field_391607": [
2
],
"field_391608": "2022-02-26",
"field_391609": 115073,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Garbage collection and sewer fees",
"field_391614": [],
"field_391615": null
},
{
"id": 18,
"order": "10.00000000000000000000",
"created_on": "2022-05-25T14:13:11.172155+00:00",
"updated_on": "2022-05-25T14:43:58.675903+00:00",
"field_391605": null,
"field_391607": [
2
],
"field_391608": "2022-02-26",
"field_391609": 115076,
"field_391610": "200.00",
"field_391611": "225.00",
"field_391612": null,
"field_391613": "Bathroom plumbing repair cost",
"field_391614": [],
"field_391615": null
},
{
"id": 19,
"order": "10.00000000000000000000",
"created_on": "2022-05-25T14:13:12.081756+00:00",
"updated_on": "2022-05-25T18:17:18.521839+00:00",
"field_391605": null,
"field_391607": [
3
],
"field_391608": "2022-03-31",
"field_391609": 115066,
"field_391610": "700.00",
"field_391611": "700.00",
"field_391612": null,
"field_391613": "Rent fee for apartment",
"field_391614": [],
"field_391615": null
},
{
"id": 20,
"order": "11.00000000000000000000",
"created_on": "2022-05-25T14:13:12.766061+00:00",
"updated_on": "2022-05-25T14:44:03.349134+00:00",
"field_391605": null,
"field_391607": [
3
],
"field_391608": "2022-03-31",
"field_391609": 115067,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Home owners association dues",
"field_391614": [],
"field_391615": null
},
{
"id": 21,
"order": "11.00000000000000000000",
"created_on": "2022-05-25T14:13:13.336728+00:00",
"updated_on": "2022-05-25T14:44:03.350079+00:00",
"field_391605": null,
"field_391607": [
3
],
"field_391608": "2022-03-31",
"field_391609": 115068,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Phone and mobile internet bills",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 22,
"order": "12.00000000000000000000",
"created_on": "2022-05-25T14:15:22.202901+00:00",
"updated_on": "2022-05-25T14:45:43.257581+00:00",
"field_391605": null,
"field_391607": [
3
],
"field_391608": "2022-03-31",
"field_391609": 115069,
"field_391610": "50.00",
"field_391611": "57.00",
"field_391612": null,
"field_391613": "Power bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 23,
"order": "13.00000000000000000000",
"created_on": "2022-05-25T14:15:23.684229+00:00",
"updated_on": "2022-05-25T14:45:50.940438+00:00",
"field_391605": null,
"field_391607": [
3
],
"field_391608": "2022-03-31",
"field_391609": 115070,
"field_391610": "55.00",
"field_391611": "59.00",
"field_391612": null,
"field_391613": "Kitchen cooking gas bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 24,
"order": "14.00000000000000000000",
"created_on": "2022-05-25T14:15:24.831731+00:00",
"updated_on": "2022-05-25T14:45:54.874469+00:00",
"field_391605": null,
"field_391607": [
3
],
"field_391608": "2022-03-31",
"field_391609": 115071,
"field_391610": "30.00",
"field_391611": "25.00",
"field_391612": null,
"field_391613": "City water bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 25,
"order": "15.00000000000000000000",
"created_on": "2022-05-25T14:15:25.815283+00:00",
"updated_on": "2022-05-25T14:44:03.354046+00:00",
"field_391605": null,
"field_391607": [
3
],
"field_391608": "2022-03-31",
"field_391609": 115072,
"field_391610": "35.00",
"field_391611": "35.00",
"field_391612": null,
"field_391613": "Cable TV bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 26,
"order": "15.00000000000000000000",
"created_on": "2022-05-25T14:15:26.694217+00:00",
"updated_on": "2022-05-25T14:44:03.354921+00:00",
"field_391605": null,
"field_391607": [
3
],
"field_391608": "2022-03-31",
"field_391609": 115073,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Garbage collection and sewer fees",
"field_391614": [],
"field_391615": null
},
{
"id": 27,
"order": "16.00000000000000000000",
"created_on": "2022-05-25T14:15:27.796617+00:00",
"updated_on": "2022-05-25T18:17:25.158493+00:00",
"field_391605": null,
"field_391607": [
4
],
"field_391608": "2022-04-30",
"field_391609": 115066,
"field_391610": "700.00",
"field_391611": "700.00",
"field_391612": null,
"field_391613": "Rent fee for apartment",
"field_391614": [],
"field_391615": null
},
{
"id": 28,
"order": "17.00000000000000000000",
"created_on": "2022-05-25T14:15:28.899340+00:00",
"updated_on": "2022-05-25T14:44:06.703054+00:00",
"field_391605": null,
"field_391607": [
4
],
"field_391608": "2022-04-30",
"field_391609": 115067,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Home owners association dues",
"field_391614": [],
"field_391615": null
},
{
"id": 29,
"order": "18.00000000000000000000",
"created_on": "2022-05-25T14:15:29.843294+00:00",
"updated_on": "2022-05-25T14:44:06.703959+00:00",
"field_391605": null,
"field_391607": [
4
],
"field_391608": "2022-04-30",
"field_391609": 115068,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Phone and mobile internet bills",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 30,
"order": "19.00000000000000000000",
"created_on": "2022-05-25T14:15:30.977107+00:00",
"updated_on": "2022-05-25T14:46:06.422834+00:00",
"field_391605": null,
"field_391607": [
4
],
"field_391608": "2022-04-30",
"field_391609": 115069,
"field_391610": "50.00",
"field_391611": "55.00",
"field_391612": null,
"field_391613": "Power bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 31,
"order": "20.00000000000000000000",
"created_on": "2022-05-25T14:15:32.048830+00:00",
"updated_on": "2022-05-25T14:46:27.946090+00:00",
"field_391605": null,
"field_391607": [
4
],
"field_391608": "2022-04-30",
"field_391609": 115070,
"field_391610": "55.00",
"field_391611": "62.00",
"field_391612": null,
"field_391613": "Kitchen cooking gas bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 32,
"order": "21.00000000000000000000",
"created_on": "2022-05-25T14:15:33.250936+00:00",
"updated_on": "2022-05-25T14:46:34.418097+00:00",
"field_391605": null,
"field_391607": [
4
],
"field_391608": "2022-04-30",
"field_391609": 115071,
"field_391610": "30.00",
"field_391611": "28.00",
"field_391612": null,
"field_391613": "City water bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 33,
"order": "21.00000000000000000000",
"created_on": "2022-05-25T14:15:33.979235+00:00",
"updated_on": "2022-05-25T14:44:06.709331+00:00",
"field_391605": null,
"field_391607": [
4
],
"field_391608": "2022-04-30",
"field_391609": 115072,
"field_391610": "35.00",
"field_391611": "35.00",
"field_391612": null,
"field_391613": "Cable TV bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 34,
"order": "22.00000000000000000000",
"created_on": "2022-05-25T14:15:35.030822+00:00",
"updated_on": "2022-05-25T14:44:06.711091+00:00",
"field_391605": null,
"field_391607": [
4
],
"field_391608": "2022-04-30",
"field_391609": 115073,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Garbage collection and sewer fees",
"field_391614": [],
"field_391615": null
},
{
"id": 35,
"order": "23.00000000000000000000",
"created_on": "2022-05-25T14:15:36.011778+00:00",
"updated_on": "2022-05-25T18:17:28.832848+00:00",
"field_391605": null,
"field_391607": [
5
],
"field_391608": "2022-05-31",
"field_391609": 115066,
"field_391610": "700.00",
"field_391611": "700.00",
"field_391612": null,
"field_391613": "Rent fee for apartment",
"field_391614": [],
"field_391615": null
},
{
"id": 36,
"order": "24.00000000000000000000",
"created_on": "2022-05-25T14:15:37.010538+00:00",
"updated_on": "2022-05-25T14:44:08.825977+00:00",
"field_391605": null,
"field_391607": [
5
],
"field_391608": "2022-05-31",
"field_391609": 115067,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Home owners association dues",
"field_391614": [],
"field_391615": null
},
{
"id": 37,
"order": "25.00000000000000000000",
"created_on": "2022-05-25T14:15:38.400722+00:00",
"updated_on": "2022-05-25T14:44:08.827262+00:00",
"field_391605": null,
"field_391607": [
5
],
"field_391608": "2022-05-31",
"field_391609": 115068,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Phone and mobile internet bills",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 38,
"order": "25.00000000000000000000",
"created_on": "2022-05-25T14:15:39.069427+00:00",
"updated_on": "2022-05-25T14:46:50.001060+00:00",
"field_391605": null,
"field_391607": [
5
],
"field_391608": "2022-05-31",
"field_391609": 115069,
"field_391610": "50.00",
"field_391611": "50.00",
"field_391612": null,
"field_391613": "Power bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 39,
"order": "26.00000000000000000000",
"created_on": "2022-05-25T14:15:40.023438+00:00",
"updated_on": "2022-05-25T14:46:53.362808+00:00",
"field_391605": null,
"field_391607": [
5
],
"field_391608": "2022-05-31",
"field_391609": 115070,
"field_391610": "55.00",
"field_391611": "50.00",
"field_391612": null,
"field_391613": "Kitchen cooking gas bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 40,
"order": "26.00000000000000000000",
"created_on": "2022-05-25T14:15:40.927544+00:00",
"updated_on": "2022-05-25T14:46:55.985398+00:00",
"field_391605": null,
"field_391607": [
5
],
"field_391608": "2022-05-31",
"field_391609": 115071,
"field_391610": "30.00",
"field_391611": "30.00",
"field_391612": null,
"field_391613": "City water bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 41,
"order": "27.00000000000000000000",
"created_on": "2022-05-25T14:15:41.954603+00:00",
"updated_on": "2022-05-25T14:44:08.832650+00:00",
"field_391605": null,
"field_391607": [
5
],
"field_391608": "2022-05-31",
"field_391609": 115072,
"field_391610": "35.00",
"field_391611": "35.00",
"field_391612": null,
"field_391613": "Cable TV bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 42,
"order": "27.00000000000000000000",
"created_on": "2022-05-25T14:15:42.886018+00:00",
"updated_on": "2022-05-25T14:44:08.833827+00:00",
"field_391605": null,
"field_391607": [
5
],
"field_391608": "2022-05-31",
"field_391609": 115073,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Garbage collection and sewer fees",
"field_391614": [],
"field_391615": null
},
{
"id": 43,
"order": "28.00000000000000000000",
"created_on": "2022-05-25T14:15:43.906714+00:00",
"updated_on": "2022-05-25T18:17:34.824305+00:00",
"field_391605": null,
"field_391607": [
6
],
"field_391608": "2022-06-30",
"field_391609": 115066,
"field_391610": "700.00",
"field_391611": "700.00",
"field_391612": null,
"field_391613": "Rent fee for apartment",
"field_391614": [],
"field_391615": null
},
{
"id": 44,
"order": "28.00000000000000000000",
"created_on": "2022-05-25T14:15:44.711838+00:00",
"updated_on": "2022-05-25T14:44:11.023523+00:00",
"field_391605": null,
"field_391607": [
6
],
"field_391608": "2022-06-30",
"field_391609": 115067,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Home owners association dues",
"field_391614": [],
"field_391615": null
},
{
"id": 45,
"order": "29.00000000000000000000",
"created_on": "2022-05-25T14:15:45.839951+00:00",
"updated_on": "2022-05-25T14:44:11.024630+00:00",
"field_391605": null,
"field_391607": [
6
],
"field_391608": "2022-06-30",
"field_391609": 115068,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Phone and mobile internet bills",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 46,
"order": "29.00000000000000000000",
"created_on": "2022-05-25T14:15:46.576678+00:00",
"updated_on": "2022-05-25T14:47:04.934955+00:00",
"field_391605": null,
"field_391607": [
6
],
"field_391608": "2022-06-30",
"field_391609": 115069,
"field_391610": "50.00",
"field_391611": "45.00",
"field_391612": null,
"field_391613": "Power bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 47,
"order": "30.00000000000000000000",
"created_on": "2022-05-25T14:15:47.590012+00:00",
"updated_on": "2022-05-25T14:47:09.645359+00:00",
"field_391605": null,
"field_391607": [
6
],
"field_391608": "2022-06-30",
"field_391609": 115070,
"field_391610": "55.00",
"field_391611": "48.00",
"field_391612": null,
"field_391613": "Kitchen cooking gas bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 48,
"order": "31.00000000000000000000",
"created_on": "2022-05-25T14:15:48.885998+00:00",
"updated_on": "2022-05-25T14:47:12.522841+00:00",
"field_391605": null,
"field_391607": [
6
],
"field_391608": "2022-06-30",
"field_391609": 115071,
"field_391610": "30.00",
"field_391611": "32.00",
"field_391612": null,
"field_391613": "City water bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 49,
"order": "32.00000000000000000000",
"created_on": "2022-05-25T14:15:49.969181+00:00",
"updated_on": "2022-05-25T14:44:11.028568+00:00",
"field_391605": null,
"field_391607": [
6
],
"field_391608": "2022-06-30",
"field_391609": 115072,
"field_391610": "35.00",
"field_391611": "35.00",
"field_391612": null,
"field_391613": "Cable TV bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 50,
"order": "33.00000000000000000000",
"created_on": "2022-05-25T14:15:50.862584+00:00",
"updated_on": "2022-05-25T14:44:11.029521+00:00",
"field_391605": null,
"field_391607": [
6
],
"field_391608": "2022-06-30",
"field_391609": 115073,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Garbage collection and sewer fees",
"field_391614": [],
"field_391615": null
},
{
"id": 51,
"order": "34.00000000000000000000",
"created_on": "2022-05-25T14:15:52.042352+00:00",
"updated_on": "2022-05-25T18:17:37.558866+00:00",
"field_391605": null,
"field_391607": [
7
],
"field_391608": "2022-07-30",
"field_391609": 115066,
"field_391610": "700.00",
"field_391611": "700.00",
"field_391612": null,
"field_391613": "Rent fee for apartment",
"field_391614": [],
"field_391615": null
},
{
"id": 52,
"order": "34.00000000000000000000",
"created_on": "2022-05-25T14:15:52.760359+00:00",
"updated_on": "2022-05-25T14:44:13.767810+00:00",
"field_391605": null,
"field_391607": [
7
],
"field_391608": "2022-07-30",
"field_391609": 115067,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Home owners association dues",
"field_391614": [],
"field_391615": null
},
{
"id": 53,
"order": "35.00000000000000000000",
"created_on": "2022-05-25T14:15:53.919115+00:00",
"updated_on": "2022-05-25T14:44:13.769309+00:00",
"field_391605": null,
"field_391607": [
7
],
"field_391608": "2022-07-30",
"field_391609": 115068,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Phone and mobile internet bills",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 54,
"order": "36.00000000000000000000",
"created_on": "2022-05-25T14:15:54.875260+00:00",
"updated_on": "2022-05-25T14:47:26.335941+00:00",
"field_391605": null,
"field_391607": [
7
],
"field_391608": "2022-07-30",
"field_391609": 115069,
"field_391610": "50.00",
"field_391611": "48.00",
"field_391612": null,
"field_391613": "Power bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 55,
"order": "37.00000000000000000000",
"created_on": "2022-05-25T14:15:56.191238+00:00",
"updated_on": "2022-05-25T14:47:33.500686+00:00",
"field_391605": null,
"field_391607": [
7
],
"field_391608": "2022-07-30",
"field_391609": 115070,
"field_391610": "55.00",
"field_391611": "35.00",
"field_391612": null,
"field_391613": "Kitchen cooking gas bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 56,
"order": "38.00000000000000000000",
"created_on": "2022-05-25T14:15:57.109663+00:00",
"updated_on": "2022-05-25T14:47:38.395610+00:00",
"field_391605": null,
"field_391607": [
7
],
"field_391608": "2022-07-30",
"field_391609": 115071,
"field_391610": "30.00",
"field_391611": "35.00",
"field_391612": null,
"field_391613": "City water bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 57,
"order": "39.00000000000000000000",
"created_on": "2022-05-25T14:15:58.549681+00:00",
"updated_on": "2022-05-25T14:44:13.775240+00:00",
"field_391605": null,
"field_391607": [
7
],
"field_391608": "2022-07-30",
"field_391609": 115072,
"field_391610": "35.00",
"field_391611": "35.00",
"field_391612": null,
"field_391613": "Cable TV bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 58,
"order": "40.00000000000000000000",
"created_on": "2022-05-25T14:16:00.339327+00:00",
"updated_on": "2022-05-25T14:44:13.776146+00:00",
"field_391605": null,
"field_391607": [
7
],
"field_391608": "2022-07-30",
"field_391609": 115073,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Garbage collection and sewer fees",
"field_391614": [],
"field_391615": null
},
{
"id": 59,
"order": "41.00000000000000000000",
"created_on": "2022-05-25T14:16:01.317681+00:00",
"updated_on": "2022-05-25T18:17:43.857766+00:00",
"field_391605": null,
"field_391607": [
8
],
"field_391608": "2022-08-31",
"field_391609": 115066,
"field_391610": "700.00",
"field_391611": "700.00",
"field_391612": null,
"field_391613": "Rent fee for apartment",
"field_391614": [],
"field_391615": null
},
{
"id": 60,
"order": "42.00000000000000000000",
"created_on": "2022-05-25T14:16:03.421345+00:00",
"updated_on": "2022-05-25T14:44:16.094965+00:00",
"field_391605": null,
"field_391607": [
8
],
"field_391608": "2022-08-31",
"field_391609": 115067,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Home owners association dues",
"field_391614": [],
"field_391615": null
},
{
"id": 61,
"order": "43.00000000000000000000",
"created_on": "2022-05-25T14:16:04.885149+00:00",
"updated_on": "2022-05-25T14:44:16.096627+00:00",
"field_391605": null,
"field_391607": [
8
],
"field_391608": "2022-08-31",
"field_391609": 115068,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Phone and mobile internet bills",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 62,
"order": "44.00000000000000000000",
"created_on": "2022-05-25T14:16:06.040305+00:00",
"updated_on": "2022-05-25T14:47:51.595041+00:00",
"field_391605": null,
"field_391607": [
8
],
"field_391608": "2022-08-31",
"field_391609": 115069,
"field_391610": "50.00",
"field_391611": "47.00",
"field_391612": null,
"field_391613": "Power bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 63,
"order": "45.00000000000000000000",
"created_on": "2022-05-25T14:20:58.641653+00:00",
"updated_on": "2022-05-25T14:47:55.649182+00:00",
"field_391605": null,
"field_391607": [
8
],
"field_391608": "2022-08-31",
"field_391609": 115070,
"field_391610": "55.00",
"field_391611": "38.00",
"field_391612": null,
"field_391613": "Kitchen cooking gas bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 64,
"order": "46.00000000000000000000",
"created_on": "2022-05-25T14:21:08.196121+00:00",
"updated_on": "2022-05-25T14:48:00.714677+00:00",
"field_391605": null,
"field_391607": [
8
],
"field_391608": "2022-08-31",
"field_391609": 115071,
"field_391610": "30.00",
"field_391611": "39.00",
"field_391612": null,
"field_391613": "City water bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 65,
"order": "46.00000000000000000000",
"created_on": "2022-05-25T14:21:09.073478+00:00",
"updated_on": "2022-05-25T14:44:16.102657+00:00",
"field_391605": null,
"field_391607": [
8
],
"field_391608": "2022-08-31",
"field_391609": 115072,
"field_391610": "35.00",
"field_391611": "35.00",
"field_391612": null,
"field_391613": "Cable TV bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 66,
"order": "47.00000000000000000000",
"created_on": "2022-05-25T14:21:09.853758+00:00",
"updated_on": "2022-05-25T14:44:16.105771+00:00",
"field_391605": null,
"field_391607": [
8
],
"field_391608": "2022-08-31",
"field_391609": 115073,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Garbage collection and sewer fees",
"field_391614": [],
"field_391615": null
},
{
"id": 67,
"order": "48.00000000000000000000",
"created_on": "2022-05-25T14:21:37.514666+00:00",
"updated_on": "2022-05-25T18:17:48.021379+00:00",
"field_391605": null,
"field_391607": [
9
],
"field_391608": "2022-09-30",
"field_391609": 115066,
"field_391610": "700.00",
"field_391611": "700.00",
"field_391612": null,
"field_391613": "Rent fee for apartment",
"field_391614": [],
"field_391615": null
},
{
"id": 68,
"order": "49.00000000000000000000",
"created_on": "2022-05-25T14:21:38.534894+00:00",
"updated_on": "2022-05-25T14:51:48.647444+00:00",
"field_391605": null,
"field_391607": [
9
],
"field_391608": "2022-09-30",
"field_391609": 115067,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Home owners association dues",
"field_391614": [],
"field_391615": null
},
{
"id": 69,
"order": "50.00000000000000000000",
"created_on": "2022-05-25T14:21:39.876575+00:00",
"updated_on": "2022-05-25T14:51:48.648176+00:00",
"field_391605": null,
"field_391607": [
9
],
"field_391608": "2022-09-30",
"field_391609": 115068,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Phone and mobile internet bills",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 70,
"order": "51.00000000000000000000",
"created_on": "2022-05-25T14:21:41.042486+00:00",
"updated_on": "2022-05-25T14:52:02.206417+00:00",
"field_391605": null,
"field_391607": [
9
],
"field_391608": "2022-09-30",
"field_391609": 115069,
"field_391610": "50.00",
"field_391611": "49.00",
"field_391612": null,
"field_391613": "Power bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 71,
"order": "51.00000000000000000000",
"created_on": "2022-05-25T14:21:41.786462+00:00",
"updated_on": "2022-05-25T14:52:07.234446+00:00",
"field_391605": null,
"field_391607": [
9
],
"field_391608": "2022-09-30",
"field_391609": 115070,
"field_391610": "55.00",
"field_391611": "47.00",
"field_391612": null,
"field_391613": "Kitchen cooking gas bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 72,
"order": "52.00000000000000000000",
"created_on": "2022-05-25T14:21:42.585965+00:00",
"updated_on": "2022-05-25T14:52:13.974311+00:00",
"field_391605": null,
"field_391607": [
9
],
"field_391608": "2022-09-30",
"field_391609": 115071,
"field_391610": "30.00",
"field_391611": "32.00",
"field_391612": null,
"field_391613": "City water bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 73,
"order": "53.00000000000000000000",
"created_on": "2022-05-25T14:21:43.900936+00:00",
"updated_on": "2022-05-25T14:51:48.651131+00:00",
"field_391605": null,
"field_391607": [
9
],
"field_391608": "2022-09-30",
"field_391609": 115072,
"field_391610": "35.00",
"field_391611": "35.00",
"field_391612": null,
"field_391613": "Cable TV bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 74,
"order": "54.00000000000000000000",
"created_on": "2022-05-25T14:22:09.264745+00:00",
"updated_on": "2022-05-25T14:51:48.652001+00:00",
"field_391605": null,
"field_391607": [
9
],
"field_391608": "2022-09-30",
"field_391609": 115073,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Garbage collection and sewer fees",
"field_391614": [],
"field_391615": null
},
{
"id": 75,
"order": "55.00000000000000000000",
"created_on": "2022-05-25T14:26:05.293560+00:00",
"updated_on": "2022-05-25T18:17:54.132885+00:00",
"field_391605": null,
"field_391607": [
10
],
"field_391608": "2022-10-29",
"field_391609": 115066,
"field_391610": "700.00",
"field_391611": "700.00",
"field_391612": null,
"field_391613": "Rent fee for apartment",
"field_391614": [],
"field_391615": null
},
{
"id": 76,
"order": "56.00000000000000000000",
"created_on": "2022-05-25T14:26:06.358329+00:00",
"updated_on": "2022-05-25T14:51:52.138804+00:00",
"field_391605": null,
"field_391607": [
10
],
"field_391608": "2022-10-29",
"field_391609": 115067,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Home owners association dues",
"field_391614": [],
"field_391615": null
},
{
"id": 77,
"order": "56.00000000000000000000",
"created_on": "2022-05-25T14:26:07.043807+00:00",
"updated_on": "2022-05-25T14:51:52.139626+00:00",
"field_391605": null,
"field_391607": [
10
],
"field_391608": "2022-10-29",
"field_391609": 115068,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Phone and mobile internet bills",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 78,
"order": "57.00000000000000000000",
"created_on": "2022-05-25T14:26:07.856118+00:00",
"updated_on": "2022-05-25T14:53:46.924395+00:00",
"field_391605": null,
"field_391607": [
10
],
"field_391608": "2022-10-29",
"field_391609": 115069,
"field_391610": "50.00",
"field_391611": "51.00",
"field_391612": null,
"field_391613": "Power bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 79,
"order": "58.00000000000000000000",
"created_on": "2022-05-25T14:26:09.762092+00:00",
"updated_on": "2022-05-25T14:53:50.951603+00:00",
"field_391605": null,
"field_391607": [
10
],
"field_391608": "2022-10-29",
"field_391609": 115070,
"field_391610": "55.00",
"field_391611": "50.00",
"field_391612": null,
"field_391613": "Kitchen cooking gas bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 80,
"order": "58.00000000000000000000",
"created_on": "2022-05-25T14:26:10.350378+00:00",
"updated_on": "2022-05-25T14:53:57.914339+00:00",
"field_391605": null,
"field_391607": [
10
],
"field_391608": "2022-10-29",
"field_391609": 115071,
"field_391610": "30.00",
"field_391611": "28.00",
"field_391612": null,
"field_391613": "City water bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 81,
"order": "59.00000000000000000000",
"created_on": "2022-05-25T14:26:10.956693+00:00",
"updated_on": "2022-05-25T14:51:52.143915+00:00",
"field_391605": null,
"field_391607": [
10
],
"field_391608": "2022-10-29",
"field_391609": 115072,
"field_391610": "35.00",
"field_391611": "35.00",
"field_391612": null,
"field_391613": "Cable TV bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 82,
"order": "59.00000000000000000000",
"created_on": "2022-05-25T14:26:11.630844+00:00",
"updated_on": "2022-05-25T14:51:52.144649+00:00",
"field_391605": null,
"field_391607": [
10
],
"field_391608": "2022-10-29",
"field_391609": 115073,
"field_391610": "20.00",
"field_391611": "20.00",
"field_391612": null,
"field_391613": "Garbage collection and sewer fees",
"field_391614": [],
"field_391615": null
},
{
"id": 83,
"order": "60.00000000000000000000",
"created_on": "2022-05-25T14:26:17.254327+00:00",
"updated_on": "2022-05-25T18:18:24.245661+00:00",
"field_391605": null,
"field_391607": [
11
],
"field_391608": "2022-11-30",
"field_391609": 115066,
"field_391610": "700.00",
"field_391611": null,
"field_391612": null,
"field_391613": "Rent fee for apartment",
"field_391614": [],
"field_391615": null
},
{
"id": 84,
"order": "60.00000000000000000000",
"created_on": "2022-05-25T14:26:18.074371+00:00",
"updated_on": "2022-05-25T14:51:16.592611+00:00",
"field_391605": null,
"field_391607": [
11
],
"field_391608": "2022-11-30",
"field_391609": 115067,
"field_391610": "20.00",
"field_391611": null,
"field_391612": null,
"field_391613": "Home owners association dues",
"field_391614": [],
"field_391615": null
},
{
"id": 85,
"order": "61.00000000000000000000",
"created_on": "2022-05-25T14:26:18.493181+00:00",
"updated_on": "2022-05-25T14:51:16.818564+00:00",
"field_391605": null,
"field_391607": [
11
],
"field_391608": "2022-11-30",
"field_391609": 115068,
"field_391610": "20.00",
"field_391611": null,
"field_391612": null,
"field_391613": "Phone and mobile internet bills",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 86,
"order": "61.00000000000000000000",
"created_on": "2022-05-25T14:26:19.417458+00:00",
"updated_on": "2022-05-25T14:44:22.597320+00:00",
"field_391605": null,
"field_391607": [
11
],
"field_391608": "2022-11-30",
"field_391609": 115069,
"field_391610": "50.00",
"field_391611": null,
"field_391612": null,
"field_391613": "Power bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 87,
"order": "62.00000000000000000000",
"created_on": "2022-05-25T14:26:21.114011+00:00",
"updated_on": "2022-05-25T14:44:22.598345+00:00",
"field_391605": null,
"field_391607": [
11
],
"field_391608": "2022-11-30",
"field_391609": 115070,
"field_391610": "55.00",
"field_391611": null,
"field_391612": null,
"field_391613": "Kitchen cooking gas bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 88,
"order": "62.00000000000000000000",
"created_on": "2022-05-25T14:26:22.039639+00:00",
"updated_on": "2022-05-25T14:44:22.599591+00:00",
"field_391605": null,
"field_391607": [
11
],
"field_391608": "2022-11-30",
"field_391609": 115071,
"field_391610": "30.00",
"field_391611": null,
"field_391612": null,
"field_391613": "City water bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 89,
"order": "63.00000000000000000000",
"created_on": "2022-05-25T14:26:22.423458+00:00",
"updated_on": "2022-05-25T14:51:23.138318+00:00",
"field_391605": null,
"field_391607": [
11
],
"field_391608": "2022-11-30",
"field_391609": 115072,
"field_391610": "35.00",
"field_391611": null,
"field_391612": null,
"field_391613": "Cable TV bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 90,
"order": "64.00000000000000000000",
"created_on": "2022-05-25T14:26:24.795930+00:00",
"updated_on": "2022-05-25T14:51:23.180160+00:00",
"field_391605": null,
"field_391607": [
11
],
"field_391608": "2022-11-30",
"field_391609": 115073,
"field_391610": "20.00",
"field_391611": null,
"field_391612": null,
"field_391613": "Garbage collection and sewer fees",
"field_391614": [],
"field_391615": null
},
{
"id": 91,
"order": "64.00000000000000000000",
"created_on": "2022-05-25T14:26:25.504924+00:00",
"updated_on": "2022-05-25T18:18:22.883305+00:00",
"field_391605": null,
"field_391607": [
12
],
"field_391608": "2022-12-31",
"field_391609": 115066,
"field_391610": "700.00",
"field_391611": null,
"field_391612": null,
"field_391613": "Rent fee for apartment",
"field_391614": [],
"field_391615": null
},
{
"id": 92,
"order": "65.00000000000000000000",
"created_on": "2022-05-25T14:26:26.095886+00:00",
"updated_on": "2022-05-25T14:51:23.927887+00:00",
"field_391605": null,
"field_391607": [
12
],
"field_391608": "2022-12-31",
"field_391609": 115067,
"field_391610": "20.00",
"field_391611": null,
"field_391612": null,
"field_391613": "Home owners association dues",
"field_391614": [],
"field_391615": null
},
{
"id": 93,
"order": "65.00000000000000000000",
"created_on": "2022-05-25T14:26:26.977623+00:00",
"updated_on": "2022-05-25T14:51:23.657653+00:00",
"field_391605": null,
"field_391607": [
12
],
"field_391608": "2022-12-31",
"field_391609": 115068,
"field_391610": "20.00",
"field_391611": null,
"field_391612": null,
"field_391613": "Phone and mobile internet bills",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 94,
"order": "66.00000000000000000000",
"created_on": "2022-05-25T14:28:08.428945+00:00",
"updated_on": "2022-05-25T14:44:25.013764+00:00",
"field_391605": null,
"field_391607": [
12
],
"field_391608": "2022-12-31",
"field_391609": 115069,
"field_391610": "50.00",
"field_391611": null,
"field_391612": null,
"field_391613": "Power bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 95,
"order": "66.00000000000000000000",
"created_on": "2022-05-25T14:28:09.442469+00:00",
"updated_on": "2022-05-25T14:44:25.014634+00:00",
"field_391605": null,
"field_391607": [
12
],
"field_391608": "2022-12-31",
"field_391609": 115070,
"field_391610": "55.00",
"field_391611": null,
"field_391612": null,
"field_391613": "Kitchen cooking gas bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 96,
"order": "67.00000000000000000000",
"created_on": "2022-05-25T14:28:10.310705+00:00",
"updated_on": "2022-05-25T14:44:25.015572+00:00",
"field_391605": null,
"field_391607": [
12
],
"field_391608": "2022-12-31",
"field_391609": 115071,
"field_391610": "30.00",
"field_391611": null,
"field_391612": null,
"field_391613": "City water bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 97,
"order": "68.00000000000000000000",
"created_on": "2022-05-25T14:28:11.285471+00:00",
"updated_on": "2022-05-25T14:51:26.017739+00:00",
"field_391605": null,
"field_391607": [
12
],
"field_391608": "2022-12-31",
"field_391609": 115072,
"field_391610": "35.00",
"field_391611": null,
"field_391612": null,
"field_391613": "Cable TV bill",
"field_391614": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391615": null
},
{
"id": 98,
"order": "69.00000000000000000000",
"created_on": "2022-05-25T14:28:13.270712+00:00",
"updated_on": "2022-05-25T14:51:25.985736+00:00",
"field_391605": null,
"field_391607": [
12
],
"field_391608": "2022-12-31",
"field_391609": 115073,
"field_391610": "20.00",
"field_391611": null,
"field_391612": null,
"field_391613": "Garbage collection and sewer fees",
"field_391614": [],
"field_391615": null
}
]
},
{
"id": 66277,
"name": "Food expenses",
"order": 5,
"fields": [
{
"id": 391630,
"type": "formula",
"name": "Record number",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "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)",
"formula_type": "text"
},
{
"id": 391632,
"type": "link_row",
"name": "Summary period",
"order": 2,
"primary": false,
"link_row_table_id": 66218,
"link_row_related_field_id": 391641,
"has_related_field": true
},
{
"id": 391633,
"type": "date",
"name": "Transaction date",
"order": 3,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 391634,
"type": "single_select",
"name": "Expense type",
"order": 4,
"primary": false,
"select_options": [
{
"id": 115079,
"value": "Groceries",
"color": "dark-blue",
"order": 0
},
{
"id": 115080,
"value": "Eat out",
"color": "blue",
"order": 1
},
{
"id": 115081,
"value": "Deliveries",
"color": "dark-orange",
"order": 2
},
{
"id": 115082,
"value": "Drinking water",
"color": "light-orange",
"order": 3
},
{
"id": 115083,
"value": "Other",
"color": "dark-gray",
"order": 4
}
]
},
{
"id": 391635,
"type": "number",
"name": "Estimated cost",
"order": 5,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 391636,
"type": "number",
"name": "Actual cost",
"order": 6,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 391637,
"type": "formula",
"name": "Difference",
"order": 7,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(isblank(field(\"Actual cost\")), \n \"\", \n if(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)) > 0, \"\ud83d\udfe2\", \n if(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)) = 0, \"\ud83c\udfaf\", \"\ud83d\udd3b\"))\n + \" \" \n + totext(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)))\n)",
"formula_type": "text"
},
{
"id": 391638,
"type": "long_text",
"name": "Notes",
"order": 8,
"primary": false
},
{
"id": 391639,
"type": "file",
"name": "Attachment",
"order": 9,
"primary": false
},
{
"id": 391640,
"type": "formula",
"name": "Odd or even",
"order": 10,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(\n equal(\n search(\n totext(\n divide(month(field(\"Transaction date\")), \n 2)), \n \".5\"), \n 0\n ), \n true, false\n)",
"formula_type": "boolean"
}
],
"views": [
{
"id": 86134,
"type": "grid",
"name": "All food expenses",
"order": 1,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17711,
"field_id": 391633,
"order": "DESC"
},
{
"id": 17712,
"field_id": 391634,
"order": "ASC"
}
],
"decorations": [
{
"id": 80,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "4dbf8740-b405-4da5-a41f-d04a1b7d9fd6",
"color": "light-gray",
"filters": [
{
"id": "6bdcba80-08f8-47f8-82b7-1b1ab8d3d3d6",
"type": "boolean",
"field": 391640,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 81,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "9e69cece-f1b0-43b3-a84e-fc325ebcf35b",
"color": "dark-green",
"filters": [
{
"id": "5efd3e6d-97a8-4115-a498-13223a97ad3f",
"type": "contains",
"field": 391637,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "558887c4-921f-418b-9d13-72e3c9388c70",
"color": "dark-red",
"filters": [
{
"id": "79624164-17f1-4cf6-9b4e-a0f41fbc1e88",
"type": "contains",
"field": 391637,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 492725,
"field_id": 391630,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 492727,
"field_id": 391632,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 492728,
"field_id": 391633,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 492729,
"field_id": 391634,
"width": 165,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492730,
"field_id": 391635,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492731,
"field_id": 391636,
"width": 130,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492732,
"field_id": 391637,
"width": 125,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492733,
"field_id": 391638,
"width": 172,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492734,
"field_id": 391639,
"width": 132,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492735,
"field_id": 391640,
"width": 140,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 86392,
"type": "form",
"name": "Add expense",
"order": 2,
"ownership_type": "collaborative",
"created_by": null,
"public": false,
"title": "Add food expense",
"description": "",
"cover_image": {
"name": "cRl0NrhvmT7h30HFvcMcnecpptiMgrdM_2abd03c0edc11261146023459366b02d8f53640efcb810b7e95de72ed0d5ef1c.jpg",
"original_name": "Header_DollarBills.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "The expense record was successfully added. To add another expense record, please refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 23885,
"field_id": 391630,
"name": "",
"description": "Please enter a unique record number or identifier for this expense. Tip: You may check the highest number recorded in this table at the bottom of the \"Record number\" column of the main grid view, \"All food expenses.\"",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23886,
"field_id": 391632,
"name": "",
"description": "Please select the appropriate Overview period for which you want this expense to be grouped or associated.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23887,
"field_id": 391633,
"name": "",
"description": "Indicate the date of the transaction on which you expect to pay for this expense.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23888,
"field_id": 391634,
"name": "",
"description": "Please choose exactly what sort of expense this record is about.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23889,
"field_id": 391635,
"name": "",
"description": "Specify how much money you expect to spend on this type of expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23890,
"field_id": 391636,
"name": "",
"description": "Indicate how much money you spent on this particular expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23891,
"field_id": 391637,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23892,
"field_id": 391638,
"name": "",
"description": "A brief description of the expenditure can be helpful in identifying this expense record.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23893,
"field_id": 391639,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23894,
"field_id": 391640,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
},
{
"id": 86394,
"type": "grid",
"name": "2022 expenses",
"order": 3,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26685,
"field_id": 391633,
"type": "contains",
"value": "2022-"
}
],
"sortings": [
{
"id": 17602,
"field_id": 391633,
"order": "ASC"
},
{
"id": 17603,
"field_id": 391634,
"order": "ASC"
}
],
"decorations": [
{
"id": 114,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "e714df1a-6f8d-412d-b92d-cb851e0bbfc5",
"color": "light-gray",
"filters": [
{
"id": "2866d45d-8b51-474d-9dc9-c46216b4df6a",
"type": "boolean",
"field": 391640,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 115,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "317c2570-c6a5-4f5a-a7ab-3ff717e066f3",
"color": "dark-green",
"filters": [
{
"id": "94cec113-fd5d-44e7-8bea-c3ce9d4aeac5",
"type": "contains",
"field": 391637,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "cae075aa-7194-4ea5-9f64-b7055d15b547",
"color": "dark-red",
"filters": [
{
"id": "ef0359ca-f35d-42f1-b021-8b80966fd66b",
"type": "contains",
"field": 391637,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 494575,
"field_id": 391630,
"width": 155,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494576,
"field_id": 391632,
"width": 167,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494577,
"field_id": 391633,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494578,
"field_id": 391634,
"width": 149,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494579,
"field_id": 391635,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494580,
"field_id": 391636,
"width": 127,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494581,
"field_id": 391637,
"width": 124,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494582,
"field_id": 391638,
"width": 168,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494583,
"field_id": 391639,
"width": 135,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494584,
"field_id": 391640,
"width": 141,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-23T20:12:35.164898+00:00",
"updated_on": "2022-05-25T15:23:35.184145+00:00",
"field_391630": null,
"field_391632": [
1
],
"field_391633": "2022-01-02",
"field_391634": 115079,
"field_391635": "150.00",
"field_391636": "155.00",
"field_391637": null,
"field_391638": "Monthly food run: groceries for pantry and kitchen",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-23T20:12:35.164969+00:00",
"updated_on": "2022-05-25T15:23:38.817315+00:00",
"field_391630": null,
"field_391632": [
1
],
"field_391633": "2022-01-02",
"field_391634": 115082,
"field_391635": "5.00",
"field_391636": "5.00",
"field_391637": null,
"field_391638": "Distilled drinking water",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-23T20:12:35.165017+00:00",
"updated_on": "2022-05-25T15:23:39.553451+00:00",
"field_391630": null,
"field_391632": [
1
],
"field_391633": "2022-01-12",
"field_391634": 115080,
"field_391635": "30.00",
"field_391636": "26.00",
"field_391637": null,
"field_391638": "Went to fastfood",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T15:05:34.632137+00:00",
"updated_on": "2022-05-25T15:23:40.519021+00:00",
"field_391630": null,
"field_391632": [
1
],
"field_391633": "2022-01-19",
"field_391634": 115080,
"field_391635": "30.00",
"field_391636": "27.00",
"field_391637": null,
"field_391638": "Went to fastfood",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 5,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T15:05:35.015664+00:00",
"updated_on": "2022-05-25T15:23:41.041311+00:00",
"field_391630": null,
"field_391632": [
1
],
"field_391633": "2022-01-28",
"field_391634": 115080,
"field_391635": "30.00",
"field_391636": "28.00",
"field_391637": null,
"field_391638": "Went to fastfood",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 6,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T15:05:35.773651+00:00",
"updated_on": "2022-05-25T15:22:24.311979+00:00",
"field_391630": null,
"field_391632": [
1
],
"field_391633": "2022-01-31",
"field_391634": 115081,
"field_391635": "25.00",
"field_391636": "23.50",
"field_391637": null,
"field_391638": "Ordered a small pizza",
"field_391639": [],
"field_391640": null
},
{
"id": 7,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T15:05:36.230208+00:00",
"updated_on": "2022-05-25T15:23:43.890858+00:00",
"field_391630": null,
"field_391632": [
2
],
"field_391633": "2022-02-01",
"field_391634": 115079,
"field_391635": "150.00",
"field_391636": "159.00",
"field_391637": null,
"field_391638": "Monthly food run: groceries for pantry and kitchen",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 8,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T15:05:36.841195+00:00",
"updated_on": "2022-05-25T15:23:45.356461+00:00",
"field_391630": null,
"field_391632": [
2
],
"field_391633": "2022-02-01",
"field_391634": 115082,
"field_391635": "5.00",
"field_391636": "5.00",
"field_391637": null,
"field_391638": "Distilled drinking water",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 9,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T15:05:37.432598+00:00",
"updated_on": "2022-05-25T15:23:45.689144+00:00",
"field_391630": null,
"field_391632": [
2
],
"field_391633": "2022-02-01",
"field_391634": 115080,
"field_391635": "30.00",
"field_391636": "29.00",
"field_391637": null,
"field_391638": "Went to fastfood",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 10,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T15:05:38.043569+00:00",
"updated_on": "2022-05-25T15:23:05.605423+00:00",
"field_391630": null,
"field_391632": [
2
],
"field_391633": "2022-02-17",
"field_391634": 115081,
"field_391635": "25.00",
"field_391636": "25.00",
"field_391637": null,
"field_391638": "Ordered a small pizza",
"field_391639": [],
"field_391640": null
},
{
"id": 11,
"order": "7.00000000000000000000",
"created_on": "2022-05-25T15:05:38.639750+00:00",
"updated_on": "2022-05-25T15:23:46.356473+00:00",
"field_391630": null,
"field_391632": [
3
],
"field_391633": "2022-03-01",
"field_391634": 115079,
"field_391635": "150.00",
"field_391636": "145.00",
"field_391637": null,
"field_391638": "Monthly food run: groceries for pantry and kitchen",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 12,
"order": "7.00000000000000000000",
"created_on": "2022-05-25T15:05:39.261078+00:00",
"updated_on": "2022-05-25T15:23:46.827881+00:00",
"field_391630": null,
"field_391632": [
3
],
"field_391633": "2022-03-01",
"field_391634": 115082,
"field_391635": "5.00",
"field_391636": "5.00",
"field_391637": null,
"field_391638": "Distilled drinking water",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 13,
"order": "8.00000000000000000000",
"created_on": "2022-05-25T15:05:40.077529+00:00",
"updated_on": "2022-05-25T15:23:47.966404+00:00",
"field_391630": null,
"field_391632": [
3
],
"field_391633": "2022-03-01",
"field_391634": 115080,
"field_391635": "30.00",
"field_391636": "28.00",
"field_391637": null,
"field_391638": "Went to fastfood",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 14,
"order": "8.00000000000000000000",
"created_on": "2022-05-25T15:05:40.879213+00:00",
"updated_on": "2022-05-25T15:23:47.277008+00:00",
"field_391630": null,
"field_391632": [
3
],
"field_391633": "2022-03-30",
"field_391634": 115080,
"field_391635": "30.00",
"field_391636": "20.00",
"field_391637": null,
"field_391638": "Went to fastfood",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 15,
"order": "9.00000000000000000000",
"created_on": "2022-05-25T15:05:41.997622+00:00",
"updated_on": "2022-05-25T15:23:48.929267+00:00",
"field_391630": null,
"field_391632": [
4
],
"field_391633": "2022-04-01",
"field_391634": 115079,
"field_391635": "150.00",
"field_391636": "135.00",
"field_391637": null,
"field_391638": "Monthly food run: groceries for pantry and kitchen",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 16,
"order": "10.00000000000000000000",
"created_on": "2022-05-25T15:05:42.949915+00:00",
"updated_on": "2022-05-25T15:23:49.355439+00:00",
"field_391630": null,
"field_391632": [
4
],
"field_391633": "2022-04-01",
"field_391634": 115082,
"field_391635": "5.00",
"field_391636": "5.00",
"field_391637": null,
"field_391638": "Distilled drinking water",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 17,
"order": "10.00000000000000000000",
"created_on": "2022-05-25T15:05:43.881918+00:00",
"updated_on": "2022-05-25T15:23:49.846397+00:00",
"field_391630": null,
"field_391632": [
4
],
"field_391633": "2022-04-01",
"field_391634": 115080,
"field_391635": "30.00",
"field_391636": "29.00",
"field_391637": null,
"field_391638": "Went to fastfood",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 18,
"order": "11.00000000000000000000",
"created_on": "2022-05-25T15:05:45.073762+00:00",
"updated_on": "2022-05-25T15:23:50.066326+00:00",
"field_391630": null,
"field_391632": [
4
],
"field_391633": "2022-04-29",
"field_391634": 115080,
"field_391635": "30.00",
"field_391636": "35.00",
"field_391637": null,
"field_391638": "Went to fastfood",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 19,
"order": "12.00000000000000000000",
"created_on": "2022-05-25T15:05:47.014015+00:00",
"updated_on": "2022-05-25T15:23:51.378955+00:00",
"field_391630": null,
"field_391632": [
5
],
"field_391633": "2022-05-01",
"field_391634": 115079,
"field_391635": "150.00",
"field_391636": "153.00",
"field_391637": null,
"field_391638": "Monthly food run: groceries for pantry and kitchen",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 20,
"order": "12.00000000000000000000",
"created_on": "2022-05-25T15:05:47.637081+00:00",
"updated_on": "2022-05-25T15:23:51.823607+00:00",
"field_391630": null,
"field_391632": [
5
],
"field_391633": "2022-05-01",
"field_391634": 115082,
"field_391635": "5.00",
"field_391636": "5.00",
"field_391637": null,
"field_391638": "Distilled drinking water",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 21,
"order": "13.00000000000000000000",
"created_on": "2022-05-25T15:05:48.462814+00:00",
"updated_on": "2022-05-25T15:23:53.761892+00:00",
"field_391630": null,
"field_391632": [
5
],
"field_391633": "2022-05-01",
"field_391634": 115080,
"field_391635": "30.00",
"field_391636": "20.00",
"field_391637": null,
"field_391638": "Went to fastfood",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 22,
"order": "13.00000000000000000000",
"created_on": "2022-05-25T15:05:49.256118+00:00",
"updated_on": "2022-05-25T15:23:52.593150+00:00",
"field_391630": null,
"field_391632": [
5
],
"field_391633": "2022-05-31",
"field_391634": 115081,
"field_391635": "25.00",
"field_391636": "22.50",
"field_391637": null,
"field_391638": "Ordered a small pizza",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 23,
"order": "14.00000000000000000000",
"created_on": "2022-05-25T15:05:50.651017+00:00",
"updated_on": "2022-05-25T15:23:57.269600+00:00",
"field_391630": null,
"field_391632": [
6
],
"field_391633": "2022-06-01",
"field_391634": 115079,
"field_391635": "150.00",
"field_391636": "158.00",
"field_391637": null,
"field_391638": "Monthly food run: groceries for pantry and kitchen",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 24,
"order": "15.00000000000000000000",
"created_on": "2022-05-25T15:05:53.003164+00:00",
"updated_on": "2022-05-25T15:23:57.926228+00:00",
"field_391630": null,
"field_391632": [
6
],
"field_391633": "2022-06-01",
"field_391634": 115082,
"field_391635": "5.00",
"field_391636": "5.00",
"field_391637": null,
"field_391638": "Distilled drinking water",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 25,
"order": "16.00000000000000000000",
"created_on": "2022-05-25T15:05:54.402128+00:00",
"updated_on": "2022-05-25T15:23:58.177503+00:00",
"field_391630": null,
"field_391632": [
6
],
"field_391633": "2022-06-01",
"field_391634": 115080,
"field_391635": "30.00",
"field_391636": "29.00",
"field_391637": null,
"field_391638": "Went to fastfood",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 26,
"order": "17.00000000000000000000",
"created_on": "2022-05-25T15:05:56.995428+00:00",
"updated_on": "2022-05-25T15:23:58.671669+00:00",
"field_391630": null,
"field_391632": [
7
],
"field_391633": "2022-07-01",
"field_391634": 115079,
"field_391635": "150.00",
"field_391636": "175.00",
"field_391637": null,
"field_391638": "Monthly food run: groceries for pantry and kitchen",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 27,
"order": "18.00000000000000000000",
"created_on": "2022-05-25T15:05:58.525748+00:00",
"updated_on": "2022-05-25T15:23:59.128367+00:00",
"field_391630": null,
"field_391632": [
7
],
"field_391633": "2022-07-01",
"field_391634": 115082,
"field_391635": "5.00",
"field_391636": "5.00",
"field_391637": null,
"field_391638": "Distilled drinking water",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 28,
"order": "19.00000000000000000000",
"created_on": "2022-05-25T15:05:59.869702+00:00",
"updated_on": "2022-05-25T15:23:59.510704+00:00",
"field_391630": null,
"field_391632": [
7
],
"field_391633": "2022-07-01",
"field_391634": 115080,
"field_391635": "30.00",
"field_391636": "32.00",
"field_391637": null,
"field_391638": "Went to fastfood",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 29,
"order": "20.00000000000000000000",
"created_on": "2022-05-25T15:06:00.887339+00:00",
"updated_on": "2022-05-25T15:24:00.153334+00:00",
"field_391630": null,
"field_391632": [
8
],
"field_391633": "2022-08-01",
"field_391634": 115079,
"field_391635": "150.00",
"field_391636": "172.00",
"field_391637": null,
"field_391638": "Monthly food run: groceries for pantry and kitchen",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 30,
"order": "21.00000000000000000000",
"created_on": "2022-05-25T15:06:02.594668+00:00",
"updated_on": "2022-05-25T15:24:00.641226+00:00",
"field_391630": null,
"field_391632": [
8
],
"field_391633": "2022-08-01",
"field_391634": 115082,
"field_391635": "5.00",
"field_391636": "5.00",
"field_391637": null,
"field_391638": "Distilled drinking water",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 31,
"order": "22.00000000000000000000",
"created_on": "2022-05-25T15:06:03.713115+00:00",
"updated_on": "2022-05-25T15:24:01.036856+00:00",
"field_391630": null,
"field_391632": [
8
],
"field_391633": "2022-08-01",
"field_391634": 115080,
"field_391635": "30.00",
"field_391636": "33.50",
"field_391637": null,
"field_391638": "Went to fastfood",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 32,
"order": "23.00000000000000000000",
"created_on": "2022-05-25T15:06:06.463011+00:00",
"updated_on": "2022-05-25T15:24:01.677254+00:00",
"field_391630": null,
"field_391632": [
9
],
"field_391633": "2022-09-01",
"field_391634": 115079,
"field_391635": "150.00",
"field_391636": "152.00",
"field_391637": null,
"field_391638": "Monthly food run: groceries for pantry and kitchen",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 33,
"order": "24.00000000000000000000",
"created_on": "2022-05-25T15:06:08.636814+00:00",
"updated_on": "2022-05-25T15:24:03.610306+00:00",
"field_391630": null,
"field_391632": [
9
],
"field_391633": "2022-09-01",
"field_391634": 115082,
"field_391635": "5.00",
"field_391636": "5.00",
"field_391637": null,
"field_391638": "Distilled drinking water",
"field_391639": [],
"field_391640": null
},
{
"id": 34,
"order": "25.00000000000000000000",
"created_on": "2022-05-25T15:06:12.041579+00:00",
"updated_on": "2022-06-08T02:31:44.826904+00:00",
"field_391630": null,
"field_391632": [
9
],
"field_391633": "2022-09-15",
"field_391634": 115080,
"field_391635": "30.00",
"field_391636": "23.00",
"field_391637": null,
"field_391638": "Went to fast food",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 35,
"order": "26.00000000000000000000",
"created_on": "2022-05-25T15:06:14.557751+00:00",
"updated_on": "2022-05-25T15:23:12.809462+00:00",
"field_391630": null,
"field_391632": [
9
],
"field_391633": "2022-09-30",
"field_391634": 115081,
"field_391635": "25.00",
"field_391636": "19.75",
"field_391637": null,
"field_391638": "Ordered a small pizza",
"field_391639": [],
"field_391640": null
},
{
"id": 36,
"order": "27.00000000000000000000",
"created_on": "2022-05-25T15:09:53.503449+00:00",
"updated_on": "2022-05-25T15:24:08.122067+00:00",
"field_391630": null,
"field_391632": [
10
],
"field_391633": "2022-10-01",
"field_391634": 115079,
"field_391635": "150.00",
"field_391636": "148.75",
"field_391637": null,
"field_391638": "Monthly food run: groceries for pantry and kitchen",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 37,
"order": "28.00000000000000000000",
"created_on": "2022-05-25T15:09:55.090184+00:00",
"updated_on": "2022-05-25T15:24:09.252683+00:00",
"field_391630": null,
"field_391632": [
10
],
"field_391633": "2022-10-01",
"field_391634": 115082,
"field_391635": "5.00",
"field_391636": "5.00",
"field_391637": null,
"field_391638": "Distilled drinking water",
"field_391639": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391640": null
},
{
"id": 38,
"order": "29.00000000000000000000",
"created_on": "2022-05-25T15:09:56.424989+00:00",
"updated_on": "2022-05-25T15:43:21.817944+00:00",
"field_391630": null,
"field_391632": [
11
],
"field_391633": "2022-11-01",
"field_391634": 115079,
"field_391635": "150.00",
"field_391636": null,
"field_391637": null,
"field_391638": "Monthly food run: groceries for pantry and kitchen",
"field_391639": [],
"field_391640": null
},
{
"id": 39,
"order": "30.00000000000000000000",
"created_on": "2022-05-25T15:09:57.855502+00:00",
"updated_on": "2022-05-25T15:43:18.944398+00:00",
"field_391630": null,
"field_391632": [
11
],
"field_391633": "2022-11-01",
"field_391634": 115082,
"field_391635": "5.00",
"field_391636": null,
"field_391637": null,
"field_391638": "Distilled drinking water",
"field_391639": [],
"field_391640": null
},
{
"id": 40,
"order": "31.00000000000000000000",
"created_on": "2022-05-25T15:09:59.154484+00:00",
"updated_on": "2022-05-25T15:43:37.329554+00:00",
"field_391630": null,
"field_391632": [
12
],
"field_391633": "2022-12-01",
"field_391634": 115079,
"field_391635": "150.00",
"field_391636": null,
"field_391637": null,
"field_391638": "Monthly food run: groceries for pantry and kitchen",
"field_391639": [],
"field_391640": null
},
{
"id": 41,
"order": "31.00000000000000000000",
"created_on": "2022-05-25T15:09:59.951684+00:00",
"updated_on": "2022-05-25T15:43:34.975834+00:00",
"field_391630": null,
"field_391632": [
12
],
"field_391633": "2022-12-01",
"field_391634": 115082,
"field_391635": "5.00",
"field_391636": null,
"field_391637": null,
"field_391638": "Distilled drinking water",
"field_391639": [],
"field_391640": null
}
]
},
{
"id": 66278,
"name": "Transportation expenses",
"order": 6,
"fields": [
{
"id": 391643,
"type": "formula",
"name": "Record number",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "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)",
"formula_type": "text"
},
{
"id": 391645,
"type": "link_row",
"name": "Summary period",
"order": 2,
"primary": false,
"link_row_table_id": 66218,
"link_row_related_field_id": 391654,
"has_related_field": true
},
{
"id": 391646,
"type": "date",
"name": "Transaction date",
"order": 3,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 391647,
"type": "single_select",
"name": "Expense type",
"order": 4,
"primary": false,
"select_options": [
{
"id": 115084,
"value": "Car payment",
"color": "dark-blue",
"order": 0
},
{
"id": 115085,
"value": "Public fare",
"color": "blue",
"order": 1
},
{
"id": 115086,
"value": "Fuel",
"color": "dark-orange",
"order": 2
},
{
"id": 115087,
"value": "Maintenance or repairs",
"color": "orange",
"order": 3
},
{
"id": 115088,
"value": "Insurance",
"color": "dark-gray",
"order": 4
},
{
"id": 115089,
"value": "Licensing and registration",
"color": "blue",
"order": 5
},
{
"id": 115147,
"value": "Road or toll fee",
"color": "green",
"order": 6
},
{
"id": 115090,
"value": "Other",
"color": "orange",
"order": 7
}
]
},
{
"id": 391648,
"type": "number",
"name": "Estimated cost",
"order": 5,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 391649,
"type": "number",
"name": "Actual cost",
"order": 6,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 391650,
"type": "formula",
"name": "Difference",
"order": 7,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(isblank(field(\"Actual cost\")), \n \"\", \n if(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)) > 0, \"\ud83d\udfe2\", \n if(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)) = 0, \"\ud83c\udfaf\", \"\ud83d\udd3b\"))\n + \" \" \n + totext(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)))\n)",
"formula_type": "text"
},
{
"id": 391651,
"type": "long_text",
"name": "Notes",
"order": 8,
"primary": false
},
{
"id": 391652,
"type": "file",
"name": "Attachment",
"order": 9,
"primary": false
},
{
"id": 391653,
"type": "formula",
"name": "Odd or even",
"order": 10,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(\n equal(\n search(\n totext(\n divide(month(field(\"Transaction date\")), \n 2)), \n \".5\"), \n 0\n ), \n true, false\n)",
"formula_type": "boolean"
}
],
"views": [
{
"id": 86135,
"type": "grid",
"name": "All transportation expenses",
"order": 1,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17718,
"field_id": 391646,
"order": "DESC"
},
{
"id": 17719,
"field_id": 391647,
"order": "ASC"
}
],
"decorations": [
{
"id": 82,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "d3701b83-e659-4bcf-9eea-203a74ed4c14",
"color": "light-gray",
"filters": [
{
"id": "b20a2ec6-e3c2-4a7e-a6cb-f5b0aeb84776",
"type": "boolean",
"field": 391653,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 93,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "d7a293bc-9429-496d-adab-890a8a82c5b1",
"color": "dark-green",
"filters": [
{
"id": "f527e9ad-3b18-493c-a634-c3e8744943e4",
"type": "contains",
"field": 391650,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "2b0950d8-be43-4183-ace2-e37a760936ee",
"color": "dark-red",
"filters": [
{
"id": "859f1871-5110-4f6a-91e4-1b59ae988621",
"type": "contains",
"field": 391650,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 492736,
"field_id": 391643,
"width": 155,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 492738,
"field_id": 391645,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 492739,
"field_id": 391646,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 492740,
"field_id": 391647,
"width": 167,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492741,
"field_id": 391648,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492742,
"field_id": 391649,
"width": 128,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492743,
"field_id": 391650,
"width": 125,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492744,
"field_id": 391651,
"width": 159,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492745,
"field_id": 391652,
"width": 132,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492746,
"field_id": 391653,
"width": 137,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 86397,
"type": "form",
"name": "Add expense",
"order": 2,
"ownership_type": "collaborative",
"created_by": null,
"public": false,
"title": "Add a new transportation expense",
"description": "",
"cover_image": {
"name": "cRl0NrhvmT7h30HFvcMcnecpptiMgrdM_2abd03c0edc11261146023459366b02d8f53640efcb810b7e95de72ed0d5ef1c.jpg",
"original_name": "Header_DollarBills.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "The expense record was successfully added. To add another expense record, please refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 23895,
"field_id": 391643,
"name": "",
"description": "Please enter a unique record number or identifier for this expense. Tip: You may check the highest number recorded in this table at the bottom of the \"Record number\" column of the main grid view, \"All transportation expenses.\"",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23896,
"field_id": 391645,
"name": "",
"description": "Please select the appropriate Overview period for which you want this expense to be grouped or associated.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23897,
"field_id": 391646,
"name": "",
"description": "Indicate the date of the transaction on which you expect to pay for this expense.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23898,
"field_id": 391647,
"name": "",
"description": "Please choose exactly what sort of expense this record is about.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23899,
"field_id": 391648,
"name": "",
"description": "Specify how much money you expect to spend on this type of expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23900,
"field_id": 391649,
"name": "",
"description": "Indicate how much money you spent on this particular expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23901,
"field_id": 391650,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23902,
"field_id": 391651,
"name": "",
"description": "A brief description of the expenditure can be helpful in identifying this expense record.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23903,
"field_id": 391652,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23904,
"field_id": 391653,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
},
{
"id": 86415,
"type": "grid",
"name": "2022 expenses",
"order": 3,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26687,
"field_id": 391646,
"type": "contains",
"value": "2022-"
}
],
"sortings": [
{
"id": 17606,
"field_id": 391646,
"order": "ASC"
},
{
"id": 17607,
"field_id": 391647,
"order": "ASC"
}
],
"decorations": [
{
"id": 116,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "03b61e98-232c-48a6-a83b-0305290fa06f",
"color": "light-gray",
"filters": [
{
"id": "2e6eac4f-d7e7-4e82-9ccb-7a051d3af1e9",
"type": "boolean",
"field": 391653,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 117,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "b85ce08a-2deb-4f22-ae54-41703ae1417b",
"color": "dark-green",
"filters": [
{
"id": "2d014e2d-d7b9-4b8d-86fe-dd2db3bafbf5",
"type": "contains",
"field": 391650,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "ab73d943-2d4b-4b6a-98cb-618cfff1ed6f",
"color": "dark-red",
"filters": [
{
"id": "710445a3-9d76-4b5e-8d1c-8ffdf3396aaa",
"type": "contains",
"field": 391650,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 494634,
"field_id": 391643,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494635,
"field_id": 391645,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494636,
"field_id": 391646,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494637,
"field_id": 391647,
"width": 142,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494638,
"field_id": 391648,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494639,
"field_id": 391649,
"width": 127,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494640,
"field_id": 391650,
"width": 124,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494641,
"field_id": 391651,
"width": 168,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494642,
"field_id": 391652,
"width": 132,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494643,
"field_id": 391653,
"width": 138,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-23T20:18:27.818873+00:00",
"updated_on": "2022-05-25T15:40:03.951035+00:00",
"field_391643": null,
"field_391645": [
1
],
"field_391646": "2022-01-02",
"field_391647": 115085,
"field_391648": "100.00",
"field_391649": "100.00",
"field_391650": null,
"field_391651": "Bought credits for bus card",
"field_391652": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391653": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-23T20:18:27.818968+00:00",
"updated_on": "2022-05-25T15:39:31.006826+00:00",
"field_391643": null,
"field_391645": [
1
],
"field_391646": "2022-01-02",
"field_391647": 115085,
"field_391648": "8.00",
"field_391649": "9.00",
"field_391650": null,
"field_391651": "Called a Grubber ride",
"field_391652": [],
"field_391653": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-23T20:18:27.819025+00:00",
"updated_on": "2022-05-25T15:39:45.171860+00:00",
"field_391643": null,
"field_391645": [
1
],
"field_391646": "2022-01-12",
"field_391647": 115085,
"field_391648": "8.00",
"field_391649": "7.25",
"field_391650": null,
"field_391651": "Called a Grubber ride",
"field_391652": [],
"field_391653": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T15:25:49.147616+00:00",
"updated_on": "2022-05-25T15:39:45.593871+00:00",
"field_391643": null,
"field_391645": [
1
],
"field_391646": "2022-01-19",
"field_391647": 115085,
"field_391648": "8.00",
"field_391649": "8.00",
"field_391650": null,
"field_391651": "Called a Grubber ride",
"field_391652": [],
"field_391653": null
},
{
"id": 5,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T15:25:49.380737+00:00",
"updated_on": "2022-05-25T15:40:11.789383+00:00",
"field_391643": null,
"field_391645": [
2
],
"field_391646": "2022-02-01",
"field_391647": 115085,
"field_391648": "100.00",
"field_391649": "100.00",
"field_391650": null,
"field_391651": "Bought credits for bus card",
"field_391652": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391653": null
},
{
"id": 6,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T15:25:50.069331+00:00",
"updated_on": "2022-05-25T15:39:46.226552+00:00",
"field_391643": null,
"field_391645": [
2
],
"field_391646": "2022-02-01",
"field_391647": 115085,
"field_391648": "8.00",
"field_391649": "8.50",
"field_391650": null,
"field_391651": "Called a Grubber ride",
"field_391652": [],
"field_391653": null
},
{
"id": 7,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T15:25:50.691655+00:00",
"updated_on": "2022-05-25T15:40:12.987724+00:00",
"field_391643": null,
"field_391645": [
3
],
"field_391646": "2022-03-01",
"field_391647": 115085,
"field_391648": "100.00",
"field_391649": "100.00",
"field_391650": null,
"field_391651": "Bought credits for bus card",
"field_391652": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391653": null
},
{
"id": 8,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T15:25:51.530727+00:00",
"updated_on": "2022-05-25T15:39:46.973455+00:00",
"field_391643": null,
"field_391645": [
3
],
"field_391646": "2022-03-01",
"field_391647": 115085,
"field_391648": "8.00",
"field_391649": "8.75",
"field_391650": null,
"field_391651": "Called a Grubber ride",
"field_391652": [],
"field_391653": null
},
{
"id": 9,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T15:25:51.911231+00:00",
"updated_on": "2022-05-25T15:39:47.423520+00:00",
"field_391643": null,
"field_391645": [
3
],
"field_391646": "2022-03-30",
"field_391647": 115085,
"field_391648": "8.00",
"field_391649": "7.75",
"field_391650": null,
"field_391651": "Called a Grubber ride",
"field_391652": [],
"field_391653": null
},
{
"id": 10,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T15:25:52.718794+00:00",
"updated_on": "2022-05-25T15:40:13.842902+00:00",
"field_391643": null,
"field_391645": [
4
],
"field_391646": "2022-04-01",
"field_391647": 115085,
"field_391648": "100.00",
"field_391649": "100.00",
"field_391650": null,
"field_391651": "Bought credits for bus card",
"field_391652": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391653": null
},
{
"id": 11,
"order": "7.00000000000000000000",
"created_on": "2022-05-25T15:25:53.206492+00:00",
"updated_on": "2022-05-25T15:39:48.614415+00:00",
"field_391643": null,
"field_391645": [
4
],
"field_391646": "2022-04-01",
"field_391647": 115085,
"field_391648": "8.00",
"field_391649": "9.00",
"field_391650": null,
"field_391651": "Called a Grubber ride",
"field_391652": [],
"field_391653": null
},
{
"id": 12,
"order": "7.00000000000000000000",
"created_on": "2022-05-25T15:25:53.903051+00:00",
"updated_on": "2022-05-25T15:39:49.013468+00:00",
"field_391643": null,
"field_391645": [
4
],
"field_391646": "2022-04-29",
"field_391647": 115085,
"field_391648": "8.00",
"field_391649": "9.25",
"field_391650": null,
"field_391651": "Called a Grubber ride",
"field_391652": [],
"field_391653": null
},
{
"id": 13,
"order": "8.00000000000000000000",
"created_on": "2022-05-25T15:25:54.423446+00:00",
"updated_on": "2022-05-25T15:40:14.636562+00:00",
"field_391643": null,
"field_391645": [
5
],
"field_391646": "2022-05-01",
"field_391647": 115085,
"field_391648": "100.00",
"field_391649": "100.00",
"field_391650": null,
"field_391651": "Bought credits for bus card",
"field_391652": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391653": null
},
{
"id": 14,
"order": "8.00000000000000000000",
"created_on": "2022-05-25T15:25:54.945952+00:00",
"updated_on": "2022-05-25T15:39:49.845419+00:00",
"field_391643": null,
"field_391645": [
5
],
"field_391646": "2022-05-01",
"field_391647": 115085,
"field_391648": "8.00",
"field_391649": "9.50",
"field_391650": null,
"field_391651": "Called a Grubber ride",
"field_391652": [],
"field_391653": null
},
{
"id": 15,
"order": "9.00000000000000000000",
"created_on": "2022-05-25T15:25:55.372025+00:00",
"updated_on": "2022-05-25T15:40:15.617830+00:00",
"field_391643": null,
"field_391645": [
6
],
"field_391646": "2022-06-01",
"field_391647": 115085,
"field_391648": "100.00",
"field_391649": "100.00",
"field_391650": null,
"field_391651": "Bought credits for bus card",
"field_391652": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391653": null
},
{
"id": 16,
"order": "9.00000000000000000000",
"created_on": "2022-05-25T15:25:55.924794+00:00",
"updated_on": "2022-05-25T15:39:50.913674+00:00",
"field_391643": null,
"field_391645": [
6
],
"field_391646": "2022-06-01",
"field_391647": 115085,
"field_391648": "8.00",
"field_391649": "8.25",
"field_391650": null,
"field_391651": "Called a Grubber ride",
"field_391652": [],
"field_391653": null
},
{
"id": 17,
"order": "10.00000000000000000000",
"created_on": "2022-05-25T15:25:56.531538+00:00",
"updated_on": "2022-05-25T15:40:16.298629+00:00",
"field_391643": null,
"field_391645": [
7
],
"field_391646": "2022-07-01",
"field_391647": 115085,
"field_391648": "100.00",
"field_391649": "100.00",
"field_391650": null,
"field_391651": "Bought credits for bus card",
"field_391652": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391653": null
},
{
"id": 18,
"order": "10.00000000000000000000",
"created_on": "2022-05-25T15:25:57.388265+00:00",
"updated_on": "2022-05-25T15:39:51.795565+00:00",
"field_391643": null,
"field_391645": [
7
],
"field_391646": "2022-07-01",
"field_391647": 115085,
"field_391648": "8.00",
"field_391649": "8.75",
"field_391650": null,
"field_391651": "Called a Grubber ride",
"field_391652": [],
"field_391653": null
},
{
"id": 19,
"order": "11.00000000000000000000",
"created_on": "2022-05-25T15:25:58.412421+00:00",
"updated_on": "2022-05-25T15:40:17.615224+00:00",
"field_391643": null,
"field_391645": [
8
],
"field_391646": "2022-08-01",
"field_391647": 115085,
"field_391648": "100.00",
"field_391649": "100.00",
"field_391650": null,
"field_391651": "Bought credits for bus card",
"field_391652": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391653": null
},
{
"id": 20,
"order": "11.00000000000000000000",
"created_on": "2022-05-25T15:25:58.913107+00:00",
"updated_on": "2022-05-25T15:39:52.620183+00:00",
"field_391643": null,
"field_391645": [
8
],
"field_391646": "2022-08-01",
"field_391647": 115085,
"field_391648": "8.00",
"field_391649": "8.75",
"field_391650": null,
"field_391651": "Called a Grubber ride",
"field_391652": [],
"field_391653": null
},
{
"id": 21,
"order": "12.00000000000000000000",
"created_on": "2022-05-25T15:25:59.484719+00:00",
"updated_on": "2022-05-25T15:40:18.263083+00:00",
"field_391643": null,
"field_391645": [
9
],
"field_391646": "2022-09-01",
"field_391647": 115085,
"field_391648": "100.00",
"field_391649": "100.00",
"field_391650": null,
"field_391651": "Bought credits for bus card",
"field_391652": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391653": null
},
{
"id": 22,
"order": "12.00000000000000000000",
"created_on": "2022-05-25T15:26:00.301179+00:00",
"updated_on": "2022-05-25T17:31:52.858724+00:00",
"field_391643": null,
"field_391645": [
9
],
"field_391646": "2022-09-01",
"field_391647": 115085,
"field_391648": "8.00",
"field_391649": "8.75",
"field_391650": null,
"field_391651": "Called a Grubber ride",
"field_391652": [],
"field_391653": null
},
{
"id": 23,
"order": "12.00000000000000000000",
"created_on": "2022-05-25T15:26:00.981841+00:00",
"updated_on": "2022-05-25T15:40:19.119256+00:00",
"field_391643": null,
"field_391645": [
10
],
"field_391646": "2022-10-01",
"field_391647": 115085,
"field_391648": "100.00",
"field_391649": "100.00",
"field_391650": null,
"field_391651": "Bought credits for bus card",
"field_391652": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391653": null
},
{
"id": 24,
"order": "13.00000000000000000000",
"created_on": "2022-05-25T15:26:03.821474+00:00",
"updated_on": "2022-05-25T17:31:33.172939+00:00",
"field_391643": null,
"field_391645": [
10
],
"field_391646": "2022-10-01",
"field_391647": 115085,
"field_391648": "9.00",
"field_391649": "8.50",
"field_391650": null,
"field_391651": "Called a Grubber ride",
"field_391652": [],
"field_391653": null
},
{
"id": 25,
"order": "13.00000000000000000000",
"created_on": "2022-05-25T15:26:04.538408+00:00",
"updated_on": "2022-05-25T15:44:28.854769+00:00",
"field_391643": null,
"field_391645": [
11
],
"field_391646": "2022-11-01",
"field_391647": 115085,
"field_391648": "100.00",
"field_391649": null,
"field_391650": null,
"field_391651": "Bought credits for bus card",
"field_391652": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391653": null
},
{
"id": 26,
"order": "14.00000000000000000000",
"created_on": "2022-05-25T15:26:06.051023+00:00",
"updated_on": "2022-05-25T17:31:30.537280+00:00",
"field_391643": null,
"field_391645": [
11
],
"field_391646": "2022-11-01",
"field_391647": 115085,
"field_391648": "9.00",
"field_391649": null,
"field_391650": null,
"field_391651": "Called a Grubber ride",
"field_391652": [],
"field_391653": null
},
{
"id": 27,
"order": "15.00000000000000000000",
"created_on": "2022-05-25T15:26:07.298099+00:00",
"updated_on": "2022-05-25T17:31:29.357491+00:00",
"field_391643": null,
"field_391645": [
12
],
"field_391646": "2022-12-01",
"field_391647": 115085,
"field_391648": "9.00",
"field_391649": null,
"field_391650": null,
"field_391651": "Called a Grubber ride",
"field_391652": [],
"field_391653": null
},
{
"id": 28,
"order": "15.00000000000000000000",
"created_on": "2022-05-25T15:26:07.992736+00:00",
"updated_on": "2022-05-25T15:44:28.266721+00:00",
"field_391643": null,
"field_391645": [
12
],
"field_391646": "2022-12-01",
"field_391647": 115085,
"field_391648": "100.00",
"field_391649": null,
"field_391650": null,
"field_391651": "Bought credits for bus card",
"field_391652": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391653": null
}
]
},
{
"id": 66279,
"name": "Personal expenses",
"order": 7,
"fields": [
{
"id": 391655,
"type": "formula",
"name": "Record number",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "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)",
"formula_type": "text"
},
{
"id": 391657,
"type": "link_row",
"name": "Summary period",
"order": 2,
"primary": false,
"link_row_table_id": 66218,
"link_row_related_field_id": 391671,
"has_related_field": true
},
{
"id": 391658,
"type": "date",
"name": "Transaction date",
"order": 3,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 391659,
"type": "single_select",
"name": "Expense type",
"order": 4,
"primary": false,
"select_options": [
{
"id": 115091,
"value": "Professional grooming",
"color": "dark-blue",
"order": 0
},
{
"id": 115092,
"value": "Clothing",
"color": "gray",
"order": 1
},
{
"id": 115093,
"value": "Laundry",
"color": "dark-orange",
"order": 2
},
{
"id": 115094,
"value": "Gym membership",
"color": "blue",
"order": 3
},
{
"id": 115095,
"value": "Medical fees",
"color": "dark-gray",
"order": 4
},
{
"id": 115096,
"value": "Dental fees",
"color": "blue",
"order": 5
},
{
"id": 115097,
"value": "Medication",
"color": "dark-blue",
"order": 6
},
{
"id": 115098,
"value": "Supplements",
"color": "orange",
"order": 7
},
{
"id": 115099,
"value": "Life insurance",
"color": "light-orange",
"order": 8
},
{
"id": 115100,
"value": "Health insurance",
"color": "gray",
"order": 9
},
{
"id": 115101,
"value": "Personal supplies",
"color": "light-blue",
"order": 10
},
{
"id": 115102,
"value": "Other",
"color": "light-gray",
"order": 11
}
]
},
{
"id": 391660,
"type": "number",
"name": "Estimated cost",
"order": 5,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 391661,
"type": "number",
"name": "Actual cost",
"order": 6,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 391662,
"type": "formula",
"name": "Difference",
"order": 7,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(isblank(field(\"Actual cost\")), \n \"\", \n if(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)) > 0, \"\ud83d\udfe2\", \n if(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)) = 0, \"\ud83c\udfaf\", \"\ud83d\udd3b\"))\n + \" \" \n + totext(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)))\n)",
"formula_type": "text"
},
{
"id": 391663,
"type": "long_text",
"name": "Notes",
"order": 8,
"primary": false
},
{
"id": 391664,
"type": "file",
"name": "Attachment",
"order": 9,
"primary": false
},
{
"id": 391665,
"type": "formula",
"name": "Odd or even",
"order": 10,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(\n equal(\n search(\n totext(\n divide(month(field(\"Transaction date\")), \n 2)), \n \".5\"), \n 0\n ), \n true, false\n)",
"formula_type": "boolean"
}
],
"views": [
{
"id": 86137,
"type": "grid",
"name": "All personal expenses",
"order": 1,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17724,
"field_id": 391658,
"order": "DESC"
},
{
"id": 17725,
"field_id": 391659,
"order": "ASC"
}
],
"decorations": [
{
"id": 83,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "055b60c1-f22e-427c-9dfd-99c7b6e09f57",
"color": "light-gray",
"filters": [
{
"id": "ce858130-98d4-4b93-9f45-f52fc4277af5",
"type": "boolean",
"field": 391665,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 84,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c2b11ee6-2b32-40b1-8054-155ae8b072b3",
"color": "dark-green",
"filters": [
{
"id": "80b62e15-d06f-4315-81a8-6d081340e1ee",
"type": "contains",
"field": 391662,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "72a8493b-e026-4aed-a18d-33eb93b9556e",
"color": "dark-red",
"filters": [
{
"id": "fb1b5ac5-5df2-4175-a195-2eed6eb602e3",
"type": "contains",
"field": 391662,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 492783,
"field_id": 391655,
"width": 155,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 492785,
"field_id": 391657,
"width": 165,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 492786,
"field_id": 391658,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 492787,
"field_id": 391659,
"width": 191,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492788,
"field_id": 391660,
"width": 150,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492789,
"field_id": 391661,
"width": 127,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492790,
"field_id": 391662,
"width": 124,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492791,
"field_id": 391663,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492792,
"field_id": 391664,
"width": 132,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492793,
"field_id": 391665,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 86401,
"type": "form",
"name": "Add expense",
"order": 2,
"ownership_type": "collaborative",
"created_by": null,
"public": false,
"title": "Add new personal care expense",
"description": "",
"cover_image": {
"name": "cRl0NrhvmT7h30HFvcMcnecpptiMgrdM_2abd03c0edc11261146023459366b02d8f53640efcb810b7e95de72ed0d5ef1c.jpg",
"original_name": "Header_DollarBills.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "The expense record was successfully added. To add another expense record, please refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 23918,
"field_id": 391655,
"name": "",
"description": "Please enter a unique record number or identifier for this expense. Tip: You may check the highest number recorded in this table at the bottom of the \"Record number\" column of the main grid view, \"All personal expenses.\"",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23919,
"field_id": 391657,
"name": "",
"description": "Please select the appropriate Overview period for which you want this expense to be grouped or associated.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23920,
"field_id": 391658,
"name": "",
"description": "Indicate the date of the transaction on which you expect to pay for this expense.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23921,
"field_id": 391659,
"name": "",
"description": "Please choose exactly what sort of expense this record is about.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23922,
"field_id": 391660,
"name": "",
"description": "Specify how much money you expect to spend on this type of expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23923,
"field_id": 391661,
"name": "",
"description": "Indicate how much money you spent on this particular expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23924,
"field_id": 391662,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23925,
"field_id": 391663,
"name": "",
"description": "A brief description of the expenditure can be helpful in identifying this expense record.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23926,
"field_id": 391664,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23927,
"field_id": 391665,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
},
{
"id": 86416,
"type": "grid",
"name": "2022 expenses",
"order": 3,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26688,
"field_id": 391658,
"type": "contains",
"value": "2022-"
}
],
"sortings": [
{
"id": 17608,
"field_id": 391658,
"order": "ASC"
},
{
"id": 17609,
"field_id": 391659,
"order": "ASC"
}
],
"decorations": [
{
"id": 118,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "504ceac1-71a2-4a2d-8f60-413e81f0b648",
"color": "light-gray",
"filters": [
{
"id": "4ec09f8a-42e1-462a-b997-b90858cd6070",
"type": "boolean",
"field": 391665,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 119,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "8992a33d-dc44-4afa-9508-3e1881381a47",
"color": "dark-green",
"filters": [
{
"id": "53262f97-5539-4d41-bbde-6c2850d177c1",
"type": "contains",
"field": 391662,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "2466ec88-56a5-4b70-8e15-c8fb52980b9d",
"color": "dark-red",
"filters": [
{
"id": "8cd5d516-d4e0-4ff6-b48d-34b7a7e349df",
"type": "contains",
"field": 391662,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 494644,
"field_id": 391655,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494645,
"field_id": 391657,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494646,
"field_id": 391658,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494647,
"field_id": 391659,
"width": 169,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494648,
"field_id": 391660,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494649,
"field_id": 391661,
"width": 128,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494650,
"field_id": 391662,
"width": 125,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494651,
"field_id": 391663,
"width": 172,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494652,
"field_id": 391664,
"width": 132,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494653,
"field_id": 391665,
"width": 138,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-23T20:25:50.047571+00:00",
"updated_on": "2022-05-25T15:57:20.955876+00:00",
"field_391655": null,
"field_391657": [
1
],
"field_391658": "2022-01-15",
"field_391659": 115093,
"field_391660": "50.00",
"field_391661": "55.00",
"field_391662": null,
"field_391663": "Laundry expense plus soap and fabric conditioner",
"field_391664": [],
"field_391665": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-23T20:25:50.047644+00:00",
"updated_on": "2022-05-25T15:57:25.267265+00:00",
"field_391655": null,
"field_391657": [
1
],
"field_391658": "2022-01-15",
"field_391659": 115101,
"field_391660": "20.00",
"field_391661": "25.00",
"field_391662": null,
"field_391663": "Bought personal hygiene products",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-23T20:25:50.047677+00:00",
"updated_on": "2022-05-25T15:57:25.813233+00:00",
"field_391655": null,
"field_391657": [
1
],
"field_391658": "2022-01-15",
"field_391659": 115098,
"field_391660": "20.00",
"field_391661": "20.00",
"field_391662": null,
"field_391663": "Regular supply of sodium ascorbate with zinc, plus vitamin E",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T15:49:27.295282+00:00",
"updated_on": "2022-05-25T15:57:31.790643+00:00",
"field_391655": null,
"field_391657": [
2
],
"field_391658": "2022-02-15",
"field_391659": 115093,
"field_391660": "50.00",
"field_391661": "45.00",
"field_391662": null,
"field_391663": "Laundry expense plus soap and fabric conditioner",
"field_391664": [],
"field_391665": null
},
{
"id": 5,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T15:49:27.402095+00:00",
"updated_on": "2022-05-25T15:57:32.889887+00:00",
"field_391655": null,
"field_391657": [
2
],
"field_391658": "2022-02-15",
"field_391659": 115101,
"field_391660": "20.00",
"field_391661": "19.00",
"field_391662": null,
"field_391663": "Bought personal hygiene products",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 6,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T15:49:28.197479+00:00",
"updated_on": "2022-05-25T15:57:33.444407+00:00",
"field_391655": null,
"field_391657": [
2
],
"field_391658": "2022-02-15",
"field_391659": 115098,
"field_391660": "20.00",
"field_391661": "20.00",
"field_391662": null,
"field_391663": "Regular supply of sodium ascorbate with zinc, plus vitamin E",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 7,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T15:49:28.666021+00:00",
"updated_on": "2022-05-25T15:57:38.287157+00:00",
"field_391655": null,
"field_391657": [
3
],
"field_391658": "2022-03-15",
"field_391659": 115093,
"field_391660": "50.00",
"field_391661": "45.00",
"field_391662": null,
"field_391663": "Laundry expense plus soap and fabric conditioner",
"field_391664": [],
"field_391665": null
},
{
"id": 8,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T15:49:29.273522+00:00",
"updated_on": "2022-05-25T15:57:39.769710+00:00",
"field_391655": null,
"field_391657": [
3
],
"field_391658": "2022-03-15",
"field_391659": 115101,
"field_391660": "20.00",
"field_391661": "23.00",
"field_391662": null,
"field_391663": "Bought personal hygiene products",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 9,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T15:49:29.897394+00:00",
"updated_on": "2022-05-25T15:57:39.984441+00:00",
"field_391655": null,
"field_391657": [
3
],
"field_391658": "2022-03-15",
"field_391659": 115098,
"field_391660": "20.00",
"field_391661": "20.00",
"field_391662": null,
"field_391663": "Regular supply of sodium ascorbate with zinc, plus vitamin E",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 10,
"order": "7.00000000000000000000",
"created_on": "2022-05-25T15:49:30.712775+00:00",
"updated_on": "2022-05-25T15:57:48.833374+00:00",
"field_391655": null,
"field_391657": [
4
],
"field_391658": "2022-04-15",
"field_391659": 115093,
"field_391660": "50.00",
"field_391661": "50.00",
"field_391662": null,
"field_391663": "Laundry expense plus soap and fabric conditioner",
"field_391664": [],
"field_391665": null
},
{
"id": 11,
"order": "7.00000000000000000000",
"created_on": "2022-05-25T15:49:31.147050+00:00",
"updated_on": "2022-05-25T15:57:49.935943+00:00",
"field_391655": null,
"field_391657": [
4
],
"field_391658": "2022-04-15",
"field_391659": 115101,
"field_391660": "20.00",
"field_391661": "19.75",
"field_391662": null,
"field_391663": "Bought personal hygiene products",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 12,
"order": "8.00000000000000000000",
"created_on": "2022-05-25T15:49:31.877869+00:00",
"updated_on": "2022-05-25T15:57:50.439138+00:00",
"field_391655": null,
"field_391657": [
4
],
"field_391658": "2022-04-15",
"field_391659": 115098,
"field_391660": "20.00",
"field_391661": "20.00",
"field_391662": null,
"field_391663": "Regular supply of sodium ascorbate with zinc, plus vitamin E",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 13,
"order": "8.00000000000000000000",
"created_on": "2022-05-25T15:49:32.592704+00:00",
"updated_on": "2022-05-25T15:57:55.621527+00:00",
"field_391655": null,
"field_391657": [
5
],
"field_391658": "2022-05-15",
"field_391659": 115093,
"field_391660": "50.00",
"field_391661": "50.00",
"field_391662": null,
"field_391663": "Laundry expense plus soap and fabric conditioner",
"field_391664": [],
"field_391665": null
},
{
"id": 14,
"order": "9.00000000000000000000",
"created_on": "2022-05-25T15:49:33.332234+00:00",
"updated_on": "2022-05-25T15:57:56.918390+00:00",
"field_391655": null,
"field_391657": [
5
],
"field_391658": "2022-05-15",
"field_391659": 115101,
"field_391660": "20.00",
"field_391661": "19.50",
"field_391662": null,
"field_391663": "Bought personal hygiene products",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 15,
"order": "9.00000000000000000000",
"created_on": "2022-05-25T15:49:34.110784+00:00",
"updated_on": "2022-05-25T15:57:57.380071+00:00",
"field_391655": null,
"field_391657": [
5
],
"field_391658": "2022-05-15",
"field_391659": 115098,
"field_391660": "20.00",
"field_391661": "20.00",
"field_391662": null,
"field_391663": "Regular supply of sodium ascorbate with zinc, plus vitamin E",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 16,
"order": "10.00000000000000000000",
"created_on": "2022-05-25T15:49:34.655862+00:00",
"updated_on": "2022-05-25T15:58:05.087098+00:00",
"field_391655": null,
"field_391657": [
6
],
"field_391658": "2022-06-15",
"field_391659": 115093,
"field_391660": "50.00",
"field_391661": "50.00",
"field_391662": null,
"field_391663": "Laundry expense plus soap and fabric conditioner",
"field_391664": [],
"field_391665": null
},
{
"id": 17,
"order": "11.00000000000000000000",
"created_on": "2022-05-25T15:49:35.645482+00:00",
"updated_on": "2022-05-25T15:58:06.079320+00:00",
"field_391655": null,
"field_391657": [
6
],
"field_391658": "2022-06-15",
"field_391659": 115101,
"field_391660": "20.00",
"field_391661": "25.00",
"field_391662": null,
"field_391663": "Bought personal hygiene products",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 18,
"order": "11.00000000000000000000",
"created_on": "2022-05-25T15:49:36.332647+00:00",
"updated_on": "2022-05-25T15:58:06.647017+00:00",
"field_391655": null,
"field_391657": [
6
],
"field_391658": "2022-06-15",
"field_391659": 115098,
"field_391660": "20.00",
"field_391661": "20.00",
"field_391662": null,
"field_391663": "Regular supply of sodium ascorbate with zinc, plus vitamin E",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 19,
"order": "12.00000000000000000000",
"created_on": "2022-05-25T15:49:36.915781+00:00",
"updated_on": "2022-05-25T15:58:12.697298+00:00",
"field_391655": null,
"field_391657": [
7
],
"field_391658": "2022-07-15",
"field_391659": 115093,
"field_391660": "50.00",
"field_391661": "55.00",
"field_391662": null,
"field_391663": "Laundry expense plus soap and fabric conditioner",
"field_391664": [],
"field_391665": null
},
{
"id": 20,
"order": "12.00000000000000000000",
"created_on": "2022-05-25T15:49:37.566972+00:00",
"updated_on": "2022-05-25T15:58:13.978034+00:00",
"field_391655": null,
"field_391657": [
7
],
"field_391658": "2022-07-15",
"field_391659": 115101,
"field_391660": "20.00",
"field_391661": "23.00",
"field_391662": null,
"field_391663": "Bought personal hygiene products",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 21,
"order": "13.00000000000000000000",
"created_on": "2022-05-25T15:49:38.350171+00:00",
"updated_on": "2022-05-25T15:58:14.437958+00:00",
"field_391655": null,
"field_391657": [
7
],
"field_391658": "2022-07-15",
"field_391659": 115098,
"field_391660": "20.00",
"field_391661": "20.00",
"field_391662": null,
"field_391663": "Regular supply of sodium ascorbate with zinc, plus vitamin E",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 22,
"order": "14.00000000000000000000",
"created_on": "2022-05-25T15:49:39.929720+00:00",
"updated_on": "2022-05-25T15:58:27.977846+00:00",
"field_391655": null,
"field_391657": [
8
],
"field_391658": "2022-08-15",
"field_391659": 115093,
"field_391660": "50.00",
"field_391661": "50.00",
"field_391662": null,
"field_391663": "Laundry expense plus soap and fabric conditioner",
"field_391664": [],
"field_391665": null
},
{
"id": 23,
"order": "14.00000000000000000000",
"created_on": "2022-05-25T15:49:40.620953+00:00",
"updated_on": "2022-05-25T15:58:29.448666+00:00",
"field_391655": null,
"field_391657": [
8
],
"field_391658": "2022-08-15",
"field_391659": 115101,
"field_391660": "20.00",
"field_391661": "22.50",
"field_391662": null,
"field_391663": "Bought personal hygiene products",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 24,
"order": "15.00000000000000000000",
"created_on": "2022-05-25T15:50:07.521183+00:00",
"updated_on": "2022-05-25T15:58:30.039821+00:00",
"field_391655": null,
"field_391657": [
8
],
"field_391658": "2022-08-15",
"field_391659": 115098,
"field_391660": "20.00",
"field_391661": "20.00",
"field_391662": null,
"field_391663": "Regular supply of sodium ascorbate with zinc, plus vitamin E",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 25,
"order": "16.00000000000000000000",
"created_on": "2022-05-25T15:50:10.364067+00:00",
"updated_on": "2022-05-25T15:58:39.488254+00:00",
"field_391655": null,
"field_391657": [
9
],
"field_391658": "2022-09-15",
"field_391659": 115093,
"field_391660": "50.00",
"field_391661": "50.00",
"field_391662": null,
"field_391663": "Laundry expense plus soap and fabric conditioner",
"field_391664": [],
"field_391665": null
},
{
"id": 26,
"order": "16.00000000000000000000",
"created_on": "2022-05-25T15:50:11.254860+00:00",
"updated_on": "2022-05-25T15:58:40.706544+00:00",
"field_391655": null,
"field_391657": [
9
],
"field_391658": "2022-09-15",
"field_391659": 115101,
"field_391660": "20.00",
"field_391661": "23.50",
"field_391662": null,
"field_391663": "Bought personal hygiene products",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 27,
"order": "17.00000000000000000000",
"created_on": "2022-05-25T15:50:12.058170+00:00",
"updated_on": "2022-05-25T15:58:41.085663+00:00",
"field_391655": null,
"field_391657": [
9
],
"field_391658": "2022-09-15",
"field_391659": 115098,
"field_391660": "20.00",
"field_391661": "20.00",
"field_391662": null,
"field_391663": "Regular supply of sodium ascorbate with zinc, plus vitamin E",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 28,
"order": "18.00000000000000000000",
"created_on": "2022-05-25T15:50:12.989514+00:00",
"updated_on": "2022-05-25T15:58:48.810011+00:00",
"field_391655": null,
"field_391657": [
10
],
"field_391658": "2022-10-15",
"field_391659": 115093,
"field_391660": "50.00",
"field_391661": "50.00",
"field_391662": null,
"field_391663": "Laundry expense plus soap and fabric conditioner",
"field_391664": [],
"field_391665": null
},
{
"id": 29,
"order": "19.00000000000000000000",
"created_on": "2022-05-25T15:50:21.703931+00:00",
"updated_on": "2022-05-25T15:58:49.959826+00:00",
"field_391655": null,
"field_391657": [
10
],
"field_391658": "2022-10-15",
"field_391659": 115101,
"field_391660": "20.00",
"field_391661": "23.50",
"field_391662": null,
"field_391663": "Bought personal hygiene products",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 30,
"order": "19.00000000000000000000",
"created_on": "2022-05-25T15:50:22.314514+00:00",
"updated_on": "2022-05-25T15:58:50.263658+00:00",
"field_391655": null,
"field_391657": [
10
],
"field_391658": "2022-10-15",
"field_391659": 115098,
"field_391660": "20.00",
"field_391661": "20.00",
"field_391662": null,
"field_391663": "Regular supply of sodium ascorbate with zinc, plus vitamin E",
"field_391664": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391665": null
},
{
"id": 31,
"order": "20.00000000000000000000",
"created_on": "2022-05-25T15:50:22.957567+00:00",
"updated_on": "2022-05-25T15:58:56.009951+00:00",
"field_391655": null,
"field_391657": [
11
],
"field_391658": "2022-11-15",
"field_391659": 115093,
"field_391660": "50.00",
"field_391661": null,
"field_391662": null,
"field_391663": "Laundry expense plus soap and fabric conditioner",
"field_391664": [],
"field_391665": null
},
{
"id": 32,
"order": "20.00000000000000000000",
"created_on": "2022-05-25T15:50:23.651103+00:00",
"updated_on": "2022-05-25T15:58:57.248728+00:00",
"field_391655": null,
"field_391657": [
11
],
"field_391658": "2022-11-15",
"field_391659": 115101,
"field_391660": "20.00",
"field_391661": null,
"field_391662": null,
"field_391663": "Bought personal hygiene products",
"field_391664": [],
"field_391665": null
},
{
"id": 33,
"order": "21.00000000000000000000",
"created_on": "2022-05-25T15:50:31.890016+00:00",
"updated_on": "2022-05-25T15:58:57.441702+00:00",
"field_391655": null,
"field_391657": [
11
],
"field_391658": "2022-11-15",
"field_391659": 115098,
"field_391660": "20.00",
"field_391661": null,
"field_391662": null,
"field_391663": "Regular supply of sodium ascorbate with zinc, plus vitamin E",
"field_391664": [],
"field_391665": null
},
{
"id": 34,
"order": "21.00000000000000000000",
"created_on": "2022-05-25T15:50:32.606676+00:00",
"updated_on": "2022-05-25T15:59:05.814214+00:00",
"field_391655": null,
"field_391657": [
12
],
"field_391658": "2022-12-15",
"field_391659": 115093,
"field_391660": "50.00",
"field_391661": null,
"field_391662": null,
"field_391663": "Laundry expense plus soap and fabric conditioner",
"field_391664": [],
"field_391665": null
},
{
"id": 35,
"order": "22.00000000000000000000",
"created_on": "2022-05-25T15:50:33.037668+00:00",
"updated_on": "2022-05-25T15:59:07.094643+00:00",
"field_391655": null,
"field_391657": [
12
],
"field_391658": "2022-12-15",
"field_391659": 115101,
"field_391660": "20.00",
"field_391661": null,
"field_391662": null,
"field_391663": "Bought personal hygiene products",
"field_391664": [],
"field_391665": null
},
{
"id": 36,
"order": "22.00000000000000000000",
"created_on": "2022-05-25T15:50:33.864005+00:00",
"updated_on": "2022-05-25T15:59:07.332639+00:00",
"field_391655": null,
"field_391657": [
12
],
"field_391658": "2022-12-15",
"field_391659": 115098,
"field_391660": "20.00",
"field_391661": null,
"field_391662": null,
"field_391663": "Regular supply of sodium ascorbate with zinc, plus vitamin E",
"field_391664": [],
"field_391665": null
}
]
},
{
"id": 66281,
"name": "Entertainment expenses",
"order": 8,
"fields": [
{
"id": 391672,
"type": "formula",
"name": "Record number",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "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)",
"formula_type": "text"
},
{
"id": 391674,
"type": "link_row",
"name": "Summary period",
"order": 2,
"primary": false,
"link_row_table_id": 66218,
"link_row_related_field_id": 391683,
"has_related_field": true
},
{
"id": 391675,
"type": "date",
"name": "Transaction date",
"order": 3,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 391676,
"type": "single_select",
"name": "Expense type",
"order": 4,
"primary": false,
"select_options": [
{
"id": 115103,
"value": "Movies",
"color": "dark-blue",
"order": 0
},
{
"id": 115104,
"value": "Music",
"color": "light-orange",
"order": 1
},
{
"id": 115105,
"value": "Books",
"color": "dark-orange",
"order": 2
},
{
"id": 115106,
"value": "Concerts",
"color": "blue",
"order": 3
},
{
"id": 115107,
"value": "Theater",
"color": "dark-gray",
"order": 4
},
{
"id": 115108,
"value": "Toys, games, and hobbies",
"color": "light-blue",
"order": 5
},
{
"id": 115109,
"value": "Sports and recreation",
"color": "light-gray",
"order": 6
},
{
"id": 115110,
"value": "Subscription",
"color": "orange",
"order": 7
},
{
"id": 115111,
"value": "Pet care",
"color": "blue",
"order": 8
},
{
"id": 115112,
"value": "Vacation or travel",
"color": "gray",
"order": 9
},
{
"id": 115113,
"value": "Social events",
"color": "light-blue",
"order": 10
},
{
"id": 115114,
"value": "Other",
"color": "gray",
"order": 11
}
]
},
{
"id": 391677,
"type": "number",
"name": "Estimated cost",
"order": 5,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 391678,
"type": "number",
"name": "Actual cost",
"order": 6,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 391679,
"type": "formula",
"name": "Difference",
"order": 7,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(isblank(field(\"Actual cost\")), \n \"\", \n if(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)) > 0, \"\ud83d\udfe2\", \n if(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)) = 0, \"\ud83c\udfaf\", \"\ud83d\udd3b\"))\n + \" \" \n + totext(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)))\n)",
"formula_type": "text"
},
{
"id": 391680,
"type": "long_text",
"name": "Notes",
"order": 8,
"primary": false
},
{
"id": 391681,
"type": "file",
"name": "Attachment",
"order": 9,
"primary": false
},
{
"id": 391682,
"type": "formula",
"name": "Odd or even",
"order": 10,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(\n equal(\n search(\n totext(\n divide(month(field(\"Transaction date\")), \n 2)), \n \".5\"), \n 0\n ), \n true, false\n)",
"formula_type": "boolean"
}
],
"views": [
{
"id": 86139,
"type": "grid",
"name": "All entertainment expenses",
"order": 1,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17745,
"field_id": 391675,
"order": "DESC"
},
{
"id": 17746,
"field_id": 391676,
"order": "ASC"
}
],
"decorations": [
{
"id": 85,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c543ba3b-7ebc-4b62-9876-6e4fd8faa314",
"color": "light-gray",
"filters": [
{
"id": "cd9b2750-1961-4b2b-b4de-b13be96dc1e0",
"type": "boolean",
"field": 391682,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 86,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "4f9b5362-2e62-4d5c-8240-34d247cbd260",
"color": "dark-green",
"filters": [
{
"id": "3dbd6da1-5612-4e36-9f42-559b99fab62e",
"type": "contains",
"field": 391679,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "7a525ef4-c00a-4102-a252-d2a25a2dc2e3",
"color": "dark-red",
"filters": [
{
"id": "8fc2cb71-26dd-4827-8147-a6d11a6b2114",
"type": "contains",
"field": 391679,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 492802,
"field_id": 391672,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 492804,
"field_id": 391674,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 492805,
"field_id": 391675,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 492806,
"field_id": 391676,
"width": 207,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492807,
"field_id": 391677,
"width": 150,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492808,
"field_id": 391678,
"width": 127,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 492809,
"field_id": 391679,
"width": 124,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492810,
"field_id": 391680,
"width": 161,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492811,
"field_id": 391681,
"width": 133,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 492812,
"field_id": 391682,
"width": 137,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 86404,
"type": "form",
"name": "Add expense",
"order": 2,
"ownership_type": "collaborative",
"created_by": null,
"public": false,
"title": "Add new entertainment expense",
"description": "",
"cover_image": {
"name": "cRl0NrhvmT7h30HFvcMcnecpptiMgrdM_2abd03c0edc11261146023459366b02d8f53640efcb810b7e95de72ed0d5ef1c.jpg",
"original_name": "Header_DollarBills.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "The expense record was successfully added. To add another expense record, please refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 23928,
"field_id": 391672,
"name": "",
"description": "Please enter a unique record number or identifier for this expense. Tip: You may check the highest number recorded in this table at the bottom of the \"Record number\" column of the main grid view, \"All entertainment expenses.\"",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23929,
"field_id": 391674,
"name": "",
"description": "Please select the appropriate Overview period for which you want this expense to be grouped or associated.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23930,
"field_id": 391675,
"name": "",
"description": "Indicate the date of the transaction on which you expect to pay for this expense.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23931,
"field_id": 391676,
"name": "",
"description": "Please choose exactly what sort of expense this record is about.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23932,
"field_id": 391677,
"name": "",
"description": "Specify how much money you expect to spend on this type of expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23933,
"field_id": 391678,
"name": "",
"description": "Indicate how much money you spent on this particular expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23934,
"field_id": 391679,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23935,
"field_id": 391680,
"name": "",
"description": "A brief description of the expenditure can be helpful in identifying this expense record.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23936,
"field_id": 391681,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23937,
"field_id": 391682,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
},
{
"id": 86417,
"type": "grid",
"name": "2022 expenses",
"order": 3,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26689,
"field_id": 391675,
"type": "contains",
"value": "2022-"
}
],
"sortings": [
{
"id": 17610,
"field_id": 391675,
"order": "ASC"
},
{
"id": 17611,
"field_id": 391676,
"order": "ASC"
}
],
"decorations": [
{
"id": 120,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ef66b091-d06a-4901-bf5b-929f2f7d5126",
"color": "light-gray",
"filters": [
{
"id": "19498234-89b0-4f65-abd1-b3a521dfa2c0",
"type": "boolean",
"field": 391682,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 121,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "bf3169b1-93ce-4338-ad3f-fdfbeded0b9a",
"color": "dark-green",
"filters": [
{
"id": "d156b8ad-e48c-4397-9bdb-907a45232c26",
"type": "contains",
"field": 391679,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "9b62d4be-7460-47c0-8ebb-fd89126ca6ab",
"color": "dark-red",
"filters": [
{
"id": "f8e1ab30-d7f3-4a90-aad6-44c6c9f40ce7",
"type": "contains",
"field": 391679,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 494654,
"field_id": 391672,
"width": 158,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494655,
"field_id": 391674,
"width": 167,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494656,
"field_id": 391675,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494657,
"field_id": 391676,
"width": 195,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494658,
"field_id": 391677,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494659,
"field_id": 391678,
"width": 127,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494660,
"field_id": 391679,
"width": 125,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494661,
"field_id": 391680,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494662,
"field_id": 391681,
"width": 134,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494663,
"field_id": 391682,
"width": 139,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-23T20:33:58.254365+00:00",
"updated_on": "2022-05-25T18:07:03.817258+00:00",
"field_391672": null,
"field_391674": [
1
],
"field_391675": "2022-01-31",
"field_391676": 115110,
"field_391677": "5.00",
"field_391678": "5.00",
"field_391679": null,
"field_391680": "For the daily newspaper",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-23T20:33:58.254460+00:00",
"updated_on": "2022-05-25T18:00:35.206117+00:00",
"field_391672": null,
"field_391674": [
1
],
"field_391675": "2022-01-23",
"field_391676": 115103,
"field_391677": "25.00",
"field_391678": "15.00",
"field_391679": null,
"field_391680": "Monthly cinema indulgence",
"field_391681": [],
"field_391682": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-23T20:33:58.254511+00:00",
"updated_on": "2022-05-25T18:02:22.362590+00:00",
"field_391672": null,
"field_391674": [
1
],
"field_391675": "2022-01-14",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "5.00",
"field_391679": null,
"field_391680": "Night out with college friends",
"field_391681": [],
"field_391682": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T17:33:11.243344+00:00",
"updated_on": "2022-05-25T18:07:43.872758+00:00",
"field_391672": null,
"field_391674": [
1
],
"field_391675": "2022-01-28",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "115.00",
"field_391679": null,
"field_391680": "Night out with colleagues",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 5,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T17:33:11.667593+00:00",
"updated_on": "2022-05-25T18:07:00.647778+00:00",
"field_391672": null,
"field_391674": [
2
],
"field_391675": "2022-02-28",
"field_391676": 115110,
"field_391677": "5.00",
"field_391678": "5.00",
"field_391679": null,
"field_391680": "For the daily newspaper",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 6,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T17:33:12.657269+00:00",
"updated_on": "2022-05-25T18:00:38.872909+00:00",
"field_391672": null,
"field_391674": [
2
],
"field_391675": "2022-02-20",
"field_391676": 115103,
"field_391677": "25.00",
"field_391678": "18.00",
"field_391679": null,
"field_391680": "Monthly cinema indulgence",
"field_391681": [],
"field_391682": null
},
{
"id": 7,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T17:33:13.077641+00:00",
"updated_on": "2022-05-25T18:02:39.768610+00:00",
"field_391672": null,
"field_391674": [
2
],
"field_391675": "2022-02-11",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "98.00",
"field_391679": null,
"field_391680": "Night out with college friends",
"field_391681": [],
"field_391682": null
},
{
"id": 8,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T17:33:13.769491+00:00",
"updated_on": "2022-05-25T18:07:41.151192+00:00",
"field_391672": null,
"field_391674": [
2
],
"field_391675": "2022-02-25",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "102.00",
"field_391679": null,
"field_391680": "Night out with colleagues",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 9,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T17:33:14.599061+00:00",
"updated_on": "2022-05-25T18:06:58.465220+00:00",
"field_391672": null,
"field_391674": [
3
],
"field_391675": "2022-03-31",
"field_391676": 115110,
"field_391677": "5.00",
"field_391678": "5.00",
"field_391679": null,
"field_391680": "For the daily newspaper",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 10,
"order": "7.00000000000000000000",
"created_on": "2022-05-25T17:33:15.526344+00:00",
"updated_on": "2022-05-25T18:00:43.000323+00:00",
"field_391672": null,
"field_391674": [
3
],
"field_391675": "2022-03-20",
"field_391676": 115103,
"field_391677": "25.00",
"field_391678": "18.00",
"field_391679": null,
"field_391680": "Monthly cinema indulgence",
"field_391681": [],
"field_391682": null
},
{
"id": 11,
"order": "8.00000000000000000000",
"created_on": "2022-05-25T17:33:17.689659+00:00",
"updated_on": "2022-05-25T18:03:05.345458+00:00",
"field_391672": null,
"field_391674": [
3
],
"field_391675": "2022-03-11",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "88.00",
"field_391679": null,
"field_391680": "Night out with college friends",
"field_391681": [],
"field_391682": null
},
{
"id": 12,
"order": "9.00000000000000000000",
"created_on": "2022-05-25T17:33:20.058531+00:00",
"updated_on": "2022-05-25T18:07:39.588909+00:00",
"field_391672": null,
"field_391674": [
3
],
"field_391675": "2022-03-25",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "112.00",
"field_391679": null,
"field_391680": "Night out with colleagues",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 13,
"order": "10.00000000000000000000",
"created_on": "2022-05-25T17:41:52.979602+00:00",
"updated_on": "2022-05-25T18:06:56.476808+00:00",
"field_391672": null,
"field_391674": [
4
],
"field_391675": "2022-04-30",
"field_391676": 115110,
"field_391677": "5.00",
"field_391678": "5.00",
"field_391679": null,
"field_391680": "For the daily newspaper",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 14,
"order": "10.00000000000000000000",
"created_on": "2022-05-25T17:41:53.712041+00:00",
"updated_on": "2022-05-25T18:00:46.157725+00:00",
"field_391672": null,
"field_391674": [
4
],
"field_391675": "2022-04-17",
"field_391676": 115103,
"field_391677": "25.00",
"field_391678": "15.00",
"field_391679": null,
"field_391680": "Monthly cinema indulgence",
"field_391681": [],
"field_391682": null
},
{
"id": 15,
"order": "11.00000000000000000000",
"created_on": "2022-05-25T17:41:54.301180+00:00",
"updated_on": "2022-05-25T18:03:18.783753+00:00",
"field_391672": null,
"field_391674": [
4
],
"field_391675": "2022-04-15",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "93.00",
"field_391679": null,
"field_391680": "Night out with college friends",
"field_391681": [],
"field_391682": null
},
{
"id": 16,
"order": "11.00000000000000000000",
"created_on": "2022-05-25T17:41:54.958915+00:00",
"updated_on": "2022-05-25T18:07:36.965035+00:00",
"field_391672": null,
"field_391674": [
4
],
"field_391675": "2022-04-29",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "120.00",
"field_391679": null,
"field_391680": "Night out with colleagues",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 17,
"order": "12.00000000000000000000",
"created_on": "2022-05-25T17:41:55.628054+00:00",
"updated_on": "2022-05-25T18:06:55.633331+00:00",
"field_391672": null,
"field_391674": [
5
],
"field_391675": "2022-05-31",
"field_391676": 115110,
"field_391677": "5.00",
"field_391678": "5.00",
"field_391679": null,
"field_391680": "For the daily newspaper",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 18,
"order": "12.00000000000000000000",
"created_on": "2022-05-25T17:41:56.388053+00:00",
"updated_on": "2022-05-25T18:00:51.042083+00:00",
"field_391672": null,
"field_391674": [
5
],
"field_391675": "2022-05-22",
"field_391676": 115103,
"field_391677": "25.00",
"field_391678": "20.00",
"field_391679": null,
"field_391680": "Monthly cinema indulgence",
"field_391681": [],
"field_391682": null
},
{
"id": 19,
"order": "13.00000000000000000000",
"created_on": "2022-05-25T17:41:56.999653+00:00",
"updated_on": "2022-05-25T18:03:36.342269+00:00",
"field_391672": null,
"field_391674": [
5
],
"field_391675": "2022-05-13",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "98.00",
"field_391679": null,
"field_391680": "Night out with college friends",
"field_391681": [],
"field_391682": null
},
{
"id": 20,
"order": "14.00000000000000000000",
"created_on": "2022-05-25T17:41:58.180329+00:00",
"updated_on": "2022-05-25T18:07:34.617275+00:00",
"field_391672": null,
"field_391674": [
5
],
"field_391675": "2022-05-27",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "101.00",
"field_391679": null,
"field_391680": "Night out with colleagues",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 21,
"order": "14.00000000000000000000",
"created_on": "2022-05-25T17:41:58.939337+00:00",
"updated_on": "2022-05-25T18:06:54.416086+00:00",
"field_391672": null,
"field_391674": [
6
],
"field_391675": "2022-06-30",
"field_391676": 115110,
"field_391677": "5.00",
"field_391678": "5.00",
"field_391679": null,
"field_391680": "For the daily newspaper",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 22,
"order": "15.00000000000000000000",
"created_on": "2022-05-25T17:42:00.133068+00:00",
"updated_on": "2022-05-25T18:00:54.391204+00:00",
"field_391672": null,
"field_391674": [
6
],
"field_391675": "2022-06-19",
"field_391676": 115103,
"field_391677": "25.00",
"field_391678": "25.00",
"field_391679": null,
"field_391680": "Monthly cinema indulgence",
"field_391681": [],
"field_391682": null
},
{
"id": 23,
"order": "16.00000000000000000000",
"created_on": "2022-05-25T17:42:02.309699+00:00",
"updated_on": "2022-05-25T18:03:54.445751+00:00",
"field_391672": null,
"field_391674": [
6
],
"field_391675": "2022-06-10",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "95.00",
"field_391679": null,
"field_391680": "Night out with college friends",
"field_391681": [],
"field_391682": null
},
{
"id": 24,
"order": "17.00000000000000000000",
"created_on": "2022-05-25T17:42:05.698156+00:00",
"updated_on": "2022-05-25T18:07:33.081622+00:00",
"field_391672": null,
"field_391674": [
6
],
"field_391675": "2022-06-24",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "135.00",
"field_391679": null,
"field_391680": "Night out with colleagues",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 25,
"order": "18.00000000000000000000",
"created_on": "2022-05-25T17:49:13.831723+00:00",
"updated_on": "2022-05-25T18:06:50.251013+00:00",
"field_391672": null,
"field_391674": [
7
],
"field_391675": "2022-07-31",
"field_391676": 115110,
"field_391677": "5.00",
"field_391678": "5.00",
"field_391679": null,
"field_391680": "For the daily newspaper",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 26,
"order": "19.00000000000000000000",
"created_on": "2022-05-25T17:49:15.150779+00:00",
"updated_on": "2022-05-25T18:07:29.482780+00:00",
"field_391672": null,
"field_391674": [
7
],
"field_391675": "2022-07-24",
"field_391676": 115103,
"field_391677": "25.00",
"field_391678": "30.00",
"field_391679": null,
"field_391680": "Monthly cinema indulgence",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 27,
"order": "20.00000000000000000000",
"created_on": "2022-05-25T17:49:16.442848+00:00",
"updated_on": "2022-05-25T18:04:08.133912+00:00",
"field_391672": null,
"field_391674": [
7
],
"field_391675": "2022-07-15",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "90.00",
"field_391679": null,
"field_391680": "Night out with college friends",
"field_391681": [],
"field_391682": null
},
{
"id": 28,
"order": "21.00000000000000000000",
"created_on": "2022-05-25T17:49:17.581567+00:00",
"updated_on": "2022-05-25T18:04:15.991771+00:00",
"field_391672": null,
"field_391674": [
7
],
"field_391675": "2022-07-29",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "100.00",
"field_391679": null,
"field_391680": "Night out with colleagues",
"field_391681": [],
"field_391682": null
},
{
"id": 29,
"order": "22.00000000000000000000",
"created_on": "2022-05-25T17:49:18.681432+00:00",
"updated_on": "2022-05-25T18:06:49.149177+00:00",
"field_391672": null,
"field_391674": [
8
],
"field_391675": "2022-08-31",
"field_391676": 115110,
"field_391677": "5.00",
"field_391678": "5.00",
"field_391679": null,
"field_391680": "For the daily newspaper",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 30,
"order": "23.00000000000000000000",
"created_on": "2022-05-25T17:49:19.735644+00:00",
"updated_on": "2022-05-25T18:07:28.236994+00:00",
"field_391672": null,
"field_391674": [
8
],
"field_391675": "2022-08-21",
"field_391676": 115103,
"field_391677": "25.00",
"field_391678": "35.00",
"field_391679": null,
"field_391680": "Monthly cinema indulgence",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 31,
"order": "24.00000000000000000000",
"created_on": "2022-05-25T17:49:21.086717+00:00",
"updated_on": "2022-05-25T18:04:21.921837+00:00",
"field_391672": null,
"field_391674": [
8
],
"field_391675": "2022-08-12",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "7.00",
"field_391679": null,
"field_391680": "Night out with college friends",
"field_391681": [],
"field_391682": null
},
{
"id": 32,
"order": "25.00000000000000000000",
"created_on": "2022-05-25T17:49:22.024011+00:00",
"updated_on": "2022-05-25T18:07:27.846899+00:00",
"field_391672": null,
"field_391674": [
8
],
"field_391675": "2022-08-26",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "123.00",
"field_391679": null,
"field_391680": "Night out with colleagues",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 33,
"order": "26.00000000000000000000",
"created_on": "2022-05-25T17:49:23.138362+00:00",
"updated_on": "2022-05-25T18:06:48.094617+00:00",
"field_391672": null,
"field_391674": [
9
],
"field_391675": "2022-09-30",
"field_391676": 115110,
"field_391677": "5.00",
"field_391678": "5.00",
"field_391679": null,
"field_391680": "For the daily newspaper",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 34,
"order": "27.00000000000000000000",
"created_on": "2022-05-25T17:49:24.314642+00:00",
"updated_on": "2022-05-25T18:07:25.988107+00:00",
"field_391672": null,
"field_391674": [
9
],
"field_391675": "2022-09-18",
"field_391676": 115103,
"field_391677": "25.00",
"field_391678": "35.00",
"field_391679": null,
"field_391680": "Monthly cinema indulgence",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 35,
"order": "28.00000000000000000000",
"created_on": "2022-05-25T17:49:25.546667+00:00",
"updated_on": "2022-05-25T18:07:26.488288+00:00",
"field_391672": null,
"field_391674": [
9
],
"field_391675": "2022-09-16",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "125.00",
"field_391679": null,
"field_391680": "Night out with college friends",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 36,
"order": "29.00000000000000000000",
"created_on": "2022-05-25T17:49:26.791150+00:00",
"updated_on": "2022-05-25T18:04:54.417460+00:00",
"field_391672": null,
"field_391674": [
9
],
"field_391675": "2022-09-30",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "91.00",
"field_391679": null,
"field_391680": "Night out with colleagues",
"field_391681": [],
"field_391682": null
},
{
"id": 37,
"order": "30.00000000000000000000",
"created_on": "2022-05-25T17:49:27.967481+00:00",
"updated_on": "2022-05-25T18:06:43.582081+00:00",
"field_391672": null,
"field_391674": [
10
],
"field_391675": "2022-10-31",
"field_391676": 115110,
"field_391677": "5.00",
"field_391678": "5.00",
"field_391679": null,
"field_391680": "For the daily newspaper",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 38,
"order": "31.00000000000000000000",
"created_on": "2022-05-25T17:49:29.101741+00:00",
"updated_on": "2022-05-25T18:07:23.596939+00:00",
"field_391672": null,
"field_391674": [
10
],
"field_391675": "2022-10-23",
"field_391676": 115103,
"field_391677": "25.00",
"field_391678": "37.00",
"field_391679": null,
"field_391680": "Monthly cinema indulgence",
"field_391681": [
{
"name": "x1JGqcZb1JjilsbonsC1uYfRWCTI3D1v_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "sales_invoice.receipt.jpg"
}
],
"field_391682": null
},
{
"id": 39,
"order": "31.00000000000000000000",
"created_on": "2022-05-25T17:49:30.221611+00:00",
"updated_on": "2022-05-25T18:05:04.965406+00:00",
"field_391672": null,
"field_391674": [
10
],
"field_391675": "2022-10-14",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "80.00",
"field_391679": null,
"field_391680": "Night out with college friends",
"field_391681": [],
"field_391682": null
},
{
"id": 40,
"order": "32.00000000000000000000",
"created_on": "2022-05-25T17:49:31.590639+00:00",
"updated_on": "2022-05-25T18:07:13.721126+00:00",
"field_391672": null,
"field_391674": [
10
],
"field_391675": "2022-10-28",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": "95.00",
"field_391679": null,
"field_391680": "Night out with colleagues",
"field_391681": [],
"field_391682": null
},
{
"id": 41,
"order": "33.00000000000000000000",
"created_on": "2022-05-25T17:49:32.789118+00:00",
"updated_on": "2022-05-25T18:05:37.727437+00:00",
"field_391672": null,
"field_391674": [
11
],
"field_391675": "2022-11-30",
"field_391676": 115110,
"field_391677": "5.00",
"field_391678": null,
"field_391679": null,
"field_391680": "For the daily newspaper",
"field_391681": [],
"field_391682": null
},
{
"id": 42,
"order": "34.00000000000000000000",
"created_on": "2022-05-25T17:49:33.975490+00:00",
"updated_on": "2022-05-25T18:05:35.157172+00:00",
"field_391672": null,
"field_391674": [
11
],
"field_391675": "2022-11-20",
"field_391676": 115103,
"field_391677": "25.00",
"field_391678": null,
"field_391679": null,
"field_391680": "Monthly cinema indulgence",
"field_391681": [],
"field_391682": null
},
{
"id": 43,
"order": "34.00000000000000000000",
"created_on": "2022-05-25T17:49:35.050618+00:00",
"updated_on": "2022-05-25T18:01:58.286286+00:00",
"field_391672": null,
"field_391674": [
11
],
"field_391675": "2022-11-11",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": null,
"field_391679": null,
"field_391680": "Night out with college friends",
"field_391681": [],
"field_391682": null
},
{
"id": 44,
"order": "35.00000000000000000000",
"created_on": "2022-05-25T17:49:36.154760+00:00",
"updated_on": "2022-05-25T18:01:58.288029+00:00",
"field_391672": null,
"field_391674": [
11
],
"field_391675": "2022-11-25",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": null,
"field_391679": null,
"field_391680": "Night out with colleagues",
"field_391681": [],
"field_391682": null
},
{
"id": 45,
"order": "36.00000000000000000000",
"created_on": "2022-05-25T17:49:37.245462+00:00",
"updated_on": "2022-05-25T18:05:39.486985+00:00",
"field_391672": null,
"field_391674": [
12
],
"field_391675": "2022-12-31",
"field_391676": 115110,
"field_391677": "5.00",
"field_391678": null,
"field_391679": null,
"field_391680": "For the daily newspaper",
"field_391681": [],
"field_391682": null
},
{
"id": 46,
"order": "37.00000000000000000000",
"created_on": "2022-05-25T17:50:40.908842+00:00",
"updated_on": "2022-05-25T18:00:25.982986+00:00",
"field_391672": null,
"field_391674": [
12
],
"field_391675": "2022-12-25",
"field_391676": 115103,
"field_391677": "25.00",
"field_391678": null,
"field_391679": null,
"field_391680": "Monthly cinema indulgence",
"field_391681": [],
"field_391682": null
},
{
"id": 47,
"order": "38.00000000000000000000",
"created_on": "2022-05-25T17:50:42.703639+00:00",
"updated_on": "2022-05-25T18:01:59.342877+00:00",
"field_391672": null,
"field_391674": [
12
],
"field_391675": "2022-12-16",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": null,
"field_391679": null,
"field_391680": "Night out with college friends",
"field_391681": [],
"field_391682": null
},
{
"id": 48,
"order": "39.00000000000000000000",
"created_on": "2022-05-25T17:50:46.491476+00:00",
"updated_on": "2022-05-25T18:01:59.344240+00:00",
"field_391672": null,
"field_391674": [
12
],
"field_391675": "2022-12-30",
"field_391676": 115113,
"field_391677": "100.00",
"field_391678": null,
"field_391679": null,
"field_391680": "Night out with colleagues",
"field_391681": [],
"field_391682": null
}
]
},
{
"id": 66454,
"name": "Loans",
"order": 9,
"fields": [
{
"id": 392908,
"type": "formula",
"name": "Record number",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "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)",
"formula_type": "text"
},
{
"id": 392910,
"type": "link_row",
"name": "Summary period",
"order": 2,
"primary": false,
"link_row_table_id": 66218,
"link_row_related_field_id": 392934,
"has_related_field": true
},
{
"id": 392911,
"type": "date",
"name": "Transaction date",
"order": 3,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 392912,
"type": "single_select",
"name": "Expense type",
"order": 4,
"primary": false,
"select_options": [
{
"id": 115115,
"value": "Bank loan",
"color": "dark-blue",
"order": 0
},
{
"id": 115116,
"value": "Student loan",
"color": "blue",
"order": 1
},
{
"id": 115117,
"value": "Salary loan",
"color": "dark-orange",
"order": 2
},
{
"id": 115118,
"value": "Government loan",
"color": "orange",
"order": 3
},
{
"id": 115119,
"value": "Credit card 1",
"color": "dark-gray",
"order": 4
},
{
"id": 115120,
"value": "Credit card 2",
"color": "blue",
"order": 5
},
{
"id": 115121,
"value": "Credit card 3",
"color": "light-blue",
"order": 6
},
{
"id": 115122,
"value": "Other",
"color": "light-orange",
"order": 7
}
]
},
{
"id": 392913,
"type": "number",
"name": "Estimated cost",
"order": 5,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 392914,
"type": "number",
"name": "Actual cost",
"order": 6,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 392915,
"type": "formula",
"name": "Difference",
"order": 7,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(isblank(field(\"Actual cost\")), \n \"\", \n if(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)) > 0, \"\ud83d\udfe2\", \n if(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)) = 0, \"\ud83c\udfaf\", \"\ud83d\udd3b\"))\n + \" \" \n + totext(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)))\n)",
"formula_type": "text"
},
{
"id": 392916,
"type": "long_text",
"name": "Notes",
"order": 8,
"primary": false
},
{
"id": 392917,
"type": "file",
"name": "Attachment",
"order": 9,
"primary": false
},
{
"id": 392918,
"type": "formula",
"name": "Odd or even",
"order": 10,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(\n equal(\n search(\n totext(\n divide(month(field(\"Transaction date\")), \n 2)), \n \".5\"), \n 0\n ), \n true, false\n)",
"formula_type": "boolean"
}
],
"views": [
{
"id": 86279,
"type": "grid",
"name": "All loans",
"order": 1,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17733,
"field_id": 392911,
"order": "DESC"
},
{
"id": 17734,
"field_id": 392912,
"order": "ASC"
}
],
"decorations": [
{
"id": 87,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "3ed235c6-a552-4a89-b1b9-4733cbfa87b5",
"color": "light-gray",
"filters": [
{
"id": "c9e11209-18f0-4cd0-a239-12486e4f4c52",
"type": "boolean",
"field": 392918,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 88,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "e132c3b4-4fa6-412d-97c5-11951eeda7f4",
"color": "dark-green",
"filters": [
{
"id": "7690752e-f4da-459c-9bc3-d81e03eed320",
"type": "contains",
"field": 392915,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "674b2c02-a31b-438c-9d37-b407ef4d9ef1",
"color": "dark-red",
"filters": [
{
"id": "b214a186-f019-4a91-b0a8-127f82d1f9e1",
"type": "contains",
"field": 392915,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 493524,
"field_id": 392908,
"width": 157,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 493526,
"field_id": 392910,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 493527,
"field_id": 392911,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 493528,
"field_id": 392912,
"width": 162,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493529,
"field_id": 392913,
"width": 150,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493530,
"field_id": 392914,
"width": 128,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493531,
"field_id": 392915,
"width": 125,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493532,
"field_id": 392916,
"width": 176,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493533,
"field_id": 392917,
"width": 132,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493534,
"field_id": 392918,
"width": 139,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 86408,
"type": "form",
"name": "Add expense",
"order": 2,
"ownership_type": "collaborative",
"created_by": null,
"public": false,
"title": "Add new loan expense",
"description": "",
"cover_image": {
"name": "cRl0NrhvmT7h30HFvcMcnecpptiMgrdM_2abd03c0edc11261146023459366b02d8f53640efcb810b7e95de72ed0d5ef1c.jpg",
"original_name": "Header_DollarBills.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "The expense record was successfully added. To add another expense record, please refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 23941,
"field_id": 392908,
"name": "",
"description": "Please enter a unique record number or identifier for this expense. Tip: You may check the highest number recorded in this table at the bottom of the \"Record number\" column of the main grid view, \"All loans.\"",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23942,
"field_id": 392910,
"name": "",
"description": "Please select the appropriate Overview period for which you want this expense to be grouped or associated.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23943,
"field_id": 392911,
"name": "",
"description": "Indicate the date of the transaction on which you expect to pay for this expense.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23944,
"field_id": 392912,
"name": "",
"description": "Please choose exactly what sort of expense this record is about.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23945,
"field_id": 392913,
"name": "",
"description": "Specify how much money you expect to spend on this type of expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23946,
"field_id": 392914,
"name": "",
"description": "Indicate how much money you spent on this particular expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23947,
"field_id": 392915,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23948,
"field_id": 392916,
"name": "",
"description": "A brief description of the expenditure can be helpful in identifying this expense record.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23949,
"field_id": 392917,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23950,
"field_id": 392918,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
},
{
"id": 86418,
"type": "grid",
"name": "2022 expenses",
"order": 3,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26690,
"field_id": 392911,
"type": "contains",
"value": "2022-"
}
],
"sortings": [
{
"id": 17612,
"field_id": 392911,
"order": "ASC"
},
{
"id": 17613,
"field_id": 392912,
"order": "ASC"
}
],
"decorations": [
{
"id": 122,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "556c9538-6765-4c38-9afc-17db9290dda4",
"color": "light-gray",
"filters": [
{
"id": "5a999671-2664-444e-8418-a8d135421c20",
"type": "boolean",
"field": 392918,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 123,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "6d69160e-ae0f-407e-9654-32c3ce390867",
"color": "dark-green",
"filters": [
{
"id": "48cf125a-ba13-419d-bd1b-01786402e306",
"type": "contains",
"field": 392915,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "2e04841b-0d7d-427c-a7c7-fcd5af85254c",
"color": "dark-red",
"filters": [
{
"id": "88662c83-24e3-4ea1-84e4-60f4132c8501",
"type": "contains",
"field": 392915,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 494664,
"field_id": 392908,
"width": 157,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494665,
"field_id": 392910,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494666,
"field_id": 392911,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494667,
"field_id": 392912,
"width": 144,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494668,
"field_id": 392913,
"width": 152,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494669,
"field_id": 392914,
"width": 129,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494670,
"field_id": 392915,
"width": 124,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494671,
"field_id": 392916,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494672,
"field_id": 392917,
"width": 132,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494673,
"field_id": 392918,
"width": 137,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-24T10:56:15.703373+00:00",
"updated_on": "2022-05-25T16:55:19.728401+00:00",
"field_392908": null,
"field_392910": [
1
],
"field_392911": "2022-01-31",
"field_392912": 115115,
"field_392913": "75.00",
"field_392914": "75.00",
"field_392915": null,
"field_392916": "Online payment for the home improvement loan from last year",
"field_392917": [],
"field_392918": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-24T10:56:15.703453+00:00",
"updated_on": "2022-05-25T16:55:19.996083+00:00",
"field_392908": null,
"field_392910": [
2
],
"field_392911": "2022-02-28",
"field_392912": 115115,
"field_392913": "75.00",
"field_392914": "75.00",
"field_392915": null,
"field_392916": "Online payment for the home improvement loan from last year",
"field_392917": [],
"field_392918": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-24T10:56:15.703489+00:00",
"updated_on": "2022-05-25T16:55:20.414270+00:00",
"field_392908": null,
"field_392910": [
3
],
"field_392911": "2022-03-31",
"field_392912": 115115,
"field_392913": "75.00",
"field_392914": "75.00",
"field_392915": null,
"field_392916": "Online payment for the home improvement loan from last year",
"field_392917": [],
"field_392918": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T16:39:05.933819+00:00",
"updated_on": "2022-05-25T16:55:20.820291+00:00",
"field_392908": null,
"field_392910": [
4
],
"field_392911": "2022-04-30",
"field_392912": 115115,
"field_392913": "75.00",
"field_392914": "75.00",
"field_392915": null,
"field_392916": "Online payment for the home improvement loan from last year",
"field_392917": [],
"field_392918": null
},
{
"id": 5,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T16:39:06.543779+00:00",
"updated_on": "2022-05-25T16:55:21.444227+00:00",
"field_392908": null,
"field_392910": [
5
],
"field_392911": "2022-05-31",
"field_392912": 115115,
"field_392913": "75.00",
"field_392914": "75.00",
"field_392915": null,
"field_392916": "Online payment for the home improvement loan from last year",
"field_392917": [],
"field_392918": null
},
{
"id": 6,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T16:39:06.904250+00:00",
"updated_on": "2022-05-25T16:55:21.704653+00:00",
"field_392908": null,
"field_392910": [
6
],
"field_392911": "2022-06-30",
"field_392912": 115115,
"field_392913": "75.00",
"field_392914": "75.00",
"field_392915": null,
"field_392916": "Online payment for the home improvement loan from last year",
"field_392917": [],
"field_392918": null
},
{
"id": 7,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T16:39:07.613433+00:00",
"updated_on": "2022-05-25T16:55:22.082558+00:00",
"field_392908": null,
"field_392910": [
7
],
"field_392911": "2022-07-31",
"field_392912": 115115,
"field_392913": "75.00",
"field_392914": "75.00",
"field_392915": null,
"field_392916": "Online payment for the home improvement loan from last year",
"field_392917": [],
"field_392918": null
},
{
"id": 8,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T16:39:09.342318+00:00",
"updated_on": "2022-05-25T16:55:22.626548+00:00",
"field_392908": null,
"field_392910": [
8
],
"field_392911": "2022-08-31",
"field_392912": 115115,
"field_392913": "75.00",
"field_392914": "75.00",
"field_392915": null,
"field_392916": "Online payment for the home improvement loan from last year",
"field_392917": [],
"field_392918": null
},
{
"id": 9,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T16:39:10.206212+00:00",
"updated_on": "2022-05-25T16:55:22.988698+00:00",
"field_392908": null,
"field_392910": [
9
],
"field_392911": "2022-09-30",
"field_392912": 115115,
"field_392913": "75.00",
"field_392914": "75.00",
"field_392915": null,
"field_392916": "Online payment for the home improvement loan from last year",
"field_392917": [],
"field_392918": null
},
{
"id": 10,
"order": "7.00000000000000000000",
"created_on": "2022-05-25T16:39:11.854679+00:00",
"updated_on": "2022-05-25T16:55:23.738376+00:00",
"field_392908": null,
"field_392910": [
10
],
"field_392911": "2022-10-31",
"field_392912": 115115,
"field_392913": "75.00",
"field_392914": "75.00",
"field_392915": null,
"field_392916": "Online payment for the home improvement loan from last year",
"field_392917": [],
"field_392918": null
},
{
"id": 11,
"order": "8.00000000000000000000",
"created_on": "2022-05-25T16:39:14.904072+00:00",
"updated_on": "2022-05-25T16:55:16.306460+00:00",
"field_392908": null,
"field_392910": [
11
],
"field_392911": "2022-11-30",
"field_392912": 115115,
"field_392913": "75.00",
"field_392914": null,
"field_392915": null,
"field_392916": "Online payment for the home improvement loan from last year",
"field_392917": [],
"field_392918": null
},
{
"id": 12,
"order": "9.00000000000000000000",
"created_on": "2022-05-25T16:39:17.425857+00:00",
"updated_on": "2022-05-25T16:55:16.935310+00:00",
"field_392908": null,
"field_392910": [
12
],
"field_392911": "2022-12-31",
"field_392912": 115115,
"field_392913": "75.00",
"field_392914": null,
"field_392915": null,
"field_392916": "Online payment for the home improvement loan from last year",
"field_392917": [],
"field_392918": null
}
]
},
{
"id": 66456,
"name": "Contributions",
"order": 10,
"fields": [
{
"id": 392935,
"type": "formula",
"name": "Record number",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "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)",
"formula_type": "text"
},
{
"id": 392937,
"type": "link_row",
"name": "Summary period",
"order": 2,
"primary": false,
"link_row_table_id": 66218,
"link_row_related_field_id": 392946,
"has_related_field": true
},
{
"id": 392938,
"type": "date",
"name": "Transaction date",
"order": 3,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 392939,
"type": "single_select",
"name": "Expense type",
"order": 4,
"primary": false,
"select_options": [
{
"id": 115123,
"value": "Savings deposit",
"color": "dark-blue",
"order": 0
},
{
"id": 115124,
"value": "Emergency fund",
"color": "blue",
"order": 1
},
{
"id": 115125,
"value": "Mutual fund",
"color": "dark-orange",
"order": 2
},
{
"id": 115126,
"value": "Investment plan",
"color": "orange",
"order": 3
},
{
"id": 115127,
"value": "Retirement plan",
"color": "dark-gray",
"order": 4
},
{
"id": 115128,
"value": "Other",
"color": "blue",
"order": 5
}
]
},
{
"id": 392940,
"type": "number",
"name": "Estimated cost",
"order": 5,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 392941,
"type": "number",
"name": "Actual cost",
"order": 6,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 392942,
"type": "formula",
"name": "Difference",
"order": 7,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(isblank(field(\"Actual cost\")), \n \"\", \n if(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)) > 0, \"\ud83d\udfe2\", \n if(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)) = 0, \"\ud83c\udfaf\", \"\ud83d\udd3b\"))\n + \" \" \n + totext(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)))\n)",
"formula_type": "text"
},
{
"id": 392943,
"type": "long_text",
"name": "Notes",
"order": 8,
"primary": false
},
{
"id": 392944,
"type": "file",
"name": "Attachment",
"order": 9,
"primary": false
},
{
"id": 392945,
"type": "formula",
"name": "Odd or even",
"order": 10,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(\n equal(\n search(\n totext(\n divide(month(field(\"Transaction date\")), \n 2)), \n \".5\"), \n 0\n ), \n true, false\n)",
"formula_type": "boolean"
}
],
"views": [
{
"id": 86281,
"type": "grid",
"name": "All contributions",
"order": 1,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17736,
"field_id": 392938,
"order": "DESC"
},
{
"id": 17737,
"field_id": 392939,
"order": "ASC"
}
],
"decorations": [
{
"id": 89,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "8a757f30-56a7-4ab5-b438-be1097edc45e",
"color": "light-gray",
"filters": [
{
"id": "57876315-42a0-4282-abda-9a5078f2a9ab",
"type": "boolean",
"field": 392945,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 90,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "06947238-8123-43e0-9c1a-a43d5629d1fd",
"color": "dark-green",
"filters": [
{
"id": "04758a35-8450-427c-a6db-2eb048c3fed2",
"type": "contains",
"field": 392942,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "cc9905fa-e6ce-4184-9328-71122e694ca7",
"color": "dark-red",
"filters": [
{
"id": "34d53374-9ebd-4020-a27f-da64b86b7bd0",
"type": "contains",
"field": 392942,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 493551,
"field_id": 392935,
"width": 155,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 493553,
"field_id": 392937,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 493554,
"field_id": 392938,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 493555,
"field_id": 392939,
"width": 157,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493556,
"field_id": 392940,
"width": 150,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493557,
"field_id": 392941,
"width": 128,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493558,
"field_id": 392942,
"width": 124,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493559,
"field_id": 392943,
"width": 174,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493560,
"field_id": 392944,
"width": 132,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493561,
"field_id": 392945,
"width": 139,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 86411,
"type": "form",
"name": "Add expense",
"order": 2,
"ownership_type": "collaborative",
"created_by": null,
"public": false,
"title": "Add new savings contributions",
"description": "",
"cover_image": {
"name": "cRl0NrhvmT7h30HFvcMcnecpptiMgrdM_2abd03c0edc11261146023459366b02d8f53640efcb810b7e95de72ed0d5ef1c.jpg",
"original_name": "Header_DollarBills.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "The expense record was successfully added. To add another expense record, please refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 23951,
"field_id": 392935,
"name": "",
"description": "Please enter a unique record number or identifier for this expense. Tip: You may check the highest number recorded in this table at the bottom of the \"Record number\" column of the main grid view, \"All contributions.\"",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23952,
"field_id": 392937,
"name": "",
"description": "Please select the appropriate Overview period for which you want this expense to be grouped or associated.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23953,
"field_id": 392938,
"name": "",
"description": "Indicate the date of the transaction on which you expect to pay for this expense.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23954,
"field_id": 392939,
"name": "",
"description": "Please choose exactly what sort of expense this record is about.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23955,
"field_id": 392940,
"name": "",
"description": "Specify how much money you expect to spend on this type of expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23956,
"field_id": 392941,
"name": "",
"description": "Indicate how much money you spent on this particular expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23957,
"field_id": 392942,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23958,
"field_id": 392943,
"name": "",
"description": "A brief description of the expenditure can be helpful in identifying this expense record.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23959,
"field_id": 392944,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23960,
"field_id": 392945,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
},
{
"id": 86419,
"type": "grid",
"name": "2022 expenses",
"order": 3,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26691,
"field_id": 392938,
"type": "contains",
"value": "2022-"
}
],
"sortings": [
{
"id": 17614,
"field_id": 392938,
"order": "ASC"
},
{
"id": 17615,
"field_id": 392939,
"order": "ASC"
}
],
"decorations": [
{
"id": 124,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "edfd0dfc-a6f9-41c4-a1c2-6d3cc0f5dcd4",
"color": "light-gray",
"filters": [
{
"id": "c1090d3a-810c-43df-9477-0f3752c09e0b",
"type": "boolean",
"field": 392945,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 125,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a5237d30-a58d-4cc2-8b38-d2262d7d563d",
"color": "dark-green",
"filters": [
{
"id": "a60627ef-e0df-48b6-a717-832f6b21c97b",
"type": "contains",
"field": 392942,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "8f62f29b-173b-425d-9197-b67aa0a4bc93",
"color": "dark-red",
"filters": [
{
"id": "e64045d4-01b4-4723-b095-25fc29a10326",
"type": "contains",
"field": 392942,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 494674,
"field_id": 392935,
"width": 155,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494675,
"field_id": 392937,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494676,
"field_id": 392938,
"width": 164,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494677,
"field_id": 392939,
"width": 187,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494678,
"field_id": 392940,
"width": 150,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494679,
"field_id": 392941,
"width": 127,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494680,
"field_id": 392942,
"width": 125,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494681,
"field_id": 392943,
"width": 181,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494682,
"field_id": 392944,
"width": 133,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494683,
"field_id": 392945,
"width": 137,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-24T11:11:28.352788+00:00",
"updated_on": "2022-05-25T18:21:30.923812+00:00",
"field_392935": null,
"field_392937": [
1
],
"field_392938": "2022-01-15",
"field_392939": 115123,
"field_392940": "550.00",
"field_392941": "550.00",
"field_392942": null,
"field_392943": "Regular bank deposit to savings account",
"field_392944": [],
"field_392945": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-24T11:11:28.352859+00:00",
"updated_on": "2022-05-25T17:06:08.879624+00:00",
"field_392935": null,
"field_392937": [
1
],
"field_392938": "2022-01-15",
"field_392939": 115127,
"field_392940": "100.00",
"field_392941": "100.00",
"field_392942": null,
"field_392943": "Online monthly payment for own retirement plan's premium",
"field_392944": [],
"field_392945": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-24T11:11:28.352894+00:00",
"updated_on": "2022-05-25T18:21:29.935551+00:00",
"field_392935": null,
"field_392937": [
2
],
"field_392938": "2022-02-15",
"field_392939": 115123,
"field_392940": "550.00",
"field_392941": "550.00",
"field_392942": null,
"field_392943": "Regular bank deposit to savings account",
"field_392944": [],
"field_392945": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T16:58:01.701404+00:00",
"updated_on": "2022-05-25T17:06:13.155426+00:00",
"field_392935": null,
"field_392937": [
2
],
"field_392938": "2022-02-15",
"field_392939": 115127,
"field_392940": "100.00",
"field_392941": "100.00",
"field_392942": null,
"field_392943": "Online monthly payment for own retirement plan's premium",
"field_392944": [],
"field_392945": null
},
{
"id": 5,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T16:58:01.982401+00:00",
"updated_on": "2022-05-25T18:21:29.183608+00:00",
"field_392935": null,
"field_392937": [
3
],
"field_392938": "2022-03-15",
"field_392939": 115123,
"field_392940": "550.00",
"field_392941": "550.00",
"field_392942": null,
"field_392943": "Regular bank deposit to savings account",
"field_392944": [],
"field_392945": null
},
{
"id": 6,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T16:58:02.907844+00:00",
"updated_on": "2022-05-25T17:06:15.289757+00:00",
"field_392935": null,
"field_392937": [
3
],
"field_392938": "2022-03-15",
"field_392939": 115127,
"field_392940": "100.00",
"field_392941": "100.00",
"field_392942": null,
"field_392943": "Online monthly payment for own retirement plan's premium",
"field_392944": [],
"field_392945": null
},
{
"id": 7,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T16:58:03.365389+00:00",
"updated_on": "2022-05-25T18:21:28.472144+00:00",
"field_392935": null,
"field_392937": [
4
],
"field_392938": "2022-04-15",
"field_392939": 115123,
"field_392940": "550.00",
"field_392941": "550.00",
"field_392942": null,
"field_392943": "Regular bank deposit to savings account",
"field_392944": [],
"field_392945": null
},
{
"id": 8,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T16:58:03.989394+00:00",
"updated_on": "2022-05-25T17:06:16.091445+00:00",
"field_392935": null,
"field_392937": [
4
],
"field_392938": "2022-04-15",
"field_392939": 115127,
"field_392940": "100.00",
"field_392941": "100.00",
"field_392942": null,
"field_392943": "Online monthly payment for own retirement plan's premium",
"field_392944": [],
"field_392945": null
},
{
"id": 9,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T16:58:04.765347+00:00",
"updated_on": "2022-05-25T18:21:27.514770+00:00",
"field_392935": null,
"field_392937": [
5
],
"field_392938": "2022-05-15",
"field_392939": 115123,
"field_392940": "550.00",
"field_392941": "550.00",
"field_392942": null,
"field_392943": "Regular bank deposit to savings account",
"field_392944": [],
"field_392945": null
},
{
"id": 10,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T16:58:05.426926+00:00",
"updated_on": "2022-05-25T17:06:17.020971+00:00",
"field_392935": null,
"field_392937": [
5
],
"field_392938": "2022-05-15",
"field_392939": 115127,
"field_392940": "100.00",
"field_392941": "100.00",
"field_392942": null,
"field_392943": "Online monthly payment for own retirement plan's premium",
"field_392944": [],
"field_392945": null
},
{
"id": 11,
"order": "7.00000000000000000000",
"created_on": "2022-05-25T16:58:06.145605+00:00",
"updated_on": "2022-05-25T18:21:26.643195+00:00",
"field_392935": null,
"field_392937": [
6
],
"field_392938": "2022-06-15",
"field_392939": 115123,
"field_392940": "550.00",
"field_392941": "550.00",
"field_392942": null,
"field_392943": "Regular bank deposit to savings account",
"field_392944": [],
"field_392945": null
},
{
"id": 12,
"order": "8.00000000000000000000",
"created_on": "2022-05-25T16:58:07.373937+00:00",
"updated_on": "2022-05-25T17:06:17.454400+00:00",
"field_392935": null,
"field_392937": [
6
],
"field_392938": "2022-06-15",
"field_392939": 115127,
"field_392940": "100.00",
"field_392941": "100.00",
"field_392942": null,
"field_392943": "Online monthly payment for own retirement plan's premium",
"field_392944": [],
"field_392945": null
},
{
"id": 13,
"order": "9.00000000000000000000",
"created_on": "2022-05-25T16:58:08.416115+00:00",
"updated_on": "2022-05-25T18:21:25.747601+00:00",
"field_392935": null,
"field_392937": [
7
],
"field_392938": "2022-07-15",
"field_392939": 115123,
"field_392940": "550.00",
"field_392941": "550.00",
"field_392942": null,
"field_392943": "Regular bank deposit to savings account",
"field_392944": [],
"field_392945": null
},
{
"id": 14,
"order": "9.00000000000000000000",
"created_on": "2022-05-25T16:58:09.056748+00:00",
"updated_on": "2022-05-25T17:06:18.174863+00:00",
"field_392935": null,
"field_392937": [
7
],
"field_392938": "2022-07-15",
"field_392939": 115127,
"field_392940": "100.00",
"field_392941": "100.00",
"field_392942": null,
"field_392943": "Online monthly payment for own retirement plan's premium",
"field_392944": [],
"field_392945": null
},
{
"id": 15,
"order": "10.00000000000000000000",
"created_on": "2022-05-25T16:58:10.021801+00:00",
"updated_on": "2022-05-25T18:21:24.570572+00:00",
"field_392935": null,
"field_392937": [
8
],
"field_392938": "2022-08-15",
"field_392939": 115123,
"field_392940": "550.00",
"field_392941": "550.00",
"field_392942": null,
"field_392943": "Regular bank deposit to savings account",
"field_392944": [],
"field_392945": null
},
{
"id": 16,
"order": "10.00000000000000000000",
"created_on": "2022-05-25T16:58:10.630503+00:00",
"updated_on": "2022-05-25T17:06:18.910366+00:00",
"field_392935": null,
"field_392937": [
8
],
"field_392938": "2022-08-15",
"field_392939": 115127,
"field_392940": "100.00",
"field_392941": "100.00",
"field_392942": null,
"field_392943": "Online monthly payment for own retirement plan's premium",
"field_392944": [],
"field_392945": null
},
{
"id": 17,
"order": "11.00000000000000000000",
"created_on": "2022-05-25T16:58:11.290480+00:00",
"updated_on": "2022-05-25T18:21:19.853820+00:00",
"field_392935": null,
"field_392937": [
9
],
"field_392938": "2022-09-15",
"field_392939": 115123,
"field_392940": "550.00",
"field_392941": "550.00",
"field_392942": null,
"field_392943": "Regular bank deposit to savings account",
"field_392944": [],
"field_392945": null
},
{
"id": 18,
"order": "12.00000000000000000000",
"created_on": "2022-05-25T16:58:12.323410+00:00",
"updated_on": "2022-05-25T17:06:21.005927+00:00",
"field_392935": null,
"field_392937": [
9
],
"field_392938": "2022-09-15",
"field_392939": 115127,
"field_392940": "100.00",
"field_392941": "100.00",
"field_392942": null,
"field_392943": "Online monthly payment for own retirement plan's premium",
"field_392944": [],
"field_392945": null
},
{
"id": 19,
"order": "13.00000000000000000000",
"created_on": "2022-05-25T16:58:16.559943+00:00",
"updated_on": "2022-05-25T18:21:12.767811+00:00",
"field_392935": null,
"field_392937": [
10
],
"field_392938": "2022-10-15",
"field_392939": 115123,
"field_392940": "550.00",
"field_392941": "550.00",
"field_392942": null,
"field_392943": "Regular bank deposit to savings account",
"field_392944": [],
"field_392945": null
},
{
"id": 20,
"order": "14.00000000000000000000",
"created_on": "2022-05-25T16:58:19.103757+00:00",
"updated_on": "2022-05-25T17:06:20.814767+00:00",
"field_392935": null,
"field_392937": [
10
],
"field_392938": "2022-10-15",
"field_392939": 115127,
"field_392940": "100.00",
"field_392941": "100.00",
"field_392942": null,
"field_392943": "Online monthly payment for own retirement plan's premium",
"field_392944": [],
"field_392945": null
},
{
"id": 21,
"order": "15.00000000000000000000",
"created_on": "2022-05-25T16:58:25.743764+00:00",
"updated_on": "2022-05-25T18:21:06.795911+00:00",
"field_392935": null,
"field_392937": [
11
],
"field_392938": "2022-11-15",
"field_392939": 115123,
"field_392940": "550.00",
"field_392941": null,
"field_392942": null,
"field_392943": "Regular bank deposit to savings account",
"field_392944": [],
"field_392945": null
},
{
"id": 22,
"order": "16.00000000000000000000",
"created_on": "2022-05-25T16:58:26.929269+00:00",
"updated_on": "2022-05-25T17:06:21.388000+00:00",
"field_392935": null,
"field_392937": [
11
],
"field_392938": "2022-11-15",
"field_392939": 115127,
"field_392940": "100.00",
"field_392941": null,
"field_392942": null,
"field_392943": "Online monthly payment for own retirement plan's premium",
"field_392944": [],
"field_392945": null
},
{
"id": 23,
"order": "17.00000000000000000000",
"created_on": "2022-05-25T16:58:29.260885+00:00",
"updated_on": "2022-05-25T18:21:04.073696+00:00",
"field_392935": null,
"field_392937": [
12
],
"field_392938": "2022-12-15",
"field_392939": 115123,
"field_392940": "550.00",
"field_392941": null,
"field_392942": null,
"field_392943": "Regular bank deposit to savings account",
"field_392944": [],
"field_392945": null
},
{
"id": 24,
"order": "18.00000000000000000000",
"created_on": "2022-05-25T16:58:31.860876+00:00",
"updated_on": "2022-05-25T18:20:54.913665+00:00",
"field_392935": null,
"field_392937": [
12
],
"field_392938": "2022-12-15",
"field_392939": 115127,
"field_392940": "100.00",
"field_392941": null,
"field_392942": null,
"field_392943": "Online monthly payment for own retirement plan's premium",
"field_392944": [],
"field_392945": null
}
]
},
{
"id": 66459,
"name": "Other expenses",
"order": 11,
"fields": [
{
"id": 392954,
"type": "formula",
"name": "Record number",
"order": 0,
"primary": true,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "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)",
"formula_type": "text"
},
{
"id": 392956,
"type": "link_row",
"name": "Summary period",
"order": 2,
"primary": false,
"link_row_table_id": 66218,
"link_row_related_field_id": 392988,
"has_related_field": true
},
{
"id": 392957,
"type": "date",
"name": "Transaction date",
"order": 3,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 392958,
"type": "single_select",
"name": "Expense type",
"order": 4,
"primary": false,
"select_options": [
{
"id": 115129,
"value": "Taxes",
"color": "dark-blue",
"order": 0
},
{
"id": 115130,
"value": "Alimony/child support",
"color": "blue",
"order": 1
},
{
"id": 115131,
"value": "Gift",
"color": "dark-orange",
"order": 2
},
{
"id": 115132,
"value": "Charity or donation",
"color": "light-orange",
"order": 3
},
{
"id": 115133,
"value": "Bank fee",
"color": "dark-gray",
"order": 4
},
{
"id": 115134,
"value": "Legal fee",
"color": "blue",
"order": 5
},
{
"id": 115135,
"value": "Postal fee",
"color": "blue",
"order": 6
},
{
"id": 115136,
"value": "Penalty or fine",
"color": "orange",
"order": 7
},
{
"id": 115137,
"value": "Other",
"color": "light-gray",
"order": 8
}
]
},
{
"id": 392959,
"type": "number",
"name": "Estimated cost",
"order": 5,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 392960,
"type": "number",
"name": "Actual cost",
"order": 6,
"primary": false,
"number_decimal_places": 2,
"number_negative": true
},
{
"id": 392961,
"type": "formula",
"name": "Difference",
"order": 7,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(isblank(field(\"Actual cost\")), \n \"\", \n if(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)) > 0, \"\ud83d\udfe2\", \n if(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)) = 0, \"\ud83c\udfaf\", \"\ud83d\udd3b\"))\n + \" \" \n + totext(minus(when_empty(field(\"Estimated cost\"), 0), when_empty(field(\"Actual cost\"), 0)))\n)",
"formula_type": "text"
},
{
"id": 392962,
"type": "long_text",
"name": "Notes",
"order": 8,
"primary": false
},
{
"id": 392963,
"type": "file",
"name": "Attachment",
"order": 9,
"primary": false
},
{
"id": 392964,
"type": "formula",
"name": "Odd or even",
"order": 10,
"primary": false,
"error": null,
"date_format": null,
"number_decimal_places": null,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"array_formula_type": null,
"nullable": true,
"date_show_tzinfo": null,
"formula": "if(\n equal(\n search(\n totext(\n divide(month(field(\"Transaction date\")), \n 2)), \n \".5\"), \n 0\n ), \n true, false\n)",
"formula_type": "boolean"
}
],
"views": [
{
"id": 86285,
"type": "grid",
"name": "All other expenses",
"order": 1,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"sortings": [
{
"id": 17740,
"field_id": 392957,
"order": "DESC"
},
{
"id": 17741,
"field_id": 392958,
"order": "ASC"
}
],
"decorations": [
{
"id": 91,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "e7d9bf72-8845-4d59-b7ec-d60382e484d4",
"color": "light-gray",
"filters": [
{
"id": "23c9a8c2-018f-47af-93ca-430f38388053",
"type": "boolean",
"field": 392964,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 92,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "5f76214c-5b79-495a-8ba1-60ede59d9d83",
"color": "dark-green",
"filters": [
{
"id": "a2cc9902-9c89-4523-a76e-20b527b16d58",
"type": "contains",
"field": 392961,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "ee8e14b8-987a-4ecb-9971-c8d1e6d01b07",
"color": "dark-red",
"filters": [
{
"id": "8111fdf1-a84d-402e-8753-5931848e0aff",
"type": "contains",
"field": 392961,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 493663,
"field_id": 392954,
"width": 155,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 493665,
"field_id": 392956,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 493666,
"field_id": 392957,
"width": 163,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 493667,
"field_id": 392958,
"width": 187,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493668,
"field_id": 392959,
"width": 150,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493669,
"field_id": 392960,
"width": 127,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 493670,
"field_id": 392961,
"width": 124,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493671,
"field_id": 392962,
"width": 172,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493672,
"field_id": 392963,
"width": 132,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 493673,
"field_id": 392964,
"width": 139,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 86414,
"type": "form",
"name": "Add expense",
"order": 2,
"ownership_type": "collaborative",
"created_by": null,
"public": false,
"title": "Add new expense",
"description": "",
"cover_image": {
"name": "cRl0NrhvmT7h30HFvcMcnecpptiMgrdM_2abd03c0edc11261146023459366b02d8f53640efcb810b7e95de72ed0d5ef1c.jpg",
"original_name": "Header_DollarBills.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "The expense record was successfully added. To add another expense record, please refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 23961,
"field_id": 392954,
"name": "",
"description": "Please enter a unique record number or identifier for this expense. Tip: You may check the highest number recorded in this table at the bottom of the \"Record number\" column of the main grid view, \"All other expenses.\"",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23962,
"field_id": 392956,
"name": "",
"description": "Please select the appropriate Overview period for which you want this expense to be grouped or associated.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23963,
"field_id": 392957,
"name": "",
"description": "Indicate the date of the transaction on which you expect to pay for this expense.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23964,
"field_id": 392958,
"name": "",
"description": "Please choose exactly what sort of expense this record is about.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23965,
"field_id": 392959,
"name": "",
"description": "Specify how much money you expect to spend on this type of expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23966,
"field_id": 392960,
"name": "",
"description": "Indicate how much money you spent on this particular expense.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23967,
"field_id": 392961,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23968,
"field_id": 392962,
"name": "",
"description": "A brief description of the expenditure can be helpful in identifying this expense record.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23969,
"field_id": 392963,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
},
{
"id": 23970,
"field_id": 392964,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": []
}
]
},
{
"id": 86420,
"type": "grid",
"name": "2022 expenses",
"order": 3,
"ownership_type": "collaborative",
"created_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 26692,
"field_id": 392957,
"type": "contains",
"value": "2022-"
}
],
"sortings": [
{
"id": 17616,
"field_id": 392957,
"order": "ASC"
},
{
"id": 17617,
"field_id": 392958,
"order": "ASC"
}
],
"decorations": [
{
"id": 126,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "cc6cb76e-57a1-411b-85b3-dd701280665c",
"color": "light-gray",
"filters": [
{
"id": "830cca99-0ea4-4d19-b6ab-951a4dda3253",
"type": "boolean",
"field": 392964,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 127,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "8a42f0b2-3ec4-4cb6-9eb1-cae0dd92e58b",
"color": "dark-green",
"filters": [
{
"id": "e7266709-724a-450d-8317-9cbfca8c23c3",
"type": "contains",
"field": 392961,
"value": "\ud83d\udfe2"
}
],
"operator": "AND"
},
{
"id": "c76daaf3-14e0-4d06-859d-1d6abb722f8f",
"color": "dark-red",
"filters": [
{
"id": "9563175f-de4c-4dd9-83c3-e35794ef45be",
"type": "contains",
"field": 392961,
"value": "\ud83d\udd3b"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 494684,
"field_id": 392954,
"width": 156,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494685,
"field_id": 392956,
"width": 168,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494686,
"field_id": 392957,
"width": 165,
"hidden": false,
"order": 32767,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 494687,
"field_id": 392958,
"width": 168,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494688,
"field_id": 392959,
"width": 151,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494689,
"field_id": 392960,
"width": 128,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 494690,
"field_id": 392961,
"width": 126,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494691,
"field_id": 392962,
"width": 179,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494692,
"field_id": 392963,
"width": 132,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 494693,
"field_id": 392964,
"width": 139,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-24T11:28:44.313413+00:00",
"updated_on": "2022-05-25T17:25:54.292993+00:00",
"field_392954": null,
"field_392956": [
1
],
"field_392957": "2022-01-14",
"field_392958": 115129,
"field_392959": "1123.20",
"field_392960": "1135.70",
"field_392961": null,
"field_392962": "Payment of due quarterly taxes",
"field_392963": [],
"field_392964": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-24T11:28:44.313510+00:00",
"updated_on": "2022-05-25T18:09:06.606610+00:00",
"field_392954": null,
"field_392956": [
2
],
"field_392957": "2022-02-15",
"field_392958": 115132,
"field_392959": "100.00",
"field_392960": "100.00",
"field_392961": null,
"field_392962": "Donating cash to the Little Angel's Foundation",
"field_392963": [],
"field_392964": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-24T11:28:44.313565+00:00",
"updated_on": "2022-05-25T18:09:07.006915+00:00",
"field_392954": null,
"field_392956": [
3
],
"field_392957": "2022-03-15",
"field_392958": 115132,
"field_392959": "100.00",
"field_392960": "100.00",
"field_392961": null,
"field_392962": "Donating cash to the Little Angel's Foundation",
"field_392963": [],
"field_392964": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T17:08:10.350645+00:00",
"updated_on": "2022-05-25T17:26:02.502998+00:00",
"field_392954": null,
"field_392956": [
4
],
"field_392957": "2022-04-15",
"field_392958": 115129,
"field_392959": "1123.20",
"field_392960": "1144.20",
"field_392961": null,
"field_392962": "Payment of due quarterly taxes",
"field_392963": [],
"field_392964": null
},
{
"id": 5,
"order": "4.00000000000000000000",
"created_on": "2022-05-25T17:08:10.633891+00:00",
"updated_on": "2022-05-25T18:09:10.175883+00:00",
"field_392954": null,
"field_392956": [
5
],
"field_392957": "2022-05-15",
"field_392958": 115132,
"field_392959": "100.00",
"field_392960": "100.00",
"field_392961": null,
"field_392962": "Donating cash to the Little Angel's Foundation",
"field_392963": [],
"field_392964": null
},
{
"id": 6,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T17:08:11.533785+00:00",
"updated_on": "2022-05-25T18:09:09.624639+00:00",
"field_392954": null,
"field_392956": [
6
],
"field_392957": "2022-06-15",
"field_392958": 115132,
"field_392959": "100.00",
"field_392960": "100.00",
"field_392961": null,
"field_392962": "Donating cash to the Little Angel's Foundation",
"field_392963": [],
"field_392964": null
},
{
"id": 7,
"order": "5.00000000000000000000",
"created_on": "2022-05-25T17:08:12.044898+00:00",
"updated_on": "2022-05-25T17:26:03.894930+00:00",
"field_392954": null,
"field_392956": [
7
],
"field_392957": "2022-07-15",
"field_392958": 115129,
"field_392959": "1123.20",
"field_392960": "1142.40",
"field_392961": null,
"field_392962": "Payment of due quarterly taxes",
"field_392963": [],
"field_392964": null
},
{
"id": 8,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T17:08:12.815839+00:00",
"updated_on": "2022-05-25T18:09:11.958632+00:00",
"field_392954": null,
"field_392956": [
8
],
"field_392957": "2022-08-15",
"field_392958": 115132,
"field_392959": "100.00",
"field_392960": "100.00",
"field_392961": null,
"field_392962": "Donating cash to the Little Angel's Foundation",
"field_392963": [],
"field_392964": null
},
{
"id": 9,
"order": "6.00000000000000000000",
"created_on": "2022-05-25T17:08:13.441739+00:00",
"updated_on": "2022-05-25T18:09:11.399024+00:00",
"field_392954": null,
"field_392956": [
9
],
"field_392957": "2022-09-15",
"field_392958": 115132,
"field_392959": "100.00",
"field_392960": "100.00",
"field_392961": null,
"field_392962": "Donating cash to the Little Angel's Foundation",
"field_392963": [],
"field_392964": null
},
{
"id": 10,
"order": "7.00000000000000000000",
"created_on": "2022-05-25T17:08:14.714923+00:00",
"updated_on": "2022-05-25T17:26:05.067880+00:00",
"field_392954": null,
"field_392956": [
10
],
"field_392957": "2022-10-14",
"field_392958": 115129,
"field_392959": "1123.20",
"field_392960": "1147.00",
"field_392961": null,
"field_392962": "Payment of due quarterly taxes",
"field_392963": [],
"field_392964": null
},
{
"id": 11,
"order": "8.00000000000000000000",
"created_on": "2022-05-25T17:08:16.442296+00:00",
"updated_on": "2022-05-25T18:09:02.020886+00:00",
"field_392954": null,
"field_392956": [
11
],
"field_392957": "2022-11-15",
"field_392958": 115132,
"field_392959": "100.00",
"field_392960": null,
"field_392961": null,
"field_392962": "Donating cash to the Little Angel's Foundation",
"field_392963": [],
"field_392964": null
},
{
"id": 12,
"order": "9.00000000000000000000",
"created_on": "2022-05-25T17:08:18.692583+00:00",
"updated_on": "2022-05-25T18:08:59.280661+00:00",
"field_392954": null,
"field_392956": [
12
],
"field_392957": "2022-12-15",
"field_392958": 115132,
"field_392959": "100.00",
"field_392960": null,
"field_392961": null,
"field_392962": "Donating cash to the Little Angel's Foundation",
"field_392963": [],
"field_392964": null
}
]
}
]
}
]
}