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: Ignore rounding diff while importing JV using data import #25715

Merged

Conversation

deepeshgarg007
Copy link
Member

@deepeshgarg007 deepeshgarg007 commented May 14, 2021

Due to floating point arithmetic addition in python there may be cases where there is minor difference in total debit and total credit even though sum of debit and credit values is equal. Due to this user is unable to import JVs using data import.

Ignored total debit and credit validation while importing JVs

If "Submit After Import" is checked in Data Import then the JV will be submitted via Data import if diff is within permissible value else GL Entry validation for unequal debit and credit will be triggered.

If "Submit After Import" then the user can simply import the entry, fix the diff amount manually and submit

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.

None yet

1 participant