Tul xxx Tul
User / IP
:
216.73.216.217
Host / Server
:
45.84.207.204 / aircan.me
System
:
Linux lt-bnk-web1726.main-hosting.eu 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
u931257429
/
domains
/
aircan.me
/
public_html
/
vendefacil
/
views
/
reportes
/
Viewing: activo_fijo.php
<?php include_once 'views/templates/header.php'; ?> <div class="card"> <div class="card-body"> <h4 class="card-title text-center mb-4">Reporte de Activo Fijo</h4> <form method="GET" action="<?php echo BASE_URL; ?>reportes/activo_fijo" class="mb-4"> <div class="row align-items-end"> <div class="col-md-3"> <label for="desde" class="form-label">Desde:</label> <input type="date" class="form-control" name="desde" id="desde" value="<?php echo isset($_GET['desde']) ? $_GET['desde'] : ''; ?>"> </div> <div class="col-md-3"> <label for="hasta" class="form-label">Hasta:</label> <input type="date" class="form-control" name="hasta" id="hasta" value="<?php echo isset($_GET['hasta']) ? $_GET['hasta'] : ''; ?>"> </div> <div class="col-md-3"> <label for="estado" class="form-label">Estado:</label> <select class="form-select" name="estado" id="estado"> <option value="todos">Todos</option> <option value="1" <?php echo (isset($_GET['estado']) && $_GET['estado'] == '1') ? 'selected' : ''; ?>>Activo</option> <option value="0" <?php echo (isset($_GET['estado']) && $_GET['estado'] == '0') ? 'selected' : ''; ?>>Inactivo</option> </select> </div> <div class="col-md-3"> <button type="submit" class="btn btn-primary w-100 mt-4">Filtrar</button> </div> </div> </form> <div class="table-responsive"> <table class="table table-bordered table-striped table-hover align-middle nowrap" style="width: 100%;" id="tbl_activo_fijo"> <thead style="color: black; font-weight: bold; font-size: 0.9em;"> <tr> <th>CÓDIGO</th> <th>DESCRIPCIÓN</th> <th>FECHA ADQ.</th> <th>VALOR</th> <th>ESTADO</th> </tr> </thead> <tbody style="font-size: 0.9em;"> <?php if(!empty($data['lista'])) { foreach ($data['lista'] as $row) { ?> <tr> <td><?php echo isset($row['codigo']) ? htmlspecialchars($row['codigo']) : ''; ?></td> <td><?php echo isset($row['descripcion']) ? htmlspecialchars($row['descripcion']) : ''; ?></td> <td><?php echo isset($row['fecha_compra']) ? htmlspecialchars($row['fecha_compra']) : ''; ?></td> <td><?php echo isset($row['costo']) ? number_format((float)$row['costo'], 2) : '0.00'; ?></td> <td><?php echo isset($row['estado_lbl']) ? htmlspecialchars($row['estado_lbl']) : ''; ?></td> </tr> <?php } } ?> </tbody> </table> </div> </div> </div> <script> document.addEventListener('DOMContentLoaded', function () { var defaultButtons = buttons.filter(btn => btn.extend === 'excelHtml5' || btn.extend === 'pdfHtml5'); var myButtons = defaultButtons.map(function(btn) { if (btn.extend === 'pdfHtml5') { return { text: btn.text || '<i class="fas fa-file-pdf"></i> PDF', className: btn.className || 'btn btn-danger', action: function ( e, dt, node, config ) { var params = new URLSearchParams(window.location.search); window.open(base_url + 'reportes/generarActivosFijos?' + params.toString(), '_blank'); } }; } if (btn.extend === 'excelHtml5') { return { text: btn.text || '<i class="fas fa-file-excel"></i> Excel', className: btn.className || 'btn btn-success', action: function ( e, dt, node, config ) { var params = new URLSearchParams(window.location.search); window.location.href = base_url + 'reportes/excelActivosFijos?' + params.toString(); } }; } return btn; }); $('#tbl_activo_fijo').DataTable({ language: { url: base_url + 'assets/js/espanol.json' }, dom: dom, buttons: myButtons, responsive: true, order: [[0, 'desc']] }); }); </script> <?php include_once 'views/templates/footer.php'; ?>
Coded With 💗 by
0x6ick