Adding New Features to GetCashRegisterStatus
Tags:
In API V8Preview6, the ability to obtain additional properties via IOperationService.GetCashRegisterStatus has been added.
Newly added fields:
SerialNumber- Serial number of the cash registerSessionNumber- Current session numberRefundsCount- Number of refunds for the shiftRefundsSum- Total refunds for the shiftCancelCount- Number of cancellations for the shiftCancelSum- Total cancellations for the shiftSalesCount- Number of sales for the shiftSalesSum- Total sales for the shiftSalesSumTotal- Overall total sales of the cash registerCashPaymentSum- Total cash sales of the cash register for the shiftNonCashPaymentsSum- Total non-cash sales of the cash register for the shift
To obtain data, you need to pass additional values corresponding to the required data in GetCashRegisterStatusTask.StatusFields.
A list of all possible values can be found in CashRegisterStatusField.