-
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: group by in fixed asset register #36310
Merged
anandbaburajan
merged 1 commit into
frappe:version-14-hotfix
from
anandbaburajan:fixed_asset_register_group_by
Jul 25, 2023
Merged
fix: group by in fixed asset register #36310
anandbaburajan
merged 1 commit into
frappe:version-14-hotfix
from
anandbaburajan:fixed_asset_register_group_by
Jul 25, 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
@mergify copy develop |
✅ Pull request copies have been created
|
@mergify copy version-13-hotfix |
✅ Pull request copies have been created
|
This was referenced Jul 25, 2023
anandbaburajan
added a commit
that referenced
this pull request
Jul 25, 2023
anandbaburajan
added a commit
that referenced
this pull request
Jul 25, 2023
frappe-pr-bot
pushed a commit
that referenced
this pull request
Jul 26, 2023
## [13.52.7](v13.52.6...v13.52.7) (2023-07-26) ### Bug Fixes * allow both custodian and location while creating asset (backport [#36263](#36263)) ([#36270](#36270)) ([e4f28e8](e4f28e8)) * apply discount on item after applying price list ([#36125](#36125)) ([bde9e89](bde9e89)) * group by in fixed asset register (copy [#36310](#36310)) ([#36312](#36312)) ([a5e1c47](a5e1c47))
frappe-pr-bot
pushed a commit
that referenced
this pull request
Jul 26, 2023
# [14.32.0](v14.31.3...v14.32.0) (2023-07-26) ### Bug Fixes * added missing option Partially Received in the status dropdown field ([4fa93b0](4fa93b0)) * allocation logic on 'Get Outstanding Invoices' btn in PE ([14600fa](14600fa)) * allow both custodian and location while creating asset ([#36263](#36263)) ([2b47f58](2b47f58)) * Ambiguous column error while submitting stock entry (backport [#36209](#36209)) ([#36222](#36222)) ([844ec58](844ec58)) * apply discount on item after applying price list ([#36316](#36316)) ([cff6e72](cff6e72)) * apply terms validaton only in Sales/Purchase documents ([8f24292](8f24292)) * broken overallocation validation in payment entry ([e1d31aa](e1d31aa)) * clear accounting dimension value when based on field changes ([1fe6d4e](1fe6d4e)) * customer filter in process soa ([5938af9](5938af9)) * Default fiscal year in accounting, buying and sellingcharts ([8ca3d6b](8ca3d6b)) * fetch acc dimension fieldname ([542c804](542c804)) * FY in naming series variable for orders ([6a6a3ae](6a6a3ae)) * group by in fixed asset register ([#36310](#36310)) ([6cca18e](6cca18e)) * Ignore permissions while submitting account closing balance record ([#35536](#35536)) ([c2976ef](c2976ef)) * itemised tax breakup ([6f2e639](6f2e639)) * made item or warehouse filter mandatory (backport [#36208](#36208)) ([#36215](#36215)) ([57cf3c2](57cf3c2)) * no default email account causing reposting issue ([026f9f5](026f9f5)) * **regional:** set `frappe.flags.company` temporarily, where required ([73e9b38](73e9b38)) * set new purchase_receipt_amount on asset split ([#36272](#36272)) ([e867fe7](e867fe7)) * timeout error while cancelling the Purchase Receipt ([0575005](0575005)) * Trial Balance report considering cancelled entries ([ca4f86d](ca4f86d)) ### Features * filter based on accounting dimension in profitability analysis ([ba95df2](ba95df2))
🎉 This PR is included in version 14.32.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
The group by feature in the Fixed Asset Register report wasn't implemented properly, so fixed that.