Table orderdocuments

Documents that refer to a specific order. E.g. invoices, Print@Home tickets, etc.

Column NameTypePropertiesDocu
fileidseq64Primary-Key
orderidint32Foreign-Key=order(orderid)
filenamestringThe file name shown to the customer, not necessarily related to the template.
mtimeint64The time when the file was last modified.
rtimeint64NULL-able The time when the file was last retrieved by the customer.
contentblobNULL-able
visibleboolFlag whether the document is internal to the theater (false) or visible to the customer (true).