-
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: bank transaction #38182
Merged
deepeshgarg007
merged 1 commit into
frappe:develop
from
barredterra:refactor-bank-transaction
Nov 26, 2023
Merged
refactor: bank transaction #38182
deepeshgarg007
merged 1 commit into
frappe:develop
from
barredterra:refactor-bank-transaction
Nov 26, 2023
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
Collaborator
barredterra
commented
Nov 18, 2023
•
edited
Loading
edited
- Modify values before database write, not after.
- Don't implicitly ignore duplicate vouchers in one special case. Instead always explicitly validate that there are no duplicates.
- Turn the Allocated Amount and Unallocated Amount fields into read only, computed fields, allowed after submit.
- Move the Amended From field to a more appropriate position.
barredterra
requested review from
deepeshgarg007 and
ruthra-kumar
as code owners
November 18, 2023 17:06
barredterra
force-pushed
the
refactor-bank-transaction
branch
2 times, most recently
from
November 18, 2023 18:05
08567f6
to
70fc567
Compare
barredterra
force-pushed
the
refactor-bank-transaction
branch
from
November 18, 2023 18:17
70fc567
to
2a49db5
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #38182 +/- ##
===========================================
- Coverage 67.26% 67.25% -0.02%
===========================================
Files 757 757
Lines 60495 60484 -11
===========================================
- Hits 40691 40677 -14
- Misses 19804 19807 +3
|
barredterra
added
backport version-14-hotfix
backport to version 14
backport version-15-hotfix
and removed
needs-tests
This PR needs automated unit-tests.
labels
Nov 24, 2023
mergify bot
pushed a commit
that referenced
this pull request
Nov 26, 2023
(cherry picked from commit 5426b93)
mergify bot
pushed a commit
that referenced
this pull request
Nov 26, 2023
(cherry picked from commit 5426b93)
deepeshgarg007
pushed a commit
that referenced
this pull request
Nov 26, 2023
deepeshgarg007
pushed a commit
that referenced
this pull request
Nov 26, 2023
deepeshgarg007
added a commit
that referenced
this pull request
Dec 10, 2023
This reverts commit a4b5fc8.
deepeshgarg007
added a commit
that referenced
this pull request
Dec 10, 2023
frappe-pr-bot
pushed a commit
that referenced
this pull request
Dec 12, 2023
# [14.54.0](v14.53.0...v14.54.0) (2023-12-12) ### Bug Fixes * 1st row depr. sch. value of asset put to less than 180 days acc. to I.T. S. 32 ([#38697](#38697)) ([753a1b5](753a1b5)) * calc monthly_repayment_amount correctly in regenerate_repayment_schedule ([#38636](#38636)) ([008400d](008400d)) * format only if searched text contain link value text ([b28deaa](b28deaa)) * limit end date to current date ([cbe15e1](cbe15e1)) * typo in unittest ([#38673](#38673)) ([c87a3c7](c87a3c7)) * **ux:** don't update qty blindly (backport [#38608](#38608)) ([#38638](#38638)) ([29cd474](29cd474)) ### Features * add employee number to client user bootinfo (backport [#38477](#38477)) ([#38602](#38602)) ([c2a137f](c2a137f)) ### Reverts * Revert "refactor: bank transaction (backport #38182)" (#38653) ([7813efa](7813efa)), closes [#38182](#38182) [#38653](#38653) [#38182](#38182)
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.