- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 31 of file Item349.java.
◆ Item349()
org.turro.financials.treasury.m303.Item349.Item349 |
( |
String |
name | ) |
|
◆ addAmounts()
void org.turro.financials.treasury.m303.Item349.addAmounts |
( |
Register |
r, |
|
|
String |
opAcc |
|
) |
| |
Definition at line 40 of file Item349.java.
41 for(RegisterEntry re : r.getRegisterEntries()) {
42 Account acc = re.getAccount();
43 if(acc.getId().matches(opAcc.replaceAll(
"_",
".").replaceAll(
"%",
".*"))) {
44 if(acc.getId().startsWith(
"60") || acc.getId().startsWith(
"70")) {
45 amount[0] += Zero.near(re.getCredit(), 2) ? re.getDebit() : re.getCredit();
47 amount[1] += Zero.near(re.getCredit(), 2) ? re.getDebit() : re.getCredit();
◆ compareTo()
int org.turro.financials.treasury.m303.Item349.compareTo |
( |
Item349 |
o | ) |
|
◆ getName()
static String org.turro.financials.treasury.m303.Item349.getName |
( |
Register |
r | ) |
|
|
static |
Definition at line 53 of file Item349.java.
54 for(RegisterEntry re : r.getRegisterEntries()) {
55 Account acc = re.getAccount();
56 if(isAccountName(acc)) {
57 return acc.getDescription();
◆ amount
double org.turro.financials.treasury.m303.Item349.amount[] = new double[2] |
◆ name
String org.turro.financials.treasury.m303.Item349.name |
The documentation for this class was generated from the following file: