Printing a Sales Receipt via PastOrder
In Api V9Preview1, the ability to print a sales receipt via PastOrder has been added.
For this, the class PastOrder has been updated with the field CafeSessionId, and the class PastOrderItem has been updated with the fields VatRate and VatSum.
To print a sales receipt, you can use the new operation PrintCashMemoCheque. If you simply need to obtain the receipt layout, taking into account the settings of the selected printing device (if specified), you can use the operation GetCashMemoMarkup.