salix/print/templates/reports/invoiceIn/sql/entry.sql

9 lines
166 B
MySQL
Raw Normal View History

2022-10-18 12:58:38 +00:00
SELECT
e.id,
t.landed,
2022-12-16 09:36:18 +00:00
e.reference
2022-10-18 12:58:38 +00:00
FROM entry e
JOIN invoiceIn i ON i.id = e.invoiceInFk
JOIN travel t ON t.id = e.travelFk
WHERE i.id = ?