Uses of Class
org.compiere.acct.Fact
-
Packages that use Fact Package Description org.adempiere.base.event org.compiere.acct org.compiere.model Provides for.... -
-
Uses of Fact in org.adempiere.base.event
Methods in org.adempiere.base.event that return types with arguments of type Fact Modifier and Type Method Description List<Fact>
FactsEventData. getFacts()
Constructor parameters in org.adempiere.base.event with type arguments of type Fact Constructor Description FactsEventData(MAcctSchema acctSchema, List<Fact> facts, PO po)
-
Uses of Fact in org.compiere.acct
Methods in org.compiere.acct that return Fact Modifier and Type Method Description protected static Fact
Doc_Order. getCommitmentRelease(MAcctSchema as, Doc doc, BigDecimal Qty, int C_InvoiceLine_ID, BigDecimal multiplier)
Get Commitment Release.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 Modifier and Type Method Description ArrayList<Fact>
Doc_MatchInv. createCreditMemoFacts(MAcctSchema as)
Create Facts for credit memoArrayList<Fact>
Doc_AllocationHdr. createFacts(MAcctSchema as)
Create Facts (the accounting logic) for CMA.ArrayList<Fact>
Doc_AssetAddition. createFacts(MAcctSchema as)
Produce inregistrarea:ArrayList<Fact>
Doc_AssetDisposed. createFacts(MAcctSchema as)
ArrayList<Fact>
Doc_AssetReval. createFacts(MAcctSchema as)
ArrayList<Fact>
Doc_AssetTransfer. createFacts(MAcctSchema as)
Produce inregistrarea:ArrayList<Fact>
Doc_BankStatement. createFacts(MAcctSchema as)
Create Facts (the accounting logic) for CMB.ArrayList<Fact>
Doc_Cash. createFacts(MAcctSchema as)
Create Facts (the accounting logic) for CMC.ArrayList<Fact>
Doc_DepreciationEntry. createFacts(MAcctSchema as)
ArrayList<Fact>
Doc_GLJournal. createFacts(MAcctSchema as)
Create Facts (the accounting logic) for GLJ.ArrayList<Fact>
Doc_InOut. createFacts(MAcctSchema as)
Create Facts (the accounting logic) for MMS, MMR.ArrayList<Fact>
Doc_Inventory. createFacts(MAcctSchema as)
Create Facts (the accounting logic) for MMI.ArrayList<Fact>
Doc_Invoice. createFacts(MAcctSchema as)
Create Facts (the accounting logic) for ARI, ARC, ARF, API, APC.ArrayList<Fact>
Doc_MatchInv. createFacts(MAcctSchema as)
Create Facts (the accounting logic) for MXI.ArrayList<Fact>
Doc_MatchPO. createFacts(MAcctSchema as)
Create Facts (the accounting logic) for MXP.ArrayList<Fact>
Doc_Movement. createFacts(MAcctSchema as)
Create Facts (the accounting logic) for MMM.ArrayList<Fact>
Doc_Order. createFacts(MAcctSchema as)
Create Facts (the accounting logic) for SOO, POO.ArrayList<Fact>
Doc_Payment. createFacts(MAcctSchema as)
Create Facts (the accounting logic) for ARP, APP.ArrayList<Fact>
Doc_Production. createFacts(MAcctSchema as)
Create Facts (the accounting logic) for MMP.ArrayList<Fact>
Doc_ProjectIssue. createFacts(MAcctSchema as)
Create Facts (the accounting logic) for PJIArrayList<Fact>
Doc_Requisition. createFacts(MAcctSchema as)
Create Facts (the accounting logic) for POR.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 Modifier and Type Method Description BigDecimal
Doc_Invoice. createFactCash(MAcctSchema as, Fact fact, BigDecimal multiplier)
Create Fact Cash Based (i.e. only revenue/expense)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:protected boolean
Doc_Invoice. landedCost(MAcctSchema as, Fact fact, DocLine line, boolean dr)
Create Landed Cost accounting and Cost linesprotected void
Doc_MatchInv. processInvoicePriceVariance(MAcctSchema as, Fact fact, BigDecimal ipv)
-
Uses of Fact in org.compiere.model
Method parameters in org.compiere.model with type arguments of type Fact Modifier and Type Method Description String
FactsValidator. factsValidate(MAcctSchema schema, List<Fact> facts, PO po)
String
ModelValidationEngine. fireFactsValidate(MAcctSchema schema, List<Fact> facts, PO po)
Fire Accounting Facts Validation.
-