|
Compiere 3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FactLine | |
|---|---|
| org.compiere.acct | Provides for.... |
| Uses of FactLine in org.compiere.acct |
|---|
| Methods in org.compiere.acct that return FactLine | |
|---|---|
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 account,
int C_Currency_ID,
BigDecimal debitAmt,
BigDecimal creditAmt,
boolean createZero)
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. |
FactLine[] |
Fact.getLines()
Get Lines |
FactLine |
FactLine.reverse(String description)
Create Reversal (negate DR/CR) of the line |
|
Compiere 3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||