Attention
Error inserting:
Table 'bddal.sc_log' doesn't exist
INSERT INTO sc_log (inserted_date, username, application, creator, ip_user, action, description) VALUES ('2026-03-31 22:36:09', '', 'label_entry_3x5_pdf', 'Scriptcase', '192.168.73.10', 'access', '')
Attention
Error while accessing the database
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 1
SELECT entry.id as entry_id, entry.date as entry_date, entry.warehouse as entry_warehouse, entry.customer as entry_customer, customers.name as customers_name, entry_details.quantity as entry_details_quantity, entry_details.product_id as entry_details_product_id, entry_details.serial as entry_details_serial, entry.trailer as entry_trailer, entry_details.product_id2 as type1, 'Trailer' as lbltrailer, 'Type' as lbltype from entry INNER JOIN entry_details ON entry.id = entry_details.fid_entry INNER JOIN customers ON entry.customer = customers.id where (entry.id = )