Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RitualsPrintTalismanDocuments

Print the certificate and bottle labels for Talisman products

The OrderID is required, by default all documents will be printed, except when the optional OrderLineID is specified. Then only the documents for that Talisman are printed.

It is required to specify if the certificat, the bottle label, or both should be printed. This is done by setting PrintCertificate and/or PrintBottleLabel.

The Station that has the required printers should be specified in the StationID property.

Hierarchy

  • RitualsPrintTalismanDocuments

Index

Properties

OrderID

OrderID: number

Entity type: Order

Optional OrderLineID

OrderLineID: undefined | number

Entity type: OrderLine

Optional PrintBottleLabel

PrintBottleLabel: undefined | false | true

Optional PrintCertificate

PrintCertificate: undefined | false | true

Optional StationID

StationID: undefined | number

Entity type: Station