You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So in India there are 2 taxes applicable(CGST and SGST), both on the base amount, which have to be shown differently in each invoice. I see that invoice generator does not have the facility to add more than one kind of tax.
Lets add that option as well.
The text was updated successfully, but these errors were encountered:
Here in Canada we have 2 taxes as well
Usually is GST and PST/HST taxes and they are calculated on top of each other
Example
Quebec
GST is 5% and PST is 9.975%
so if you have
Price of 100$
GST 5% is 5$
PST 9.975% is 9.98$
Taxes 14.98$
Total 114.98$
Rounded 114.99$
So in India there are 2 taxes applicable(CGST and SGST), both on the base amount, which have to be shown differently in each invoice. I see that invoice generator does not have the facility to add more than one kind of tax.
Lets add that option as well.
The text was updated successfully, but these errors were encountered: