福途教育网
专业的教育资讯网站

当前位置:福途教育网 > 会计师 > 正文

消费税会计分录(补交消费税会计分录)

时间:2023/10/29 16:48:24 编辑:福途教育 标签:会计师

榜单说明:福途教育网榜单是编辑部门通过资料收集整理,并基于互联网大数据统计及人为根据市场和参数条件变化的分析而得出本站站内排序!排名不分先后,仅供参考,具体价格等信息以实地考察为准。

2024年【会计师】申请条件/费用/专业咨询 >>

会计师申请条件是什么?会计师费用是多少?会计师专业都有哪些?

点击咨询

    本文解答了关于《消费税会计分录》相关内容,同时关于1、应交消费税会计分录,2、委托加工消费税会计分录,3、代收的消费税会计分录,4、应纳消费税会计分录,5、补交消费税会计分录,的相关问答本篇文章福途教育网小编也整理了进来,希望对您有帮助。

    消费税会计分录(补交消费税会计分录)

    消费税会计分录

    *

    * @param storeAmount 采购额

    * @param taxtRate 税率

    * @param period 会计期间

    */

    public void taxAccountingEntry(BigDecimal storeAmount, BigDecimal taxtRate, Integer period) {

    //根据采购额计算消费税

    BigDecimal taxAmount = storeAmount.multiply(taxtRate);

    //消费税作为贷方

    AccountBalance creditAccountBalance = new AccountBalance();

    creditAccountBalance.setDirection(2);

    creditAccountBalance.setAmount(taxAmount);

    creditAccountBalance.setPeriod(period);

    creditAccountBalance.setAccountSubjectNo("2221");

    //增值税科目作为借方

    AccountBalance debitAccountBalance = new AccountBalance();

    debitAccountBalance.setDirection(1);

    debitAccountBalance.setAmount(taxAmount);

    debitAccountBalance.setPeriod(period);

    debitAccountBalance.setAccountSubjectNo("2212");

    //5021税金科目作为借方

    AccountBalance debitAccountBalance2 = new AccountBalance();

    debitAccountBalance2.setDirection(1);

    debitAccountBalance2.setAmount(taxAmount);

    debitAccountBalance2.setPeriod(period);

    debitAccountBalance2.setAccountSubjectNo("5021");

    List accountBalancesList = Arrays.asList(debitAccountBalance, creditAccountBalance, debitAccountBalance2);

    AccountingVoucher accountingVoucher = new AccountingVoucher();

    accountingVoucher.setVoucherNo("CXSWF121705001");

    accountingVoucher.setAccountBalancesList(accountBalancesList);

    //新增会计分录

    accountingVoucherRepository.save(accountingVoucher);

    }

    }

    总结:以上是编辑:【小妹儿】整理及AI智能原创关于《

    消费税会计分录

    》优质内容解答希望能帮助到您。

以上手机版 消费税会计分录(补交消费税会计分录) 小编为您整理消费税会计分录(补交消费税会计分录)的全部内容,以上内容仅供参考。

点击查看 会计师 更多内容

热门推荐

最新文章