IChequeTaskProcessor Interface |
Namespace: Resto.Front.Api.Devices
public interface IChequeTaskProcessor
The IChequeTaskProcessor type exposes the following members.
Name | Description | |
---|---|---|
IsPrimary |
Whether this cheque task processor is going to change operation sums.
When multiple cheque task processors have been registered, primary processors are called first, because they can change sums,
so that remaining processors will see final sums.
|
Name | Description | |
---|---|---|
AfterDoChequeAction |
Perform the action after do cheque.
| |
AfterOpenSession |
Perform the action after opening session on cash register.
| |
AfterPayIn |
Perform the action after pay in.
| |
AfterPayOut |
Perform the action after pay out.
| |
AfterXReport |
Perform the action after printing the X-report.
| |
AfterZReport |
Perform the action after printing the Z-report.
| |
BeforeDoChequeAction |
Perform the action before do cheque.
| |
BeforeOpenSession |
Perform the action before opening session on cash register.
| |
BeforePayIn |
Perform the action before pay in.
| |
BeforePayOut |
Perform the action before pay out.
| |
BeforeXReport |
Perform the action before printing the X-report.
| |
BeforeZReport |
Perform the action before printing the Z-report.
|