-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
Cess Value not considered in Einvoicing India #30767
Comments
@sumeetagra Hey, can you post the e-invoice JSON generated for this invoice? You can find it in the error log list |
Json not generated for this E-Invoice as the validation failed before
hitting the EInvoice Generation APi.
…On Thu, Apr 21, 2022 at 12:15 PM Saqib Ansari ***@***.***> wrote:
@sumeetagra <https://github.com/sumeetagra> Hey, can you post the
e-invoice JSON generated for this invoice? You can find it in the error log
list
—
Reply to this email directly, view it on GitHub
<#30767 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AESMHBAF52CVXFW5WGJTRKDVGD2RPANCNFSM5T53ALLQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Best Regards
Sumeet Goyal
Director
Goyal Group
|
Error
|
Information about bug
Traceback (most recent call last):
File "apps/frappe/frappe/app.py", line 69, in application
response = frappe.api.handle()
File "apps/frappe/frappe/api.py", line 55, in handle
return frappe.handler.handle()
File "apps/frappe/frappe/handler.py", line 37, in handle
data = execute_cmd(cmd)
File "apps/frappe/frappe/handler.py", line 75, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File "apps/frappe/frappe/init.py", line 1447, in call
return fn(*args, **newargs)
File "apps/erpnext/erpnext/regional/india/e_invoice/utils.py", line 1255, in get_einvoice
return make_einvoice(invoice)
File "apps/erpnext/erpnext/regional/india/e_invoice/utils.py", line 638, in make_einvoice
validate_totals(einvoice)
File "apps/erpnext/erpnext/regional/india/e_invoice/utils.py", line 560, in validate_totals
frappe.throw(
File "apps/frappe/frappe/init.py", line 503, in throw
msgprint(
File "apps/frappe/frappe/init.py", line 478, in msgprint
_raise_exception()
File "apps/frappe/frappe/init.py", line 433, in _raise_exception
raise raise_exception(msg)
frappe.exceptions.ValidationError: Total Item Value + Taxes - Discount is not equal to the Invoice Grand Total. Please check taxes / discounts for any correction.
Module
accounts
Version
ERPNext: v13.27.0 (version-13)
Frappe Framework: v13.26.1 (version-13)
Installation method
No response
Relevant log output / Stack trace / Full Error Message.
The text was updated successfully, but these errors were encountered: