- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 32 of file EntryMonth.java.
◆ EntryMonth()
org.turro.financials.treasury.m303m.EntryMonth.EntryMonth |
( |
ModelEntry |
entry, |
|
|
int |
month |
|
) |
| |
◆ addToDeclareOp()
void org.turro.financials.treasury.m303m.EntryMonth.addToDeclareOp |
( |
Double |
toDeclareOp | ) |
|
◆ addToDeclareVat()
void org.turro.financials.treasury.m303m.EntryMonth.addToDeclareVat |
( |
Double |
toDeclareVat | ) |
|
◆ getAmountOp()
double org.turro.financials.treasury.m303m.EntryMonth.getAmountOp |
( |
| ) |
|
Definition at line 44 of file EntryMonth.java.
45 return amountOp ==
null ? 0.0 : amountOp;
◆ getDao()
Dao org.turro.financials.treasury.m303m.EntryMonth.getDao |
( |
| ) |
|
◆ getEntry()
ModelEntry org.turro.financials.treasury.m303m.EntryMonth.getEntry |
( |
| ) |
|
◆ getFinalDate()
Date org.turro.financials.treasury.m303m.EntryMonth.getFinalDate |
( |
| ) |
|
◆ getFinalDeclaredDate()
Date org.turro.financials.treasury.m303m.EntryMonth.getFinalDeclaredDate |
( |
| ) |
|
Definition at line 147 of file EntryMonth.java.
148 return new CheckDate(entry.
getExercise(), month + 1, 1, 0, 0, 0).addDays(-1).addDays(25).getDate();
◆ getInitialDate()
Date org.turro.financials.treasury.m303m.EntryMonth.getInitialDate |
( |
| ) |
|
◆ getMonth()
int org.turro.financials.treasury.m303m.EntryMonth.getMonth |
( |
| ) |
|
◆ getMonthDeclaredDate()
Date org.turro.financials.treasury.m303m.EntryMonth.getMonthDeclaredDate |
( |
| ) |
|
◆ getMonthInitialDate()
Date org.turro.financials.treasury.m303m.EntryMonth.getMonthInitialDate |
( |
| ) |
|
◆ getToDeclareTotalOp()
double org.turro.financials.treasury.m303m.EntryMonth.getToDeclareTotalOp |
( |
| ) |
|
Definition at line 64 of file EntryMonth.java.
65 return toDeclareOp ==
null ? 0.0 : toDeclareOp;
◆ getToDeclareTotalVat()
double org.turro.financials.treasury.m303m.EntryMonth.getToDeclareTotalVat |
( |
| ) |
|
Definition at line 56 of file EntryMonth.java.
57 return toDeclareVat ==
null ? 0.0 : toDeclareVat;
◆ getTotalInputVat()
double org.turro.financials.treasury.m303m.EntryMonth.getTotalInputVat |
( |
| ) |
|
Definition at line 76 of file EntryMonth.java.
78 for(VatEntry ve : vatMap.values()) {
79 if(
getEntry().getType().getBookId() == 1 ||
getEntry().getType().getBookId() == 3) {
80 result += ve.getAmountVat();
◆ getTotalOp()
double org.turro.financials.treasury.m303m.EntryMonth.getTotalOp |
( |
| ) |
|
Definition at line 48 of file EntryMonth.java.
49 return totalOp ==
null ? 0.0 : totalOp;
◆ getTotalOutputVat()
double org.turro.financials.treasury.m303m.EntryMonth.getTotalOutputVat |
( |
| ) |
|
Definition at line 86 of file EntryMonth.java.
88 for(VatEntry ve : vatMap.values()) {
89 if(
getEntry().getType().getBookId() == 2) {
90 result += ve.getAmountVat();
◆ getVatMap()
Map<Integer, VatEntry> org.turro.financials.treasury.m303m.EntryMonth.getVatMap |
( |
| ) |
|
The documentation for this class was generated from the following file: