Documents that refer to a specific order. E.g. invoices, Print@Home tickets, etc.
| Column Name | Type | Properties | Docu |
| fileid | seq64 | Primary-Key | |
| orderid | int32 | Foreign-Key=order(orderid) | |
| filename | string | The file name shown to the customer, not necessarily related to the template. | |
| mtime | int64 | The time when the file was last modified. | |
| rtime | int64 | NULL-able | The time when the file was last retrieved by the customer. |
| content | blob | NULL-able | |
| visible | bool | Flag whether the document is internal to the theater (false) or visible to the customer (true). |