Added methods called before and after opening a shift on the FR
Tags:
v8
In the interface IChequeTaskProcessor
two methods have been added: BeforeOpenSession
and AfterOpenSession.
These methods are called before and after opening a shift on the Fiscal Registrar, respectively, for all plugins implementing the IChequeTaskProcessor interface.
If one of the subscribers throws an exception, the methods for other subscribers are not called, and the entire shift opening operation fails with an error.