Storage space for printed documents. To be filled by the client whenever something is printed, to be emptied by auditors.
Column Name | Type | Properties | Docu |
docid | seq64 | Primary-Key | automatic key for this table |
logtime | int64 | time at which the data was logged | |
uname | string:64 | NULL-able Foreign-Key=user(uname) | user who printed the document |
orderid | int32 | NULL-able Foreign-Key=order(orderid) | the order it refers to |
doctype | string:32 | type of document (bill, eventoverview, etc.) | |
docbody | blob | the document |