Uses of Class
org.compiere.model.MAccount
-
Packages that use MAccount Package Description org.compiere.acct org.compiere.model Provides for.... -
-
Uses of MAccount in org.compiere.acct
Methods in org.compiere.acct that return MAccount Modifier and Type Method Description MAccount
Doc. getAccount(int AcctType, MAcctSchema as)
Get the account for Accounting SchemaMAccount
DocLine. getAccount()
Get GL Journal AccountMAccount
DocLine. getAccount(int AcctType, MAcctSchema as)
Line Account from Product (or Charge).MAccount
DocTax. getAccount(int AcctType, MAcctSchema as)
Get AccountMAccount
FactLine. getAccount()
Get AccountMAccount
DocLine. getChargeAccount(MAcctSchema as, BigDecimal amount)
Get Charge AccountMAccount
Doc_AssetAddition. getP_Expense_Acct(int M_Product_ID, MAcctSchema as)
Methods in org.compiere.acct with parameters of type MAccount Modifier and Type Method Description 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.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:void
DocLine. setAccount(MAccount acct)
Set GL Journal Accountvoid
FactLine. setAccount(MAcctSchema acctSchema, MAccount acct)
Set Account Info -
Uses of MAccount in org.compiere.model
Fields in org.compiere.model declared as MAccount Modifier and Type Field Description protected MAccount
MJournalLine. m_account
Account CombinationMethods in org.compiere.model that return MAccount Modifier and Type Method Description static MAccount
MAccount. get(int C_ValidCombination_ID)
Get Account from cache (immutable)static MAccount
MAccount. get(Properties ctx, int C_ValidCombination_ID)
Get Account from cache (immutable)static MAccount
MAccount. get(Properties ctx, int ad_Client_ID, int ad_Org_ID, int c_AcctSchema_ID, int new_account_id, int c_SubAcct_ID, int m_Product_ID, int c_BPartner_ID, int ad_OrgTrx_ID, int c_LocFrom_ID, int c_LocTo_ID, int c_SalesRegion_ID, int c_Project_ID, int c_Campaign_ID, int c_Activity_ID, int user1_ID, int user2_ID, int userElement1_ID, int userElement2_ID)
Deprecated.static MAccount
MAccount. get(Properties ctx, int AD_Client_ID, int AD_Org_ID, int C_AcctSchema_ID, int Account_ID, int C_SubAcct_ID, int M_Product_ID, int C_BPartner_ID, int AD_OrgTrx_ID, int C_LocFrom_ID, int C_LocTo_ID, int C_SalesRegion_ID, int C_Project_ID, int C_Campaign_ID, int C_Activity_ID, int User1_ID, int User2_ID, int UserElement1_ID, int UserElement2_ID, String trxName)
Get existing Account or create itstatic MAccount
MAccount. get(Properties ctx, int C_AcctSchema_ID, String alias)
Get first with Aliasstatic MAccount
MAccount. get(X_Fact_Acct fa)
Get from existing Accounting factstatic MAccount
MCharge. getAccount(int C_Charge_ID, MAcctSchema as)
Get Charge Accountstatic MAccount
MCharge. getAccount(int C_Charge_ID, MAcctSchema as, BigDecimal amount)
Deprecated.use getAccount(Charge, as) insteadMAccount
MDistributionLine. getAccount()
Get Account Combination based on Account and OverwriteMAccount
ProductCost. getAccount(int AcctType, MAcctSchema as)
Line Account from ProductMAccount
MJournalLine. getAccount_Combi()
Get Account (Valid Combination)MAccount
ProductCost. getAccountDefault(int AcctType, MAcctSchema as)
Account from Default Product CategoryMAccount
MAcctSchema. getCurrencyBalancing_Acct()
Get Currency Balancing Accountstatic MAccount
MAccount. getDefault(Properties ctx, int C_AcctSchema_ID, boolean optionalNull, String trxName)
Factory: default combinationstatic MAccount
MAccount. getDefault(MAcctSchema acctSchema, boolean optionalNull)
Factory: default combinationMAccount
MAcctSchema. getDueFrom_Acct(String segment)
Get Due From Account for SegmentMAccount
MAcctSchema. getDueTo_Acct(String segment)
Get Due To Account for SegmentMAccount
MFactAcct. getMAccount()
Derive MAccount from recordMAccount
MAssetAcct. getP_Asset_Acct(int M_Product_ID)
MAccount
MAcctSchema. getSuspenseBalancing_Acct()
Get Suspense Error AccountMAccount
MAccount. markImmutable()
Methods in org.compiere.model with parameters of type MAccount Modifier and Type Method Description void
MDistribution. distribute(MAccount acct, BigDecimal Amt, BigDecimal Qty, int C_Currency_ID)
Distribute Amount to Linesstatic MDistribution[]
MDistribution. get(MAccount acct, String PostingType, int C_DocType_ID, Timestamp dateAcct)
Get Distribution for combinationvoid
MDistributionLine. setAccount(MAccount acct)
Set Accountvoid
MJournalLine. setC_ValidCombination_ID(MAccount acct)
Set C_ValidCombination_IDConstructors in org.compiere.model with parameters of type MAccount Constructor Description MAccount(Properties ctx, MAccount copy)
MAccount(Properties ctx, MAccount copy, String trxName)
MAccount(MAccount copy)
-