Uses of Class
org.compiere.model.MDepreciationWorkfile
Packages that use MDepreciationWorkfile
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MDepreciationWorkfile in org.compiere.model
Methods in org.compiere.model that return MDepreciationWorkfileModifier and TypeMethodDescriptionstatic 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 MDepreciationWorkfileModifier and TypeMethodDescriptionstatic Collection<MDepreciationWorkfile>
MDepreciationWorkfile.forA_Asset_ID
(Properties ctx, int asset_id, String trxName) Methods in org.compiere.model with parameters of type MDepreciationWorkfileModifier and TypeMethodDescriptionboolean
MDepreciation.canInvoke
(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int A_Current_Period, BigDecimal Accum_Dep) Check if the method can be invoked to give parameters.static MAssetChange
MAssetChange.createAddition
(MAssetAddition assetAdd, MDepreciationWorkfile assetwk) Create and save new MAssetChange recordstatic 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 Entriesstatic 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 new MDepreciationExp (not save to DB)MDepreciation.invoke
(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int A_Current_Period, BigDecimal Accum_Dep, IDepreciationMethod depreciationMethod) Calculate the value of depreciation over timeMDepreciationConvention.invoke
(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int Flag, int Period) MDepreciationMethod.invoke
(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, BigDecimal A_Asset_Adjustment, int A_PeriodNo) Calculate adjustmentvoid
MDepreciationExp.updateFrom
(MDepreciationWorkfile wk) Update fields from asset work fileConstructors in org.compiere.model with parameters of type MDepreciationWorkfileModifierConstructorDescriptionMDepreciationWorkfile
(Properties ctx, MDepreciationWorkfile copy) Copy constructorMDepreciationWorkfile
(Properties ctx, MDepreciationWorkfile copy, String trxName) Copy constructorCopy constructor