Package org.salamanca.reportes.factura

Examples of org.salamanca.reportes.factura.Factura.display()


                                      cuotaBasica.getConcepto(), importeCuota,
                                      conceptodescuento, "-" + importedescuento,
                                      recargopagofueradetermino,
                                      recargoFormaPago, totalapagar,alumno.getDni());

        factura.display();
        this.setVisible(false);

    }

    public void jComboBoxRecargoFormaDePago_actionPerformed(ActionEvent e) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.