Adempiere 3.5.2a

Uses of Class
org.compiere.acct.FactLine

Packages that use FactLine
org.compiere.acct Package org.compiere.acct Provide viewer for the viewing of account posting records. 
 

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 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
 

Methods in org.compiere.acct with parameters of type FactLine
 void Fact.add(FactLine line)
          Add Fact Line
 void Fact.remove(FactLine line)
          Remove Fact Line
 


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.