<?php

require '/Constantes.php';
include CONSTANT_PATH_CONFIGURACION . "/ingresoshlcmenu/cxc/menuCXC.php";
include CONSTANT_PATH_CONFIGURACION . "/clases/cierraCuenta4.php";
?>


<?php 
$tipoFacturacion = 'aseguradora';
$cierreCuenta = new eCuentas();
$cierreCuenta->eCuenta($tipoFacturacion, $entidad, $fecha1, $hora1, $dia, $usuario, $_GET['nt'], $basedatos);
Example #2
0
<?php

require '/Constantes.php';
include CONSTANT_PATH_CONFIGURACION . "/ventanasEmergentes.php";
include CONSTANT_PATH_CONFIGURACION . "/clases/discrimina1.php";
?>

<?php 
$cierreCuenta = new eCuentas();
$cierreCuenta->eCuenta($fecha1, $hora1, $dia, $usuario, $_GET['nt'], $basedatos);
Example #3
0
<?php

require '/Constantes.php';
require CONSTANT_PATH_CONFIGURACION . "/ventanasEmergentes.php";
include CONSTANT_PATH_CONFIGURACION . "/clases/cierraCuenta2.php";
?>


<?php 
$TITULO = 'ESTADO DE CUENTA';
$cierreCuenta = new eCuentas();
$cierreCuenta->eCuenta($ALMACEN, 'no', $TITULO, $entidad, $fecha1, $hora1, $dia, $usuario, $_GET['nt'], $basedatos);
?>









Example #4
0
<?php

require '/Constantes.php';
include CONSTANT_PATH_CONFIGURACION . "/ventanasEmergentes.php";
include CONSTANT_PATH_CONFIGURACION . "/clases/cierraCuenta2.php";
$consultar = new eCuentas();
$consultar->eCuenta($bali, $transacciones, $TITULO, $entidad, $fecha1, $hora1, $dia, $usuario, $nT, $basedatos);