Uses of Class
org.compiere.model.MDepreciationWorkfile
-
Packages that use MDepreciationWorkfile Package Description org.compiere.model Provides for.... -
-
Uses of MDepreciationWorkfile in org.compiere.model
Methods in org.compiere.model that return MDepreciationWorkfile Modifier and Type Method Description static MDepreciationWorkfile
MDepreciationWorkfile. get(Properties ctx, int A_Asset_ID, String postingType)
static MDepreciationWorkfile
MDepreciationWorkfile. get(Properties ctx, int A_Asset_ID, String postingType, String trxName)
Get/load workfile from cache (if trxName is null)static MDepreciationWorkfile
MDepreciationWorkfile. get(Properties ctx, int A_Asset_ID, String postingType, String trxName, int C_AcctSchema_ID)
Methods in org.compiere.model that return types with arguments of type MDepreciationWorkfile Modifier and Type Method Description static Collection<MDepreciationWorkfile>
MDepreciationWorkfile. forA_Asset_ID(Properties ctx, int asset_id, String trxName)
Methods in org.compiere.model with parameters of type MDepreciationWorkfile Modifier and Type Method Description boolean
MDepreciation. canInvoke(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int A_Current_Period, BigDecimal Accum_Dep)
Check if the method can be invoked to give parametersstatic MAssetChange
MAssetChange. createAddition(MAssetAddition assetAdd, MDepreciationWorkfile assetwk)
static Collection<MDepreciationExp>
MDepreciationExp. createDepreciation(MDepreciationWorkfile assetwk, int PeriodNo, Timestamp dateAcct, BigDecimal amt, BigDecimal amt_F, BigDecimal accumAmt, BigDecimal accumAmt_F, String help, String trxName)
Create Depreciation Entries Produce record:static MDepreciationExp
MDepreciationExp. createEntry(Properties ctx, String entryType, int A_Asset_ID, int A_Period, Timestamp DateAcct, String postingType, int drAcct, int crAcct, BigDecimal expense, String description, MDepreciationWorkfile assetwk)
Create entryBigDecimal
MDepreciation. invoke(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int A_Current_Period, BigDecimal Accum_Dep, IDepreciationMethod depreciationMethod)
Calculate the value of depreciation over timeBigDecimal
MDepreciationConvention. invoke(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int Flag, int Period)
BigDecimal
MDepreciationMethod. invoke(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, BigDecimal A_Asset_Adjustment, int A_PeriodNo)
Calculate adjustmentvoid
MDepreciationExp. updateFrom(MDepreciationWorkfile wk)
Update fields from asset workfileConstructors in org.compiere.model with parameters of type MDepreciationWorkfile Constructor Description MDepreciationWorkfile(Properties ctx, MDepreciationWorkfile copy)
MDepreciationWorkfile(Properties ctx, MDepreciationWorkfile copy, String trxName)
MDepreciationWorkfile(MDepreciationWorkfile copy)
-