Uses of Class
org.compiere.model.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
Modifier 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 DBModifier 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) Modifier and TypeMethodDescriptionstatic void
MDepreciationEntry.deleteFacts
(MDepreciationExp depexp) Delect Fact_Acct entries for this record