Maestro-Detalle Factura
Integer identity = autoincrementableStoreejbServices.getContador("factura");
factura.setIdfactura(identity);
String idfacturaalmacen = "factura_" + loginController.getUsuario().getTipoalmacen() + "_" + loginController.getUsuario().getIdalmacen();
Integer numerofactura = autoincrementableStoreejbServices.getContador(idfacturaalmacen);
factura.setNumerofactura(numerofactura);factura_tienda_01
factura_ganga_01
onChangeArticulo
public void onCellEdit(CellEditEvent event)
Last updated