本文解答了关于《固定资产折旧》相关内容,同时关于1、固定资产折旧年限的最新规定2023,2、固定资产折旧的账务处理,3、固定资产折旧计算方法,4、固定资产折旧方法,5、固定资产折旧明细表模板,的相关问答本篇文章福途教育网小编也整理了进来,希望对您有帮助。
固定资产折旧费
private VoucherAmount fixedAssetsDepreciation;
//咨询/审计/法律服务费
private VoucherAmount consultingServiceFee;
//旅费
private VoucherAmount travelExpenses;
//通讯费
private VoucherAmountcommunicationsFee;
//其他
private VoucherAmount other;
//小计
private VoucherAmount sum;
//构造方法
public Matrix4GeneralOperatingExpenses() {
materials = new VoucherAmount();
freight = new VoucherAmount();
wages = new VoucherAmount();
productioninspectionandmodels = new VoucherAmount();
insurance = new VoucherAmount();
waterAndElectricityFee = new VoucherAmount();
repairFee = new VoucherAmount();
fixedAssetsDepreciation = new VoucherAmount();
consultingServiceFee = new VoucherAmount();
travelExpenses = new VoucherAmount();
communicationsFee = new VoucherAmount();
other = new VoucherAmount();
sum = new VoucherAmount();
}
//属性 get set 方法
public VoucherAmount getMaterials() {
return materials;
}
public void setMaterials(VoucherAmount materials) {
this.materials = materials;
}
public VoucherAmount getFreight() {
return freight;
}
public void setFreight(VoucherAmount freight) {
this.freight = freight;
}
public VoucherAmount getWages() {
return wages;
}
public void setWages(VoucherAmount wages) {
this.wages = wages;
}
public VoucherAmount getProductioninspectionandmodels() {
return productioninspectionandmodels;
}
public void setProductioninspectionandmodels(VoucherAmount productioninspectionandmodels) {
this.productioninspectionandmodels = productioninspectionandmodels;
}
public VoucherAmount getInsurance() {
return insurance;
}
public void setInsurance(VoucherAmount insurance) {
this.insurance = insurance;
}
public VoucherAmount getWaterAndElectricityFee() {
return waterAndElectricityFee;
}
public void setWaterAndElectricityFee(VoucherAmount waterAndElectricityFee) {
this.waterAndElectricityFee = waterAndElectricityFee;
}
public VoucherAmount getRepairFee() {
return repairFee;
}
public void setRepairFee(VoucherAmount repairFee) {
this.repairFee = repairFee;
}
public VoucherAmount getFixedAssetsDepreciation() {
return fixedAssetsDepreciation;
}
public void setFixedAssetsDepreciation(VoucherAmount fixedAssetsDepreciation) {
this.fixedAssetsDepreciation = fixedAssetsDepreciation;
}
public VoucherAmount getConsultingServiceFee() {
return consultingServiceFee;
}
public void setConsultingServiceFee(VoucherAmount consultingServiceFee) {
this.consultingServiceFee = consultingServiceFee;
}
public VoucherAmount getTravelExpenses() {
return travelExpenses;
}
public void setTravelExpenses(VoucherAmount travelExpenses) {
this.travelExpenses = travelExpenses;
}
public VoucherAmount getCommunicationsFee() {
return communicationsFee;
}
public void setCommunicationsFee(VoucherAmount communicationsFee) {
this.communicationsFee = communicationsFee;
}
public VoucherAmount getOther() {
return other;
}
public void setOther(VoucherAmount other) {
this.other = other;
}
public VoucherAmount getSum() {
return sum;
}
public void setSum(VoucherAmount sum) {
this.sum = sum;
}
}
固定资产折旧
1.我国会计准则中可选用的折旧方法包括年限平均法、工作量法、双倍余额递减法和年数总和法。 1.年限平均法又称直线法,是最简单并且常用的一种方法。此法是以固定资产的原价减去预计净残值除以预计使用年限,求得每年的折旧费用。在各使用年限中,固定资产转移到产品成本中的价值均是相等的,折旧的累计额呈直线上升的趋势。这种方法具有易懂和易操作的优点,但它也存在着一些明显的局限性。它忽略了何时受益,何时付费的配比原则。 计算公式: 年折旧率 = (1 - 预计净残值率)÷ 预计使用寿命(年)× 100%月折旧额 = 固定资产原价× 年折旧率 ÷ 12
2.工作量法是根据实际工作量计提折旧额的一种方法。它的理论依据在于资产价值的降低是资产使用状况的函数。根据企业的经营活动情况或设备的使用状况来计提折旧。假定固定资产成本代表了购买一定数量的服务单位(可以是行驶里程数,工作小时数或产量数),然后按服务单位分配成本。这种方法弥补了平均年限法只重使用时间,不考虑使用强度的特点。 计算公式: 单位工作量折旧额 = 固定资产原价 × ( 1 - 预计净残值率 )/ 预计总工作量某项固定资产月折旧额 = 该项固定资产当月工作量 × 单位工作量折旧额
3.双倍余额递减法是指在不考虑固定资产预计净残值的情况下,根据每期期初固定资产原价减去累计折旧后的金额(即固定资产净值)和双倍的直线法折旧率计算固定资产折旧的一种方法。 计算公式: 年折旧率 =2÷ 预计使用寿命(年)× 100%月折旧额 = 固定资产净值 × 年折旧率 ÷ 12由于每年年初固定资产净值没有扣除预计净残值。因此,在双倍余额递减法下,必须注意不能使固定资产的净值低于其预计净残值以下。通常在其折旧年限到期前两年内,将固定资产净值扣除预计净残值后的余额平均摊销。
总结:以上是编辑:【秀儿】整理及AI智能原创关于《固定资产折旧
》优质内容解答希望能帮助到您。