Class DepreciationDTO

    • Field Detail

      • period

        public int period
        period calculate for
      • salvage

        public BigDecimal salvage
        remain amount after full depreciation
      • useFullLife

        public BigDecimal useFullLife
        time to depreciation
      • inServiceDate

        public Timestamp inServiceDate
        date start depreciation
      • transferDay

        public Timestamp transferDay
        date asset transfer to other org. so days to depreciate of last period of source org like end period of life, it can not full month days so days to depreciate of first period of destination org like start period of life, it can not full month days
      • startPeriodDepreciation

        public int startPeriodDepreciation
        period start to calculate depreciate
      • totalAmount

        public BigDecimal totalAmount
        asset cost
      • scale

        public int scale
      • depreciationId

        public int depreciationId
        in case DTO isn't enough or not suitable for your method, use depreciationId to get X_A_Depreciation_Workfile so you can get more relate info
      • trxName

        public String trxName
        name of current transaction
    • Constructor Detail

      • DepreciationDTO

        public DepreciationDTO()