/* Decoded by unphp.net */ ?> actualizarPestana(); "; exit(); } if($_GET) { $limit = $_GET["txtCregistro"];; $cuenta = $_GET["txtCuenta"]; if(isset($_GET["txtCondicion"]) && $_GET["txtCondicion"] != "Todos") { switch($_GET["txtCondicion"]) { case "Pendientes": $condicion .= " and m.stad = 1 and m.pago = 0"; break; case "Pagados": $condicion .= " and m.stad = 1 and m.pago = 1"; break; case "Cancelados": $condicion .= " and m.stad = 0"; break; } } if(isset($_GET["txtTipo"]) && $_GET["txtTipo"] != "Todos") { $condicion .= " and m.ck = 0"; } if(isset($_GET["txtCuenta"]) && $_GET["txtCuenta"] != "") { $condicion .= " and m.fdo = $cuenta"; } if(isset($_GET["txtFdesde"])) { $fecha15Atras = $_GET["txtFdesde"]; } if(isset($_GET["txtFhasta"])) { $fechaHoy = $_GET["txtFhasta"]; } } $sql = "SELECT t.prg, t.clas, concat(IF(p.detprg IS NULL,c.detprg,p.detprg),'-', k.det) AS det, SUM(d.monto)AS monto FROM af_gasto m, af_exec d, af_tgasto t LEFT JOIN cat_mprog c ON t.prg = c.cod LEFT JOIN af_proy p ON t.prg = p.proy AND p.per =t.per LEFT JOIN cat_mclas k on t.clas = k.cod WHERE m.cod = d.ref AND d.tipo = 'G' AND t.pres = d.pres and m.fecha between '$fecha15Atras' and '$fechaHoy' $condicion GROUP BY t.prg, t.clas ORDER BY t.prg, t.clas limit $limit "; $fondo = nombreDelFondo($cuenta); $texto = "Del ". fechareporte($fecha15Atras) . " al " . fechareporte($fechaHoy); $texto1 ="Listado de Gastos Erogados por Cuentas Presupuestarias - ".$fondo; $_SESSION["sqlDataPDF"] = array("titulo"=>$texto, "textoSQL"=>$sql, "titulo1"=>$texto1 ); $dt = new dataTable($sql); $total = 0; if ($dt->numRows > 0) { foreach($dt->data["det"] as $pos=>&$valor) { //$valor = ($valor); $dt->data["det"][$pos] = "
".($dt->data["det"][$pos])."
"; $total += $dt->data["monto"][$pos]; $dt->data["monto"][$pos] = "
". number_format($dt->data["monto"][$pos],2)."
"; } } $grid = new dataGrid($dt); //$grid->setRowAction("ondblclick", "prg", array("cod")); $grid->cambiarLabel("prg" , "Programa"); $grid->cambiarLabel("clas" , "Clasificador"); $grid->cambiarLabel("det" , "Detalle"); if($_POST) { $grid->display(); exit(); } ?>
Se Muestran numRows; ?> Registros por $      
display(); ?>