Click or drag to resize

IRestaurantKitchenSettings Interface

Represents restaurant kitchen configuration settings.

Namespace: Resto.Front.Api.Data.Kitchen
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public interface IRestaurantKitchenSettings : ISerializable

The IRestaurantKitchenSettings type exposes the following members.

Properties
 NameDescription
Public propertyAllowChangeStatusSpecificDishByClickingNameAllowed to transition specific dish to next cooking status by clicking on its name.
Public propertyAutoServeCompletedDishesAutomatically mark cooked dishes as served.
Public propertyBeforeTimePeakModeChangeIntervalWarning about peak/normal mode switch is displayed this time interval before change.
Public propertyCourse2PrintToCookingDelayWaiting time for 2nd course dishes from printing moment to when these dishes should start cooking.
Public propertyCourse3PrintToCookingDelayWaiting time for 3rd course dishes from printing moment to when these dishes should start cooking.
Public propertyCourse4PrintToCookingDelayWaiting time for 4th course dishes from printing moment to when these dishes should start cooking.
Public propertyCourseDishesCookingModeCooking mode for course-based dishes.
Public propertyDishesOverdueIntervalTime interval before dish completion when dish is considered 'slightly' overdue ('Overdue 1'). Counted from zero to negative.
Public propertyDishesSelectionModeDish selection mode in order or serving.
Public propertyGroupKitchenProdutsByCookingPlaceOn kitchen screens 'By orders' and 'By servings', group dishes by cooking place. By default, dishes are displayed in the same order as on the order editing screen. This setting enables preliminary grouping of dishes by cooking places, within group the order is the same as on the order editing screen, groups themselves are ordered by department name.
Public propertyHighCourseDelayIntervalWaiting time interval for 5th and higher course dishes from previous course to next course.
Public propertyNotifyWaitersOnCookingCompleteNotify waiters when dish cooking is completed.
Public propertyOrderKitchenModifiersByFastCodeOn kitchen screen, order modifiers by quick input code. By default, modifiers are ordered in the sequence defined in dish modifiers table or scheme. This setting allows explicit ordering for modifiers by non-targeted use of quick input code, including displaying mixed child modifiers from different groups.
Public propertyPackedStatusOnCookingEnabledWhether order assembly process is enabled.
Public propertyServeDishesAsFastAsPossibleServe dishes as fast as possible.
Public propertyShowFullKitchenProductCommentShow full dish comment on kitchen screen. By default, comment is displayed as single line. This setting enables multi-line comment display.
Public propertyTimePeakIntervalsPeak hours schedule.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also