Click or drag to resize

OrderItemCourse Enumeration

Describes the course (cooking and serving sequence) of an order item.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public enum OrderItemCourse
Members
  Member nameValueDescription
Default-1Order item should be cooked and served with default priority.
Vip0Order item should be cooked and served as soon as possible, this is highest priority.
First1Order item cooking should start immediately after service cheque printing.
Second2Order item cooking should start after Second course serve cheque printing, items of this priority should be served after First.
Third3Order item cooking should start after Third course serve cheque printing, items of this priority should be served after Second.
Fourth4Order item cooking should start after Fourth course serve cheque printing, items of this priority should be served after Third.
Fifth5Order item cooking should start after Fifth course serve cheque printing, items of this priority should be served after Fourth. This course usage possibility depends on MaxCourseNumber setting.
Sixth6Order item cooking should start after Sixth course serve cheque printing, items of this priority should be served after Fifth. This course usage possibility depends on MaxCourseNumber setting.
Seventh7Order item cooking should start after Seventh course serve cheque printing, items of this priority should be served after Sixth. This course usage possibility depends on MaxCourseNumber setting.
Eighth8Order item cooking should start after Eighth course serve cheque printing, items of this priority should be served after Seventh. This course usage possibility depends on MaxCourseNumber setting.
Ninth9Order item cooking should start after Ninth course serve cheque printing, items of this priority should be served after Eighth. This course usage possibility depends on MaxCourseNumber setting.
Tenth10Order item cooking should start after Tenth course serve cheque printing, items of this priority should be served after Ninth. This course usage possibility depends on MaxCourseNumber setting.
Eleventh11Order item cooking should start after Eleventh course serve cheque printing, items of this priority should be served after Tenth. This course usage possibility depends on MaxCourseNumber setting.
Twelfth12Order item cooking should start after Twelfth course serve cheque printing, items of this priority should be served after Eleventh. This course usage possibility depends on MaxCourseNumber setting.
Thirteenth13Order item cooking should start after Thirteenth course serve cheque printing, items of this priority should be served after Twelfth. This course usage possibility depends on MaxCourseNumber setting.
Fourteenth14Order item cooking should start after Fourteenth course serve cheque printing, items of this priority should be served after Thirteenth. This course usage possibility depends on MaxCourseNumber setting.
Fifteenth15Order item cooking should start after Fifteenth course serve cheque printing, items of this priority should be served after Fourteenth. This course usage possibility depends on MaxCourseNumber setting.
Sixteenth16Order item cooking should start after Sixteenth course serve cheque printing, items of this priority should be served after Fifteenth. This course usage possibility depends on MaxCourseNumber setting.
Seventeenth17Order item cooking should start after Seventeenth course serve cheque printing, items of this priority should be served after Sixteenth. This course usage possibility depends on MaxCourseNumber setting.
Eighteenth18Order item cooking should start after Eighteenth course serve cheque printing, items of this priority should be served after Seventeenth. This course usage possibility depends on MaxCourseNumber setting.
Nineteenth19Order item cooking should start after Nineteenth course serve cheque printing, items of this priority should be served after Eighteenth. This course usage possibility depends on MaxCourseNumber setting.
Twentieth20Order item cooking should start after Twentieth course serve cheque printing, items of this priority should be served after Nineteenth. This course usage possibility depends on MaxCourseNumber setting.
See Also