Esempio n. 1
0
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title> Test </title>
    </head>
    <body>
        <?php 
//var_dump(misc::account_format("12345678901234567890"));
//echo "<br>".date('j-m-Y', strtotime('Next Friday',time()));
//for ($i=0; $i<5; $i++) {
//echo "<br>".$i;
//echo "<br>".date('t-m-Y',strtotime("+".$i." Month" ,time()));
//}
//echo "Recibos Semanales:<br>-------------------------<br>";
//recibosSemanales(1);
//echo "Recibos Quincenales:<br>-------------------------<br>";
//recibosQuincenales(4,3);
//echo "Recibos Semalanales:<br>-------------------------<br>";
$contrato = new contrato();
//$resultado = $contrato->generarRecibos(1, 18, 1, 12);
if ($contrato->contratoRecibosPagados(28)) {
    echo "si";
} else {
    echo "no";
}
?>
        
    </body>
</html>