Uses of Class
org.compiere.model.MDepreciationExp
Packages that use MDepreciationExp
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 MDepreciationExp in org.compiere.model
Methods in org.compiere.model that return MDepreciationExpModifier and TypeMethodDescriptionstatic 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)static MDepreciationExp
MDepreciationExp.get
(Properties ctx, int A_Depreciation_Exp_ID) Gets depreciation expense from DBMethods in org.compiere.model that return types with arguments of type MDepreciationExpModifier and TypeMethodDescriptionstatic 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 EntriesMDepreciationEntry.getLinesIterator
(boolean onlyNotProcessed) Get Linesstatic List<MDepreciationExp>
MDepreciationExp.getNotProcessedEntries
(Properties ctx, int A_Asset_ID, String postingType, String trxName) Methods in org.compiere.model with parameters of type MDepreciationExpModifier and TypeMethodDescriptionstatic void
MDepreciationEntry.deleteFacts
(MDepreciationExp depexp) Delect Fact_Acct entries for this record