$sql="SELECT d.rowid, d.product_type as dtype, d.".$fk_facture." as facid, d.tva_tx as rate, d.total_ht as total_ht, d.total_ttc as total_ttc, d.".$total_tva." as total_vat, d.description as descr,";
$sql.=" d.".$total_localtax1." as total_localtax1, d.".$total_localtax2." as total_localtax2, ";
$sql.=" d.date_start as date_start, d.date_end as date_end,";
$sql.=" f.".$invoicefieldref." as facnum, f.type, f.total_ttc as ftotal_ttc,";
$sql.=" f.".$invoicefieldref." as facnum, f.type, f.total_ttc as ftotal_ttc, f.datef, s.nom as company_name, s.rowid as company_id,";
$sql.=" p.rowid as pid, p.ref as pref, p.fk_product_type as ptype,";
$sql.=" 0 as payment_id, 0 as payment_amount";
$sql.=" FROM ".MAIN_DB_PREFIX.$invoicetable." as f,";
$sql.=" ".MAIN_DB_PREFIX."societe as s,";
$sql.=" ".MAIN_DB_PREFIX.$invoicedettable." as d";
$sql.=" LEFT JOIN ".MAIN_DB_PREFIX."product as p on d.fk_product = p.rowid";
$sql="SELECT d.rowid, d.product_type as dtype, d.".$fk_facture." as facid, d.tva_tx as rate, d.total_ht as total_ht, d.total_ttc as total_ttc, d.".$total_tva." as total_vat, d.description as descr,";
$sql.=" d.".$total_localtax1." as total_localtax1, d.".$total_localtax2." as total_localtax2, ";
$sql.=" d.date_start as date_start, d.date_end as date_end,";
$sql.=" f.".$invoicefieldref." as facnum, f.type, f.total_ttc as ftotal_ttc,";
$sql.=" f.".$invoicefieldref." as facnum, f.type, f.total_ttc as ftotal_ttc, f.datef as date_f, s.nom as company_name, s.rowid as company_id,";
$sql.=" p.rowid as pid, p.ref as pref, p.fk_product_type as ptype,";
$sql.=" 0 as payment_id, 0 as payment_amount";
$sql.=" FROM ".MAIN_DB_PREFIX.$invoicetable." as f,";
$sql.=" ".MAIN_DB_PREFIX."societe as s,";
$sql.=" ".MAIN_DB_PREFIX.$invoicedettable." as d";
$sql.=" LEFT JOIN ".MAIN_DB_PREFIX."product as p on d.fk_product = p.rowid";
$sql="SELECT d.rowid, d.product_type as dtype, d.".$fk_facture." as facid, d.tva_tx as rate, d.total_ht as total_ht, d.total_ttc as total_ttc, d.".$total_tva." as total_vat, d.description as descr,";
$sql.=" d.".$total_localtax1." as total_localtax1, d.".$total_localtax2." as total_localtax2, ";
$sql.=" d.date_start as date_start, d.date_end as date_end,";
$sql.=" f.".$invoicefieldref." as facnum, f.type, f.total_ttc as ftotal_ttc,";
$sql.=" f.".$invoicefieldref." as facnum, f.type, f.total_ttc as ftotal_ttc, f.datef, s.nom as company_name, s.rowid as company_id,";
$sql.=" p.rowid as pid, p.ref as pref, p.fk_product_type as ptype,";
$sql.=" 0 as payment_id, 0 as payment_amount";
$sql.=" FROM ".MAIN_DB_PREFIX.$invoicetable." as f,";
$sql.=" ".MAIN_DB_PREFIX."societe as s,";
$sql.=" ".MAIN_DB_PREFIX.$invoicedettable." as d";
$sql.=" LEFT JOIN ".MAIN_DB_PREFIX."product as p on d.fk_product = p.rowid";
$sql="SELECT d.rowid, d.product_type as dtype, d.".$fk_facture." as facid, d.tva_tx as rate, d.total_ht as total_ht, d.total_ttc as total_ttc, d.".$total_tva." as total_vat, d.description as descr,";
$sql.=" d.".$total_localtax1." as total_localtax1, d.".$total_localtax2." as total_localtax2, ";
$sql.=" d.date_start as date_start, d.date_end as date_end,";
$sql.=" f.".$invoicefieldref." as facnum, f.type, f.total_ttc as ftotal_ttc,";
$sql.=" f.".$invoicefieldref." as facnum, f.type, f.total_ttc as ftotal_ttc, f.datef, s.nom as company_name, s.rowid as company_id,";
$sql.=" p.rowid as pid, p.ref as pref, p.fk_product_type as ptype,";
$sql.=" pf.".$fk_payment." as payment_id, pf.amount as payment_amount";
$sql.=" FROM ".MAIN_DB_PREFIX.$invoicetable." as f,";
$sql.=" ".MAIN_DB_PREFIX.$paymentfacturetable." as pf,";
$sql.=" ".MAIN_DB_PREFIX.$paymenttable." as pa,";
$sql.=" ".MAIN_DB_PREFIX."societe as s,";
$sql.=" ".MAIN_DB_PREFIX.$invoicedettable." as d";
$sql.=" LEFT JOIN ".MAIN_DB_PREFIX."product as p on d.fk_product = p.rowid";