Adempiere 3.5.2a

Uses of Class
org.compiere.acct.Fact

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

Uses of Fact in org.compiere.acct
 

Methods in org.compiere.acct that return Fact
protected static Fact Doc_Order.getCommitmentRelease(MAcctSchema as, Doc doc, BigDecimal Qty, int C_InvoiceLine_ID, BigDecimal multiplier)
          Get Commitment Release.
protected static Fact Doc_Order.getCommitmentSalesRelease(MAcctSchema as, Doc doc, BigDecimal Qty, int M_InOutLine_ID, BigDecimal multiplier)
          Get Commitment Sales Release.
 

Methods in org.compiere.acct that return types with arguments of type Fact
 ArrayList<Fact> Doc_Requisition.createFacts(MAcctSchema as)
          Create Facts (the accounting logic) for POR.
 ArrayList<Fact> Doc_ProjectIssue.createFacts(MAcctSchema as)
          Create Facts (the accounting logic) for PJI Issue ProjectWIP DR Inventory CR Project Account is either Asset or WIP depending on Project Type
 ArrayList<Fact> Doc_Production.createFacts(MAcctSchema as)
          Create Facts (the accounting logic) for MMP.
 ArrayList<Fact> Doc_Payroll.createFacts(MAcctSchema as)
          Create Facts (the accounting logic) for
 ArrayList<Fact> Doc_Payment.createFacts(MAcctSchema as)
          Create Facts (the accounting logic) for ARP, APP.
 ArrayList<Fact> Doc_Order.createFacts(MAcctSchema as)
          Create Facts (the accounting logic) for SOO, POO.
 ArrayList<Fact> Doc_Movement.createFacts(MAcctSchema as)
          Create Facts (the accounting logic) for MMM.
 ArrayList<Fact> Doc_MatchPO.createFacts(MAcctSchema as)
          Create Facts (the accounting logic) for MXP.
 ArrayList<Fact> Doc_MatchInv.createFacts(MAcctSchema as)
          Create Facts (the accounting logic) for MXI.
 ArrayList<Fact> Doc_Invoice.createFacts(MAcctSchema as)
          Create Facts (the accounting logic) for ARI, ARC, ARF, API, APC.
 ArrayList<Fact> Doc_Inventory.createFacts(MAcctSchema as)
          Create Facts (the accounting logic) for MMI.
 ArrayList<Fact> Doc_InOut.createFacts(MAcctSchema as)
          Create Facts (the accounting logic) for MMS, MMR.
 ArrayList<Fact> Doc_GLJournal.createFacts(MAcctSchema as)
          Create Facts (the accounting logic) for GLJ.
 ArrayList<Fact> Doc_Cash.createFacts(MAcctSchema as)
          Create Facts (the accounting logic) for CMC.
 ArrayList<Fact> Doc_Bank.createFacts(MAcctSchema as)
          Create Facts (the accounting logic) for CMB.
 ArrayList<Fact> Doc_Allocation.createFacts(MAcctSchema as)
          Create Facts (the accounting logic) for CMA.
abstract  ArrayList<Fact> Doc.createFacts(MAcctSchema as)
          Create Facts (the accounting logic)
 ArrayList<Fact> Doc.getFacts()
          Get Facts (the accounting logic)
 

Methods in org.compiere.acct with parameters of type Fact
 BigDecimal Doc_Invoice.createFactCash(MAcctSchema as, Fact fact, BigDecimal multiplier)
          Create Fact Cash Based (i.e. only revenue/expense)
 

Uses of Fact in org.compiere.model
 

Method parameters in org.compiere.model with type arguments of type Fact
 String FactsValidator.factsValidate(MAcctSchema schema, List<Fact> facts, PO po)
           
 String ModelValidationEngine.fireFactsValidate(MAcctSchema schema, List<Fact> facts, PO po)
          Fire Accounting Facts Validation.
 


Adempiere 3.5.2a

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