Uses of Class
org.idempiere.acct.doc.Fact
Packages that use Fact
Package
Description
Provide classes for posting of accounting document to the fact table (
MFactAcct).-
Uses of Fact in org.idempiere.acct.base.model
Method parameters in org.idempiere.acct.base.model with type arguments of type FactModifier and TypeMethodDescriptionFactsValidator.factsValidate(MAcctSchema schema, List<Fact> facts, PO po) -
Uses of Fact in org.idempiere.acct.doc
Methods in org.idempiere.acct.doc that return FactModifier and TypeMethodDescriptionprotected static FactDoc_Order.getCommitmentRelease(MAcctSchema as, Doc doc, BigDecimal Qty, int C_InvoiceLine_ID, BigDecimal multiplier) Get Commitment Release.
Called from MatchInv for accrual and Allocation for cash based accountingstatic FactDoc_Order.getCommitmentSalesRelease(MAcctSchema as, Doc doc, BigDecimal Qty, int M_InOutLine_ID, BigDecimal multiplier) Get Commitment Sales Release.Methods in org.idempiere.acct.doc that return types with arguments of type FactModifier and TypeMethodDescriptionDoc_MatchInv.createCreditMemoFacts(MAcctSchema as) Create Facts for credit memoDoc_AllocationHdr.createFacts(MAcctSchema as) Create Facts (the accounting logic) for CMA.Doc_AssetAddition.createFacts(MAcctSchema as) Produce posting:Doc_AssetDisposed.createFacts(MAcctSchema as) Doc_AssetReval.createFacts(MAcctSchema as) Doc_AssetTransfer.createFacts(MAcctSchema as) Produce posting:Doc_BankStatement.createFacts(MAcctSchema as) Create Facts (the accounting logic) for CMB.Doc_Cash.createFacts(MAcctSchema as) Create Facts (the accounting logic) for CMC.Doc_DepreciationEntry.createFacts(MAcctSchema as) Doc_GLJournal.createFacts(MAcctSchema as) Create Facts (the accounting logic) for GLJ.Doc_InOut.createFacts(MAcctSchema as) Create Facts (the accounting logic) for MMS, MMR.Doc_Inventory.createFacts(MAcctSchema as) Create Facts (the accounting logic) for MMI.Doc_Invoice.createFacts(MAcctSchema as) Create Facts (the accounting logic) for ARI, ARC, ARF, API, APC.Doc_MatchInv.createFacts(MAcctSchema as) Create Facts (the accounting logic) for MXI.Doc_MatchPO.createFacts(MAcctSchema as) Create Facts (the accounting logic) for MXP.Doc_Movement.createFacts(MAcctSchema as) Create Facts (the accounting logic) for MMM.Doc_Order.createFacts(MAcctSchema as) Create Facts (the accounting logic) for SOO, POO.Doc_Payment.createFacts(MAcctSchema as) Create Facts (the accounting logic) for ARP, APP.Doc_Production.createFacts(MAcctSchema as) Create Facts (the accounting logic) for MMP.Doc_ProjectIssue.createFacts(MAcctSchema as) Create Facts (the accounting logic) for PJIDoc_Requisition.createFacts(MAcctSchema as) Create Facts (the accounting logic) for POR.Doc.createFacts(MAcctSchema as) Create Facts (the accounting logic)Doc.getFacts()Get Facts (the accounting logic)Methods in org.idempiere.acct.doc with parameters of type FactModifier and TypeMethodDescriptionDoc_Invoice.createFactCash(MAcctSchema as, Fact fact, BigDecimal multiplier) Create Fact for Cash Based accounting (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 booleanDoc_Invoice.landedCost(MAcctSchema as, Fact fact, DocLine line, boolean dr, boolean creditMemo) Create Landed Cost accounting and Cost linesprotected voidDoc_MatchInv.processInvoicePriceVariance(MAcctSchema as, Fact fact, BigDecimal ipv, BigDecimal ipvSource) -
Uses of Fact in org.idempiere.acct.event
Methods in org.idempiere.acct.event that return types with arguments of type FactMethod parameters in org.idempiere.acct.event with type arguments of type FactModifier and TypeMethodDescriptionFactsValidationEngine.fireFactsValidate(MAcctSchema schema, List<Fact> facts, PO po) Fire Accounting Facts Validation event for a table.
- CallsFactsValidator.factsValidate(MAcctSchema, List, PO)on registered validators.
- FiresIEventTopics.ACCT_FACTS_VALIDATEOSGi event.Constructor parameters in org.idempiere.acct.event with type arguments of type Fact