-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
refactor: enforce unique GL Account for each 'Bank Account' #39694
Merged
ruthra-kumar
merged 3 commits into
frappe:develop
from
ruthra-kumar:enforce_separate_account_for_each_bank_account
Feb 6, 2024
Merged
refactor: enforce unique GL Account for each 'Bank Account' #39694
ruthra-kumar
merged 3 commits into
frappe:develop
from
ruthra-kumar:enforce_separate_account_for_each_bank_account
Feb 6, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruthra-kumar
changed the title
refactor: ensure unique accounts for each Bank Account's
refactor: ensure unique accounts for each Bank Accounts
Feb 2, 2024
ruthra-kumar
changed the title
refactor: ensure unique accounts for each Bank Accounts
refactor: ensure unique accounts for each 'Bank Account's
Feb 2, 2024
ruthra-kumar
force-pushed
the
enforce_separate_account_for_each_bank_account
branch
from
February 2, 2024 14:57
a5b1f84
to
a882b98
Compare
ruthra-kumar
force-pushed
the
enforce_separate_account_for_each_bank_account
branch
from
February 3, 2024 06:05
a882b98
to
69e32ca
Compare
ruthra-kumar
force-pushed
the
enforce_separate_account_for_each_bank_account
branch
from
February 3, 2024 06:42
69e32ca
to
322cdba
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #39694 +/- ##
===========================================
- Coverage 60.19% 60.12% -0.07%
===========================================
Files 757 758 +1
Lines 70799 70970 +171
===========================================
+ Hits 42620 42674 +54
- Misses 28179 28296 +117
|
ruthra-kumar
changed the title
refactor: ensure unique accounts for each 'Bank Account's
refactor: ensure unique GL Account for each 'Bank Account'
Feb 3, 2024
ruthra-kumar
added
backport version-14-hotfix
backport to version 14
backport version-15-hotfix
and removed
needs-tests
This PR needs automated unit-tests.
labels
Feb 3, 2024
ruthra-kumar
changed the title
refactor: ensure unique GL Account for each 'Bank Account'
refactor: enforce unique GL Account for each 'Bank Account'
Feb 4, 2024
This was referenced Feb 6, 2024
ruthra-kumar
added a commit
that referenced
this pull request
Feb 6, 2024
…-39694 refactor: enforce unique GL Account for each 'Bank Account' (backport #39694)
ruthra-kumar
added a commit
that referenced
this pull request
Feb 6, 2024
…-39694 refactor: enforce unique GL Account for each 'Bank Account' (backport #39694)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Validation to enforce separate General Ledger account for each Bank Account.