本文解答了关于《未使用固定资产是否计提折旧》相关内容,同时关于1、未使用固定资产是否计提折旧,2、未使用固定资产是否计提折旧费,3、未使用固定资产计提折旧计入什么科目,4、未使用固定资产的折旧计入存货成本吗,5、未使用固定资产计提折旧计入,的相关问答本篇文章福途教育网小编也整理了进来,希望对您有帮助。
未使用固定资产是否计提折旧
if (CommonUtil.isNotEmptyString(fixedAssetDeprMethod) && Arrays.binarySearch(Constants.FIXED_ASSET_DEPRECIATION_METHODS , fixedAssetDeprMethod) >= 0 ){
this.fixedAssetDeprMethod = fixedAssetDeprMethod;
}
}
public String getFixedAssetDeprType() {
return fixedAssetDeprType;
}
public void setFixedAssetDeprType(String fixedAssetDeprType) {
//是否计提折旧为3 是,4 否,此处仅记录3,4 两种情况(被使用未使用固定资产),不支持其他类型
if (CommonUtil.isNotEmptyString(fixedAssetDeprType) && StringUtils.isNumeric(fixedAssetDeprType) ){
if ( Constants.DEPARTMENT_DEPRECIATION_NAME_3.equals(fixedAssetDeprType)
Constants.DEPARTMENT_DEPRECIATION_NAME_4.equals(fixedAssetDeprType) ){
this.fixedAssetDeprType = fixedAssetDeprType;
}
}
}
}
}
固定资产准则规定,企业应对所有的固定资产计提折旧。但是已提足折旧仍继续使用的固定资产和单独计价入账的土地除外。根据上述规定可知,未使用固定资产是需要照常计提折旧的。计提折旧的分录是,
借:管理费用等科目,
贷:累计折旧。
总结:以上是编辑:【秋月随风】整理及AI智能原创关于《未使用固定资产是否计提折旧
》优质内容解答希望能帮助到您。