Syrve POS API SDK

Ability to add buttons to the delivery orders screen

[ v9preview4  v9  ]

In API V9Preview4, the ability to add buttons to the delivery orders screen appeared, through which plugins can display their own windows.

The AddButtonToDeliveriesScreen method was added with the following parameters:

The button click handler accepts an instance of IViewManager for displaying windows, as well as the current state of the button - (Guid buttonId, string caption, bool isChecked, string iconGeometry) state.