Package com.dataman.prometeo.core

Examples of com.dataman.prometeo.core.Reportes


    private void preciosVentaMenuItemMouseReleased(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_preciosVentaMenuItemMouseReleased
        // Add your handling code here:
        String header = "LISTADO DE PRECIOS DE VENTA(c/IVA)<BR><BR>";
        //new SVista("text/html",header + jepDatos.getText()).show();
        new JBrowser(header + new Reportes().listarPreciosVenta()).show();
    }//GEN-LAST:event_preciosVentaMenuItemMouseReleased
View Full Code Here

TOP

Related Classes of com.dataman.prometeo.core.Reportes

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.