dongshou7903 2014-11-22 06:51
浏览 42

prestashop税收行为,如何申请纳税?

I have problem to add taxes in my project..

I want to add first excise duty as 12% to my product.

And then Apply vat as 5% on total amount.

In product pries we can apply only one tax. How should i do this ?

I tried one after another Behavior but applying one tax who should i can apply another tax.

  • 写回答

1条回答 默认 最新

  • douzhangli9563 2014-11-22 07:10
    关注

    i promise you you can apply tax calculations on a certain amount multiple times. if i am selling an item that cost me $100 to make and I add tax of 20% for profits the price would then be $120.If I then include 5% vat it would be 120*(100+5)/100 which is 126. Good luck

    评论

报告相同问题?

悬赏问题

  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效