Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cannot merge pos invoices with inclusive tax #23541

Merged
merged 2 commits into from
Oct 8, 2020

Conversation

nextchamp-saqib
Copy link
Member

@nextchamp-saqib nextchamp-saqib commented Oct 7, 2020

Problem:

  • Merging into sales invoice converts all type of taxes to Actual
  • If POS Invoice has item with inclusive tax then submitting of sales invoice with actual inclusive tax throws error

Fix:

  • Recalculate item rate to based on POS Invoice Item net rate
  • Recalculated rate will be used to calculate tax again to adjust and give proper grand total
  • For eg. If Item 1 in POS Invoice has tax inclusive rate of 300Rs with 10% tax i.e 30Rs. Then while merging into Sales Invoice, the rate will be set as 270Rs with 30Rs actual tax amount.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant