invoices.printInvoice
Description
Print an invoice to the specified printer.

Parameters
invoiceID number
printerName string

Return value
success bool

Example
invoices.printInvoice(1234, "Office Printer")

Comments
printerName must match a valid printer in the Windows Control Panel.

See also
printInvoiceToPDF

Back