OpsContextPrintReceipt Method |
Print a customized guest check or customer receipt to the guest check or customer receipt printer.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic void PrintReceipt(
OpsCustomReceiptEventArgs args,
List<int> checkDetailLinks,
bool customerReceipt,
DbTenderMedia tmed
)
Parameters
- args OpsCustomReceiptEventArgs
- Provide detailed instructions on how to format the receipt.
- checkDetailLinks ListInt32
- The DetailLinks of the items to print. Set to null if all configured items should print.
- customerReceipt Boolean
- Pass 'true' to use the customer receipt printer and format. If set to 'false', the guest check printer is used.
- tmed DbTenderMedia
- The Tender/Media record to use for formatting options such as whether sales itemizers print.
See Also