Package | Description |
---|---|
uoc.tfc.xmartimo.action.manteniment | |
uoc.tfc.xmartimo.bean.manteniment | |
uoc.tfc.xmartimo.bean.rebut | |
uoc.tfc.xmartimo.model.manteniment |
Modifier and Type | Method and Description |
---|---|
PeriodeComptable |
PeriodeComptableCompteAction.getPeriodeComptableActual() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PeriodeComptable> |
periodeComptableAction.getNousPeriodesComptables() |
java.util.List<PeriodeComptable> |
periodeComptableAction.getPeriodesComptables() |
Modifier and Type | Method and Description |
---|---|
void |
PeriodeComptableCompteAction.setPeriodeComptableActual(PeriodeComptable periodeComptable) |
Modifier and Type | Method and Description |
---|---|
void |
periodeComptableAction.setNousPeriodesComptables(java.util.List<PeriodeComptable> nousPeriodesComptables) |
void |
periodeComptableAction.setPeriodesComptables(java.util.List<PeriodeComptable> periodesComptables) |
Modifier and Type | Method and Description |
---|---|
PeriodeComptable |
PeriodeComptableCompte.getPeriodeComptable() |
Modifier and Type | Method and Description |
---|---|
void |
PeriodeComptableCompte.setPeriodeComptable(PeriodeComptable periodeComptable) |
Constructor and Description |
---|
PeriodeComptableCompte(int idPeriodeComptableCompte,
PeriodeComptable periodeComptable,
Compte compte,
double totalPrevisio,
double totalComanda)
Constructor amb tots els paràmetres
|
Modifier and Type | Method and Description |
---|---|
PeriodeComptable |
Rebut.getPeriodeComptable() |
Modifier and Type | Method and Description |
---|---|
void |
Rebut.setPeriodeComptable(PeriodeComptable periodeComptable) |
Constructor and Description |
---|
Comanda(java.lang.String descripcio,
PeriodeComptable periodeComptable,
double valor,
Compte compte,
int dia,
Proveidor proveidor)
Constructor amb tots els paràmetres
|
Previsio(java.lang.String descripcio,
PeriodeComptable periodeComptable,
double valor,
Compte compte)
Constructor amb tots els paràmetres
|
Rebut(java.lang.String descripcio,
PeriodeComptable periodeComptable,
double valor,
Compte compte)
Constructor amb tots els paràmetres
|
Modifier and Type | Method and Description |
---|---|
PeriodeComptable |
PeriodeComptableModel.obtenirPeriodeComptable(int idPeriodeComptable)
Obté un periode comptable a partir del seu identificador intern
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PeriodeComptable> |
PeriodeComptableModel.obtenirPeriodesComptables(int idMes,
int idAnyo,
int idCentre,
int estat)
Obté els periodes comptables a partir d'un mes, un any, un centre i un estat
|
java.util.List<PeriodeComptable> |
PeriodeComptableModel.obtenirPeriodesComptables(int idMes,
int idAnyo,
int idCentre,
int idPersona,
int estat)
Obté els periodes comptables a partir d'un mes, un any, un centre, un usuari i un estat
|
java.util.List<PeriodeComptable> |
PeriodeComptableModel.obtenirPeriodesComptablesActius()
Obté els períodes comptables actius
|
java.util.List<PeriodeComptable> |
PeriodeComptableModel.obtenirPeriodesComptablesActius(int idUsuari)
Obté els períodes comptables actius que pertanyen a un usuari
|