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 MDepreciationWorkfileMDepreciationWorkfile. get(Properties ctx, int A_Asset_ID, String postingType)static MDepreciationWorkfileMDepreciationWorkfile. get(Properties ctx, int A_Asset_ID, String postingType, String trxName)Get/load workfile from cache (if trxName is null)static MDepreciationWorkfileMDepreciationWorkfile. 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 booleanMDepreciation. canInvoke(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int A_Current_Period, BigDecimal Accum_Dep)Check if the method can be invoked to give parametersstatic MAssetChangeMAssetChange. 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 MDepreciationExpMDepreciationExp. 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 entryBigDecimalMDepreciation. invoke(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int A_Current_Period, BigDecimal Accum_Dep, IDepreciationMethod depreciationMethod)Calculate the value of depreciation over timeBigDecimalMDepreciationConvention. invoke(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int Flag, int Period)BigDecimalMDepreciationMethod. invoke(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, BigDecimal A_Asset_Adjustment, int A_PeriodNo)Calculate adjustmentvoidMDepreciationExp. 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)
-