iikoFront Api V7Preview7 Code Reference
iikoFront Api V7Preview7 Code Reference
Resto.Front.Api
INotificationService Interface
INotificationService Properties
BeforeDeleteOrder Property
BeforeDeletePrintedItem Property
BeforeDoCheque Property
BeforeOrderBill Property
BeforeServiceCheque Property
BillChequePosResolving Property
BillChequePrinting Property
CafeSessionChanged Property
CafeSessionClosing Property
CafeSessionOpening Property
CashChequePrinting Property
ChangeSumChanged Property
CityChanged Property
ClientChanged Property
CompoundItemTemplateChanged Property
CurrentUserChanged Property
DeliveryCancelCauseChanged Property
DeliveryOrderChanged Property
DeliverySettingsChanged Property
DiscountCardChanged Property
DiscountTypeChanged Property
DonationTypeChanged Property
ExternalOperationChanged Property
KitchenOrderChanged Property
MarketingSourceChanged Property
NavigatingToPaymentScreen Property
OrderBillCancelled Property
OrderChanged Property
OrderEditBarcodeScanned Property
OrderEditCardSlided Property
OrderSplittedByCashRegisters Property
OrderStorned Property
PaymentTypeChanged Property
PreliminaryOrderChanged Property
PriceCategoryChanged Property
ProductCategoryChanged Property
ProductChanged Property
ProductGroupChanged Property
ProductScaleChanged Property
ProductSizeChanged Property
ProductsRemainingAmountsChanged Property
ProductStocksListChanged Property
QuickMenuUpdated Property
RegionChanged Property
RemovalTypeChanged Property
ReserveChanged Property
RestaurantChanged Property
RestaurantSectionChanged Property
RoleChanged Property
ScreenChanged Property
ServiceChequePrinted Property
StreetChanged Property
TableChanged Property
TaxCategoryChanged Property
TerminalChanged Property
TerminalsGroupChanged Property
UserChanged Property
UserSessionChanged Property
INotificationService Properties
The
INotificationService
type exposes the following members.
Properties
Name
Description
BeforeDeleteOrder
Order deletion. Throwing
OperationCanceledException
will abort the operation.
BeforeDeletePrintedItem
Printed order item deletion. Throwing
OperationCanceledException
will abort the operation.
BeforeDoCheque
After payment before cheque printing.
BeforeOrderBill
Order billing. Throwing
OperationCanceledException
will abort the operation.
BeforeServiceCheque
Order items service printing. Throwing
OperationCanceledException
will abort the operation.
BillChequePosResolving
Bill cheque printing, allows to send bill cheque task to custom point of sale.
BillChequePrinting
Bill cheque printing, allows to extend the cheque with custom header or footer sections.
CafeSessionChanged
CafeSessionClosing
Cafe session closing, allows to print custom reports.
CafeSessionOpening
Cafe session opening, allows to print custom reports.
CashChequePrinting
Cash cheque printing, allows to extend the cheque with custom header or footer sections.
ChangeSumChanged
CityChanged
ClientChanged
CompoundItemTemplateChanged
CurrentUserChanged
DeliveryCancelCauseChanged
DeliveryOrderChanged
DeliverySettingsChanged
DiscountCardChanged
DiscountTypeChanged
DonationTypeChanged
ExternalOperationChanged
KitchenOrderChanged
MarketingSourceChanged
NavigatingToPaymentScreen
Navigating to the payment screen. Throwing
OperationCanceledException
will abort the operation.
OrderBillCancelled
OrderChanged
OrderEditBarcodeScanned
Barcode scanning on the order edit screen. Handler should return
true
if the event is to be marked handled.
OrderEditCardSlided
Card slided on the order edit screen. Handler should return
true
if the event is to be marked handled.
OrderSplittedByCashRegisters
Order splitted by cash registers, allows to track relationship between deleted source order and created new orders.
OrderStorned
Order storned, allows to track relationship between deleted source and created new order.
PaymentTypeChanged
PreliminaryOrderChanged
PriceCategoryChanged
ProductCategoryChanged
ProductChanged
ProductGroupChanged
ProductScaleChanged
ProductSizeChanged
ProductsRemainingAmountsChanged
ProductStocksListChanged
QuickMenuUpdated
RegionChanged
RemovalTypeChanged
ReserveChanged
RestaurantChanged
RestaurantSectionChanged
RoleChanged
ScreenChanged
ServiceChequePrinted
Service cheque printed.
StreetChanged
TableChanged
TaxCategoryChanged
TerminalChanged
TerminalsGroupChanged
UserChanged
UserSessionChanged
Top
See Also
Reference
INotificationService Interface
Resto.Front.Api Namespace