-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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: consolidated report not consider company currency #27863
fix: consolidated report not consider company currency #27863
Conversation
3fe528f
to
b333015
Compare
b333015
to
dc42064
Compare
Codecov Report
@@ Coverage Diff @@
## develop #27863 +/- ##
===========================================
+ Coverage 54.49% 54.50% +0.01%
===========================================
Files 1248 1248
Lines 67521 67556 +35
===========================================
+ Hits 36795 36823 +28
- Misses 30726 30733 +7
|
@Mergifyio backport version-13-hotfix |
Command
|
…-27863 fix: consolidated report not consider company currency (backport #27863)
Just got the below error when trying to view the report
|
@rohitwaghchaure Any update on this facing isuue |
…ssue-for-consolidated-report fix: consolidated report not consider company currency
Multi-currency issue in Consolidated report
Issue
Created child-parent company, parent company has currency INR and child company has Currency USD, system was showing
After Fix
Multi-currency COA for parent and child company
Issue
If you add new account in the parent company then system creates the same account in all the child company with currency same as parent company currency, but if the child company belongs to different currency then it set incorrect currency/
After Fix
System will use company currency while adding new Account from parent company to child company