I have three items in a purchase order, which taxes are 17%, 13%, and 0% respectively.
But when I create purchase order, I can not find any related to tax rate of single item but only a total tax setting. I need to calculate the sum of every single tax of item automatically, how to do that? and If I want to use REST API to create Purchase Order, how can do that?
Hello,
Please check following link to learn how to apply itemwise taxes.
https://frappe.github.io/erpnext/user/manual/en/accounts/item-wise-tax.html
ERPNext has REST API using which you can integrate it with other application. Check following link to learn more.
Link is not opening
The site configured at this address does not contain the requested file.
Item level tax calculation in erpnext is inbuilt.
You dont need to put the rate. You are required to set the rate to 0(Zero) in taxes and charges template for each tax.
In your case 17% tax rate and amount should be 0(Zero) in tax template.