- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 31 of file EntryQuarter.java.
◆ EntryQuarter()
org.turro.financials.treasury.m303.EntryQuarter.EntryQuarter |
( |
ModelEntry |
entry, |
|
|
int |
quarter |
|
) |
| |
◆ addToDeclareOp()
void org.turro.financials.treasury.m303.EntryQuarter.addToDeclareOp |
( |
Double |
toDeclareOp | ) |
|
◆ addToDeclareVat()
void org.turro.financials.treasury.m303.EntryQuarter.addToDeclareVat |
( |
Double |
toDeclareVat | ) |
|
◆ getAmountOp()
double org.turro.financials.treasury.m303.EntryQuarter.getAmountOp |
( |
| ) |
|
◆ getDao()
Dao org.turro.financials.treasury.m303.EntryQuarter.getDao |
( |
| ) |
|
◆ getEntry()
ModelEntry org.turro.financials.treasury.m303.EntryQuarter.getEntry |
( |
| ) |
|
◆ getFinalDate()
Date org.turro.financials.treasury.m303.EntryQuarter.getFinalDate |
( |
| ) |
|
Definition at line 139 of file EntryQuarter.java.
140 return new CheckDate(entry.
getExercise(), ((quarter - 1) * 3) + 4, 1, 0, 0, 0).addDays(-1).getDate();
◆ getFinalDeclaredDate()
Date org.turro.financials.treasury.m303.EntryQuarter.getFinalDeclaredDate |
( |
| ) |
|
Definition at line 147 of file EntryQuarter.java.
148 return new CheckDate(entry.
getExercise(), ((quarter - 1) * 3) + 4, 1, 0, 0, 0).addDays(-1).addDays(25).getDate();
◆ getInitialDate()
Date org.turro.financials.treasury.m303.EntryQuarter.getInitialDate |
( |
| ) |
|
◆ getQuarter()
int org.turro.financials.treasury.m303.EntryQuarter.getQuarter |
( |
| ) |
|
◆ getQuarterDeclaredDate()
Date org.turro.financials.treasury.m303.EntryQuarter.getQuarterDeclaredDate |
( |
| ) |
|
Definition at line 143 of file EntryQuarter.java.
144 return new CheckDate(entry.
getExercise(), ((quarter - 1) * 3) + 1, 1, 0, 0, 0).addDays(26).getDate();
◆ getQuarterInitialDate()
Date org.turro.financials.treasury.m303.EntryQuarter.getQuarterInitialDate |
( |
| ) |
|
◆ getToDeclareTotalOp()
double org.turro.financials.treasury.m303.EntryQuarter.getToDeclareTotalOp |
( |
| ) |
|
Definition at line 64 of file EntryQuarter.java.
65 return toDeclareOp ==
null ? 0.0 : toDeclareOp;
◆ getToDeclareTotalVat()
double org.turro.financials.treasury.m303.EntryQuarter.getToDeclareTotalVat |
( |
| ) |
|
Definition at line 56 of file EntryQuarter.java.
57 return toDeclareVat ==
null ? 0.0 : toDeclareVat;
◆ getTotalInputVat()
double org.turro.financials.treasury.m303.EntryQuarter.getTotalInputVat |
( |
| ) |
|
Definition at line 76 of file EntryQuarter.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.m303.EntryQuarter.getTotalOp |
( |
| ) |
|
◆ getTotalOutputVat()
double org.turro.financials.treasury.m303.EntryQuarter.getTotalOutputVat |
( |
| ) |
|
Definition at line 86 of file EntryQuarter.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.m303.EntryQuarter.getVatMap |
( |
| ) |
|
The documentation for this class was generated from the following file: