Ejemplo n.º 1
0
        }
        if ($oData['factb'] == 'true') {
            $expVta = new ExpertoVentas();
            $text = $expVta->getTextForPrintVentasDeReparto_B($id);
            $expPrint->imprimir(reemplazarCaracteresEspecialesPorAscii($text));
            exit;
        }
        if ($oData['facta'] == 'true') {
            $expVta = new ExpertoVentas();
            $text = $expVta->getTextForPrintVentasDeReparto_A($id);
            $expPrint->imprimir(reemplazarCaracteresEspecialesPorAscii($text));
            exit;
        }
        if ($oData['ficha'] == 'true') {
            $expVta = new ExpertoVentas();
            $text = $expVta->getTextForPrintFichaDeReparto($id);
            $expPrint->imprimir(reemplazarCaracteresEspecialesPorAscii($text));
            exit;
        }
        break;
}
?>
<html>
    <head>
        <!-- FORMS -->
        <script type="text/javascript" src="<?php 
echo $lib_js;
?>
mainFormba.js"></script>
        <link rel="stylesheet" type="text/css" href="<?php 
echo $style_form;