Click or drag to resize

CanDeleteOrdersOutOfCafeSession Enumeration

Setting "Is it possible to delete orders with closed cafe session".

Namespace:  Resto.Front.Api.Data.Organization
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public enum CanDeleteOrdersOutOfCafeSession
Members
  Member nameValueDescription
NotAllowed0 Not allowed.
OnlyWithoutWriteoff1 Only orders without writeoff and payment.
All2 Any orders without payment.
See Also