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 MAccountDoc. getAccount(int AcctType, MAcctSchema as)Get the account for Accounting SchemaMAccountDocLine. getAccount()Get GL Journal AccountMAccountDocLine. getAccount(int AcctType, MAcctSchema as)Line Account from Product (or Charge).MAccountDocTax. getAccount(int AcctType, MAcctSchema as)Get AccountMAccountFactLine. getAccount()Get AccountMAccountDocLine. getChargeAccount(MAcctSchema as, BigDecimal amount)Get Charge AccountMAccountDoc_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 FactLineFact. createLine(DocLine docLine, MAccount account, int C_Currency_ID, BigDecimal Amt)Create and convert Fact Line.FactLineFact. createLine(DocLine docLine, MAccount account, int C_Currency_ID, BigDecimal debitAmt, BigDecimal creditAmt)Create and convert Fact Line.FactLineFact. 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:voidDocLine. setAccount(MAccount acct)Set GL Journal AccountvoidFactLine. 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 MAccountMJournalLine. m_accountAccount CombinationMethods in org.compiere.model that return MAccount Modifier and Type Method Description static MAccountMAccount. get(int C_ValidCombination_ID)Get Account from cache (immutable)static MAccountMAccount. get(Properties ctx, int C_ValidCombination_ID)Get Account from cache (immutable)static MAccountMAccount. 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 MAccountMAccount. 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 MAccountMAccount. get(Properties ctx, int C_AcctSchema_ID, String alias)Get first with Aliasstatic MAccountMAccount. get(X_Fact_Acct fa)Get from existing Accounting factstatic MAccountMCharge. getAccount(int C_Charge_ID, MAcctSchema as)Get Charge Accountstatic MAccountMCharge. getAccount(int C_Charge_ID, MAcctSchema as, BigDecimal amount)Deprecated.use getAccount(Charge, as) insteadMAccountMDistributionLine. getAccount()Get Account Combination based on Account and OverwriteMAccountProductCost. getAccount(int AcctType, MAcctSchema as)Line Account from ProductMAccountMJournalLine. getAccount_Combi()Get Account (Valid Combination)MAccountProductCost. getAccountDefault(int AcctType, MAcctSchema as)Account from Default Product CategoryMAccountMAcctSchema. getCurrencyBalancing_Acct()Get Currency Balancing Accountstatic MAccountMAccount. getDefault(Properties ctx, int C_AcctSchema_ID, boolean optionalNull, String trxName)Factory: default combinationstatic MAccountMAccount. getDefault(MAcctSchema acctSchema, boolean optionalNull)Factory: default combinationMAccountMAcctSchema. getDueFrom_Acct(String segment)Get Due From Account for SegmentMAccountMAcctSchema. getDueTo_Acct(String segment)Get Due To Account for SegmentMAccountMFactAcct. getMAccount()Derive MAccount from recordMAccountMAssetAcct. getP_Asset_Acct(int M_Product_ID)MAccountMAcctSchema. getSuspenseBalancing_Acct()Get Suspense Error AccountMAccountMAccount. markImmutable()Methods in org.compiere.model with parameters of type MAccount Modifier and Type Method Description voidMDistribution. 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 combinationvoidMDistributionLine. setAccount(MAccount acct)Set AccountvoidMJournalLine. 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)
-