From cb539feb626fbbda2795d4a9c556dddd2c390341 Mon Sep 17 00:00:00 2001 From: Eugene Baglaev Date: Wed, 15 Oct 2025 14:41:58 +0300 Subject: [PATCH 1/4] =?UTF-8?q?RMS-59444=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=B4=D0=BB=D1=8F=20WebKDS=20=D0=B2=20Api=20iik?= =?UTF-8?q?oFront?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2025-10-15-get-restaraunt-kitchen-settings.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _posts/2025-10-15-get-restaraunt-kitchen-settings.md diff --git a/_posts/2025-10-15-get-restaraunt-kitchen-settings.md b/_posts/2025-10-15-get-restaraunt-kitchen-settings.md new file mode 100644 index 0000000..aad9dfc --- /dev/null +++ b/_posts/2025-10-15-get-restaraunt-kitchen-settings.md @@ -0,0 +1,10 @@ +--- +title: Получение настроек кухонного экрана +layout: default +tags: v9 +--- + +В API V9 добавлен метод получения настроек кухонного экрана [`GetRestaurantKitchenSettings`](https://iiko.github.io/front.api.sdk/v9/html/M_Resto_Front_Api_IOperationService_GetRestaurantKitchenSettings.htm). +Метод возвращает настройки кухонного экрана [`IRestaurantKitchenSettings`](https://iiko.github.io/front.api.sdk/v9/html/T_Resto_Front_Api_Data_Kitchen_IRestaurantKitchenSettings.htm). + + From 99838f44cd27d46afb24367d0546870ad1f3514d Mon Sep 17 00:00:00 2001 From: Eugene Baglaev Date: Wed, 15 Oct 2025 15:35:24 +0300 Subject: [PATCH 2/4] =?UTF-8?q?RMS-59444=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=B4=D0=BB=D1=8F=20WebKDS=20=D0=B2=20Api=20iik?= =?UTF-8?q?oFront?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2025-10-15-get-restaraunt-kitchen-settings.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_posts/2025-10-15-get-restaraunt-kitchen-settings.md b/_posts/2025-10-15-get-restaraunt-kitchen-settings.md index aad9dfc..88c3883 100644 --- a/_posts/2025-10-15-get-restaraunt-kitchen-settings.md +++ b/_posts/2025-10-15-get-restaraunt-kitchen-settings.md @@ -1,7 +1,6 @@ --- title: Получение настроек кухонного экрана layout: default -tags: v9 --- В API V9 добавлен метод получения настроек кухонного экрана [`GetRestaurantKitchenSettings`](https://iiko.github.io/front.api.sdk/v9/html/M_Resto_Front_Api_IOperationService_GetRestaurantKitchenSettings.htm). From a79c866c8c35f78db546d258619b9c7e4c0b0d12 Mon Sep 17 00:00:00 2001 From: Roman Galkin Date: Wed, 26 Nov 2025 13:35:39 +0300 Subject: [PATCH 3/4] Update _posts/2025-10-15-get-restaraunt-kitchen-settings.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- _posts/2025-10-15-get-restaraunt-kitchen-settings.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_posts/2025-10-15-get-restaraunt-kitchen-settings.md b/_posts/2025-10-15-get-restaraunt-kitchen-settings.md index 88c3883..e7878db 100644 --- a/_posts/2025-10-15-get-restaraunt-kitchen-settings.md +++ b/_posts/2025-10-15-get-restaraunt-kitchen-settings.md @@ -5,5 +5,3 @@ layout: default В API V9 добавлен метод получения настроек кухонного экрана [`GetRestaurantKitchenSettings`](https://iiko.github.io/front.api.sdk/v9/html/M_Resto_Front_Api_IOperationService_GetRestaurantKitchenSettings.htm). Метод возвращает настройки кухонного экрана [`IRestaurantKitchenSettings`](https://iiko.github.io/front.api.sdk/v9/html/T_Resto_Front_Api_Data_Kitchen_IRestaurantKitchenSettings.htm). - - From 7e76258453b56ba39b6d3174c466ff90e33cdbc9 Mon Sep 17 00:00:00 2001 From: Eugene Baglaev Date: Wed, 18 Feb 2026 18:11:49 +0300 Subject: [PATCH 4/4] =?UTF-8?q?RMS-59444=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=B4=D0=BB=D1=8F=20WebKDS=20=D0=B2=20Api=20iik?= =?UTF-8?q?oFront?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Правки по ревью --- ...settings.md => 2025-10-15-get-restaurant-kitchen-settings.md} | 1 + 1 file changed, 1 insertion(+) rename _posts/{2025-10-15-get-restaraunt-kitchen-settings.md => 2025-10-15-get-restaurant-kitchen-settings.md} (98%) diff --git a/_posts/2025-10-15-get-restaraunt-kitchen-settings.md b/_posts/2025-10-15-get-restaurant-kitchen-settings.md similarity index 98% rename from _posts/2025-10-15-get-restaraunt-kitchen-settings.md rename to _posts/2025-10-15-get-restaurant-kitchen-settings.md index e7878db..cfa3c8d 100644 --- a/_posts/2025-10-15-get-restaraunt-kitchen-settings.md +++ b/_posts/2025-10-15-get-restaurant-kitchen-settings.md @@ -1,6 +1,7 @@ --- title: Получение настроек кухонного экрана layout: default +tags: v9 --- В API V9 добавлен метод получения настроек кухонного экрана [`GetRestaurantKitchenSettings`](https://iiko.github.io/front.api.sdk/v9/html/M_Resto_Front_Api_IOperationService_GetRestaurantKitchenSettings.htm).