本文解答了关于《结转本月销售成本会计分录》相关内容,同时关于1、结转本月销售成本会计分录,2、结转本月销售成本会计分录怎么写,3、结转本月销售成本会计科目,4、结转本月销售的成本,5、结转本月销售成本计算公式,的相关问答本篇文章福途教育网小编也整理了进来,希望对您有帮助。
结转本月销售成本会计分录
private Double transferAmount; //金额
public BmczCostBook(){
super();
}
public BmczCostBook(String id){
super(id);
}
@ExcelField(title="销售金额", align=2, sort=1)
public Double getOperationAmount() {
return operationAmount;
}
public void setOperationAmount(Double operationAmount) {
this.operationAmount = operationAmount;
}
@ExcelField(title="成本金额", align=2, sort=2)
public Double getCostAmount() {
return costAmount;
}
public void setCostAmount(Double costAmount) {
this.costAmount = costAmount;
}
@ExcelField(title="结转本月销售成本会计分录", dictType="accBooks", align=2, sort=3)
public String getAccCode() {
return accCode;
}
public void setAccCode(String accCode) {
this.accCode = accCode;
}
@ExcelField(title="金额", align=2, sort=4)
public Double getTransferAmount() {
return transferAmount;
}
public void setTransferAmount(Double transferAmount) {
this.transferAmount = transferAmount;
}
}
总结:以上是编辑:【忘记冬天的伤】整理及AI智能原创关于《结转本月销售成本会计分录
》优质内容解答希望能帮助到您。