tr("Liquidación") tr("Fecha")
$settlement->ref $settle_date_format


tr("Proveedor") $settlement->sup_name
tr("Dirección") $settlement->sup_address
tr("Código postal") $settlement->sup_zip_code
tr("Localidad") $settlement->sup_city
tr("Provincia") $settlement->sup_state tr("Liquidación por")
tr("Productos vendidos desde") $from_date_format tr("a") $to_date_format $settlement->name_creator $settlement->surname_creator



tr("Referencia") tr("Producto") tr("Ud.") tr("IVA") % tr("Neto/ud.") EURO_HTML tr("Subtotal") EURO_HTML
$info_products[$i]->publisher . " / " . $info_products[$i]->collection . " / " . $info_products[$i]->family
$products[$i][$j]->pro_sku $products[$i][$j]->pro_name $products[$i][$j]->quantity $products[$i][$j]->pro_vat number_format($products[$i][$j]->pro_net, N_DECIMALS) number_format($subtotal, N_DECIMALS)
tr("Nota")
str_replace("\n", "
", $settlement->note)




tr("IVA") % tr("Base imponible") tr("IVA") tr("Total") EURO_HTML
$vat % number_format($base, N_DECIMALS) EURO_HTML number_format($price_vat, N_DECIMALS) EURO_HTML number_format($base + $price_vat, N_DECIMALS) EURO_HTML
tr("Total") number_format($total_base + $total_vat, N_DECIMALS) EURO_HTML