Terminado soporte aniadir gestion nueva
This commit is contained in:
@@ -7,9 +7,10 @@ public class Gestion{
|
||||
private Vector<Transaccion> gestiones;
|
||||
private float suma;
|
||||
private static float total;
|
||||
private static Month mes;
|
||||
private static Year anio;
|
||||
private static String nombre;
|
||||
private Month mes;
|
||||
private Year anio;
|
||||
//private boolean isPositivo;
|
||||
private String nombre;
|
||||
|
||||
public Gestion() {
|
||||
this.gestiones=new Vector<Transaccion>();
|
||||
|
||||
Reference in New Issue
Block a user