salix/print/templates/reports/entry-order/sql/entry.sql

11 lines
196 B
SQL

SELECT
e.id,
e.invoiceNumber,
e.notes,
c.code companyCode,
t.landed
FROM entry e
JOIN travel t ON t.id = e.travelFk
JOIN company c ON c.id = e.companyFk
WHERE e.id = ?