tm.saleslog

The saleslog contains a history of all sales transactions in the system. In the saleslog, payments are linked to the items for which was paid. This allows to generated detailed reports on the past sales

Fields

FieldDescription
id
int
ID
ts
timestamp
Timestamp for the recorded sales transaction
orderid
int
Link to the order for the recorded sales transaction

References: tm.order

userid
int
Link to the user for the recorded sales transaction

References: tm.user