FactLine |
FactLine.accrue(String description) |
Create Accrual (flip CR/DR) of the line
|
FactLine |
Fact.balanceAccounting() |
Balance Accounting Currency.
|
FactLine |
Fact.balanceSource() |
Create Source Line for Suspense Balancing.
|
FactLine |
Fact.createLine(DocLine docLine,
MAccount account,
int C_Currency_ID,
BigDecimal Amt) |
Create and convert Fact Line.
|
FactLine |
Fact.createLine(DocLine docLine,
MAccount account,
int C_Currency_ID,
BigDecimal debitAmt,
BigDecimal creditAmt) |
Create and convert Fact Line.
|
FactLine |
Fact.createLine(DocLine docLine,
MAccount accountDr,
MAccount accountCr,
int C_Currency_ID,
BigDecimal Amt) |
Create and convert Fact Line.
|
static FactLine[] |
FactUtil.createSimpleOperation(Fact fact,
DocLine docLine,
MAccount account_DR,
MAccount account_CR,
int C_Currency_ID,
BigDecimal amt,
boolean signSensitive) |
Create a simple acct transaction, as fellows:
|
FactLine[] |
Fact.getLines() |
Get Lines
|
FactLine |
FactLine.reverse(String description) |
Create Reversal (negate DR/CR) of the line
|