Uses of Class
org.compiere.model.MDepreciationExp
-
Packages that use MDepreciationExp Package Description org.compiere.model Provides for.... -
-
Uses of MDepreciationExp in org.compiere.model
Methods in org.compiere.model that return MDepreciationExp Modifier and Type Method Description 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 entrystatic MDepreciationExp
MDepreciationExp. get(Properties ctx, int A_Depreciation_Exp_ID)
Gets depreciation expenseMethods in org.compiere.model that return types with arguments of type MDepreciationExp Modifier and Type Method Description 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:Iterator<MDepreciationExp>
MDepreciationEntry. 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 MDepreciationExp Modifier and Type Method Description static void
MDepreciationEntry. deleteFacts(MDepreciationExp depexp)
-