mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-06 22:00:09 +00:00
8274 lines
No EOL
404 KiB
JSON
8274 lines
No EOL
404 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": 693,
|
|
"name": "Order Kiosk",
|
|
"order": 3,
|
|
"type": "database",
|
|
"tables": [
|
|
{
|
|
"id": 2980,
|
|
"name": "Beverages",
|
|
"order": 1,
|
|
"fields": [
|
|
{
|
|
"id": 28510,
|
|
"type": "text",
|
|
"name": "Name",
|
|
"description": null,
|
|
"order": 0,
|
|
"primary": true,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 28511,
|
|
"type": "text",
|
|
"name": "Description",
|
|
"description": null,
|
|
"order": 1,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 28512,
|
|
"type": "number",
|
|
"name": "Basic price",
|
|
"description": null,
|
|
"order": 2,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"number_decimal_places": 2,
|
|
"number_negative": false
|
|
},
|
|
{
|
|
"id": 28513,
|
|
"type": "file",
|
|
"name": "Image",
|
|
"description": null,
|
|
"order": 3,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false
|
|
},
|
|
{
|
|
"id": 28514,
|
|
"type": "date",
|
|
"name": "Favorite from",
|
|
"description": null,
|
|
"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": 28515,
|
|
"type": "date",
|
|
"name": "Favorite until",
|
|
"description": null,
|
|
"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": 28536,
|
|
"type": "formula",
|
|
"name": "Is flavor of the month",
|
|
"description": null,
|
|
"order": 7,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"formula": "and(now() > field('Favorite from'), now() < field('Favorite until'))",
|
|
"formula_type": "boolean"
|
|
},
|
|
{
|
|
"id": 28516,
|
|
"type": "link_row",
|
|
"name": "Ingredients",
|
|
"description": null,
|
|
"order": 8,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 2981,
|
|
"link_row_related_field_id": 28521,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 28517,
|
|
"type": "link_row",
|
|
"name": "Order details",
|
|
"description": null,
|
|
"order": 9,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 2984,
|
|
"link_row_related_field_id": 28530,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 28537,
|
|
"type": "rollup",
|
|
"name": "Amount of orders",
|
|
"description": null,
|
|
"order": 10,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": 0,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"through_field_id": 28517,
|
|
"target_field_id": 28532,
|
|
"rollup_function": "sum"
|
|
},
|
|
{
|
|
"id": 28549,
|
|
"type": "formula",
|
|
"name": "Flavor icon",
|
|
"description": null,
|
|
"order": 11,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"formula": "if(field('Is flavor of the month'),'\u2728 Flavour of the month \u2728',' ')",
|
|
"formula_type": "text"
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 12059,
|
|
"type": "grid",
|
|
"name": "All beverages",
|
|
"order": 1,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 8616,
|
|
"field_id": 28510,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 95226,
|
|
"field_id": 28510,
|
|
"width": 153,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95227,
|
|
"field_id": 28511,
|
|
"width": 269,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95228,
|
|
"field_id": 28512,
|
|
"width": 147,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95229,
|
|
"field_id": 28513,
|
|
"width": 114,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95230,
|
|
"field_id": 28514,
|
|
"width": 151,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95231,
|
|
"field_id": 28515,
|
|
"width": 154,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95232,
|
|
"field_id": 28516,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95233,
|
|
"field_id": 28517,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95234,
|
|
"field_id": 28536,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95235,
|
|
"field_id": 28549,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95236,
|
|
"field_id": 28537,
|
|
"width": 190,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 12060,
|
|
"type": "grid",
|
|
"name": "Flavor of the month",
|
|
"order": 2,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 7262,
|
|
"field_id": 28536,
|
|
"type": "boolean",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 8617,
|
|
"field_id": 28510,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 95237,
|
|
"field_id": 28510,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95238,
|
|
"field_id": 28511,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95239,
|
|
"field_id": 28512,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95240,
|
|
"field_id": 28513,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95241,
|
|
"field_id": 28514,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95242,
|
|
"field_id": 28515,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95243,
|
|
"field_id": 28516,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95244,
|
|
"field_id": 28517,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95245,
|
|
"field_id": 28536,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95246,
|
|
"field_id": 28537,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95247,
|
|
"field_id": 28549,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 12061,
|
|
"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": 28513,
|
|
"field_options": [
|
|
{
|
|
"id": 14662,
|
|
"field_id": 28510,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 14663,
|
|
"field_id": 28511,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 14664,
|
|
"field_id": 28512,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 14665,
|
|
"field_id": 28513,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 14666,
|
|
"field_id": 28514,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 14667,
|
|
"field_id": 28515,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 14668,
|
|
"field_id": 28516,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 14669,
|
|
"field_id": 28517,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 14670,
|
|
"field_id": 28536,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 14671,
|
|
"field_id": 28537,
|
|
"hidden": true,
|
|
"order": 32767
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 12062,
|
|
"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": 28514,
|
|
"field_options": [
|
|
{
|
|
"id": 2459,
|
|
"field_id": 28510,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 2460,
|
|
"field_id": 28511,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 2461,
|
|
"field_id": 28512,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 2462,
|
|
"field_id": 28513,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 2463,
|
|
"field_id": 28514,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 2464,
|
|
"field_id": 28515,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 2465,
|
|
"field_id": 28516,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 2466,
|
|
"field_id": 28517,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 2467,
|
|
"field_id": 28536,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 2468,
|
|
"field_id": 28537,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 2469,
|
|
"field_id": 28549,
|
|
"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_28510": "Pink passion",
|
|
"field_28511": "The best match with summer",
|
|
"field_28512": "3.50",
|
|
"field_28513": [
|
|
{
|
|
"name": "adYn3EsVeRL5kgKqsaRHCogj4bVzYe8Y_e02e3496430916f2fc84d65b802861bb25bbd607350116ccafdc553c5834ed36.jpg",
|
|
"visible_name": "pink-passion.jpg",
|
|
"original_name": "adYn3EsVeRL5kgKqsaRHCogj4bVzYe8Y_e02e3496430916f2fc84d65b802861bb25bbd607350116ccafdc553c5834ed36.jpg"
|
|
}
|
|
],
|
|
"field_28514": "2023-07-01",
|
|
"field_28515": "2024-08-31",
|
|
"field_28536": null,
|
|
"field_28516": [
|
|
5,
|
|
9,
|
|
4
|
|
],
|
|
"field_28517": [
|
|
3,
|
|
11
|
|
],
|
|
"field_28537": null,
|
|
"field_28549": 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_28510": "Tropical breeze",
|
|
"field_28511": "Your taste of the tropics",
|
|
"field_28512": "3.50",
|
|
"field_28513": [
|
|
{
|
|
"name": "0VHmd8PZneSnVj7kSHfVHpf6gjkIZ42O_5c4f2119945e707e403aadd94a1f85a6562c05f78a60493e6b12be157b1c8b58.jpg",
|
|
"visible_name": "tropical.jpg",
|
|
"original_name": "0VHmd8PZneSnVj7kSHfVHpf6gjkIZ42O_5c4f2119945e707e403aadd94a1f85a6562c05f78a60493e6b12be157b1c8b58.jpg"
|
|
}
|
|
],
|
|
"field_28514": "2024-07-01",
|
|
"field_28515": "2024-08-31",
|
|
"field_28536": null,
|
|
"field_28516": [
|
|
1,
|
|
2,
|
|
3,
|
|
4
|
|
],
|
|
"field_28517": [
|
|
15,
|
|
17
|
|
],
|
|
"field_28537": null,
|
|
"field_28549": 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_28510": "Berry blast",
|
|
"field_28511": "A burst of flavor in every sip",
|
|
"field_28512": "3.50",
|
|
"field_28513": [
|
|
{
|
|
"name": "aBarVTKM5rhL8QL0VM8MJ6LAVcBdP0QR_50f5a0ed7b2b9572144a39cff24ac3c7feb1659fdd8f5b06bf959a37e022bea3.jpg",
|
|
"visible_name": "berry.jpg",
|
|
"original_name": "aBarVTKM5rhL8QL0VM8MJ6LAVcBdP0QR_50f5a0ed7b2b9572144a39cff24ac3c7feb1659fdd8f5b06bf959a37e022bea3.jpg"
|
|
}
|
|
],
|
|
"field_28514": "2024-03-01",
|
|
"field_28515": "2024-06-30",
|
|
"field_28536": null,
|
|
"field_28516": [
|
|
5,
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
4
|
|
],
|
|
"field_28517": [
|
|
4,
|
|
12
|
|
],
|
|
"field_28537": null,
|
|
"field_28549": 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_28510": "Green machine",
|
|
"field_28511": "A refreshing and healthy blend",
|
|
"field_28512": "4.00",
|
|
"field_28513": [
|
|
{
|
|
"name": "JmcQd0ThRdXds3xFTlhjfK2W7SykpJl2_fdd1c50f3a72ff9fb0706028e10ed08040993c061fcb3613917121478d36cb41.jpg",
|
|
"visible_name": "green.jpg",
|
|
"original_name": "JmcQd0ThRdXds3xFTlhjfK2W7SykpJl2_fdd1c50f3a72ff9fb0706028e10ed08040993c061fcb3613917121478d36cb41.jpg"
|
|
}
|
|
],
|
|
"field_28514": "2024-03-01",
|
|
"field_28515": "2024-06-30",
|
|
"field_28536": null,
|
|
"field_28516": [
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
8
|
|
],
|
|
"field_28517": [
|
|
16
|
|
],
|
|
"field_28537": null,
|
|
"field_28549": 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_28510": "Peachy paradise",
|
|
"field_28511": "A sweet escape to paradise",
|
|
"field_28512": "3.50",
|
|
"field_28513": [
|
|
{
|
|
"name": "ujBsWcmo3AX8OSvBEGaLiv2xZPNLDiB1_f183c6a68e33307902cc21a60d5a692bbe2126eae7258e771f533aae8b70b415.jpg",
|
|
"visible_name": "peachy.jpg",
|
|
"original_name": "ujBsWcmo3AX8OSvBEGaLiv2xZPNLDiB1_f183c6a68e33307902cc21a60d5a692bbe2126eae7258e771f533aae8b70b415.jpg"
|
|
}
|
|
],
|
|
"field_28514": "2024-07-01",
|
|
"field_28515": "2024-08-31",
|
|
"field_28536": null,
|
|
"field_28516": [
|
|
13,
|
|
14,
|
|
15,
|
|
8
|
|
],
|
|
"field_28517": [],
|
|
"field_28537": null,
|
|
"field_28549": 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_28510": "Choco-banana",
|
|
"field_28511": "A decadent treat in every sip",
|
|
"field_28512": "4.50",
|
|
"field_28513": [
|
|
{
|
|
"name": "epIRN92Vnmx8fTvHcJqDsbirfjb7gR5U_4191ad9affdae69a8063b0e2fbbaae880b16b5e684f2f144978cf48a898fdf47.jpg",
|
|
"visible_name": "choco.jpg",
|
|
"original_name": "epIRN92Vnmx8fTvHcJqDsbirfjb7gR5U_4191ad9affdae69a8063b0e2fbbaae880b16b5e684f2f144978cf48a898fdf47.jpg"
|
|
}
|
|
],
|
|
"field_28514": "2024-12-01",
|
|
"field_28515": "2024-02-29",
|
|
"field_28536": null,
|
|
"field_28516": [
|
|
12,
|
|
13,
|
|
16,
|
|
17,
|
|
4
|
|
],
|
|
"field_28517": [],
|
|
"field_28537": null,
|
|
"field_28549": 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_28510": "Citrus sunrise",
|
|
"field_28511": "A bright and tangy start to your day",
|
|
"field_28512": "4.00",
|
|
"field_28513": [
|
|
{
|
|
"name": "kvKBRtBdOdHGkGwxlQX6fDgUFlm0tkqB_b22c687e552de2e2504ad04a8ae52b6bdca2d52aed6d494f9681f478e4f04b25.jpg",
|
|
"visible_name": "citrus.jpg",
|
|
"original_name": "kvKBRtBdOdHGkGwxlQX6fDgUFlm0tkqB_b22c687e552de2e2504ad04a8ae52b6bdca2d52aed6d494f9681f478e4f04b25.jpg"
|
|
}
|
|
],
|
|
"field_28514": "2024-03-01",
|
|
"field_28515": "2024-06-30",
|
|
"field_28536": null,
|
|
"field_28516": [
|
|
2,
|
|
18,
|
|
19,
|
|
20,
|
|
4
|
|
],
|
|
"field_28517": [],
|
|
"field_28537": null,
|
|
"field_28549": 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_28510": "Apple pie",
|
|
"field_28511": "The coziest drink of the fall",
|
|
"field_28512": "4.00",
|
|
"field_28513": [
|
|
{
|
|
"name": "n0rJLYKRJkIc6jIko0LCIL0gCb8HbWDi_54c12a1f18bf9ed7738802dca97b243a8bd0d0cd26ae0a9d181cca88f14f3257.jpg",
|
|
"visible_name": "apple.jpg",
|
|
"original_name": "n0rJLYKRJkIc6jIko0LCIL0gCb8HbWDi_54c12a1f18bf9ed7738802dca97b243a8bd0d0cd26ae0a9d181cca88f14f3257.jpg"
|
|
}
|
|
],
|
|
"field_28514": "2024-09-01",
|
|
"field_28515": "2024-11-30",
|
|
"field_28536": null,
|
|
"field_28516": [
|
|
8,
|
|
13,
|
|
21,
|
|
22,
|
|
15
|
|
],
|
|
"field_28517": [
|
|
10,
|
|
14
|
|
],
|
|
"field_28537": null,
|
|
"field_28549": 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_28510": "Peanut butter cup",
|
|
"field_28511": "The perfect balance of sweet and salty",
|
|
"field_28512": "4.50",
|
|
"field_28513": [
|
|
{
|
|
"name": "5FFl9oNlNEomCtsOPvebI3Zxcg9VLzpP_e1a741c755fdb03bb7f4131c891ca2670187b02e1d88f68752a0d1bcbe86170c.jpg",
|
|
"visible_name": "peanut.jpg",
|
|
"original_name": "5FFl9oNlNEomCtsOPvebI3Zxcg9VLzpP_e1a741c755fdb03bb7f4131c891ca2670187b02e1d88f68752a0d1bcbe86170c.jpg"
|
|
}
|
|
],
|
|
"field_28514": "2024-12-01",
|
|
"field_28515": "2024-02-29",
|
|
"field_28536": null,
|
|
"field_28516": [
|
|
12,
|
|
13,
|
|
16,
|
|
23,
|
|
4
|
|
],
|
|
"field_28517": [
|
|
8
|
|
],
|
|
"field_28537": null,
|
|
"field_28549": 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_28510": "Pumpkin spice",
|
|
"field_28511": "The ultimate fall favorite",
|
|
"field_28512": "3.50",
|
|
"field_28513": [
|
|
{
|
|
"name": "p16AAU8YgSfVwjTWGaRIGekyJHJiUnY7_feabd28dba9fb6581c76b81325d18fc58bbfa28b41cbf0a33d1b0dcf61a45f81.jpg",
|
|
"visible_name": "pumpkin.jpg",
|
|
"original_name": "p16AAU8YgSfVwjTWGaRIGekyJHJiUnY7_feabd28dba9fb6581c76b81325d18fc58bbfa28b41cbf0a33d1b0dcf61a45f81.jpg"
|
|
}
|
|
],
|
|
"field_28514": "2024-09-01",
|
|
"field_28515": "2024-11-30",
|
|
"field_28536": null,
|
|
"field_28516": [
|
|
13,
|
|
22,
|
|
24,
|
|
25,
|
|
26
|
|
],
|
|
"field_28517": [
|
|
9
|
|
],
|
|
"field_28537": null,
|
|
"field_28549": 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_28510": "Blueberry lemon",
|
|
"field_28511": "A refreshing and tart delight",
|
|
"field_28512": "4.50",
|
|
"field_28513": [
|
|
{
|
|
"name": "56sCR0TAAJQVUYwwx49r6SBzqEengVyf_bbfb84527aec55a7ae7bac9f82a63f16188e949861cadc5e006db4dfb3e94a96.jpg",
|
|
"visible_name": "blueberry.jpg",
|
|
"original_name": "56sCR0TAAJQVUYwwx49r6SBzqEengVyf_bbfb84527aec55a7ae7bac9f82a63f16188e949861cadc5e006db4dfb3e94a96.jpg"
|
|
}
|
|
],
|
|
"field_28514": "2024-03-01",
|
|
"field_28515": "2024-06-30",
|
|
"field_28536": null,
|
|
"field_28516": [
|
|
4,
|
|
6,
|
|
8,
|
|
9,
|
|
20,
|
|
27
|
|
],
|
|
"field_28517": [],
|
|
"field_28537": null,
|
|
"field_28549": null
|
|
}
|
|
],
|
|
"data_sync": null
|
|
},
|
|
{
|
|
"id": 2981,
|
|
"name": "Ingredients",
|
|
"order": 2,
|
|
"fields": [
|
|
{
|
|
"id": 28518,
|
|
"type": "text",
|
|
"name": "Name",
|
|
"description": null,
|
|
"order": 0,
|
|
"primary": true,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 28519,
|
|
"type": "text",
|
|
"name": "Description",
|
|
"description": null,
|
|
"order": 1,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 28520,
|
|
"type": "single_select",
|
|
"name": "Category",
|
|
"description": null,
|
|
"order": 3,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"select_options": [
|
|
{
|
|
"id": 14557,
|
|
"value": "\ud83c\udf53 Fruit",
|
|
"color": "light-red",
|
|
"order": 0
|
|
},
|
|
{
|
|
"id": 14558,
|
|
"value": "\ud83d\udca6 Liquid",
|
|
"color": "light-cyan",
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 14559,
|
|
"value": "\ud83c\udf66 Creamy",
|
|
"color": "light-yellow",
|
|
"order": 2
|
|
},
|
|
{
|
|
"id": 14560,
|
|
"value": "\ud83c\udf61 Topping",
|
|
"color": "light-pink",
|
|
"order": 3
|
|
},
|
|
{
|
|
"id": 14561,
|
|
"value": "\ud83e\udd52 Vegetable",
|
|
"color": "light-green",
|
|
"order": 4
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 28521,
|
|
"type": "link_row",
|
|
"name": "Beverages",
|
|
"description": null,
|
|
"order": 4,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 2980,
|
|
"link_row_related_field_id": 28516,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 28540,
|
|
"type": "rollup",
|
|
"name": "Number of beverages",
|
|
"description": null,
|
|
"order": 5,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": 0,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"through_field_id": 28521,
|
|
"target_field_id": 28510,
|
|
"rollup_function": "count"
|
|
},
|
|
{
|
|
"id": 28550,
|
|
"type": "formula",
|
|
"name": "Number of times ordered",
|
|
"description": null,
|
|
"order": 6,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": 0,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"formula": "sum(lookup('Beverages','Amount of orders'))",
|
|
"formula_type": "number"
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 12063,
|
|
"type": "grid",
|
|
"name": "All ingredients",
|
|
"order": 1,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 8618,
|
|
"field_id": 28518,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 95248,
|
|
"field_id": 28518,
|
|
"width": 146,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95249,
|
|
"field_id": 28519,
|
|
"width": 404,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95250,
|
|
"field_id": 28520,
|
|
"width": 142,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95251,
|
|
"field_id": 28521,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95252,
|
|
"field_id": 28540,
|
|
"width": 267,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95253,
|
|
"field_id": 28550,
|
|
"width": 225,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 12064,
|
|
"type": "grid",
|
|
"name": "Ingredients used in multiple beverages",
|
|
"order": 2,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 7263,
|
|
"field_id": 28540,
|
|
"type": "higher_than",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 8619,
|
|
"field_id": 28518,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 95254,
|
|
"field_id": 28518,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95255,
|
|
"field_id": 28519,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95256,
|
|
"field_id": 28520,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95257,
|
|
"field_id": 28521,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95258,
|
|
"field_id": 28540,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95259,
|
|
"field_id": 28550,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 12065,
|
|
"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": 7264,
|
|
"field_id": 28540,
|
|
"type": "equal",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 8620,
|
|
"field_id": 28518,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 95260,
|
|
"field_id": 28518,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95261,
|
|
"field_id": 28519,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95262,
|
|
"field_id": 28520,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95263,
|
|
"field_id": 28521,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95264,
|
|
"field_id": 28540,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95265,
|
|
"field_id": 28550,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 12066,
|
|
"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": 28520,
|
|
"field_options": [
|
|
{
|
|
"id": 16224,
|
|
"field_id": 28518,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 16225,
|
|
"field_id": 28519,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 16226,
|
|
"field_id": 28520,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 16227,
|
|
"field_id": 28521,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 16228,
|
|
"field_id": 28540,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 16229,
|
|
"field_id": 28550,
|
|
"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_28518": "Mango",
|
|
"field_28519": "A sweet and juicy tropical fruit with a soft, fibrous texture",
|
|
"field_28520": 14557,
|
|
"field_28521": [
|
|
2
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Pineapple",
|
|
"field_28519": "A tropical fruit with a sweet and tangy flavor, often used in desserts and drinks",
|
|
"field_28520": 14557,
|
|
"field_28521": [
|
|
2,
|
|
7
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Coconut milk",
|
|
"field_28519": "A creamy, dairy-free milk made from the flesh of coconuts",
|
|
"field_28520": 14558,
|
|
"field_28521": [
|
|
2
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Ice",
|
|
"field_28519": "Frozen water used to chill drinks or create a slushy texture",
|
|
"field_28520": 14558,
|
|
"field_28521": [
|
|
1,
|
|
2,
|
|
3,
|
|
6,
|
|
7,
|
|
9,
|
|
11
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Strawberries",
|
|
"field_28519": "A sweet and juicy fruit often used in desserts and smoothies",
|
|
"field_28520": 14557,
|
|
"field_28521": [
|
|
1,
|
|
3
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Blueberries",
|
|
"field_28519": "A small, sweet fruit with a dark blue color and a slightly tart flavor",
|
|
"field_28520": 14557,
|
|
"field_28521": [
|
|
3,
|
|
11
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Raspberries",
|
|
"field_28519": "A small, sweet fruit with a red color and a slightly tart flavor",
|
|
"field_28520": 14557,
|
|
"field_28521": [
|
|
3
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Honey",
|
|
"field_28519": "A sweet, sticky substance produced by bees from nectar",
|
|
"field_28520": 14559,
|
|
"field_28521": [
|
|
3,
|
|
4,
|
|
5,
|
|
8,
|
|
11
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Yoghurt",
|
|
"field_28519": "A creamy dairy product made by fermenting milk with bacteria",
|
|
"field_28520": 14559,
|
|
"field_28521": [
|
|
1,
|
|
3,
|
|
11
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Kale",
|
|
"field_28519": "A leafy green vegetable that is high in nutrients",
|
|
"field_28520": 14561,
|
|
"field_28521": [
|
|
4
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Spinach",
|
|
"field_28519": "A leafy green vegetable that is high in nutrients",
|
|
"field_28520": 14561,
|
|
"field_28521": [
|
|
4
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Banana",
|
|
"field_28519": "A sweet and creamy fruit that is often used in smoothies",
|
|
"field_28520": 14557,
|
|
"field_28521": [
|
|
4,
|
|
6,
|
|
9
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Almond milk",
|
|
"field_28519": "A creamy, dairy-free milk made from almonds",
|
|
"field_28520": 14558,
|
|
"field_28521": [
|
|
4,
|
|
5,
|
|
6,
|
|
8,
|
|
9,
|
|
10
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Peaches",
|
|
"field_28519": "A flavoring made from vanilla beans",
|
|
"field_28520": 14557,
|
|
"field_28521": [
|
|
5
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Vanilla extract",
|
|
"field_28519": "A sweet and juicy fruit with a fuzzy skin",
|
|
"field_28520": 14560,
|
|
"field_28521": [
|
|
5,
|
|
8
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Chocolate chips",
|
|
"field_28519": "Small pieces of chocolate often used in baking",
|
|
"field_28520": 14560,
|
|
"field_28521": [
|
|
6,
|
|
9
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Almond butter",
|
|
"field_28519": "A spread made from ground almonds",
|
|
"field_28520": 14559,
|
|
"field_28521": [
|
|
6
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Oranges",
|
|
"field_28519": "A citrus fruit with a sweet and tangy flavor",
|
|
"field_28520": 14557,
|
|
"field_28521": [
|
|
7
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Grapefruit",
|
|
"field_28519": "A citrus fruit with a bitter and tangy flavor",
|
|
"field_28520": 14557,
|
|
"field_28521": [
|
|
7
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Lime",
|
|
"field_28519": "A tart and acidic juice made from limes",
|
|
"field_28520": 14560,
|
|
"field_28521": [
|
|
7,
|
|
11
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Apples",
|
|
"field_28519": "A crisp and juicy fruit with a sweet flavor",
|
|
"field_28520": 14557,
|
|
"field_28521": [
|
|
8
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Cinnamon",
|
|
"field_28519": "A spice made from the bark of a tree, often used in baking",
|
|
"field_28520": 14560,
|
|
"field_28521": [
|
|
8,
|
|
10
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Peatnut butter",
|
|
"field_28519": "A spread made from ground peanuts",
|
|
"field_28520": 14559,
|
|
"field_28521": [
|
|
9
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Pumpkin mash",
|
|
"field_28519": "A cooked and mashed pumpkin often used in baking",
|
|
"field_28520": 14559,
|
|
"field_28521": [
|
|
10
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Nutmeg",
|
|
"field_28519": "A spice made from the seed of a tree, often used in sweet or savory dishes",
|
|
"field_28520": 14560,
|
|
"field_28521": [
|
|
10
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Maple syrup",
|
|
"field_28519": "A sweet syrup made from the sap of maple trees",
|
|
"field_28520": 14560,
|
|
"field_28521": [
|
|
10
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": 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_28518": "Mint leaves",
|
|
"field_28519": "A fragrant herb often used to flavor drinks and dishes",
|
|
"field_28520": 14560,
|
|
"field_28521": [
|
|
11
|
|
],
|
|
"field_28540": null,
|
|
"field_28550": null
|
|
}
|
|
],
|
|
"data_sync": null
|
|
},
|
|
{
|
|
"id": 2982,
|
|
"name": "Cups",
|
|
"order": 3,
|
|
"fields": [
|
|
{
|
|
"id": 28522,
|
|
"type": "text",
|
|
"name": "Name",
|
|
"description": null,
|
|
"order": 0,
|
|
"primary": true,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 28523,
|
|
"type": "number",
|
|
"name": "Extra charge",
|
|
"description": null,
|
|
"order": 1,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"number_decimal_places": 2,
|
|
"number_negative": false
|
|
},
|
|
{
|
|
"id": 28524,
|
|
"type": "link_row",
|
|
"name": "Order details",
|
|
"description": null,
|
|
"order": 2,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 2984,
|
|
"link_row_related_field_id": 28531,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 28538,
|
|
"type": "rollup",
|
|
"name": "Amount of orders",
|
|
"description": null,
|
|
"order": 4,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": 0,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"through_field_id": 28524,
|
|
"target_field_id": 28532,
|
|
"rollup_function": "sum"
|
|
},
|
|
{
|
|
"id": 28541,
|
|
"type": "formula",
|
|
"name": "Display name",
|
|
"description": null,
|
|
"order": 5,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": true,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"formula": "if(field('Extra charge') = 1,field('Name'),concat(field('Name'),' (+',round((field('Extra charge') - 1) * 100,0),'%)'))",
|
|
"formula_type": "text"
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 12067,
|
|
"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": 8621,
|
|
"field_id": 28523,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 95266,
|
|
"field_id": 28522,
|
|
"width": 122,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95267,
|
|
"field_id": 28523,
|
|
"width": 162,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95268,
|
|
"field_id": 28541,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95269,
|
|
"field_id": 28524,
|
|
"width": 144,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95270,
|
|
"field_id": 28538,
|
|
"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_28522": "Regular size",
|
|
"field_28523": "1.00",
|
|
"field_28524": [
|
|
3,
|
|
4,
|
|
8,
|
|
10,
|
|
11,
|
|
15
|
|
],
|
|
"field_28538": null,
|
|
"field_28541": 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_28522": "Large size",
|
|
"field_28523": "1.15",
|
|
"field_28524": [
|
|
12,
|
|
14,
|
|
16,
|
|
17
|
|
],
|
|
"field_28538": null,
|
|
"field_28541": 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_28522": "Fill the bottle",
|
|
"field_28523": "1.40",
|
|
"field_28524": [
|
|
9
|
|
],
|
|
"field_28538": null,
|
|
"field_28541": null
|
|
}
|
|
],
|
|
"data_sync": null
|
|
},
|
|
{
|
|
"id": 2983,
|
|
"name": "Orders",
|
|
"order": 5,
|
|
"fields": [
|
|
{
|
|
"id": 28525,
|
|
"type": "uuid",
|
|
"name": "Order ID",
|
|
"description": null,
|
|
"order": 0,
|
|
"primary": true,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false
|
|
},
|
|
{
|
|
"id": 28526,
|
|
"type": "created_on",
|
|
"name": "Date",
|
|
"description": null,
|
|
"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": 28542,
|
|
"type": "rollup",
|
|
"name": "Is completed",
|
|
"description": null,
|
|
"order": 3,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"through_field_id": 28527,
|
|
"target_field_id": 28533,
|
|
"rollup_function": "every"
|
|
},
|
|
{
|
|
"id": 28527,
|
|
"type": "link_row",
|
|
"name": "Order details",
|
|
"description": null,
|
|
"order": 4,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 2984,
|
|
"link_row_related_field_id": 28529,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 28552,
|
|
"type": "rollup",
|
|
"name": "Total price",
|
|
"description": null,
|
|
"order": 7,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": 2,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"through_field_id": 28527,
|
|
"target_field_id": 28546,
|
|
"rollup_function": "sum"
|
|
},
|
|
{
|
|
"id": 28539,
|
|
"type": "rollup",
|
|
"name": "Amount of beverages",
|
|
"description": null,
|
|
"order": 9,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": 0,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"through_field_id": 28527,
|
|
"target_field_id": 28532,
|
|
"rollup_function": "sum"
|
|
},
|
|
{
|
|
"id": 28528,
|
|
"type": "autonumber",
|
|
"name": "Pickup number",
|
|
"description": null,
|
|
"order": 10,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false
|
|
},
|
|
{
|
|
"id": 28543,
|
|
"type": "formula",
|
|
"name": "Date (format)",
|
|
"description": null,
|
|
"order": 11,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": true,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"formula": "datetime_format_tz(field('Date'),'YYYY-MM-DD HH24:MI','Europe/Brussels')",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 28544,
|
|
"type": "formula",
|
|
"name": "Day",
|
|
"description": null,
|
|
"order": 12,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": true,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"formula": "datetime_format_tz(field('Date'),'YYYY-MM-DD','Europe/Amsterdam')",
|
|
"formula_type": "text"
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 12068,
|
|
"type": "grid",
|
|
"name": "All orders",
|
|
"order": 1,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 8622,
|
|
"field_id": 28526,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 95271,
|
|
"field_id": 28525,
|
|
"width": 208,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95272,
|
|
"field_id": 28526,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95273,
|
|
"field_id": 28543,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95274,
|
|
"field_id": 28528,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95275,
|
|
"field_id": 28542,
|
|
"width": 156,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95276,
|
|
"field_id": 28527,
|
|
"width": 167,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95277,
|
|
"field_id": 28552,
|
|
"width": 156,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95278,
|
|
"field_id": 28539,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95279,
|
|
"field_id": 28544,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 12069,
|
|
"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": 8623,
|
|
"field_id": 28526,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [
|
|
{
|
|
"id": 625,
|
|
"field_id": 28544,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 95280,
|
|
"field_id": 28525,
|
|
"width": 208,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95281,
|
|
"field_id": 28526,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95282,
|
|
"field_id": 28543,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95283,
|
|
"field_id": 28528,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95284,
|
|
"field_id": 28542,
|
|
"width": 156,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95285,
|
|
"field_id": 28527,
|
|
"width": 167,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95286,
|
|
"field_id": 28552,
|
|
"width": 156,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95287,
|
|
"field_id": 28539,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95288,
|
|
"field_id": 28544,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 12070,
|
|
"type": "grid",
|
|
"name": "Completed orders",
|
|
"order": 3,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 7265,
|
|
"field_id": 28542,
|
|
"type": "boolean",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 8624,
|
|
"field_id": 28526,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 95289,
|
|
"field_id": 28525,
|
|
"width": 110,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95290,
|
|
"field_id": 28526,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95291,
|
|
"field_id": 28542,
|
|
"width": 146,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95292,
|
|
"field_id": 28527,
|
|
"width": 145,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95293,
|
|
"field_id": 28552,
|
|
"width": 131,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95295,
|
|
"field_id": 28528,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95294,
|
|
"field_id": 28539,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95296,
|
|
"field_id": 28543,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95297,
|
|
"field_id": 28544,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 12071,
|
|
"type": "grid",
|
|
"name": "Open orders",
|
|
"order": 4,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 7266,
|
|
"field_id": 28542,
|
|
"type": "boolean",
|
|
"value": "0",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 8625,
|
|
"field_id": 28526,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 95298,
|
|
"field_id": 28525,
|
|
"width": 110,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95299,
|
|
"field_id": 28526,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95300,
|
|
"field_id": 28542,
|
|
"width": 146,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95301,
|
|
"field_id": 28527,
|
|
"width": 145,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95302,
|
|
"field_id": 28552,
|
|
"width": 131,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95304,
|
|
"field_id": 28528,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95303,
|
|
"field_id": 28539,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95305,
|
|
"field_id": 28543,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95306,
|
|
"field_id": 28544,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 12072,
|
|
"type": "grid",
|
|
"name": "Orders with a single beverage",
|
|
"order": 5,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 7267,
|
|
"field_id": 28539,
|
|
"type": "lower_than_or_equal",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 8626,
|
|
"field_id": 28526,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 95307,
|
|
"field_id": 28525,
|
|
"width": 110,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95308,
|
|
"field_id": 28526,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95309,
|
|
"field_id": 28542,
|
|
"width": 146,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95310,
|
|
"field_id": 28527,
|
|
"width": 167,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95311,
|
|
"field_id": 28552,
|
|
"width": 131,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95312,
|
|
"field_id": 28539,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95313,
|
|
"field_id": 28528,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95314,
|
|
"field_id": 28543,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95315,
|
|
"field_id": 28544,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 12073,
|
|
"type": "grid",
|
|
"name": "Orders with multiple beverages",
|
|
"order": 6,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 7268,
|
|
"field_id": 28539,
|
|
"type": "higher_than",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 8627,
|
|
"field_id": 28526,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 95316,
|
|
"field_id": 28525,
|
|
"width": 152,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95317,
|
|
"field_id": 28526,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95318,
|
|
"field_id": 28542,
|
|
"width": 146,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95319,
|
|
"field_id": 28527,
|
|
"width": 167,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95320,
|
|
"field_id": 28552,
|
|
"width": 131,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95321,
|
|
"field_id": 28539,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95322,
|
|
"field_id": 28528,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95323,
|
|
"field_id": 28543,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95324,
|
|
"field_id": 28544,
|
|
"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_28525": "0c0323f2-9525-43b6-b284-055af8dcb00d",
|
|
"field_28526": null,
|
|
"field_28542": null,
|
|
"field_28527": [
|
|
10,
|
|
11,
|
|
12
|
|
],
|
|
"field_28552": null,
|
|
"field_28539": null,
|
|
"field_28528": 4,
|
|
"field_28543": null,
|
|
"field_28544": 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_28525": "948a2fe8-d05c-4ac6-ae69-d2fd36ee517b",
|
|
"field_28526": null,
|
|
"field_28542": null,
|
|
"field_28527": [
|
|
3
|
|
],
|
|
"field_28552": null,
|
|
"field_28539": null,
|
|
"field_28528": 3,
|
|
"field_28543": null,
|
|
"field_28544": 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_28525": "35b5c408-5e18-485d-a35a-3f37aa7947cc",
|
|
"field_28526": null,
|
|
"field_28542": null,
|
|
"field_28527": [
|
|
4
|
|
],
|
|
"field_28552": null,
|
|
"field_28539": null,
|
|
"field_28528": 2,
|
|
"field_28543": null,
|
|
"field_28544": 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_28525": "2364550b-8f35-4771-b8b0-b1e181fa25db",
|
|
"field_28526": null,
|
|
"field_28542": null,
|
|
"field_28527": [
|
|
8,
|
|
9
|
|
],
|
|
"field_28552": null,
|
|
"field_28539": null,
|
|
"field_28528": 1,
|
|
"field_28543": null,
|
|
"field_28544": 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_28525": "6bb3d277-1453-4d6e-9cfd-a08c8b0648c7",
|
|
"field_28526": null,
|
|
"field_28542": null,
|
|
"field_28527": [
|
|
14,
|
|
15
|
|
],
|
|
"field_28552": null,
|
|
"field_28539": null,
|
|
"field_28528": 8,
|
|
"field_28543": null,
|
|
"field_28544": 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_28525": "63b8cf48-57d5-46e2-9318-dd0809730338",
|
|
"field_28526": null,
|
|
"field_28542": null,
|
|
"field_28527": [
|
|
16
|
|
],
|
|
"field_28552": null,
|
|
"field_28539": null,
|
|
"field_28528": 9,
|
|
"field_28543": null,
|
|
"field_28544": 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_28525": "4022f0c9-333e-4cfa-96a4-cca3c9c70beb",
|
|
"field_28526": null,
|
|
"field_28542": null,
|
|
"field_28527": [
|
|
17
|
|
],
|
|
"field_28552": null,
|
|
"field_28539": null,
|
|
"field_28528": 10,
|
|
"field_28543": null,
|
|
"field_28544": null
|
|
}
|
|
],
|
|
"data_sync": null
|
|
},
|
|
{
|
|
"id": 2984,
|
|
"name": "Order details",
|
|
"order": 6,
|
|
"fields": [
|
|
{
|
|
"id": 28545,
|
|
"type": "formula",
|
|
"name": "Name",
|
|
"description": null,
|
|
"order": 0,
|
|
"primary": true,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": "text",
|
|
"duration_format": null,
|
|
"error": null,
|
|
"formula": "concat(min(lookup('Quantity','Name')),' x ',field('Beverage'), ' - ',field('Size'))",
|
|
"formula_type": "array"
|
|
},
|
|
{
|
|
"id": 28529,
|
|
"type": "link_row",
|
|
"name": "Order",
|
|
"description": null,
|
|
"order": 1,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 2983,
|
|
"link_row_related_field_id": 28527,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 28530,
|
|
"type": "link_row",
|
|
"name": "Beverage",
|
|
"description": null,
|
|
"order": 2,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 2980,
|
|
"link_row_related_field_id": 28517,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 28531,
|
|
"type": "link_row",
|
|
"name": "Size",
|
|
"description": null,
|
|
"order": 3,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 2982,
|
|
"link_row_related_field_id": 28524,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 28546,
|
|
"type": "formula",
|
|
"name": "Subtotal price",
|
|
"description": null,
|
|
"order": 5,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": 2,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"formula": "sum(lookup('Beverage','Basic price') * lookup('Size','Extra charge') * min(lookup('Quantity','Name')))",
|
|
"formula_type": "number"
|
|
},
|
|
{
|
|
"id": 28532,
|
|
"type": "link_row",
|
|
"name": "Quantity",
|
|
"description": null,
|
|
"order": 8,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 2985,
|
|
"link_row_related_field_id": 28535,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 28551,
|
|
"type": "rollup",
|
|
"name": "Size name",
|
|
"description": null,
|
|
"order": 9,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": true,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"through_field_id": 28531,
|
|
"target_field_id": 28541,
|
|
"rollup_function": "min"
|
|
},
|
|
{
|
|
"id": 28547,
|
|
"type": "rollup",
|
|
"name": "Basic price",
|
|
"description": null,
|
|
"order": 10,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": 2,
|
|
"date_include_time": null,
|
|
"nullable": true,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"through_field_id": 28530,
|
|
"target_field_id": 28512,
|
|
"rollup_function": "min"
|
|
},
|
|
{
|
|
"id": 28548,
|
|
"type": "formula",
|
|
"name": "Order number",
|
|
"description": null,
|
|
"order": 11,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"date_format": null,
|
|
"date_time_format": null,
|
|
"date_force_timezone": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"date_show_tzinfo": null,
|
|
"array_formula_type": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"formula": "join(totext(lookup('Order','Order ID')),'')",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 28533,
|
|
"type": "boolean",
|
|
"name": "Is ready",
|
|
"description": null,
|
|
"order": 12,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 12074,
|
|
"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": 95325,
|
|
"field_id": 28545,
|
|
"width": 256,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95326,
|
|
"field_id": 28529,
|
|
"width": 125,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95327,
|
|
"field_id": 28530,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95328,
|
|
"field_id": 28547,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95329,
|
|
"field_id": 28532,
|
|
"width": 137,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95330,
|
|
"field_id": 28531,
|
|
"width": 131,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95331,
|
|
"field_id": 28551,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95332,
|
|
"field_id": 28546,
|
|
"width": 164,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95334,
|
|
"field_id": 28533,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95333,
|
|
"field_id": 28548,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 12075,
|
|
"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": 626,
|
|
"field_id": 28548,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 95335,
|
|
"field_id": 28545,
|
|
"width": 256,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95336,
|
|
"field_id": 28529,
|
|
"width": 125,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95337,
|
|
"field_id": 28548,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95338,
|
|
"field_id": 28530,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95339,
|
|
"field_id": 28533,
|
|
"width": 125,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95340,
|
|
"field_id": 28547,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95341,
|
|
"field_id": 28532,
|
|
"width": 137,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95342,
|
|
"field_id": 28531,
|
|
"width": 131,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95343,
|
|
"field_id": 28551,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95344,
|
|
"field_id": 28546,
|
|
"width": 164,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 12076,
|
|
"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": 627,
|
|
"field_id": 28548,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 628,
|
|
"field_id": 28551,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 95345,
|
|
"field_id": 28545,
|
|
"width": 256,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95346,
|
|
"field_id": 28529,
|
|
"width": 125,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95347,
|
|
"field_id": 28548,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95348,
|
|
"field_id": 28530,
|
|
"width": 183,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95349,
|
|
"field_id": 28533,
|
|
"width": 125,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95350,
|
|
"field_id": 28547,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95351,
|
|
"field_id": 28532,
|
|
"width": 137,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95352,
|
|
"field_id": 28531,
|
|
"width": 131,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95353,
|
|
"field_id": 28551,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95354,
|
|
"field_id": 28546,
|
|
"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_28545": null,
|
|
"field_28529": [
|
|
3
|
|
],
|
|
"field_28530": [
|
|
1
|
|
],
|
|
"field_28531": [
|
|
1
|
|
],
|
|
"field_28546": null,
|
|
"field_28532": [
|
|
1
|
|
],
|
|
"field_28551": null,
|
|
"field_28547": null,
|
|
"field_28548": null,
|
|
"field_28533": "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_28545": null,
|
|
"field_28529": [
|
|
4
|
|
],
|
|
"field_28530": [
|
|
3
|
|
],
|
|
"field_28531": [
|
|
1
|
|
],
|
|
"field_28546": null,
|
|
"field_28532": [
|
|
4
|
|
],
|
|
"field_28551": null,
|
|
"field_28547": null,
|
|
"field_28548": null,
|
|
"field_28533": "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_28545": null,
|
|
"field_28529": [
|
|
6
|
|
],
|
|
"field_28530": [
|
|
9
|
|
],
|
|
"field_28531": [
|
|
1
|
|
],
|
|
"field_28546": null,
|
|
"field_28532": [
|
|
1
|
|
],
|
|
"field_28551": null,
|
|
"field_28547": null,
|
|
"field_28548": null,
|
|
"field_28533": "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_28545": null,
|
|
"field_28529": [
|
|
6
|
|
],
|
|
"field_28530": [
|
|
10
|
|
],
|
|
"field_28531": [
|
|
3
|
|
],
|
|
"field_28546": null,
|
|
"field_28532": [
|
|
2
|
|
],
|
|
"field_28551": null,
|
|
"field_28547": null,
|
|
"field_28548": null,
|
|
"field_28533": "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_28545": null,
|
|
"field_28529": [
|
|
1
|
|
],
|
|
"field_28530": [
|
|
8
|
|
],
|
|
"field_28531": [
|
|
1
|
|
],
|
|
"field_28546": null,
|
|
"field_28532": [
|
|
5
|
|
],
|
|
"field_28551": null,
|
|
"field_28547": null,
|
|
"field_28548": null,
|
|
"field_28533": "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_28545": null,
|
|
"field_28529": [
|
|
1
|
|
],
|
|
"field_28530": [
|
|
1
|
|
],
|
|
"field_28531": [
|
|
1
|
|
],
|
|
"field_28546": null,
|
|
"field_28532": [
|
|
1
|
|
],
|
|
"field_28551": null,
|
|
"field_28547": null,
|
|
"field_28548": null,
|
|
"field_28533": "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_28545": null,
|
|
"field_28529": [
|
|
1
|
|
],
|
|
"field_28530": [
|
|
3
|
|
],
|
|
"field_28531": [
|
|
2
|
|
],
|
|
"field_28546": null,
|
|
"field_28532": [
|
|
5
|
|
],
|
|
"field_28551": null,
|
|
"field_28547": null,
|
|
"field_28548": null,
|
|
"field_28533": "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_28545": null,
|
|
"field_28529": [
|
|
8
|
|
],
|
|
"field_28530": [
|
|
8
|
|
],
|
|
"field_28531": [
|
|
2
|
|
],
|
|
"field_28546": null,
|
|
"field_28532": [
|
|
6
|
|
],
|
|
"field_28551": null,
|
|
"field_28547": null,
|
|
"field_28548": null,
|
|
"field_28533": "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_28545": null,
|
|
"field_28529": [
|
|
8
|
|
],
|
|
"field_28530": [
|
|
2
|
|
],
|
|
"field_28531": [
|
|
1
|
|
],
|
|
"field_28546": null,
|
|
"field_28532": [
|
|
1
|
|
],
|
|
"field_28551": null,
|
|
"field_28547": null,
|
|
"field_28548": null,
|
|
"field_28533": "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_28545": null,
|
|
"field_28529": [
|
|
9
|
|
],
|
|
"field_28530": [
|
|
4
|
|
],
|
|
"field_28531": [
|
|
2
|
|
],
|
|
"field_28546": null,
|
|
"field_28532": [
|
|
6
|
|
],
|
|
"field_28551": null,
|
|
"field_28547": null,
|
|
"field_28548": null,
|
|
"field_28533": "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_28545": null,
|
|
"field_28529": [
|
|
10
|
|
],
|
|
"field_28530": [
|
|
2
|
|
],
|
|
"field_28531": [
|
|
2
|
|
],
|
|
"field_28546": null,
|
|
"field_28532": [
|
|
2
|
|
],
|
|
"field_28551": null,
|
|
"field_28547": null,
|
|
"field_28548": null,
|
|
"field_28533": "false"
|
|
}
|
|
],
|
|
"data_sync": null
|
|
},
|
|
{
|
|
"id": 2985,
|
|
"name": "Quantities",
|
|
"order": 7,
|
|
"fields": [
|
|
{
|
|
"id": 28534,
|
|
"type": "number",
|
|
"name": "Name",
|
|
"description": null,
|
|
"order": 0,
|
|
"primary": true,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"number_decimal_places": 0,
|
|
"number_negative": false
|
|
},
|
|
{
|
|
"id": 28535,
|
|
"type": "link_row",
|
|
"name": "Order details",
|
|
"description": null,
|
|
"order": 1,
|
|
"primary": false,
|
|
"read_only": false,
|
|
"immutable_type": false,
|
|
"immutable_properties": false,
|
|
"link_row_table_id": 2984,
|
|
"link_row_related_field_id": 28532,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 12077,
|
|
"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": 8628,
|
|
"field_id": 28534,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"row_height_size": "small",
|
|
"field_options": [
|
|
{
|
|
"id": 95355,
|
|
"field_id": 28534,
|
|
"width": 108,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 95356,
|
|
"field_id": 28535,
|
|
"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_28534": "1",
|
|
"field_28535": [
|
|
3,
|
|
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_28534": "2",
|
|
"field_28535": [
|
|
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_28534": "3",
|
|
"field_28535": []
|
|
},
|
|
{
|
|
"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_28534": "4",
|
|
"field_28535": [
|
|
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_28534": "5",
|
|
"field_28535": [
|
|
10,
|
|
12
|
|
]
|
|
},
|
|
{
|
|
"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_28534": "6",
|
|
"field_28535": [
|
|
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_28534": "7",
|
|
"field_28535": []
|
|
},
|
|
{
|
|
"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_28534": "8",
|
|
"field_28535": []
|
|
},
|
|
{
|
|
"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_28534": "9",
|
|
"field_28535": []
|
|
}
|
|
],
|
|
"data_sync": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"pages": [
|
|
{
|
|
"id": 1483,
|
|
"name": "__shared__",
|
|
"order": 0,
|
|
"path": "__shared__",
|
|
"path_params": {},
|
|
"shared": true,
|
|
"elements": [
|
|
{
|
|
"id": 40342,
|
|
"order": "1.00000000000000000000",
|
|
"type": "header",
|
|
"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": 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",
|
|
"share_type": "all",
|
|
"pages": []
|
|
},
|
|
{
|
|
"id": 40343,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 40342,
|
|
"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": "kwZVc8KnC420IdPM3bz4JyZSWScZWBRa_f4338c8d1e05a85bf5950b9a2025784495883a54ece3c4fccc17896d9d460ba2.png",
|
|
"original_name": "smoothzies-header.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": ""
|
|
}
|
|
],
|
|
"data_sources": [],
|
|
"workflow_actions": [],
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": []
|
|
},
|
|
{
|
|
"id": 854,
|
|
"name": "Welcome",
|
|
"order": 1,
|
|
"path": "/",
|
|
"path_params": [],
|
|
"shared": false,
|
|
"elements": [
|
|
{
|
|
"id": 18141,
|
|
"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": 100,
|
|
"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": 18142,
|
|
"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": 2672,
|
|
"type": "create_row",
|
|
"order": 1,
|
|
"page_id": 854,
|
|
"element_id": 18142,
|
|
"event": "click",
|
|
"service": {
|
|
"id": 2449,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_upsert_row",
|
|
"table_id": 2983,
|
|
"row_id": "",
|
|
"field_mappings": []
|
|
}
|
|
},
|
|
{
|
|
"id": 2673,
|
|
"type": "open_page",
|
|
"order": 2,
|
|
"page_id": 854,
|
|
"element_id": 18142,
|
|
"event": "click",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 855,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('previous_action.2672.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self"
|
|
}
|
|
],
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": []
|
|
},
|
|
{
|
|
"id": 855,
|
|
"name": "Menu",
|
|
"order": 2,
|
|
"path": "/menu/:order_id",
|
|
"path_params": [
|
|
{
|
|
"name": "order_id",
|
|
"type": "numeric"
|
|
}
|
|
],
|
|
"shared": false,
|
|
"elements": [
|
|
{
|
|
"id": 18146,
|
|
"order": "0.66666666666666662966",
|
|
"type": "text",
|
|
"parent_element_id": 18145,
|
|
"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_28549')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18148,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 18145,
|
|
"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_28513.0.url')",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 18149,
|
|
"order": "1.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": 18145,
|
|
"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_28510')",
|
|
"level": 2
|
|
},
|
|
{
|
|
"id": 18143,
|
|
"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": 18150,
|
|
"order": "1.50000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18145,
|
|
"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_28511'),'*')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18151,
|
|
"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": 18152,
|
|
"order": "2.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18145,
|
|
"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_28512'),'**')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18153,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 18145,
|
|
"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": 856,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.1857.id')"
|
|
},
|
|
{
|
|
"name": "beverage_id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'+ ADD TO ORDER'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 18154,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 18143,
|
|
"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": 860,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.1857.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\ud83e\uddfe VIEW ORDER DETAILS'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 18155,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 18143,
|
|
"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": 861,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.1857.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\ud83d\uded2 GO TO CHECKOUT'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 18144,
|
|
"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": 1856,
|
|
"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": 18145,
|
|
"order": "3.00000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": 18144,
|
|
"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": 18156,
|
|
"order": "3.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18145,
|
|
"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": 18157,
|
|
"order": "4.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18145,
|
|
"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_28516.*.value')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18158,
|
|
"order": "5.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 18145,
|
|
"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": 859,
|
|
"page_parameters": [
|
|
{
|
|
"name": "beverage_id",
|
|
"value": "get('current_record.id')"
|
|
},
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.1857.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'More information about ingredients'",
|
|
"variant": "link"
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 1856,
|
|
"name": "Beverages",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 2429,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 2980,
|
|
"view_id": 12059,
|
|
"sortings": [],
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": []
|
|
}
|
|
},
|
|
{
|
|
"id": 1857,
|
|
"name": "Order",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 2430,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 2983,
|
|
"view_id": 12068,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.order_id')"
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": [],
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": []
|
|
},
|
|
{
|
|
"id": 856,
|
|
"name": "Cup selection",
|
|
"order": 3,
|
|
"path": "/cup-selection/:order_id/:beverage_id",
|
|
"path_params": [
|
|
{
|
|
"name": "order_id",
|
|
"type": "numeric"
|
|
},
|
|
{
|
|
"name": "beverage_id",
|
|
"type": "numeric"
|
|
}
|
|
],
|
|
"shared": false,
|
|
"elements": [
|
|
{
|
|
"id": 18162,
|
|
"order": "0.25000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18161,
|
|
"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.1858.field_28549')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18163,
|
|
"order": "0.33333333333333331483",
|
|
"type": "heading",
|
|
"parent_element_id": 18161,
|
|
"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.1858.field_28510')",
|
|
"level": 2
|
|
},
|
|
{
|
|
"id": 18164,
|
|
"order": "0.50000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 18161,
|
|
"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.1858.field_28513.0.url')",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 18165,
|
|
"order": "0.50000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18161,
|
|
"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.1858.field_28511'),'* ')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18167,
|
|
"order": "1.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18161,
|
|
"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.1858.field_28512'),'** ')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18168,
|
|
"order": "1.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 18160,
|
|
"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": 857,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.1859.id')"
|
|
},
|
|
{
|
|
"name": "beverage_id",
|
|
"value": "get('data_source.1858.id')"
|
|
},
|
|
{
|
|
"name": "cup_id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "get('current_record.field_28541')",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 18159,
|
|
"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": 18169,
|
|
"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": 18160,
|
|
"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": 1860,
|
|
"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": 18170,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 18159,
|
|
"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": 855,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.1859.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\u2b05 BACK TO THE MENU'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 18171,
|
|
"order": "2.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18161,
|
|
"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": 18161,
|
|
"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": 18172,
|
|
"order": "3.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18161,
|
|
"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.1858.field_28516.*.value')",
|
|
"format": "markdown"
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 1858,
|
|
"name": "Beverage",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 2431,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 2980,
|
|
"view_id": 12059,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.beverage_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 1859,
|
|
"name": "Order",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 2432,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 2983,
|
|
"view_id": 12068,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.order_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 1860,
|
|
"name": "Cup sizes",
|
|
"order": "3.00000000000000000000",
|
|
"service": {
|
|
"id": 2433,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 2982,
|
|
"view_id": 12067,
|
|
"sortings": [],
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": []
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": [],
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": []
|
|
},
|
|
{
|
|
"id": 857,
|
|
"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"
|
|
}
|
|
],
|
|
"shared": false,
|
|
"elements": [
|
|
{
|
|
"id": 18176,
|
|
"order": "0.25000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18175,
|
|
"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.1861.field_28549')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18177,
|
|
"order": "0.33333333333333331483",
|
|
"type": "heading",
|
|
"parent_element_id": 18175,
|
|
"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.1861.field_28510')",
|
|
"level": 2
|
|
},
|
|
{
|
|
"id": 18178,
|
|
"order": "0.50000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 18175,
|
|
"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.1861.field_28513.0.url')",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 18179,
|
|
"order": "0.50000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18175,
|
|
"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.1861.field_28511'),'*')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18181,
|
|
"order": "1.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 18173,
|
|
"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": 856,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.1862.id')"
|
|
},
|
|
{
|
|
"name": "beverage_id",
|
|
"value": "get('data_source.1861.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\u2b05 BACK TO CUP SELECTION'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 18182,
|
|
"order": "1.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 18174,
|
|
"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": 858,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.1862.id')"
|
|
},
|
|
{
|
|
"name": "beverage_id",
|
|
"value": "get('data_source.1861.id')"
|
|
},
|
|
{
|
|
"name": "cup_id",
|
|
"value": "get('data_source.1863.id')"
|
|
},
|
|
{
|
|
"name": "quanity_id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "get('current_record.field_28534')",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 18173,
|
|
"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": 18183,
|
|
"order": "1.50000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18175,
|
|
"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.1861.field_28512'),'** ')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18184,
|
|
"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": 18174,
|
|
"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": 1864,
|
|
"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": 18185,
|
|
"order": "2.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18175,
|
|
"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.1863.field_28541'),'** ')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18186,
|
|
"order": "2.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18175,
|
|
"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": 18175,
|
|
"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": 18187,
|
|
"order": "3.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18175,
|
|
"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.1861.field_28516.*.value')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18188,
|
|
"order": "3.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 18173,
|
|
"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": 855,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.1862.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\u2b05\u2b05 BACK TO THE MENU'",
|
|
"variant": "button"
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 1861,
|
|
"name": "Beverage",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 2434,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 2980,
|
|
"view_id": 12059,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.beverage_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 1862,
|
|
"name": "Order",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 2435,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 2983,
|
|
"view_id": 12068,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.order_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 1863,
|
|
"name": "Cup size",
|
|
"order": "3.00000000000000000000",
|
|
"service": {
|
|
"id": 2436,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 2982,
|
|
"view_id": 12067,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.cup_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 1864,
|
|
"name": "Quantities",
|
|
"order": "4.00000000000000000000",
|
|
"service": {
|
|
"id": 2437,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 2985,
|
|
"view_id": 12077,
|
|
"sortings": [],
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": []
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": [],
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": []
|
|
},
|
|
{
|
|
"id": 858,
|
|
"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"
|
|
}
|
|
],
|
|
"shared": false,
|
|
"elements": [
|
|
{
|
|
"id": 18191,
|
|
"order": "0.25000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18190,
|
|
"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.1865.field_28549')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18192,
|
|
"order": "0.33333333333333331483",
|
|
"type": "heading",
|
|
"parent_element_id": 18190,
|
|
"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.1865.field_28510')",
|
|
"level": 2
|
|
},
|
|
{
|
|
"id": 18193,
|
|
"order": "0.50000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 18190,
|
|
"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.1865.field_28513.0.url')",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 18194,
|
|
"order": "0.50000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18190,
|
|
"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.1865.field_28511'),'*')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18195,
|
|
"order": "0.66666666666666662966",
|
|
"type": "text",
|
|
"parent_element_id": 18190,
|
|
"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.1865.field_28512'),'** ')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18197,
|
|
"order": "1.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18190,
|
|
"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.1867.field_28541'),'** ')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18198,
|
|
"order": "1.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 18189,
|
|
"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": 856,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.1866.id')"
|
|
},
|
|
{
|
|
"name": "beverage_id",
|
|
"value": "get('data_source.1865.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\u2b05\u2b05 BACK TO CUP SELECTION'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 18199,
|
|
"order": "1.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 18189,
|
|
"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": 857,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.1866.id')"
|
|
},
|
|
{
|
|
"name": "beverage_id",
|
|
"value": "get('data_source.1865.id')"
|
|
},
|
|
{
|
|
"name": "cup_id",
|
|
"value": "get('data_source.1867.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\u2b05 BACK TO QUANTITY SELECTION'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 18189,
|
|
"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": 18200,
|
|
"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": 18201,
|
|
"order": "2.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18190,
|
|
"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": 18202,
|
|
"order": "2.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18190,
|
|
"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.1868.field_28534'),'** ')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18203,
|
|
"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.1868.field_28534'),' ',get('data_source.1865.field_28510'),' / ',get('data_source.1867.field_28522'),' ')"
|
|
},
|
|
{
|
|
"id": 18190,
|
|
"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": 18204,
|
|
"order": "3.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 18190,
|
|
"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.1865.field_28516.*.value')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18205,
|
|
"order": "3.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 18189,
|
|
"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": 855,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.1866.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\u2b05\u2b05\u2b05 BACK TO THE MENU'",
|
|
"variant": "button"
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 1865,
|
|
"name": "Beverage",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 2438,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 2980,
|
|
"view_id": 12059,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.beverage_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 1866,
|
|
"name": "Order",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 2439,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 2983,
|
|
"view_id": 12068,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.order_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 1867,
|
|
"name": "Cup size",
|
|
"order": "3.00000000000000000000",
|
|
"service": {
|
|
"id": 2440,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 2982,
|
|
"view_id": 12067,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.cup_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 1868,
|
|
"name": "Quantity",
|
|
"order": "4.00000000000000000000",
|
|
"service": {
|
|
"id": 2441,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 2985,
|
|
"view_id": 12077,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.quanity_id')"
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": [
|
|
{
|
|
"id": 2674,
|
|
"type": "create_row",
|
|
"order": 1,
|
|
"page_id": 858,
|
|
"element_id": 18203,
|
|
"event": "click",
|
|
"service": {
|
|
"id": 2450,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_upsert_row",
|
|
"table_id": 2984,
|
|
"row_id": "",
|
|
"field_mappings": [
|
|
{
|
|
"field_id": 28529,
|
|
"value": "get('data_source.1866.id')",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"field_id": 28530,
|
|
"value": "get('data_source.1865.id')",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"field_id": 28531,
|
|
"value": "get('data_source.1867.id')",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"field_id": 28532,
|
|
"value": "get('data_source.1868.id')",
|
|
"enabled": true
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": 2675,
|
|
"type": "notification",
|
|
"order": 2,
|
|
"page_id": 858,
|
|
"element_id": 18203,
|
|
"event": "click",
|
|
"title": "'\u2705 Smoothie added'",
|
|
"description": "concat(get('previous_action.2674.field_28545.0.value'),' has been added to your order.')"
|
|
},
|
|
{
|
|
"id": 2676,
|
|
"type": "open_page",
|
|
"order": 3,
|
|
"page_id": 858,
|
|
"element_id": 18203,
|
|
"event": "click",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 855,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.1866.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self"
|
|
}
|
|
],
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": []
|
|
},
|
|
{
|
|
"id": 859,
|
|
"name": "Ingredients",
|
|
"order": 6,
|
|
"path": "/ingredients/:beverage_id/:order_id",
|
|
"path_params": [
|
|
{
|
|
"name": "beverage_id",
|
|
"type": "numeric"
|
|
},
|
|
{
|
|
"name": "order_id",
|
|
"type": "numeric"
|
|
}
|
|
],
|
|
"shared": false,
|
|
"elements": [
|
|
{
|
|
"id": 18206,
|
|
"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": 18208,
|
|
"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.1869.field_28510'),' ingredients')",
|
|
"level": 1
|
|
},
|
|
{
|
|
"id": 18209,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 18206,
|
|
"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": 855,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.1870.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\u2b05 BACK TO THE MENU'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 18210,
|
|
"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.1869.field_28513.0.url')",
|
|
"alt_text": ""
|
|
},
|
|
{
|
|
"id": 18211,
|
|
"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": 1871,
|
|
"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_28518')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "2afca4e1-8199-455d-9914-2e41732f8fc9",
|
|
"name": "Category",
|
|
"type": "tags",
|
|
"styles": {},
|
|
"config": {
|
|
"values": "get('current_record.field_28520.value')",
|
|
"colors_is_formula": true,
|
|
"colors": "get('current_record.field_28520.color')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "4f07d777-b001-48b8-a905-90dedd08bf19",
|
|
"name": "Description",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "get('current_record.field_28519')"
|
|
}
|
|
}
|
|
],
|
|
"orientation": {
|
|
"tablet": "vertical",
|
|
"desktop": "horizontal",
|
|
"smartphone": "vertical"
|
|
}
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 1869,
|
|
"name": "Beverage",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 2442,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 2980,
|
|
"view_id": 12059,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.beverage_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 1870,
|
|
"name": "Order",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 2443,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 2983,
|
|
"view_id": 12068,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.order_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 1871,
|
|
"name": "Ingredients",
|
|
"order": "3.00000000000000000000",
|
|
"service": {
|
|
"id": 2444,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 2981,
|
|
"view_id": 12063,
|
|
"sortings": [],
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [
|
|
{
|
|
"field_id": 28521,
|
|
"type": "link_row_has",
|
|
"value": "get('page_parameter.beverage_id')",
|
|
"value_is_formula": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": [],
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": []
|
|
},
|
|
{
|
|
"id": 860,
|
|
"name": "Order details",
|
|
"order": 7,
|
|
"path": "/order-details/:order_id",
|
|
"path_params": [
|
|
{
|
|
"name": "order_id",
|
|
"type": "numeric"
|
|
}
|
|
],
|
|
"shared": false,
|
|
"elements": [
|
|
{
|
|
"id": 18212,
|
|
"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": 18214,
|
|
"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": 18215,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 18212,
|
|
"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": 855,
|
|
"page_parameters": [
|
|
{
|
|
"name": "order_id",
|
|
"value": "get('data_source.1872.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'\u2b05 BACK TO THE MENU'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 18216,
|
|
"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": 1873,
|
|
"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_28530.*.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "dcfb100d-beee-4ecd-9220-26e2dc7b9d43",
|
|
"name": "Unit price",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "concat('\u20ac ',get('current_record.field_28547'))"
|
|
}
|
|
},
|
|
{
|
|
"uid": "321f5beb-62f6-4b77-b782-3b009c5f525c",
|
|
"name": "Size",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "get('current_record.field_28551')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "d0337fde-3e5e-415e-80b8-a10cc64a4396",
|
|
"name": "Quantity",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "get('current_record.field_28532.*.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "7546d8d0-b2fd-4eb1-8084-50868dae608d",
|
|
"name": "Sutotal",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "concat('\u20ac',get('current_record.field_28546'))"
|
|
}
|
|
},
|
|
{
|
|
"uid": "37d84aef-9ab4-49bc-8aef-657ebd035572",
|
|
"name": "-",
|
|
"type": "button",
|
|
"styles": {},
|
|
"config": {
|
|
"label": "'\u274c REMOVE'"
|
|
}
|
|
}
|
|
],
|
|
"orientation": {
|
|
"tablet": "horizontal",
|
|
"desktop": "horizontal",
|
|
"smartphone": "vertical"
|
|
}
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 1872,
|
|
"name": "Order",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 2445,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 2983,
|
|
"view_id": 12068,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.order_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 1873,
|
|
"name": "Order details",
|
|
"order": "3.00000000000000000000",
|
|
"service": {
|
|
"id": 2446,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 2984,
|
|
"view_id": 12074,
|
|
"sortings": [],
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [
|
|
{
|
|
"field_id": 28529,
|
|
"type": "link_row_has",
|
|
"value": "get('page_parameter.order_id')",
|
|
"value_is_formula": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": [
|
|
{
|
|
"id": 2677,
|
|
"type": "delete_row",
|
|
"order": 1,
|
|
"page_id": 860,
|
|
"element_id": 18216,
|
|
"event": "37d84aef-9ab4-49bc-8aef-657ebd035572_click",
|
|
"service": {
|
|
"id": 2451,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_delete_row",
|
|
"table_id": 2984,
|
|
"row_id": "get('current_record.id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 2678,
|
|
"type": "refresh_data_source",
|
|
"order": 2,
|
|
"page_id": 860,
|
|
"element_id": 18216,
|
|
"event": "37d84aef-9ab4-49bc-8aef-657ebd035572_click",
|
|
"data_source_id": 1873
|
|
}
|
|
],
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": []
|
|
},
|
|
{
|
|
"id": 861,
|
|
"name": "Checkout",
|
|
"order": 8,
|
|
"path": "/checkout/:order_id",
|
|
"path_params": [
|
|
{
|
|
"name": "order_id",
|
|
"type": "numeric"
|
|
}
|
|
],
|
|
"shared": false,
|
|
"elements": [
|
|
{
|
|
"id": 18219,
|
|
"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": 18220,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 18217,
|
|
"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": 854,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Start new order'",
|
|
"variant": "button"
|
|
},
|
|
{
|
|
"id": 18221,
|
|
"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.1874.field_28528'),'**')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18222,
|
|
"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": 18223,
|
|
"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.1874.field_28525'))",
|
|
"format": "plain"
|
|
},
|
|
{
|
|
"id": 18224,
|
|
"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.1874.field_28543'))",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18225,
|
|
"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.1874.field_28539'))",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18226,
|
|
"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": 1875,
|
|
"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_28530.*.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "dcfb100d-beee-4ecd-9220-26e2dc7b9d43",
|
|
"name": "Unit price",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "concat('\u20ac ',get('current_record.field_28547'))"
|
|
}
|
|
},
|
|
{
|
|
"uid": "321f5beb-62f6-4b77-b782-3b009c5f525c",
|
|
"name": "Size",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "get('current_record.field_28551')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "d0337fde-3e5e-415e-80b8-a10cc64a4396",
|
|
"name": "Quantity",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "get('current_record.field_28532.*.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "7546d8d0-b2fd-4eb1-8084-50868dae608d",
|
|
"name": "Sutotal",
|
|
"type": "text",
|
|
"styles": {},
|
|
"config": {
|
|
"value": "concat('\u20ac',get('current_record.field_28546'))"
|
|
}
|
|
}
|
|
],
|
|
"orientation": {
|
|
"tablet": "horizontal",
|
|
"desktop": "horizontal",
|
|
"smartphone": "vertical"
|
|
}
|
|
},
|
|
{
|
|
"id": 18227,
|
|
"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.1874.field_28552'),'**')",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 18217,
|
|
"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": 1874,
|
|
"name": "Order",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 2447,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 2983,
|
|
"view_id": 12068,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.order_id')"
|
|
}
|
|
},
|
|
{
|
|
"id": 1875,
|
|
"name": "Order details",
|
|
"order": "3.00000000000000000000",
|
|
"service": {
|
|
"id": 2448,
|
|
"integration_id": 121,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 2984,
|
|
"view_id": 12074,
|
|
"sortings": [],
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [
|
|
{
|
|
"field_id": 28529,
|
|
"type": "link_row_has",
|
|
"value": "get('page_parameter.order_id')",
|
|
"value_is_formula": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": [],
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": []
|
|
}
|
|
],
|
|
"integrations": [
|
|
{
|
|
"id": 121,
|
|
"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,
|
|
"login_page": null,
|
|
"id": 694,
|
|
"name": "Order Kiosk",
|
|
"order": 4,
|
|
"type": "builder"
|
|
}
|
|
]
|
|
} |