AI reports

This commit is contained in:
Michał Zieliński
2025-08-27 09:01:48 +02:00
parent 1375291638
commit 9a8acbe6a9

View File

@@ -398,7 +398,7 @@ FROM ecminvoiceouts AS i
AND cb.bean_name = 'EcmProducts'
AND cb.deleted = 0
LEFT JOIN ecmproductcategories AS c ON c.id = cb.ecmproductcategory_id
WHERE i.type = 'correct' AND YEAR(i.register_date) = 2024
WHERE i.type = 'correct' AND YEAR(i.register_date) = 2025
GROUP BY
i.document_no,
i.register_date,