mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-11-21 15:27:53 +00:00
8441 lines
414 KiB
JSON
8441 lines
414 KiB
JSON
{
|
|
"baserow_template_version": 1,
|
|
"name": "Order Kiosk",
|
|
"icon": "iconoir-coffee-cup",
|
|
"keywords": [
|
|
"orders",
|
|
"restaurant",
|
|
"kiosk application",
|
|
"self-service",
|
|
"food",
|
|
"drinks"
|
|
],
|
|
"categories": [
|
|
"Food and Restaurants",
|
|
"Business Operations"
|
|
],
|
|
"export": [
|
|
{
|
|
"id": 946,
|
|
"name": "Order Kiosk",
|
|
"order": 1,
|
|
"type": "database",
|
|
"tables": [
|
|
{
|
|
"id": 3590,
|
|
"name": "Beverages",
|
|
"order": 1,
|
|
"fields": [
|
|
{
|
|
"id": 36796,
|
|
"type": "text",
|
|
"name": "Name",
|
|
"order": 0,
|
|
"primary": true,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 36797,
|
|
"type": "text",
|
|
"name": "Description",
|
|
"order": 1,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 36798,
|
|
"type": "number",
|
|
"name": "Basic price",
|
|
"order": 2,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"number_decimal_places": 2,
|
|
"number_negative": false
|
|
},
|
|
{
|
|
"id": 36799,
|
|
"type": "file",
|
|
"name": "Image",
|
|
"order": 3,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false
|
|
},
|
|
{
|
|
"id": 36801,
|
|
"type": "date",
|
|
"name": "Favorite from",
|
|
"order": 5,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": "ISO",
|
|
"date_include_time": false,
|
|
"date_time_format": "24",
|
|
"date_show_tzinfo": false,
|
|
"date_force_timezone": null
|
|
},
|
|
{
|
|
"id": 36802,
|
|
"type": "date",
|
|
"name": "Favorite until",
|
|
"order": 6,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": "ISO",
|
|
"date_include_time": false,
|
|
"date_time_format": "24",
|
|
"date_show_tzinfo": false,
|
|
"date_force_timezone": null
|
|
},
|
|
{
|
|
"id": 36827,
|
|
"type": "formula",
|
|
"name": "Is flavor of the month",
|
|
"order": 7,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": null,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": false,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"formula": "and(now() > field('Favorite from'), now() < field('Favorite until'))",
|
|
"formula_type": "boolean"
|
|
},
|
|
{
|
|
"id": 36803,
|
|
"type": "link_row",
|
|
"name": "Ingredients",
|
|
"order": 8,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 3591,
|
|
"link_row_related_field_id": 36808,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 36804,
|
|
"type": "link_row",
|
|
"name": "Order details",
|
|
"order": 9,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 3595,
|
|
"link_row_related_field_id": 36824,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 36828,
|
|
"type": "rollup",
|
|
"name": "Amount of orders",
|
|
"order": 10,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": 0,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": false,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"through_field_id": 36804,
|
|
"target_field_id": 36845,
|
|
"rollup_function": "sum"
|
|
},
|
|
{
|
|
"id": 36840,
|
|
"type": "formula",
|
|
"name": "Flavor icon",
|
|
"order": 11,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": null,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": false,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"formula": "if(field('Is flavor of the month'),'\u2728 Flavour of the month \u2728',' ')",
|
|
"formula_type": "text"
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 16312,
|
|
"type": "grid",
|
|
"name": "All beverages",
|
|
"order": 1,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 12737,
|
|
"field_id": 36796,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 149573,
|
|
"field_id": 36796,
|
|
"width": 153,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149574,
|
|
"field_id": 36797,
|
|
"width": 269,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149575,
|
|
"field_id": 36798,
|
|
"width": 147,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149576,
|
|
"field_id": 36799,
|
|
"width": 114,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149578,
|
|
"field_id": 36801,
|
|
"width": 151,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149579,
|
|
"field_id": 36802,
|
|
"width": 154,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149581,
|
|
"field_id": 36803,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149582,
|
|
"field_id": 36804,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149580,
|
|
"field_id": 36827,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149700,
|
|
"field_id": 36840,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149583,
|
|
"field_id": 36828,
|
|
"width": 190,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 16315,
|
|
"type": "grid",
|
|
"name": "Flavor of the month",
|
|
"order": 2,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 9104,
|
|
"field_id": 36827,
|
|
"type": "boolean",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 13038,
|
|
"field_id": 36796,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 149595,
|
|
"field_id": 36796,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149596,
|
|
"field_id": 36797,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149597,
|
|
"field_id": 36798,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149598,
|
|
"field_id": 36799,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149600,
|
|
"field_id": 36801,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149601,
|
|
"field_id": 36802,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149603,
|
|
"field_id": 36803,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149604,
|
|
"field_id": 36804,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149602,
|
|
"field_id": 36827,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149605,
|
|
"field_id": 36828,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153631,
|
|
"field_id": 36840,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 16313,
|
|
"type": "gallery",
|
|
"name": "Gallery: all beverages",
|
|
"order": 3,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"card_cover_image_field_id": 36799,
|
|
"field_options": [
|
|
{
|
|
"id": 19492,
|
|
"field_id": 36796,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 19493,
|
|
"field_id": 36797,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 19494,
|
|
"field_id": 36798,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 19495,
|
|
"field_id": 36799,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 19497,
|
|
"field_id": 36801,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 19498,
|
|
"field_id": 36802,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 19500,
|
|
"field_id": 36803,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 19501,
|
|
"field_id": 36804,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 19499,
|
|
"field_id": 36827,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 19502,
|
|
"field_id": 36828,
|
|
"hidden": true,
|
|
"order": 32767
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 16316,
|
|
"type": "calendar",
|
|
"name": "Calendar: flavor of the month schedule",
|
|
"order": 4,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"date_field_id": 36801,
|
|
"field_options": [
|
|
{
|
|
"id": 6484,
|
|
"field_id": 36796,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6485,
|
|
"field_id": 36797,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6486,
|
|
"field_id": 36798,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6487,
|
|
"field_id": 36799,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6489,
|
|
"field_id": 36801,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6490,
|
|
"field_id": 36802,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6492,
|
|
"field_id": 36803,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6493,
|
|
"field_id": 36804,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6491,
|
|
"field_id": 36827,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6745,
|
|
"field_id": 36828,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6746,
|
|
"field_id": 36840,
|
|
"hidden": true,
|
|
"order": 32767
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"id": 1,
|
|
"order": "1.00000000000000000000",
|
|
"created_on": "2023-09-11T13:44:24.250348+00:00",
|
|
"updated_on": "2024-09-12T13:29:16.031819+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36796": "Pink passion",
|
|
"field_36797": "The best match with summer",
|
|
"field_36798": "3.50",
|
|
"field_36799": [
|
|
{
|
|
"name": "M8SD7vFEBDTruyU2gR6FpyM0EGaOUXIZ_e02e3496430916f2fc84d65b802861bb25bbd607350116ccafdc553c5834ed36.jpg",
|
|
"visible_name": "pink-passion.jpg",
|
|
"original_name": "M8SD7vFEBDTruyU2gR6FpyM0EGaOUXIZ_e02e3496430916f2fc84d65b802861bb25bbd607350116ccafdc553c5834ed36.jpg"
|
|
}
|
|
],
|
|
"field_36801": "2023-07-01",
|
|
"field_36802": "2024-08-31",
|
|
"field_36827": null,
|
|
"field_36803": [
|
|
5,
|
|
9,
|
|
4
|
|
],
|
|
"field_36804": [
|
|
3,
|
|
6,
|
|
11
|
|
],
|
|
"field_36828": null,
|
|
"field_36840": null
|
|
},
|
|
{
|
|
"id": 2,
|
|
"order": "2.00000000000000000000",
|
|
"created_on": "2023-09-11T13:44:24.250432+00:00",
|
|
"updated_on": "2024-09-12T13:29:16.031891+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36796": "Tropical breeze",
|
|
"field_36797": "Your taste of the tropics",
|
|
"field_36798": "3.50",
|
|
"field_36799": [
|
|
{
|
|
"name": "5IyQjZRtjc2UDmtnn8UJhf5KXpHtjLgS_5c4f2119945e707e403aadd94a1f85a6562c05f78a60493e6b12be157b1c8b58.jpg",
|
|
"visible_name": "tropical.jpg",
|
|
"original_name": "5IyQjZRtjc2UDmtnn8UJhf5KXpHtjLgS_5c4f2119945e707e403aadd94a1f85a6562c05f78a60493e6b12be157b1c8b58.jpg"
|
|
}
|
|
],
|
|
"field_36801": "2024-07-01",
|
|
"field_36802": "2024-08-31",
|
|
"field_36827": null,
|
|
"field_36803": [
|
|
1,
|
|
2,
|
|
3,
|
|
4
|
|
],
|
|
"field_36804": [
|
|
7,
|
|
15,
|
|
17
|
|
],
|
|
"field_36828": null,
|
|
"field_36840": null
|
|
},
|
|
{
|
|
"id": 3,
|
|
"order": "3.00000000000000000000",
|
|
"created_on": "2023-09-13T06:27:36.259056+00:00",
|
|
"updated_on": "2024-09-12T13:29:16.031938+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36796": "Berry blast",
|
|
"field_36797": "A burst of flavor in every sip",
|
|
"field_36798": "3.50",
|
|
"field_36799": [
|
|
{
|
|
"name": "D5fSNla8fFy8MBFwxkTlWuudOjtc26xd_50f5a0ed7b2b9572144a39cff24ac3c7feb1659fdd8f5b06bf959a37e022bea3.jpg",
|
|
"visible_name": "berry.jpg",
|
|
"original_name": "D5fSNla8fFy8MBFwxkTlWuudOjtc26xd_50f5a0ed7b2b9572144a39cff24ac3c7feb1659fdd8f5b06bf959a37e022bea3.jpg"
|
|
}
|
|
],
|
|
"field_36801": "2024-03-01",
|
|
"field_36802": "2024-06-30",
|
|
"field_36827": null,
|
|
"field_36803": [
|
|
5,
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
4
|
|
],
|
|
"field_36804": [
|
|
4,
|
|
12
|
|
],
|
|
"field_36828": null,
|
|
"field_36840": null
|
|
},
|
|
{
|
|
"id": 4,
|
|
"order": "4.00000000000000000000",
|
|
"created_on": "2023-09-13T06:27:40.454263+00:00",
|
|
"updated_on": "2024-09-12T13:29:16.031998+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36796": "Green machine",
|
|
"field_36797": "A refreshing and healthy blend",
|
|
"field_36798": "4.00",
|
|
"field_36799": [
|
|
{
|
|
"name": "EULylax4Ssi0qeyHoXKCWeupC1RB2XBu_fdd1c50f3a72ff9fb0706028e10ed08040993c061fcb3613917121478d36cb41.jpg",
|
|
"visible_name": "green.jpg",
|
|
"original_name": "EULylax4Ssi0qeyHoXKCWeupC1RB2XBu_fdd1c50f3a72ff9fb0706028e10ed08040993c061fcb3613917121478d36cb41.jpg"
|
|
}
|
|
],
|
|
"field_36801": "2024-03-01",
|
|
"field_36802": "2024-06-30",
|
|
"field_36827": null,
|
|
"field_36803": [
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
8
|
|
],
|
|
"field_36804": [
|
|
2,
|
|
16
|
|
],
|
|
"field_36828": null,
|
|
"field_36840": null
|
|
},
|
|
{
|
|
"id": 5,
|
|
"order": "5.00000000000000000000",
|
|
"created_on": "2023-09-13T06:28:04.921945+00:00",
|
|
"updated_on": "2024-09-12T13:29:16.032041+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36796": "Peachy paradise",
|
|
"field_36797": "A sweet escape to paradise",
|
|
"field_36798": "3.50",
|
|
"field_36799": [
|
|
{
|
|
"name": "VPZAUKOam64YIHuDylzb4EtpPXRQdK6y_f183c6a68e33307902cc21a60d5a692bbe2126eae7258e771f533aae8b70b415.jpg",
|
|
"visible_name": "peachy.jpg",
|
|
"original_name": "VPZAUKOam64YIHuDylzb4EtpPXRQdK6y_f183c6a68e33307902cc21a60d5a692bbe2126eae7258e771f533aae8b70b415.jpg"
|
|
}
|
|
],
|
|
"field_36801": "2024-07-01",
|
|
"field_36802": "2024-08-31",
|
|
"field_36827": null,
|
|
"field_36803": [
|
|
13,
|
|
14,
|
|
15,
|
|
8
|
|
],
|
|
"field_36804": [
|
|
5
|
|
],
|
|
"field_36828": null,
|
|
"field_36840": null
|
|
},
|
|
{
|
|
"id": 6,
|
|
"order": "6.00000000000000000000",
|
|
"created_on": "2023-09-13T06:28:12.377505+00:00",
|
|
"updated_on": "2024-09-12T13:29:16.032091+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36796": "Choco-banana",
|
|
"field_36797": "A decadent treat in every sip",
|
|
"field_36798": "4.50",
|
|
"field_36799": [
|
|
{
|
|
"name": "un0pfFseL03dKA5XNkUIPQh2RHnOLPpU_4191ad9affdae69a8063b0e2fbbaae880b16b5e684f2f144978cf48a898fdf47.jpg",
|
|
"visible_name": "choco.jpg",
|
|
"original_name": "un0pfFseL03dKA5XNkUIPQh2RHnOLPpU_4191ad9affdae69a8063b0e2fbbaae880b16b5e684f2f144978cf48a898fdf47.jpg"
|
|
}
|
|
],
|
|
"field_36801": "2024-12-01",
|
|
"field_36802": "2024-02-29",
|
|
"field_36827": null,
|
|
"field_36803": [
|
|
12,
|
|
13,
|
|
16,
|
|
17,
|
|
4
|
|
],
|
|
"field_36804": [],
|
|
"field_36828": null,
|
|
"field_36840": null
|
|
},
|
|
{
|
|
"id": 7,
|
|
"order": "7.00000000000000000000",
|
|
"created_on": "2023-09-13T06:28:16.216585+00:00",
|
|
"updated_on": "2024-09-12T13:29:16.032127+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36796": "Citrus sunrise",
|
|
"field_36797": "A bright and tangy start to your day",
|
|
"field_36798": "4.00",
|
|
"field_36799": [
|
|
{
|
|
"name": "XWHq1uGP5RJjG7LeksU3RE5g3XXHwrDP_b22c687e552de2e2504ad04a8ae52b6bdca2d52aed6d494f9681f478e4f04b25.jpg",
|
|
"visible_name": "citrus.jpg",
|
|
"original_name": "XWHq1uGP5RJjG7LeksU3RE5g3XXHwrDP_b22c687e552de2e2504ad04a8ae52b6bdca2d52aed6d494f9681f478e4f04b25.jpg"
|
|
}
|
|
],
|
|
"field_36801": "2024-03-01",
|
|
"field_36802": "2024-06-30",
|
|
"field_36827": null,
|
|
"field_36803": [
|
|
2,
|
|
18,
|
|
19,
|
|
20,
|
|
4
|
|
],
|
|
"field_36804": [],
|
|
"field_36828": null,
|
|
"field_36840": null
|
|
},
|
|
{
|
|
"id": 8,
|
|
"order": "8.00000000000000000000",
|
|
"created_on": "2023-09-13T06:28:23.164231+00:00",
|
|
"updated_on": "2024-09-12T13:29:16.032161+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36796": "Apple pie",
|
|
"field_36797": "The coziest drink of the fall",
|
|
"field_36798": "4.00",
|
|
"field_36799": [
|
|
{
|
|
"name": "A4YP5Bl6B1OnzQnGOvV6SWsy27Cj338D_54c12a1f18bf9ed7738802dca97b243a8bd0d0cd26ae0a9d181cca88f14f3257.jpg",
|
|
"visible_name": "apple.jpg",
|
|
"original_name": "A4YP5Bl6B1OnzQnGOvV6SWsy27Cj338D_54c12a1f18bf9ed7738802dca97b243a8bd0d0cd26ae0a9d181cca88f14f3257.jpg"
|
|
}
|
|
],
|
|
"field_36801": "2024-09-01",
|
|
"field_36802": "2024-11-30",
|
|
"field_36827": null,
|
|
"field_36803": [
|
|
8,
|
|
13,
|
|
21,
|
|
22,
|
|
15
|
|
],
|
|
"field_36804": [
|
|
10,
|
|
14
|
|
],
|
|
"field_36828": null,
|
|
"field_36840": null
|
|
},
|
|
{
|
|
"id": 9,
|
|
"order": "9.00000000000000000000",
|
|
"created_on": "2023-09-13T06:28:28.714310+00:00",
|
|
"updated_on": "2024-09-12T13:29:16.032194+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36796": "Peanut butter cup",
|
|
"field_36797": "The perfect balance of sweet and salty",
|
|
"field_36798": "4.50",
|
|
"field_36799": [
|
|
{
|
|
"name": "6TKV1R7yV7g3mhVFTgOWhnAqVklDfCEH_e1a741c755fdb03bb7f4131c891ca2670187b02e1d88f68752a0d1bcbe86170c.jpg",
|
|
"visible_name": "peanut.jpg",
|
|
"original_name": "6TKV1R7yV7g3mhVFTgOWhnAqVklDfCEH_e1a741c755fdb03bb7f4131c891ca2670187b02e1d88f68752a0d1bcbe86170c.jpg"
|
|
}
|
|
],
|
|
"field_36801": "2024-12-01",
|
|
"field_36802": "2024-02-29",
|
|
"field_36827": null,
|
|
"field_36803": [
|
|
12,
|
|
13,
|
|
16,
|
|
23,
|
|
4
|
|
],
|
|
"field_36804": [
|
|
8,
|
|
18
|
|
],
|
|
"field_36828": null,
|
|
"field_36840": null
|
|
},
|
|
{
|
|
"id": 10,
|
|
"order": "10.00000000000000000000",
|
|
"created_on": "2023-09-13T06:28:35.669855+00:00",
|
|
"updated_on": "2024-09-12T13:29:16.032228+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36796": "Pumpkin spice",
|
|
"field_36797": "The ultimate fall favorite",
|
|
"field_36798": "3.50",
|
|
"field_36799": [
|
|
{
|
|
"name": "wZuW3tGIV8RqeMc90XE6X16kXfnsfQXd_feabd28dba9fb6581c76b81325d18fc58bbfa28b41cbf0a33d1b0dcf61a45f81.jpg",
|
|
"visible_name": "pumpkin.jpg",
|
|
"original_name": "wZuW3tGIV8RqeMc90XE6X16kXfnsfQXd_feabd28dba9fb6581c76b81325d18fc58bbfa28b41cbf0a33d1b0dcf61a45f81.jpg"
|
|
}
|
|
],
|
|
"field_36801": "2024-09-01",
|
|
"field_36802": "2024-11-30",
|
|
"field_36827": null,
|
|
"field_36803": [
|
|
13,
|
|
22,
|
|
24,
|
|
25,
|
|
26
|
|
],
|
|
"field_36804": [
|
|
9
|
|
],
|
|
"field_36828": null,
|
|
"field_36840": null
|
|
},
|
|
{
|
|
"id": 11,
|
|
"order": "11.00000000000000000000",
|
|
"created_on": "2023-09-13T06:28:42.683505+00:00",
|
|
"updated_on": "2024-09-12T13:29:16.032262+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36796": "Blueberry lemon",
|
|
"field_36797": "A refreshing and tart delight",
|
|
"field_36798": "4.50",
|
|
"field_36799": [
|
|
{
|
|
"name": "pRY6Giw3zYhLMJIboia7ZUcTyfIWUULq_bbfb84527aec55a7ae7bac9f82a63f16188e949861cadc5e006db4dfb3e94a96.jpg",
|
|
"visible_name": "blueberry.jpg",
|
|
"original_name": "pRY6Giw3zYhLMJIboia7ZUcTyfIWUULq_bbfb84527aec55a7ae7bac9f82a63f16188e949861cadc5e006db4dfb3e94a96.jpg"
|
|
}
|
|
],
|
|
"field_36801": "2024-03-01",
|
|
"field_36802": "2024-06-30",
|
|
"field_36827": null,
|
|
"field_36803": [
|
|
4,
|
|
6,
|
|
8,
|
|
9,
|
|
20,
|
|
27
|
|
],
|
|
"field_36804": [],
|
|
"field_36828": null,
|
|
"field_36840": null
|
|
}
|
|
],
|
|
"data_sync": null
|
|
},
|
|
{
|
|
"id": 3591,
|
|
"name": "Ingredients",
|
|
"order": 2,
|
|
"fields": [
|
|
{
|
|
"id": 36805,
|
|
"type": "text",
|
|
"name": "Name",
|
|
"order": 0,
|
|
"primary": true,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 36806,
|
|
"type": "text",
|
|
"name": "Description",
|
|
"order": 1,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 36807,
|
|
"type": "single_select",
|
|
"name": "Category",
|
|
"order": 3,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"select_options": [
|
|
{
|
|
"id": 14811,
|
|
"value": "\ud83c\udf53 Fruit",
|
|
"color": "light-red",
|
|
"order": 0
|
|
},
|
|
{
|
|
"id": 14812,
|
|
"value": "\ud83d\udca6 Liquid",
|
|
"color": "light-cyan",
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 14813,
|
|
"value": "\ud83c\udf66 Creamy",
|
|
"color": "light-yellow",
|
|
"order": 2
|
|
},
|
|
{
|
|
"id": 14814,
|
|
"value": "\ud83c\udf61 Topping",
|
|
"color": "light-pink",
|
|
"order": 3
|
|
},
|
|
{
|
|
"id": 14815,
|
|
"value": "\ud83e\udd52 Vegetable",
|
|
"color": "light-green",
|
|
"order": 4
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 36808,
|
|
"type": "link_row",
|
|
"name": "Beverages",
|
|
"order": 4,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 3590,
|
|
"link_row_related_field_id": 36803,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 36831,
|
|
"type": "rollup",
|
|
"name": "Number of beverages",
|
|
"order": 5,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": 0,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": false,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"through_field_id": 36808,
|
|
"target_field_id": 36796,
|
|
"rollup_function": "count"
|
|
},
|
|
{
|
|
"id": 36836,
|
|
"type": "formula",
|
|
"name": "Number of times ordered",
|
|
"order": 6,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": 0,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": false,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"formula": "sum(lookup('Beverages','Amount of orders'))",
|
|
"formula_type": "number"
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 16319,
|
|
"type": "grid",
|
|
"name": "All ingredients",
|
|
"order": 1,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 12739,
|
|
"field_id": 36805,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 149627,
|
|
"field_id": 36805,
|
|
"width": 146,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149628,
|
|
"field_id": 36806,
|
|
"width": 404,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149629,
|
|
"field_id": 36807,
|
|
"width": 142,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149630,
|
|
"field_id": 36808,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149631,
|
|
"field_id": 36831,
|
|
"width": 267,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149632,
|
|
"field_id": 36836,
|
|
"width": 225,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 16320,
|
|
"type": "grid",
|
|
"name": "Ingredients used in multiple beverages",
|
|
"order": 2,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 9107,
|
|
"field_id": 36831,
|
|
"type": "higher_than",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 12740,
|
|
"field_id": 36805,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 149633,
|
|
"field_id": 36805,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149634,
|
|
"field_id": 36806,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149635,
|
|
"field_id": 36807,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149636,
|
|
"field_id": 36808,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149637,
|
|
"field_id": 36831,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153633,
|
|
"field_id": 36836,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 16321,
|
|
"type": "grid",
|
|
"name": "Ingredients used in only one beverage",
|
|
"order": 3,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 9108,
|
|
"field_id": 36831,
|
|
"type": "equal",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 12741,
|
|
"field_id": 36805,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 149638,
|
|
"field_id": 36805,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149639,
|
|
"field_id": 36806,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149640,
|
|
"field_id": 36807,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149641,
|
|
"field_id": 36808,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149642,
|
|
"field_id": 36831,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153634,
|
|
"field_id": 36836,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 16322,
|
|
"type": "kanban",
|
|
"name": "Ingredients by category",
|
|
"order": 4,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"single_select_field_id": 36807,
|
|
"field_options": [
|
|
{
|
|
"id": 22826,
|
|
"field_id": 36805,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 22827,
|
|
"field_id": 36806,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 22828,
|
|
"field_id": 36807,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 22829,
|
|
"field_id": 36808,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 22830,
|
|
"field_id": 36831,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 23380,
|
|
"field_id": 36836,
|
|
"hidden": true,
|
|
"order": 32767
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"id": 1,
|
|
"order": "1.00000000000000000000",
|
|
"created_on": "2023-09-11T14:11:09.757344+00:00",
|
|
"updated_on": "2023-09-13T07:10:56.295848+00:00",
|
|
"field_36805": "Mango",
|
|
"field_36806": "A sweet and juicy tropical fruit with a soft, fibrous texture",
|
|
"field_36807": 14811,
|
|
"field_36808": [
|
|
2
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 2,
|
|
"order": "2.00000000000000000000",
|
|
"created_on": "2023-09-11T14:11:09.757449+00:00",
|
|
"updated_on": "2023-09-13T07:11:07.228163+00:00",
|
|
"field_36805": "Pineapple",
|
|
"field_36806": "A tropical fruit with a sweet and tangy flavor, often used in desserts and drinks",
|
|
"field_36807": 14811,
|
|
"field_36808": [
|
|
2,
|
|
7
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 3,
|
|
"order": "3.00000000000000000000",
|
|
"created_on": "2023-09-11T14:13:53.278929+00:00",
|
|
"updated_on": "2023-09-13T07:13:29.750158+00:00",
|
|
"field_36805": "Coconut milk",
|
|
"field_36806": "A creamy, dairy-free milk made from the flesh of coconuts",
|
|
"field_36807": 14812,
|
|
"field_36808": [
|
|
2
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 4,
|
|
"order": "4.00000000000000000000",
|
|
"created_on": "2023-09-11T14:15:20.019379+00:00",
|
|
"updated_on": "2023-09-13T07:13:38.125817+00:00",
|
|
"field_36805": "Ice",
|
|
"field_36806": "Frozen water used to chill drinks or create a slushy texture",
|
|
"field_36807": 14812,
|
|
"field_36808": [
|
|
1,
|
|
2,
|
|
3,
|
|
6,
|
|
7,
|
|
9,
|
|
11
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 5,
|
|
"order": "5.00000000000000000000",
|
|
"created_on": "2023-09-13T06:45:45.602009+00:00",
|
|
"updated_on": "2023-09-13T07:13:48.292900+00:00",
|
|
"field_36805": "Strawberries",
|
|
"field_36806": "A sweet and juicy fruit often used in desserts and smoothies",
|
|
"field_36807": 14811,
|
|
"field_36808": [
|
|
1,
|
|
3
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 6,
|
|
"order": "6.00000000000000000000",
|
|
"created_on": "2023-09-13T06:45:50.523757+00:00",
|
|
"updated_on": "2023-09-13T07:13:55.386957+00:00",
|
|
"field_36805": "Blueberries",
|
|
"field_36806": "A small, sweet fruit with a dark blue color and a slightly tart flavor",
|
|
"field_36807": 14811,
|
|
"field_36808": [
|
|
3,
|
|
11
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 7,
|
|
"order": "7.00000000000000000000",
|
|
"created_on": "2023-09-13T06:45:54.735995+00:00",
|
|
"updated_on": "2023-09-13T07:14:03.969130+00:00",
|
|
"field_36805": "Raspberries",
|
|
"field_36806": "A small, sweet fruit with a red color and a slightly tart flavor",
|
|
"field_36807": 14811,
|
|
"field_36808": [
|
|
3
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 8,
|
|
"order": "8.00000000000000000000",
|
|
"created_on": "2023-09-13T06:46:00.199896+00:00",
|
|
"updated_on": "2023-09-13T07:14:16.198200+00:00",
|
|
"field_36805": "Honey",
|
|
"field_36806": "A sweet, sticky substance produced by bees from nectar",
|
|
"field_36807": 14813,
|
|
"field_36808": [
|
|
3,
|
|
4,
|
|
5,
|
|
8,
|
|
11
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 9,
|
|
"order": "9.00000000000000000000",
|
|
"created_on": "2023-09-13T06:46:06.346123+00:00",
|
|
"updated_on": "2023-09-13T07:14:16.198261+00:00",
|
|
"field_36805": "Yoghurt",
|
|
"field_36806": "A creamy dairy product made by fermenting milk with bacteria",
|
|
"field_36807": 14813,
|
|
"field_36808": [
|
|
1,
|
|
3,
|
|
11
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 10,
|
|
"order": "10.00000000000000000000",
|
|
"created_on": "2023-09-13T06:46:15.077531+00:00",
|
|
"updated_on": "2023-09-13T07:14:16.198287+00:00",
|
|
"field_36805": "Kale",
|
|
"field_36806": "A leafy green vegetable that is high in nutrients",
|
|
"field_36807": 14815,
|
|
"field_36808": [
|
|
4
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 11,
|
|
"order": "11.00000000000000000000",
|
|
"created_on": "2023-09-13T06:46:17.031346+00:00",
|
|
"updated_on": "2023-09-13T07:14:16.198309+00:00",
|
|
"field_36805": "Spinach",
|
|
"field_36806": "A leafy green vegetable that is high in nutrients",
|
|
"field_36807": 14815,
|
|
"field_36808": [
|
|
4
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 12,
|
|
"order": "12.00000000000000000000",
|
|
"created_on": "2023-09-13T06:46:21.259990+00:00",
|
|
"updated_on": "2023-09-13T07:14:16.198329+00:00",
|
|
"field_36805": "Banana",
|
|
"field_36806": "A sweet and creamy fruit that is often used in smoothies",
|
|
"field_36807": 14811,
|
|
"field_36808": [
|
|
4,
|
|
6,
|
|
9
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 13,
|
|
"order": "13.00000000000000000000",
|
|
"created_on": "2023-09-13T06:46:23.483845+00:00",
|
|
"updated_on": "2023-09-13T07:14:16.198349+00:00",
|
|
"field_36805": "Almond milk",
|
|
"field_36806": "A creamy, dairy-free milk made from almonds",
|
|
"field_36807": 14812,
|
|
"field_36808": [
|
|
4,
|
|
5,
|
|
6,
|
|
8,
|
|
9,
|
|
10
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 14,
|
|
"order": "14.00000000000000000000",
|
|
"created_on": "2023-09-13T06:46:38.815627+00:00",
|
|
"updated_on": "2023-09-13T07:14:29.543750+00:00",
|
|
"field_36805": "Peaches",
|
|
"field_36806": "A flavoring made from vanilla beans",
|
|
"field_36807": 14811,
|
|
"field_36808": [
|
|
5
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 15,
|
|
"order": "15.00000000000000000000",
|
|
"created_on": "2023-09-13T06:46:41.464607+00:00",
|
|
"updated_on": "2023-09-13T07:14:29.543817+00:00",
|
|
"field_36805": "Vanilla extract",
|
|
"field_36806": "A sweet and juicy fruit with a fuzzy skin",
|
|
"field_36807": 14814,
|
|
"field_36808": [
|
|
5,
|
|
8
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 16,
|
|
"order": "16.00000000000000000000",
|
|
"created_on": "2023-09-13T06:50:46.610039+00:00",
|
|
"updated_on": "2023-09-13T07:14:29.543844+00:00",
|
|
"field_36805": "Chocolate chips",
|
|
"field_36806": "Small pieces of chocolate often used in baking",
|
|
"field_36807": 14814,
|
|
"field_36808": [
|
|
6,
|
|
9
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 17,
|
|
"order": "17.00000000000000000000",
|
|
"created_on": "2023-09-13T06:50:53.468849+00:00",
|
|
"updated_on": "2023-09-13T07:14:29.543867+00:00",
|
|
"field_36805": "Almond butter",
|
|
"field_36806": "A spread made from ground almonds",
|
|
"field_36807": 14813,
|
|
"field_36808": [
|
|
6
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 18,
|
|
"order": "18.00000000000000000000",
|
|
"created_on": "2023-09-13T06:51:02.941106+00:00",
|
|
"updated_on": "2023-09-13T07:14:29.543886+00:00",
|
|
"field_36805": "Oranges",
|
|
"field_36806": "A citrus fruit with a sweet and tangy flavor",
|
|
"field_36807": 14811,
|
|
"field_36808": [
|
|
7
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 19,
|
|
"order": "19.00000000000000000000",
|
|
"created_on": "2023-09-13T06:51:06.484490+00:00",
|
|
"updated_on": "2023-09-13T07:14:29.543906+00:00",
|
|
"field_36805": "Grapefruit",
|
|
"field_36806": "A citrus fruit with a bitter and tangy flavor",
|
|
"field_36807": 14811,
|
|
"field_36808": [
|
|
7
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 20,
|
|
"order": "20.00000000000000000000",
|
|
"created_on": "2023-09-13T06:51:13.548691+00:00",
|
|
"updated_on": "2023-09-13T07:14:29.543926+00:00",
|
|
"field_36805": "Lime",
|
|
"field_36806": "A tart and acidic juice made from limes",
|
|
"field_36807": 14814,
|
|
"field_36808": [
|
|
7,
|
|
11
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 21,
|
|
"order": "21.00000000000000000000",
|
|
"created_on": "2023-09-13T06:51:21.168363+00:00",
|
|
"updated_on": "2023-09-13T07:14:29.543946+00:00",
|
|
"field_36805": "Apples",
|
|
"field_36806": "A crisp and juicy fruit with a sweet flavor",
|
|
"field_36807": 14811,
|
|
"field_36808": [
|
|
8
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 22,
|
|
"order": "22.00000000000000000000",
|
|
"created_on": "2023-09-13T06:51:23.995794+00:00",
|
|
"updated_on": "2023-09-13T07:14:29.543965+00:00",
|
|
"field_36805": "Cinnamon",
|
|
"field_36806": "A spice made from the bark of a tree, often used in baking",
|
|
"field_36807": 14814,
|
|
"field_36808": [
|
|
8,
|
|
10
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 23,
|
|
"order": "23.00000000000000000000",
|
|
"created_on": "2023-09-13T06:51:42.086473+00:00",
|
|
"updated_on": "2023-09-13T07:14:29.543986+00:00",
|
|
"field_36805": "Peatnut butter",
|
|
"field_36806": "A spread made from ground peanuts",
|
|
"field_36807": 14813,
|
|
"field_36808": [
|
|
9
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 24,
|
|
"order": "24.00000000000000000000",
|
|
"created_on": "2023-09-13T06:51:53.149484+00:00",
|
|
"updated_on": "2023-09-13T07:14:29.544006+00:00",
|
|
"field_36805": "Pumpkin mash",
|
|
"field_36806": "A cooked and mashed pumpkin often used in baking",
|
|
"field_36807": 14813,
|
|
"field_36808": [
|
|
10
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 25,
|
|
"order": "25.00000000000000000000",
|
|
"created_on": "2023-09-13T07:05:07.503540+00:00",
|
|
"updated_on": "2023-09-13T07:14:29.544025+00:00",
|
|
"field_36805": "Nutmeg",
|
|
"field_36806": "A spice made from the seed of a tree, often used in sweet or savory dishes",
|
|
"field_36807": 14814,
|
|
"field_36808": [
|
|
10
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 26,
|
|
"order": "26.00000000000000000000",
|
|
"created_on": "2023-09-13T07:05:12.732808+00:00",
|
|
"updated_on": "2023-09-13T07:14:29.544043+00:00",
|
|
"field_36805": "Maple syrup",
|
|
"field_36806": "A sweet syrup made from the sap of maple trees",
|
|
"field_36807": 14814,
|
|
"field_36808": [
|
|
10
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
},
|
|
{
|
|
"id": 27,
|
|
"order": "27.00000000000000000000",
|
|
"created_on": "2023-09-13T07:05:24.069554+00:00",
|
|
"updated_on": "2023-09-13T07:14:29.544062+00:00",
|
|
"field_36805": "Mint leaves",
|
|
"field_36806": "A fragrant herb often used to flavor drinks and dishes",
|
|
"field_36807": 14814,
|
|
"field_36808": [
|
|
11
|
|
],
|
|
"field_36831": null,
|
|
"field_36836": null
|
|
}
|
|
],
|
|
"data_sync": null
|
|
},
|
|
{
|
|
"id": 3592,
|
|
"name": "Cups",
|
|
"order": 3,
|
|
"fields": [
|
|
{
|
|
"id": 36809,
|
|
"type": "text",
|
|
"name": "Name",
|
|
"order": 0,
|
|
"primary": true,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 36810,
|
|
"type": "number",
|
|
"name": "Extra charge",
|
|
"order": 1,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"number_decimal_places": 2,
|
|
"number_negative": false
|
|
},
|
|
{
|
|
"id": 36811,
|
|
"type": "link_row",
|
|
"name": "Order details",
|
|
"order": 2,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 3595,
|
|
"link_row_related_field_id": 36825,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 36829,
|
|
"type": "rollup",
|
|
"name": "Amount of orders",
|
|
"order": 4,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": 0,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": false,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"through_field_id": 36811,
|
|
"target_field_id": 36845,
|
|
"rollup_function": "sum"
|
|
},
|
|
{
|
|
"id": 36841,
|
|
"type": "formula",
|
|
"name": "Display name",
|
|
"order": 5,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": null,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": true,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"formula": "if(field('Extra charge') = 1,field('Name'),concat(field('Name'),' (+',round((field('Extra charge') - 1) * 100,0),'%)'))",
|
|
"formula_type": "text"
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 16323,
|
|
"type": "grid",
|
|
"name": "All cup sizes",
|
|
"order": 1,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 13039,
|
|
"field_id": 36810,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 149643,
|
|
"field_id": 36809,
|
|
"width": 122,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149644,
|
|
"field_id": 36810,
|
|
"width": 162,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149701,
|
|
"field_id": 36841,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149646,
|
|
"field_id": 36811,
|
|
"width": 144,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149647,
|
|
"field_id": 36829,
|
|
"width": 181,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"id": 1,
|
|
"order": "1.00000000000000000000",
|
|
"created_on": "2023-09-11T14:11:24.297533+00:00",
|
|
"updated_on": "2023-09-14T02:28:31.146700+00:00",
|
|
"field_36809": "Regular size",
|
|
"field_36810": "1.00",
|
|
"field_36811": [
|
|
3,
|
|
4,
|
|
5,
|
|
7,
|
|
8,
|
|
10,
|
|
11,
|
|
15
|
|
],
|
|
"field_36829": null,
|
|
"field_36841": null
|
|
},
|
|
{
|
|
"id": 2,
|
|
"order": "2.00000000000000000000",
|
|
"created_on": "2023-09-11T14:11:24.297578+00:00",
|
|
"updated_on": "2023-09-14T02:27:30.593238+00:00",
|
|
"field_36809": "Large size",
|
|
"field_36810": "1.15",
|
|
"field_36811": [
|
|
6,
|
|
12,
|
|
14,
|
|
16,
|
|
17
|
|
],
|
|
"field_36829": null,
|
|
"field_36841": null
|
|
},
|
|
{
|
|
"id": 3,
|
|
"order": "3.00000000000000000000",
|
|
"created_on": "2023-09-11T14:11:42.713875+00:00",
|
|
"updated_on": "2023-09-14T02:28:33.336251+00:00",
|
|
"field_36809": "Fill the bottle",
|
|
"field_36810": "1.40",
|
|
"field_36811": [
|
|
2,
|
|
9,
|
|
18
|
|
],
|
|
"field_36829": null,
|
|
"field_36841": null
|
|
}
|
|
],
|
|
"data_sync": null
|
|
},
|
|
{
|
|
"id": 3594,
|
|
"name": "Orders",
|
|
"order": 5,
|
|
"fields": [
|
|
{
|
|
"id": 36818,
|
|
"type": "uuid",
|
|
"name": "Order ID",
|
|
"order": 0,
|
|
"primary": true,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false
|
|
},
|
|
{
|
|
"id": 36820,
|
|
"type": "created_on",
|
|
"name": "Date",
|
|
"order": 2,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": "EU",
|
|
"date_include_time": true,
|
|
"date_time_format": "24",
|
|
"date_show_tzinfo": false,
|
|
"date_force_timezone": null
|
|
},
|
|
{
|
|
"id": 36821,
|
|
"type": "rollup",
|
|
"name": "Is completed",
|
|
"order": 3,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": null,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": false,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"through_field_id": 36822,
|
|
"target_field_id": 37838,
|
|
"rollup_function": "every"
|
|
},
|
|
{
|
|
"id": 36822,
|
|
"type": "link_row",
|
|
"name": "Order details",
|
|
"order": 4,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 3595,
|
|
"link_row_related_field_id": 36823,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 36837,
|
|
"type": "rollup",
|
|
"name": "Total price",
|
|
"order": 7,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": 2,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": false,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"through_field_id": 36822,
|
|
"target_field_id": 36834,
|
|
"rollup_function": "sum"
|
|
},
|
|
{
|
|
"id": 36830,
|
|
"type": "rollup",
|
|
"name": "Amount of beverages",
|
|
"order": 9,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": 0,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": false,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"through_field_id": 36822,
|
|
"target_field_id": 36845,
|
|
"rollup_function": "sum"
|
|
},
|
|
{
|
|
"id": 36847,
|
|
"type": "autonumber",
|
|
"name": "Pickup number",
|
|
"order": 10,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false
|
|
},
|
|
{
|
|
"id": 36851,
|
|
"type": "formula",
|
|
"name": "Date (format)",
|
|
"order": 11,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": null,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": true,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"formula": "datetime_format_tz(field('Date'),'YYYY-MM-DD HH24:MI','Europe/Brussels')",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 37833,
|
|
"type": "formula",
|
|
"name": "Day",
|
|
"order": 12,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": null,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": true,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"formula": "datetime_format_tz(field('Date'),'YYYY-MM-DD','Europe/Amsterdam')",
|
|
"formula_type": "text"
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 16326,
|
|
"type": "grid",
|
|
"name": "All orders",
|
|
"order": 1,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 12745,
|
|
"field_id": 36820,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 149655,
|
|
"field_id": 36818,
|
|
"width": 208,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149657,
|
|
"field_id": 36820,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149711,
|
|
"field_id": 36851,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149707,
|
|
"field_id": 36847,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149658,
|
|
"field_id": 36821,
|
|
"width": 156,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149659,
|
|
"field_id": 36822,
|
|
"width": 167,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149660,
|
|
"field_id": 36837,
|
|
"width": 156,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149662,
|
|
"field_id": 36830,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153645,
|
|
"field_id": 37833,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 16736,
|
|
"type": "grid",
|
|
"name": "All orders grouped by day",
|
|
"order": 2,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 13040,
|
|
"field_id": 36820,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [
|
|
{
|
|
"id": 1536,
|
|
"field_id": 37833,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 153650,
|
|
"field_id": 36818,
|
|
"width": 208,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153651,
|
|
"field_id": 36820,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153652,
|
|
"field_id": 36851,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153653,
|
|
"field_id": 36847,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153654,
|
|
"field_id": 36821,
|
|
"width": 156,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153655,
|
|
"field_id": 36822,
|
|
"width": 167,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153656,
|
|
"field_id": 36837,
|
|
"width": 156,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153657,
|
|
"field_id": 36830,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153658,
|
|
"field_id": 37833,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 16327,
|
|
"type": "grid",
|
|
"name": "Completed orders",
|
|
"order": 3,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 9109,
|
|
"field_id": 36821,
|
|
"type": "boolean",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 12746,
|
|
"field_id": 36820,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 149663,
|
|
"field_id": 36818,
|
|
"width": 110,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149665,
|
|
"field_id": 36820,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149666,
|
|
"field_id": 36821,
|
|
"width": 146,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149667,
|
|
"field_id": 36822,
|
|
"width": 145,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149668,
|
|
"field_id": 36837,
|
|
"width": 131,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153635,
|
|
"field_id": 36830,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153636,
|
|
"field_id": 36847,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153637,
|
|
"field_id": 36851,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153646,
|
|
"field_id": 37833,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 16328,
|
|
"type": "grid",
|
|
"name": "Open orders",
|
|
"order": 4,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 9110,
|
|
"field_id": 36821,
|
|
"type": "boolean",
|
|
"value": "0",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 12747,
|
|
"field_id": 36820,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 149670,
|
|
"field_id": 36818,
|
|
"width": 110,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149672,
|
|
"field_id": 36820,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149673,
|
|
"field_id": 36821,
|
|
"width": 146,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149674,
|
|
"field_id": 36822,
|
|
"width": 145,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149675,
|
|
"field_id": 36837,
|
|
"width": 131,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153638,
|
|
"field_id": 36830,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153639,
|
|
"field_id": 36847,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153640,
|
|
"field_id": 36851,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153647,
|
|
"field_id": 37833,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 16329,
|
|
"type": "grid",
|
|
"name": "Orders with a single beverage",
|
|
"order": 5,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 9321,
|
|
"field_id": 36830,
|
|
"type": "lower_than_or_equal",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 12748,
|
|
"field_id": 36820,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 149677,
|
|
"field_id": 36818,
|
|
"width": 110,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149679,
|
|
"field_id": 36820,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149680,
|
|
"field_id": 36821,
|
|
"width": 146,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149681,
|
|
"field_id": 36822,
|
|
"width": 167,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149682,
|
|
"field_id": 36837,
|
|
"width": 131,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149684,
|
|
"field_id": 36830,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153641,
|
|
"field_id": 36847,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153642,
|
|
"field_id": 36851,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153648,
|
|
"field_id": 37833,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 16330,
|
|
"type": "grid",
|
|
"name": "Orders with multiple beverages",
|
|
"order": 6,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 9322,
|
|
"field_id": 36830,
|
|
"type": "higher_than",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 12749,
|
|
"field_id": 36820,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 149685,
|
|
"field_id": 36818,
|
|
"width": 152,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149687,
|
|
"field_id": 36820,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149688,
|
|
"field_id": 36821,
|
|
"width": 146,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149689,
|
|
"field_id": 36822,
|
|
"width": 167,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149690,
|
|
"field_id": 36837,
|
|
"width": 131,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149692,
|
|
"field_id": 36830,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153643,
|
|
"field_id": 36847,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153644,
|
|
"field_id": 36851,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153649,
|
|
"field_id": 37833,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"id": 1,
|
|
"order": "1.00000000000000000000",
|
|
"created_on": "2023-09-11T17:56:02.727850+00:00",
|
|
"updated_on": "2023-09-11T18:23:29.975476+00:00",
|
|
"field_36818": "0c0323f2-9525-43b6-b284-055af8dcb00d",
|
|
"field_36820": null,
|
|
"field_36821": null,
|
|
"field_36822": [
|
|
10,
|
|
11,
|
|
12
|
|
],
|
|
"field_36837": null,
|
|
"field_36830": null,
|
|
"field_36847": 4,
|
|
"field_36851": null,
|
|
"field_37833": null
|
|
},
|
|
{
|
|
"id": 3,
|
|
"order": "3.00000000000000000000",
|
|
"created_on": "2023-09-12T13:57:24.892275+00:00",
|
|
"updated_on": "2023-09-12T13:57:24.892275+00:00",
|
|
"field_36818": "948a2fe8-d05c-4ac6-ae69-d2fd36ee517b",
|
|
"field_36820": null,
|
|
"field_36821": null,
|
|
"field_36822": [
|
|
3
|
|
],
|
|
"field_36837": null,
|
|
"field_36830": null,
|
|
"field_36847": 3,
|
|
"field_36851": null,
|
|
"field_37833": null
|
|
},
|
|
{
|
|
"id": 4,
|
|
"order": "4.00000000000000000000",
|
|
"created_on": "2023-09-12T14:00:51.207763+00:00",
|
|
"updated_on": "2023-09-14T12:20:25.131960+00:00",
|
|
"field_36818": "35b5c408-5e18-485d-a35a-3f37aa7947cc",
|
|
"field_36820": null,
|
|
"field_36821": null,
|
|
"field_36822": [
|
|
4
|
|
],
|
|
"field_36837": null,
|
|
"field_36830": null,
|
|
"field_36847": 2,
|
|
"field_36851": null,
|
|
"field_37833": null
|
|
},
|
|
{
|
|
"id": 6,
|
|
"order": "6.00000000000000000000",
|
|
"created_on": "2023-09-14T02:51:16.362956+00:00",
|
|
"updated_on": "2023-09-14T02:51:16.362956+00:00",
|
|
"field_36818": "2364550b-8f35-4771-b8b0-b1e181fa25db",
|
|
"field_36820": null,
|
|
"field_36821": null,
|
|
"field_36822": [
|
|
8,
|
|
9
|
|
],
|
|
"field_36837": null,
|
|
"field_36830": null,
|
|
"field_36847": 1,
|
|
"field_36851": null,
|
|
"field_37833": null
|
|
},
|
|
{
|
|
"id": 8,
|
|
"order": "8.00000000000000000000",
|
|
"created_on": "2024-09-13T12:28:26.083673+00:00",
|
|
"updated_on": "2024-09-13T12:28:26.083673+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36818": "6bb3d277-1453-4d6e-9cfd-a08c8b0648c7",
|
|
"field_36820": null,
|
|
"field_36821": null,
|
|
"field_36822": [
|
|
14,
|
|
15
|
|
],
|
|
"field_36837": null,
|
|
"field_36830": null,
|
|
"field_36847": 8,
|
|
"field_36851": null,
|
|
"field_37833": null
|
|
},
|
|
{
|
|
"id": 9,
|
|
"order": "9.00000000000000000000",
|
|
"created_on": "2024-09-13T12:29:28.473756+00:00",
|
|
"updated_on": "2024-09-13T12:29:28.473756+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36818": "63b8cf48-57d5-46e2-9318-dd0809730338",
|
|
"field_36820": null,
|
|
"field_36821": null,
|
|
"field_36822": [
|
|
16
|
|
],
|
|
"field_36837": null,
|
|
"field_36830": null,
|
|
"field_36847": 9,
|
|
"field_36851": null,
|
|
"field_37833": null
|
|
},
|
|
{
|
|
"id": 10,
|
|
"order": "10.00000000000000000000",
|
|
"created_on": "2024-09-30T06:31:20.466905+00:00",
|
|
"updated_on": "2024-09-30T06:31:20.466905+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36818": "4022f0c9-333e-4cfa-96a4-cca3c9c70beb",
|
|
"field_36820": null,
|
|
"field_36821": null,
|
|
"field_36822": [
|
|
17,
|
|
18
|
|
],
|
|
"field_36837": null,
|
|
"field_36830": null,
|
|
"field_36847": 10,
|
|
"field_36851": null,
|
|
"field_37833": null
|
|
}
|
|
],
|
|
"data_sync": null
|
|
},
|
|
{
|
|
"id": 3595,
|
|
"name": "Order details",
|
|
"order": 6,
|
|
"fields": [
|
|
{
|
|
"id": 36833,
|
|
"type": "formula",
|
|
"name": "Name",
|
|
"order": 0,
|
|
"primary": true,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": null,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": false,
|
|
"error": null,
|
|
"array_formula_type": "text",
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"formula": "concat(min(lookup('Quantity','Name')),' x ',field('Beverage'), ' - ',field('Size'))",
|
|
"formula_type": "array"
|
|
},
|
|
{
|
|
"id": 36823,
|
|
"type": "link_row",
|
|
"name": "Order",
|
|
"order": 1,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 3594,
|
|
"link_row_related_field_id": 36822,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 36824,
|
|
"type": "link_row",
|
|
"name": "Beverage",
|
|
"order": 2,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 3590,
|
|
"link_row_related_field_id": 36804,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 36825,
|
|
"type": "link_row",
|
|
"name": "Size",
|
|
"order": 3,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 3592,
|
|
"link_row_related_field_id": 36811,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 36834,
|
|
"type": "formula",
|
|
"name": "Subtotal price",
|
|
"order": 5,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": 2,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": false,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"formula": "sum(lookup('Beverage','Basic price') * lookup('Size','Extra charge') * min(lookup('Quantity','Name')))",
|
|
"formula_type": "number"
|
|
},
|
|
{
|
|
"id": 36845,
|
|
"type": "link_row",
|
|
"name": "Quantity",
|
|
"order": 8,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 3596,
|
|
"link_row_related_field_id": 36846,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 36848,
|
|
"type": "rollup",
|
|
"name": "Size name",
|
|
"order": 9,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": null,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": true,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"through_field_id": 36825,
|
|
"target_field_id": 36841,
|
|
"rollup_function": "min"
|
|
},
|
|
{
|
|
"id": 36849,
|
|
"type": "rollup",
|
|
"name": "Basic price",
|
|
"order": 10,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": 2,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": true,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"through_field_id": 36824,
|
|
"target_field_id": 36798,
|
|
"rollup_function": "min"
|
|
},
|
|
{
|
|
"id": 37837,
|
|
"type": "formula",
|
|
"name": "Order number",
|
|
"order": 11,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_include_time": null,
|
|
"duration_format": null,
|
|
"number_decimal_places": null,
|
|
"date_time_format": null,
|
|
"date_show_tzinfo": null,
|
|
"nullable": false,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_force_timezone": null,
|
|
"formula": "join(totext(lookup('Order','Order ID')),'')",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 37838,
|
|
"type": "boolean",
|
|
"name": "Is ready",
|
|
"order": 12,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 16332,
|
|
"type": "grid",
|
|
"name": "All order details",
|
|
"order": 1,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 149693,
|
|
"field_id": 36833,
|
|
"width": 256,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149694,
|
|
"field_id": 36823,
|
|
"width": 125,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149695,
|
|
"field_id": 36824,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149709,
|
|
"field_id": 36849,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149705,
|
|
"field_id": 36845,
|
|
"width": 137,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149697,
|
|
"field_id": 36825,
|
|
"width": 131,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149708,
|
|
"field_id": 36848,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149698,
|
|
"field_id": 36834,
|
|
"width": 164,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153668,
|
|
"field_id": 37837,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153669,
|
|
"field_id": 37838,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 16737,
|
|
"type": "grid",
|
|
"name": "All order details grouped by order",
|
|
"order": 2,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"group_bys": [
|
|
{
|
|
"id": 1537,
|
|
"field_id": 37837,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 153659,
|
|
"field_id": 36833,
|
|
"width": 256,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153660,
|
|
"field_id": 36823,
|
|
"width": 125,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153667,
|
|
"field_id": 37837,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153661,
|
|
"field_id": 36824,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153670,
|
|
"field_id": 37838,
|
|
"width": 125,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153662,
|
|
"field_id": 36849,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153663,
|
|
"field_id": 36845,
|
|
"width": 137,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153664,
|
|
"field_id": 36825,
|
|
"width": 131,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153665,
|
|
"field_id": 36848,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153666,
|
|
"field_id": 36834,
|
|
"width": 164,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 16738,
|
|
"type": "grid",
|
|
"name": "All order details grouped by order and size",
|
|
"order": 3,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"group_bys": [
|
|
{
|
|
"id": 1538,
|
|
"field_id": 37837,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 1539,
|
|
"field_id": 36848,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 153671,
|
|
"field_id": 36833,
|
|
"width": 256,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153672,
|
|
"field_id": 36823,
|
|
"width": 125,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153673,
|
|
"field_id": 37837,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153674,
|
|
"field_id": 36824,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153675,
|
|
"field_id": 37838,
|
|
"width": 125,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153676,
|
|
"field_id": 36849,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153677,
|
|
"field_id": 36845,
|
|
"width": 137,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153678,
|
|
"field_id": 36825,
|
|
"width": 131,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153679,
|
|
"field_id": 36848,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 153680,
|
|
"field_id": 36834,
|
|
"width": 164,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"id": 3,
|
|
"order": "3.00000000000000000000",
|
|
"created_on": "2023-09-12T13:57:54.079237+00:00",
|
|
"updated_on": "2024-09-30T06:29:51.009978+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36833": null,
|
|
"field_36823": [
|
|
3
|
|
],
|
|
"field_36824": [
|
|
1
|
|
],
|
|
"field_36825": [
|
|
1
|
|
],
|
|
"field_36834": null,
|
|
"field_36845": [
|
|
1
|
|
],
|
|
"field_36848": null,
|
|
"field_36849": null,
|
|
"field_37837": null,
|
|
"field_37838": "false"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"order": "4.00000000000000000000",
|
|
"created_on": "2023-09-12T14:01:05.835041+00:00",
|
|
"updated_on": "2024-09-13T09:13:39.828782+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36833": null,
|
|
"field_36823": [
|
|
4
|
|
],
|
|
"field_36824": [
|
|
3
|
|
],
|
|
"field_36825": [
|
|
1
|
|
],
|
|
"field_36834": null,
|
|
"field_36845": [
|
|
4
|
|
],
|
|
"field_36848": null,
|
|
"field_36849": null,
|
|
"field_37837": null,
|
|
"field_37838": "false"
|
|
},
|
|
{
|
|
"id": 8,
|
|
"order": "8.00000000000000000000",
|
|
"created_on": "2023-09-14T02:51:32.356276+00:00",
|
|
"updated_on": "2024-09-13T09:13:39.828899+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36833": null,
|
|
"field_36823": [
|
|
6
|
|
],
|
|
"field_36824": [
|
|
9
|
|
],
|
|
"field_36825": [
|
|
1
|
|
],
|
|
"field_36834": null,
|
|
"field_36845": [
|
|
1
|
|
],
|
|
"field_36848": null,
|
|
"field_36849": null,
|
|
"field_37837": null,
|
|
"field_37838": "false"
|
|
},
|
|
{
|
|
"id": 9,
|
|
"order": "9.00000000000000000000",
|
|
"created_on": "2023-09-14T02:51:45.062384+00:00",
|
|
"updated_on": "2024-09-30T06:29:50.013099+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36833": null,
|
|
"field_36823": [
|
|
6
|
|
],
|
|
"field_36824": [
|
|
10
|
|
],
|
|
"field_36825": [
|
|
3
|
|
],
|
|
"field_36834": null,
|
|
"field_36845": [
|
|
2
|
|
],
|
|
"field_36848": null,
|
|
"field_36849": null,
|
|
"field_37837": null,
|
|
"field_37838": "true"
|
|
},
|
|
{
|
|
"id": 10,
|
|
"order": "10.00000000000000000000",
|
|
"created_on": "2024-09-13T11:06:21.607552+00:00",
|
|
"updated_on": "2024-09-30T06:29:40.588934+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36833": null,
|
|
"field_36823": [
|
|
1
|
|
],
|
|
"field_36824": [
|
|
8
|
|
],
|
|
"field_36825": [
|
|
1
|
|
],
|
|
"field_36834": null,
|
|
"field_36845": [
|
|
5
|
|
],
|
|
"field_36848": null,
|
|
"field_36849": null,
|
|
"field_37837": null,
|
|
"field_37838": "true"
|
|
},
|
|
{
|
|
"id": 11,
|
|
"order": "11.00000000000000000000",
|
|
"created_on": "2024-09-13T11:06:37.887680+00:00",
|
|
"updated_on": "2024-09-30T06:29:41.471409+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36833": null,
|
|
"field_36823": [
|
|
1
|
|
],
|
|
"field_36824": [
|
|
1
|
|
],
|
|
"field_36825": [
|
|
1
|
|
],
|
|
"field_36834": null,
|
|
"field_36845": [
|
|
1
|
|
],
|
|
"field_36848": null,
|
|
"field_36849": null,
|
|
"field_37837": null,
|
|
"field_37838": "true"
|
|
},
|
|
{
|
|
"id": 12,
|
|
"order": "12.00000000000000000000",
|
|
"created_on": "2024-09-13T11:06:57.118019+00:00",
|
|
"updated_on": "2024-09-30T06:29:42.315188+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36833": null,
|
|
"field_36823": [
|
|
1
|
|
],
|
|
"field_36824": [
|
|
3
|
|
],
|
|
"field_36825": [
|
|
2
|
|
],
|
|
"field_36834": null,
|
|
"field_36845": [
|
|
5
|
|
],
|
|
"field_36848": null,
|
|
"field_36849": null,
|
|
"field_37837": null,
|
|
"field_37838": "true"
|
|
},
|
|
{
|
|
"id": 14,
|
|
"order": "13.00000000000000000000",
|
|
"created_on": "2024-09-13T12:28:39.325553+00:00",
|
|
"updated_on": "2024-09-13T12:28:39.325553+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36833": null,
|
|
"field_36823": [
|
|
8
|
|
],
|
|
"field_36824": [
|
|
8
|
|
],
|
|
"field_36825": [
|
|
2
|
|
],
|
|
"field_36834": null,
|
|
"field_36845": [
|
|
6
|
|
],
|
|
"field_36848": null,
|
|
"field_36849": null,
|
|
"field_37837": null,
|
|
"field_37838": "false"
|
|
},
|
|
{
|
|
"id": 15,
|
|
"order": "14.00000000000000000000",
|
|
"created_on": "2024-09-13T12:29:06.455534+00:00",
|
|
"updated_on": "2024-09-30T06:29:53.241832+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36833": null,
|
|
"field_36823": [
|
|
8
|
|
],
|
|
"field_36824": [
|
|
2
|
|
],
|
|
"field_36825": [
|
|
1
|
|
],
|
|
"field_36834": null,
|
|
"field_36845": [
|
|
1
|
|
],
|
|
"field_36848": null,
|
|
"field_36849": null,
|
|
"field_37837": null,
|
|
"field_37838": "true"
|
|
},
|
|
{
|
|
"id": 16,
|
|
"order": "15.00000000000000000000",
|
|
"created_on": "2024-09-13T12:29:38.340263+00:00",
|
|
"updated_on": "2024-09-13T12:29:38.340263+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36833": null,
|
|
"field_36823": [
|
|
9
|
|
],
|
|
"field_36824": [
|
|
4
|
|
],
|
|
"field_36825": [
|
|
2
|
|
],
|
|
"field_36834": null,
|
|
"field_36845": [
|
|
6
|
|
],
|
|
"field_36848": null,
|
|
"field_36849": null,
|
|
"field_37837": null,
|
|
"field_37838": "false"
|
|
},
|
|
{
|
|
"id": 17,
|
|
"order": "16.00000000000000000000",
|
|
"created_on": "2024-09-30T06:31:38.125234+00:00",
|
|
"updated_on": "2024-09-30T06:31:38.125234+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36833": null,
|
|
"field_36823": [
|
|
10
|
|
],
|
|
"field_36824": [
|
|
2
|
|
],
|
|
"field_36825": [
|
|
2
|
|
],
|
|
"field_36834": null,
|
|
"field_36845": [
|
|
2
|
|
],
|
|
"field_36848": null,
|
|
"field_36849": null,
|
|
"field_37837": null,
|
|
"field_37838": "false"
|
|
}
|
|
],
|
|
"data_sync": null
|
|
},
|
|
{
|
|
"id": 3596,
|
|
"name": "Quantities",
|
|
"order": 7,
|
|
"fields": [
|
|
{
|
|
"id": 36842,
|
|
"type": "number",
|
|
"name": "Name",
|
|
"order": 0,
|
|
"primary": true,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"number_decimal_places": 0,
|
|
"number_negative": false
|
|
},
|
|
{
|
|
"id": 36846,
|
|
"type": "link_row",
|
|
"name": "Order details",
|
|
"order": 1,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 3595,
|
|
"link_row_related_field_id": 36845,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 16334,
|
|
"type": "grid",
|
|
"name": "All quantities",
|
|
"order": 1,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": "frederik@baserow.io",
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 13041,
|
|
"field_id": 36842,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 149704,
|
|
"field_id": 36842,
|
|
"width": 108,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 149706,
|
|
"field_id": 36846,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"id": 1,
|
|
"order": "1.00000000000000000000",
|
|
"created_on": "2024-09-13T09:12:47.719999+00:00",
|
|
"updated_on": "2024-09-13T09:12:53.526924+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36842": "1",
|
|
"field_36846": [
|
|
2,
|
|
3,
|
|
5,
|
|
6,
|
|
8,
|
|
11,
|
|
15
|
|
]
|
|
},
|
|
{
|
|
"id": 2,
|
|
"order": "2.00000000000000000000",
|
|
"created_on": "2024-09-13T09:12:47.720079+00:00",
|
|
"updated_on": "2024-09-13T09:12:54.522766+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36842": "2",
|
|
"field_36846": [
|
|
7,
|
|
9,
|
|
17
|
|
]
|
|
},
|
|
{
|
|
"id": 3,
|
|
"order": "3.00000000000000000000",
|
|
"created_on": "2024-09-13T09:12:56.520028+00:00",
|
|
"updated_on": "2024-09-13T09:13:03.194777+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36842": "3",
|
|
"field_36846": []
|
|
},
|
|
{
|
|
"id": 4,
|
|
"order": "4.00000000000000000000",
|
|
"created_on": "2024-09-13T09:12:57.696055+00:00",
|
|
"updated_on": "2024-09-13T09:13:03.943684+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36842": "4",
|
|
"field_36846": [
|
|
4
|
|
]
|
|
},
|
|
{
|
|
"id": 5,
|
|
"order": "5.00000000000000000000",
|
|
"created_on": "2024-09-13T09:12:58.427363+00:00",
|
|
"updated_on": "2024-09-13T09:13:04.409537+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36842": "5",
|
|
"field_36846": [
|
|
10,
|
|
12,
|
|
18
|
|
]
|
|
},
|
|
{
|
|
"id": 6,
|
|
"order": "6.00000000000000000000",
|
|
"created_on": "2024-09-13T09:12:58.890867+00:00",
|
|
"updated_on": "2024-09-13T09:13:04.896933+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36842": "6",
|
|
"field_36846": [
|
|
14,
|
|
16
|
|
]
|
|
},
|
|
{
|
|
"id": 7,
|
|
"order": "7.00000000000000000000",
|
|
"created_on": "2024-09-13T09:12:59.518123+00:00",
|
|
"updated_on": "2024-09-13T09:13:05.364304+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36842": "7",
|
|
"field_36846": []
|
|
},
|
|
{
|
|
"id": 8,
|
|
"order": "8.00000000000000000000",
|
|
"created_on": "2024-09-13T09:12:59.982558+00:00",
|
|
"updated_on": "2024-09-13T09:13:06.357462+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36842": "8",
|
|
"field_36846": []
|
|
},
|
|
{
|
|
"id": 9,
|
|
"order": "9.00000000000000000000",
|
|
"created_on": "2024-09-13T09:13:00.863541+00:00",
|
|
"updated_on": "2024-09-13T09:13:07.086114+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_36842": "9",
|
|
"field_36846": []
|
|
}
|
|
],
|
|
"data_sync": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"pages": [
|
|
{
|
|
"id": 2149,
|
|
"name": "Welcome",
|
|
"order": 1,
|
|
"path": "/",
|
|
"path_params": [],
|
|
"elements": [
|
|
{
|
|
"id": 35724,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 100,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "k9AiG9N7CHSxEO2C0hwQorLIC6i1Dg3T_f4338c8d1e05a85bf5950b9a2025784495883a54ece3c4fccc17896d9d460ba2.png",
|
|
"original_name": "smoothzies.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 35727,
|
|
"order": "2.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_1_font_size": 48,
|
|
"heading_1_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'\ud83d\udc4b Welcome'",
|
|
"level": 1
|
|
},
|
|
{
|
|
"id": 35731,
|
|
"order": "3.00000000000000000000",
|
|
"type": "button",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_width": "full",
|
|
"button_font_size": 36,
|
|
"button_font_family": "trebuchet_ms",
|
|
"button_vertical_padding": 36
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 8,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 100,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 8,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 100,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 8,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 20,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 8,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 20,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'\ud83d\udc49 Start your order'"
|
|
}
|
|
],
|
|
"data_sources": [],
|
|
"workflow_actions": [
|
|
{
|
|
"id": 5460,
|
|
"type": "create_row",
|
|
"order": 1,
|
|
"page_id": 2149,
|
|
"element_id": 35731,
|
|
"event": "click",
|
|
"service": {
|
|
"id": 4836,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_upsert_row",
|
|
"table_id": 3594,
|
|
"row_id": "",
|
|
"field_mappings": []
|
|
}
|
|
},
|
|
{
|
|
"id": 5462,
|
|
"type": "open_page",
|
|
"order": 2,
|
|
"page_id": 2149,
|
|
"element_id": 35731,
|
|
"event": "click",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2150,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('previous_action.5460.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 2150,
|
|
"name": "Menu",
|
|
"order": 2,
|
|
"path": "/menu/:order_id",
|
|
"path_params": [
|
|
{
|
|
"name": "order_id",
|
|
"type": "numeric"
|
|
}
|
|
],
|
|
"elements": [
|
|
{
|
|
"id": 35737,
|
|
"order": "0.66666666666666662966",
|
|
"type": "text",
|
|
"parent_element_id": 35735,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"body_font_size": 20,
|
|
"body_text_color": "secondary"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "secondary",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "get('current_record.field_36840')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35728,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "k9AiG9N7CHSxEO2C0hwQorLIC6i1Dg3T_f4338c8d1e05a85bf5950b9a2025784495883a54ece3c4fccc17896d9d460ba2.png",
|
|
"original_name": "smoothzies.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 35736,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 35735,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {
|
|
"image_constraint": "full-width"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "url",
|
|
"image_file_id": null,
|
|
"image_url": "get('current_record.field_36799.0.url')",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 35882,
|
|
"order": "1.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": 35735,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_2_font_size": 28
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "get('current_record.field_36796')",
|
|
"level": 2
|
|
},
|
|
{
|
|
"id": 35770,
|
|
"order": "1.33333333333333325932",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 2,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 35883,
|
|
"order": "1.50000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35735,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('*', get('current_record.field_36797'), '*')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35729,
|
|
"order": "2.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 2,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'\ud83e\udd64 Menu'",
|
|
"level": 1
|
|
},
|
|
{
|
|
"id": 35738,
|
|
"order": "2.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35735,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"body_font_size": 22,
|
|
"body_text_color": "secondary"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 20,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**\u20ac ', get('current_record.field_36798'), '**')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35746,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 35735,
|
|
"place_in_container": "2",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_width": "full",
|
|
"button_vertical_padding": 24
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2152,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.3915.id')"
|
|
},
|
|
{
|
|
"name": "beverage_id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'+ ADD TO ORDER'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 35772,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 35770,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_width": "full",
|
|
"button_font_size": 16,
|
|
"button_background_color": "secondary",
|
|
"button_vertical_padding": 24
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2157,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.3915.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\ud83e\uddfe VIEW ORDER DETAILS'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 35773,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 35770,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_width": "full",
|
|
"button_font_size": 16,
|
|
"button_background_color": "secondary",
|
|
"button_vertical_padding": 24
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2158,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.3915.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\ud83d\uded2 GO TO CHECKOUT'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 35730,
|
|
"order": "3.00000000000000000000",
|
|
"type": "repeat",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 3914,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"schema_property": null,
|
|
"property_options": [],
|
|
"orientation": "vertical",
|
|
"items_per_row": {
|
|
"tablet": 2,
|
|
"desktop": 2,
|
|
"smartphone": 2
|
|
}
|
|
},
|
|
{
|
|
"id": 35735,
|
|
"order": "3.00000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": 35730,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 2,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 3,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 35739,
|
|
"order": "3.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35735,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'**Ingredients**'",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35741,
|
|
"order": "4.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35735,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "get('current_record.field_36803.*.value')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35743,
|
|
"order": "5.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 35735,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2156,
|
|
"page_parameters": [
|
|
{
|
|
"name": "beverage_id",
|
|
"value": "get('current_record.id')"
|
|
},
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.3915.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'More information about ingredients'",
|
|
"variant": "link"
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 3914,
|
|
"name": "Beverages",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 4835,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 3590,
|
|
"view_id": 16312,
|
|
"sortings": [],
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": []
|
|
}
|
|
},
|
|
{
|
|
"id": 3915,
|
|
"name": "Order",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 4838,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 3594,
|
|
"view_id": 16326,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.order_id')"
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": []
|
|
},
|
|
{
|
|
"id": 2152,
|
|
"name": "Cup selection",
|
|
"order": 3,
|
|
"path": "/cup-selection/:order_id/:beverage_id",
|
|
"path_params": [
|
|
{
|
|
"name": "order_id",
|
|
"type": "numeric"
|
|
},
|
|
{
|
|
"name": "beverage_id",
|
|
"type": "numeric"
|
|
}
|
|
],
|
|
"elements": [
|
|
{
|
|
"id": 35794,
|
|
"order": "0.25000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35793,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"body_font_size": 18,
|
|
"body_text_color": "secondary",
|
|
"body_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "get('data_source.3921.field_36840')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35819,
|
|
"order": "0.33333333333333331483",
|
|
"type": "heading",
|
|
"parent_element_id": 35793,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "get('data_source.3921.field_36796')",
|
|
"level": 2
|
|
},
|
|
{
|
|
"id": 35795,
|
|
"order": "0.50000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 35793,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "url",
|
|
"image_file_id": null,
|
|
"image_url": "get('data_source.3921.field_36799.0.url')",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 35818,
|
|
"order": "0.50000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35793,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('*', get('data_source.3921.field_36797'), '* ')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35779,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "k9AiG9N7CHSxEO2C0hwQorLIC6i1Dg3T_f4338c8d1e05a85bf5950b9a2025784495883a54ece3c4fccc17896d9d460ba2.png",
|
|
"original_name": "smoothzies.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 35796,
|
|
"order": "1.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35793,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"body_font_size": 22,
|
|
"body_text_color": "secondary"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 20,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**\u20ac ', get('data_source.3921.field_36798'), '** ')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35802,
|
|
"order": "1.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 35800,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_width": "full",
|
|
"button_font_size": 18,
|
|
"button_vertical_padding": 24
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 20,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 20,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2154,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.3922.id')"
|
|
},
|
|
{
|
|
"name": "beverage_id",
|
|
"value": "get('data_source.3921.id')"
|
|
},
|
|
{
|
|
"name": "cup_id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "get('current_record.field_36841')",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 35775,
|
|
"order": "1.33333333333333325932",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 1,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 35799,
|
|
"order": "1.66666666666666674068",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'Select your cup size'",
|
|
"level": 1
|
|
},
|
|
{
|
|
"id": 35800,
|
|
"order": "1.75000000000000000000",
|
|
"type": "repeat",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 10,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 3923,
|
|
"items_per_page": 3,
|
|
"button_load_more_label": "",
|
|
"schema_property": null,
|
|
"property_options": [],
|
|
"orientation": "horizontal",
|
|
"items_per_row": {
|
|
"tablet": 1,
|
|
"desktop": 3,
|
|
"smartphone": 1
|
|
}
|
|
},
|
|
{
|
|
"id": 35787,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 35775,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_width": "full",
|
|
"button_font_size": 16,
|
|
"button_background_color": "secondary",
|
|
"button_vertical_padding": 24
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2150,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.3922.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\u2b05 BACK TO THE MENU'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 35797,
|
|
"order": "2.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35793,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'**Ingredients**'",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35793,
|
|
"order": "2.66666666666666651864",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 3,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 35798,
|
|
"order": "3.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35793,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "get('data_source.3921.field_36803.*.value')",
|
|
"format": "markdown"
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 3921,
|
|
"name": "Beverage",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 4847,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 3590,
|
|
"view_id": 16312,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.beverage_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 3922,
|
|
"name": "Order",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 4846,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 3594,
|
|
"view_id": 16326,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.order_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 3923,
|
|
"name": "Cup sizes",
|
|
"order": "3.00000000000000000000",
|
|
"service": {
|
|
"id": 4848,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 3592,
|
|
"view_id": 16323,
|
|
"sortings": [],
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": []
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": []
|
|
},
|
|
{
|
|
"id": 2154,
|
|
"name": "Quantity selection",
|
|
"order": 4,
|
|
"path": "/quantity-selection/:order_id/:beverage_id/:cup_id",
|
|
"path_params": [
|
|
{
|
|
"name": "order_id",
|
|
"type": "numeric"
|
|
},
|
|
{
|
|
"name": "beverage_id",
|
|
"type": "numeric"
|
|
},
|
|
{
|
|
"name": "cup_id",
|
|
"type": "numeric"
|
|
}
|
|
],
|
|
"elements": [
|
|
{
|
|
"id": 35823,
|
|
"order": "0.25000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35822,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"body_font_size": 18,
|
|
"body_text_color": "secondary",
|
|
"body_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "get('data_source.3928.field_36840')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35824,
|
|
"order": "0.33333333333333331483",
|
|
"type": "heading",
|
|
"parent_element_id": 35822,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_2_text_alignment": "left"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "get('data_source.3928.field_36796')",
|
|
"level": 2
|
|
},
|
|
{
|
|
"id": 35825,
|
|
"order": "0.50000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 35822,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "url",
|
|
"image_file_id": null,
|
|
"image_url": "get('data_source.3928.field_36799.0.url')",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 35826,
|
|
"order": "0.50000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35822,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('*', get('data_source.3928.field_36797'), '*')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35827,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "k9AiG9N7CHSxEO2C0hwQorLIC6i1Dg3T_f4338c8d1e05a85bf5950b9a2025784495883a54ece3c4fccc17896d9d460ba2.png",
|
|
"original_name": "smoothzies.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 35832,
|
|
"order": "1.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 35820,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_width": "full",
|
|
"button_font_size": 16,
|
|
"button_background_color": "secondary",
|
|
"button_vertical_padding": 24
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2152,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.3929.id')"
|
|
},
|
|
{
|
|
"name": "beverage_id",
|
|
"value": "get('data_source.3928.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\u2b05 BACK TO CUP SELECTION'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 35838,
|
|
"order": "1.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 35836,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_width": "full",
|
|
"button_font_size": 18,
|
|
"button_vertical_padding": 24
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 20,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 20,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2155,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.3929.id')"
|
|
},
|
|
{
|
|
"name": "beverage_id",
|
|
"value": "get('data_source.3928.id')"
|
|
},
|
|
{
|
|
"name": "cup_id",
|
|
"value": "get('data_source.3930.id')"
|
|
},
|
|
{
|
|
"name": "quanity_id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "get('current_record.field_36842')",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 35820,
|
|
"order": "1.33333333333333325932",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 2,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 35856,
|
|
"order": "1.50000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35822,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"body_font_size": 22,
|
|
"body_text_color": "secondary"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 20,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**\u20ac ',get('data_source.3928.field_36798'),'** ')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35831,
|
|
"order": "1.66666666666666674068",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'Select the quantity'",
|
|
"level": 1
|
|
},
|
|
{
|
|
"id": 35836,
|
|
"order": "1.71428571428571419055",
|
|
"type": "repeat",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 3931,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"schema_property": null,
|
|
"property_options": [],
|
|
"orientation": "horizontal",
|
|
"items_per_row": {
|
|
"tablet": 3,
|
|
"desktop": 9,
|
|
"smartphone": 1
|
|
}
|
|
},
|
|
{
|
|
"id": 35828,
|
|
"order": "2.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35822,
|
|
"place_in_container": "2",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"body_font_size": 22,
|
|
"body_text_color": "primary"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 20,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**', get('data_source.3930.field_36841'), '** ')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35833,
|
|
"order": "2.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35822,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'**Ingredients**'",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35822,
|
|
"order": "2.66666666666666651864",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 3,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 35834,
|
|
"order": "3.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35822,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "get('data_source.3928.field_36803.*.value')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35835,
|
|
"order": "3.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 35820,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_width": "full",
|
|
"button_font_size": 16,
|
|
"button_background_color": "secondary",
|
|
"button_vertical_padding": 24
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2150,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.3929.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\u2b05\u2b05 BACK TO THE MENU'",
|
|
"variant": "button"
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 3928,
|
|
"name": "Beverage",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 4852,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 3590,
|
|
"view_id": 16312,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.beverage_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 3929,
|
|
"name": "Order",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 4853,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 3594,
|
|
"view_id": 16326,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.order_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 3930,
|
|
"name": "Cup size",
|
|
"order": "3.00000000000000000000",
|
|
"service": {
|
|
"id": 4855,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 3592,
|
|
"view_id": 16323,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.cup_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 3931,
|
|
"name": "Quantities",
|
|
"order": "4.00000000000000000000",
|
|
"service": {
|
|
"id": 4856,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 3596,
|
|
"view_id": 16334,
|
|
"sortings": [],
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": []
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": []
|
|
},
|
|
{
|
|
"id": 2155,
|
|
"name": "Order detail confirmation",
|
|
"order": 5,
|
|
"path": "/order-detail-confirm/:order_id/:beverage_id/:cup_id/:quanity_id",
|
|
"path_params": [
|
|
{
|
|
"name": "order_id",
|
|
"type": "numeric"
|
|
},
|
|
{
|
|
"name": "beverage_id",
|
|
"type": "numeric"
|
|
},
|
|
{
|
|
"name": "cup_id",
|
|
"type": "numeric"
|
|
},
|
|
{
|
|
"name": "quanity_id",
|
|
"type": "numeric"
|
|
}
|
|
],
|
|
"elements": [
|
|
{
|
|
"id": 35842,
|
|
"order": "0.25000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35841,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"body_font_size": 18,
|
|
"body_text_color": "secondary",
|
|
"body_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "get('data_source.3932.field_36840')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35843,
|
|
"order": "0.33333333333333331483",
|
|
"type": "heading",
|
|
"parent_element_id": 35841,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_2_text_alignment": "left"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "get('data_source.3932.field_36796')",
|
|
"level": 2
|
|
},
|
|
{
|
|
"id": 35844,
|
|
"order": "0.50000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 35841,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "url",
|
|
"image_file_id": null,
|
|
"image_url": "get('data_source.3932.field_36799.0.url')",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 35845,
|
|
"order": "0.50000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35841,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('*', get('data_source.3932.field_36797'), '*')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35857,
|
|
"order": "0.66666666666666662966",
|
|
"type": "text",
|
|
"parent_element_id": 35841,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"body_font_size": 22,
|
|
"body_text_color": "secondary"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 20,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**\u20ac ',get('data_source.3932.field_36798'),'** ')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35846,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "k9AiG9N7CHSxEO2C0hwQorLIC6i1Dg3T_f4338c8d1e05a85bf5950b9a2025784495883a54ece3c4fccc17896d9d460ba2.png",
|
|
"original_name": "smoothzies.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 35847,
|
|
"order": "1.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35841,
|
|
"place_in_container": "2",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"body_font_size": 22,
|
|
"body_text_color": "primary"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 20,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Size: ', get('data_source.3934.field_36841'), '** ')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35848,
|
|
"order": "1.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 35839,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_width": "full",
|
|
"button_font_size": 16,
|
|
"button_background_color": "secondary",
|
|
"button_vertical_padding": 24
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2152,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.3933.id')"
|
|
},
|
|
{
|
|
"name": "beverage_id",
|
|
"value": "get('data_source.3932.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\u2b05\u2b05 BACK TO CUP SELECTION'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 35855,
|
|
"order": "1.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 35839,
|
|
"place_in_container": "2",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_width": "full",
|
|
"button_font_size": 16,
|
|
"button_background_color": "secondary",
|
|
"button_vertical_padding": 24
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2154,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.3933.id')"
|
|
},
|
|
{
|
|
"name": "beverage_id",
|
|
"value": "get('data_source.3932.id')"
|
|
},
|
|
{
|
|
"name": "cup_id",
|
|
"value": "get('data_source.3934.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\u2b05 BACK TO QUANTITY SELECTION'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 35839,
|
|
"order": "1.33333333333333325932",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 3,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 35851,
|
|
"order": "1.66666666666666674068",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'Confirm your order'",
|
|
"level": 1
|
|
},
|
|
{
|
|
"id": 35852,
|
|
"order": "2.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35841,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'**Ingredients**'",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35858,
|
|
"order": "2.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35841,
|
|
"place_in_container": "2",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"body_font_size": 22,
|
|
"body_text_color": "primary"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 20,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Quantity: ', get('data_source.3935.field_36842'), '** ')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35859,
|
|
"order": "2.00000000000000000000",
|
|
"type": "button",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_font_size": 18,
|
|
"button_vertical_padding": 24,
|
|
"button_horizontal_padding": 38
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('CONFIRM ', get('data_source.3935.field_36842'), ' ', get('data_source.3932.field_36796'), ' / ', get('data_source.3934.field_36809'), ' ')"
|
|
},
|
|
{
|
|
"id": 35841,
|
|
"order": "2.66666666666666651864",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 3,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 35853,
|
|
"order": "3.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 35841,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "get('data_source.3932.field_36803.*.value')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35854,
|
|
"order": "3.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 35839,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_width": "full",
|
|
"button_font_size": 16,
|
|
"button_background_color": "secondary",
|
|
"button_vertical_padding": 24
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2150,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.3933.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\u2b05\u2b05\u2b05 BACK TO THE MENU'",
|
|
"variant": "button"
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 3932,
|
|
"name": "Beverage",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 4857,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 3590,
|
|
"view_id": 16312,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.beverage_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 3933,
|
|
"name": "Order",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 4858,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 3594,
|
|
"view_id": 16326,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.order_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 3934,
|
|
"name": "Cup size",
|
|
"order": "3.00000000000000000000",
|
|
"service": {
|
|
"id": 4859,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 3592,
|
|
"view_id": 16323,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.cup_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 3935,
|
|
"name": "Quantity",
|
|
"order": "4.00000000000000000000",
|
|
"service": {
|
|
"id": 4861,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 3596,
|
|
"view_id": 16334,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.quanity_id')"
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": [
|
|
{
|
|
"id": 5465,
|
|
"type": "notification",
|
|
"order": 2,
|
|
"page_id": 2155,
|
|
"element_id": 35859,
|
|
"event": "click",
|
|
"title": "'\u2705 Smoothie added'",
|
|
"description": "concat(get('previous_action.5464.field_36833.0.value'), ' has been added to your order.')"
|
|
},
|
|
{
|
|
"id": 5464,
|
|
"type": "create_row",
|
|
"order": 1,
|
|
"page_id": 2155,
|
|
"element_id": 35859,
|
|
"event": "click",
|
|
"service": {
|
|
"id": 4862,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_upsert_row",
|
|
"table_id": 3595,
|
|
"row_id": "",
|
|
"field_mappings": [
|
|
{
|
|
"field_id": 36823,
|
|
"value": "get('data_source.3933.id')",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"field_id": 36824,
|
|
"value": "get('data_source.3932.id')",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"field_id": 36825,
|
|
"value": "get('data_source.3934.id')",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"field_id": 36845,
|
|
"value": "get('data_source.3935.id')",
|
|
"enabled": true
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": 5467,
|
|
"type": "open_page",
|
|
"order": 3,
|
|
"page_id": 2155,
|
|
"element_id": 35859,
|
|
"event": "click",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2150,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.3933.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 2156,
|
|
"name": "Ingredients",
|
|
"order": 6,
|
|
"path": "/ingredients/:beverage_id/:order_id",
|
|
"path_params": [
|
|
{
|
|
"name": "beverage_id",
|
|
"type": "numeric"
|
|
},
|
|
{
|
|
"name": "order_id",
|
|
"type": "numeric"
|
|
}
|
|
],
|
|
"elements": [
|
|
{
|
|
"id": 35867,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "k9AiG9N7CHSxEO2C0hwQorLIC6i1Dg3T_f4338c8d1e05a85bf5950b9a2025784495883a54ece3c4fccc17896d9d460ba2.png",
|
|
"original_name": "smoothzies.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 35860,
|
|
"order": "1.33333333333333325932",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 1,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 35871,
|
|
"order": "1.66666666666666674068",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat(get('data_source.3936.field_36796'), ' ingredients')",
|
|
"level": 1
|
|
},
|
|
{
|
|
"id": 35872,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 35860,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_width": "full",
|
|
"button_font_size": 16,
|
|
"button_background_color": "secondary",
|
|
"button_vertical_padding": 24
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2150,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.3937.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\u2b05 BACK TO THE MENU'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 35881,
|
|
"order": "2.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "url",
|
|
"image_file_id": null,
|
|
"image_url": "get('data_source.3936.field_36799.0.url')",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 35880,
|
|
"order": "3.00000000000000000000",
|
|
"type": "table",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"table": {
|
|
"table_cell_horizontal_padding": 10
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 3938,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"schema_property": null,
|
|
"property_options": [],
|
|
"fields": [
|
|
{
|
|
"uid": "42617b02-d4ed-40fe-a5fd-8f755c1253fe",
|
|
"name": "Name",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "get('current_record.field_36805')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "2afca4e1-8199-455d-9914-2e41732f8fc9",
|
|
"name": "Category",
|
|
"type": "tags",
|
|
"styles": {},
|
|
"config": {
|
|
"values": "get('current_record.field_36807.value')",
|
|
"colors_is_formula": true,
|
|
"colors": "get('current_record.field_36807.color')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "4f07d777-b001-48b8-a905-90dedd08bf19",
|
|
"name": "Description",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "get('current_record.field_36806')"
|
|
}
|
|
}
|
|
],
|
|
"orientation": {
|
|
"tablet": "vertical",
|
|
"desktop": "horizontal",
|
|
"smartphone": "vertical"
|
|
}
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 3936,
|
|
"name": "Beverage",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 4863,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 3590,
|
|
"view_id": 16312,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.beverage_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 3937,
|
|
"name": "Order",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 4864,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 3594,
|
|
"view_id": 16326,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.order_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 3938,
|
|
"name": "Ingredients",
|
|
"order": "3.00000000000000000000",
|
|
"service": {
|
|
"id": 4865,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 3591,
|
|
"view_id": 16319,
|
|
"sortings": [],
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [
|
|
{
|
|
"field_id": 36808,
|
|
"type": "link_row_has",
|
|
"value": "get('page_parameter.beverage_id')",
|
|
"value_is_formula": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": []
|
|
},
|
|
{
|
|
"id": 2157,
|
|
"name": "Order details",
|
|
"order": 7,
|
|
"path": "/order-details/:order_id",
|
|
"path_params": [
|
|
{
|
|
"name": "order_id",
|
|
"type": "numeric"
|
|
}
|
|
],
|
|
"elements": [
|
|
{
|
|
"id": 35888,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "k9AiG9N7CHSxEO2C0hwQorLIC6i1Dg3T_f4338c8d1e05a85bf5950b9a2025784495883a54ece3c4fccc17896d9d460ba2.png",
|
|
"original_name": "smoothzies.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 35884,
|
|
"order": "1.33333333333333325932",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 1,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 35893,
|
|
"order": "2.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 2,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'\ud83e\uddfe Order overview'",
|
|
"level": 1
|
|
},
|
|
{
|
|
"id": 35896,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 35884,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_width": "full",
|
|
"button_font_size": 16,
|
|
"button_background_color": "secondary",
|
|
"button_vertical_padding": 24
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2150,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.3940.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\u2b05 BACK TO THE MENU'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 35901,
|
|
"order": "3.00000000000000000000",
|
|
"type": "table",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 3941,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"schema_property": null,
|
|
"property_options": [],
|
|
"fields": [
|
|
{
|
|
"uid": "946e4c0f-a694-4d58-9a5f-6f2f30caeb52",
|
|
"name": "Beverage",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "get('current_record.field_36824.*.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "dcfb100d-beee-4ecd-9220-26e2dc7b9d43",
|
|
"name": "Unit price",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "concat('\u20ac ', get('current_record.field_36849'))"
|
|
}
|
|
},
|
|
{
|
|
"uid": "321f5beb-62f6-4b77-b782-3b009c5f525c",
|
|
"name": "Size",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "get('current_record.field_36848')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "d0337fde-3e5e-415e-80b8-a10cc64a4396",
|
|
"name": "Quantity",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "get('current_record.field_36845.*.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "7546d8d0-b2fd-4eb1-8084-50868dae608d",
|
|
"name": "Sutotal",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "concat('\u20ac', get('current_record.field_36834'))"
|
|
}
|
|
},
|
|
{
|
|
"uid": "37d84aef-9ab4-49bc-8aef-657ebd035572",
|
|
"name": "-",
|
|
"type": "button",
|
|
"styles": {},
|
|
"config": {
|
|
"label": "'\u274c REMOVE'"
|
|
}
|
|
}
|
|
],
|
|
"orientation": {
|
|
"tablet": "horizontal",
|
|
"desktop": "horizontal",
|
|
"smartphone": "vertical"
|
|
}
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 3940,
|
|
"name": "Order",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 4867,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 3594,
|
|
"view_id": 16326,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.order_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 3941,
|
|
"name": "Order details",
|
|
"order": "3.00000000000000000000",
|
|
"service": {
|
|
"id": 4868,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 3595,
|
|
"view_id": 16332,
|
|
"sortings": [],
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [
|
|
{
|
|
"field_id": 36823,
|
|
"type": "link_row_has",
|
|
"value": "get('page_parameter.order_id')",
|
|
"value_is_formula": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": [
|
|
{
|
|
"id": 5482,
|
|
"type": "delete_row",
|
|
"order": 1,
|
|
"page_id": 2157,
|
|
"element_id": 35901,
|
|
"event": "37d84aef-9ab4-49bc-8aef-657ebd035572_click",
|
|
"service": {
|
|
"id": 4895,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_delete_row",
|
|
"table_id": 3595,
|
|
"row_id": "get('current_record.id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 5484,
|
|
"type": "refresh_data_source",
|
|
"order": 2,
|
|
"page_id": 2157,
|
|
"element_id": 35901,
|
|
"event": "37d84aef-9ab4-49bc-8aef-657ebd035572_click",
|
|
"data_source_id": 3941
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 2158,
|
|
"name": "Checkout",
|
|
"order": 8,
|
|
"path": "/checkout/:order_id",
|
|
"path_params": [
|
|
{
|
|
"name": "order_id",
|
|
"type": "numeric"
|
|
}
|
|
],
|
|
"elements": [
|
|
{
|
|
"id": 35903,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "k9AiG9N7CHSxEO2C0hwQorLIC6i1Dg3T_f4338c8d1e05a85bf5950b9a2025784495883a54ece3c4fccc17896d9d460ba2.png",
|
|
"original_name": "smoothzies.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 35904,
|
|
"order": "2.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'\ud83d\uded2 Checkout'",
|
|
"level": 1
|
|
},
|
|
{
|
|
"id": 35905,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 35902,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_width": "full",
|
|
"button_font_size": 20,
|
|
"button_background_color": "secondary",
|
|
"button_vertical_padding": 24
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 2149,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Start new order'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 35912,
|
|
"order": "2.33333333333333348136",
|
|
"type": "text",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"body_font_size": 18,
|
|
"body_text_color": "primary",
|
|
"body_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 4,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 4,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Pick up your order with the number ', get('data_source.3942.field_36847'), '**')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35907,
|
|
"order": "2.50000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'Order summary'",
|
|
"level": 2
|
|
},
|
|
{
|
|
"id": 35910,
|
|
"order": "2.66666666666666651864",
|
|
"type": "text",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"body_font_size": 12,
|
|
"body_text_color": "#07081066"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('ORDER ID: ', get('data_source.3942.field_36818'))",
|
|
"format": "plain"
|
|
},
|
|
{
|
|
"id": 35911,
|
|
"order": "2.75000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"body_font_size": 16
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('Date: ', get('data_source.3942.field_36851'))",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35908,
|
|
"order": "2.79999999999999982236",
|
|
"type": "text",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"body_font_size": 16
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('Amount of beverages: ', get('data_source.3942.field_36830'))",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35906,
|
|
"order": "3.00000000000000000000",
|
|
"type": "table",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 3943,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"schema_property": null,
|
|
"property_options": [],
|
|
"fields": [
|
|
{
|
|
"uid": "946e4c0f-a694-4d58-9a5f-6f2f30caeb52",
|
|
"name": "Beverage",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "get('current_record.field_36824.*.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "dcfb100d-beee-4ecd-9220-26e2dc7b9d43",
|
|
"name": "Unit price",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "concat('\u20ac ',get('current_record.field_36849'))"
|
|
}
|
|
},
|
|
{
|
|
"uid": "321f5beb-62f6-4b77-b782-3b009c5f525c",
|
|
"name": "Size",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "get('current_record.field_36848')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "d0337fde-3e5e-415e-80b8-a10cc64a4396",
|
|
"name": "Quantity",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "get('current_record.field_36845.*.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "7546d8d0-b2fd-4eb1-8084-50868dae608d",
|
|
"name": "Sutotal",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "concat('\u20ac',get('current_record.field_36834'))"
|
|
}
|
|
}
|
|
],
|
|
"orientation": {
|
|
"tablet": "horizontal",
|
|
"desktop": "horizontal",
|
|
"smartphone": "vertical"
|
|
}
|
|
},
|
|
{
|
|
"id": 35909,
|
|
"order": "3.33333333333333348136",
|
|
"type": "text",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"body_font_size": 16,
|
|
"body_text_alignment": "right"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 30,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Total price: \u20ac ', get('data_source.3942.field_36837'), '**')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 35902,
|
|
"order": "5.00000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 0,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 1,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 3942,
|
|
"name": "Order",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 4870,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 3594,
|
|
"view_id": 16326,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.order_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 3943,
|
|
"name": "Order details",
|
|
"order": "3.00000000000000000000",
|
|
"service": {
|
|
"id": 4871,
|
|
"integration_id": 302,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 3595,
|
|
"view_id": 16332,
|
|
"sortings": [],
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [
|
|
{
|
|
"field_id": 36823,
|
|
"type": "link_row_has",
|
|
"value": "get('page_parameter.order_id')",
|
|
"value_is_formula": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": []
|
|
}
|
|
],
|
|
"integrations": [
|
|
{
|
|
"id": 302,
|
|
"name": "Local Baserow",
|
|
"order": "1.00000000000000000000",
|
|
"type": "local_baserow",
|
|
"authorized_user": "frederik@baserow.io"
|
|
}
|
|
],
|
|
"theme": {
|
|
"primary_color": "#1a8c9f",
|
|
"secondary_color": "#f866c4",
|
|
"border_color": "#e4ab12",
|
|
"main_success_color": "#12D452",
|
|
"main_warning_color": "#FCC74A",
|
|
"main_error_color": "#FF5A4A",
|
|
"body_font_family": "trebuchet_ms",
|
|
"body_font_size": 14,
|
|
"body_text_color": "#070810ff",
|
|
"body_text_alignment": "left",
|
|
"heading_1_font_family": "courier_new",
|
|
"heading_1_font_size": 48,
|
|
"heading_1_text_color": "primary",
|
|
"heading_1_text_alignment": "center",
|
|
"heading_2_font_family": "courier_new",
|
|
"heading_2_font_size": 28,
|
|
"heading_2_text_color": "primary",
|
|
"heading_2_text_alignment": "left",
|
|
"heading_3_font_family": "courier_new",
|
|
"heading_3_font_size": 16,
|
|
"heading_3_text_color": "#070810ff",
|
|
"heading_3_text_alignment": "left",
|
|
"heading_4_font_family": "courier_new",
|
|
"heading_4_font_size": 16,
|
|
"heading_4_text_color": "#070810ff",
|
|
"heading_4_text_alignment": "left",
|
|
"heading_5_font_family": "courier_new",
|
|
"heading_5_font_size": 14,
|
|
"heading_5_text_color": "#070810ff",
|
|
"heading_5_text_alignment": "left",
|
|
"heading_6_font_family": "courier_new",
|
|
"heading_6_font_size": 14,
|
|
"heading_6_text_color": "#202128",
|
|
"heading_6_text_alignment": "left",
|
|
"button_font_family": "trebuchet_ms",
|
|
"button_font_size": 13,
|
|
"button_alignment": "center",
|
|
"button_text_alignment": "center",
|
|
"button_width": "auto",
|
|
"button_background_color": "primary",
|
|
"button_text_color": "#ffffffff",
|
|
"button_border_color": "border",
|
|
"button_border_size": 0,
|
|
"button_border_radius": 4,
|
|
"button_vertical_padding": 12,
|
|
"button_horizontal_padding": 12,
|
|
"button_hover_background_color": "#64e9ff",
|
|
"button_hover_text_color": "#ffffffff",
|
|
"button_hover_border_color": "#ffd76a",
|
|
"link_font_family": "trebuchet_ms",
|
|
"link_font_size": 13,
|
|
"link_text_alignment": "left",
|
|
"link_text_color": "primary",
|
|
"link_hover_text_color": "secondary",
|
|
"image_alignment": "left",
|
|
"image_max_width": 100,
|
|
"image_max_height": null,
|
|
"image_constraint": "contain",
|
|
"page_background_color": "#ffffffff",
|
|
"page_background_file_id": null,
|
|
"page_background_mode": "tile",
|
|
"label_font_family": "trebuchet_ms",
|
|
"label_text_color": "#070810",
|
|
"label_font_size": 13,
|
|
"input_font_family": "inter",
|
|
"input_font_size": 13,
|
|
"input_text_color": "#070810",
|
|
"input_background_color": "#FFFFFFFF",
|
|
"input_border_color": "border",
|
|
"input_border_size": 1,
|
|
"input_border_radius": 4,
|
|
"input_vertical_padding": 8,
|
|
"input_horizontal_padding": 12,
|
|
"table_border_color": "primary",
|
|
"table_border_size": 0,
|
|
"table_border_radius": 0,
|
|
"table_header_background_color": "primary",
|
|
"table_header_text_color": "#ffffff",
|
|
"table_header_font_size": 13,
|
|
"table_header_font_family": "trebuchet_ms",
|
|
"table_header_text_alignment": "left",
|
|
"table_cell_background_color": "transparent",
|
|
"table_cell_alternate_background_color": "transparent",
|
|
"table_cell_alignment": "left",
|
|
"table_cell_vertical_padding": 10,
|
|
"table_cell_horizontal_padding": 20,
|
|
"table_vertical_separator_color": "#000000FF",
|
|
"table_vertical_separator_size": 0,
|
|
"table_horizontal_separator_color": "border",
|
|
"table_horizontal_separator_size": 1
|
|
},
|
|
"user_sources": [],
|
|
"favicon_file": null,
|
|
"id": 947,
|
|
"name": "Order Kiosk",
|
|
"order": 2,
|
|
"type": "builder"
|
|
}
|
|
]
|
|
} |