-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
chore: Weekly release for version-13 #31137
Merged
Merged
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
fix: always update item_name for stock entry (#31068) If item_name is already set and for some reason becomes outdated then it's not updated in backend. Fix: always set item_name and stock_uom when fetching item details (cherry picked from commit 6d6616d) Co-authored-by: Ankush Menat <me@ankush.dev>
(cherry picked from commit e826093)
* test: simplify job card tests (cherry picked from commit e625394) * fix: creation of corrective job card fails This used to fail because sub_operations is a child table that's not initalized by default till v13, in develop branch we init tables with empty list. (cherry picked from commit 66cf9aa) Co-authored-by: Ankush Menat <ankush@frappe.io>
Since few email servers (like outlook) strips out link in the button making them unclickable. (cherry picked from commit a29b92f)
* fix: Job Card excess transfer behaviour - Block excess transfer of items if not allowed in settings - Behaviour made consistent with js behaviour (button disappears if not pending and not allowed in settings) - Test for same case (cherry picked from commit e07ce6e) # Conflicts: # erpnext/manufacturing/doctype/job_card/test_job_card.py * chore: Run `_validate_over_transfer` only if excess transfer is blocked in settings (cherry picked from commit 9f6e106) * chore: conflicts * chore: missing conflict resolution changes Co-authored-by: marination <maricadsouza221197@gmail.com> Co-authored-by: Ankush Menat <ankush@frappe.io>
- if donations and subscriptions are set up in the same dashboard, membership payments also trigger payment webhook - in order to differentiate there is already a check for RP's auto generated description but if subscriptions are configured using subscription links, RP doesn't send descriptions - use invoice_id to ignore such payments instead
feat(Employee Advance): add 'Returned' and 'Partly Claimed and Returned'
(cherry picked from commit c41f9f0)
(cherry picked from commit 8fd0b3b)
(cherry picked from commit 3128f96)
(cherry picked from commit 5b87264) # Conflicts: # erpnext/accounts/doctype/journal_entry/journal_entry.py
(cherry picked from commit 65232ed) # Conflicts: # erpnext/accounts/doctype/period_closing_voucher/test_period_closing_voucher.py # erpnext/accounts/doctype/pricing_rule/test_pricing_rule.py
(cherry picked from commit bc34737) # Conflicts: # erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
…-31004 fix: duplicate entries in payment terms report output (backport #31004)
(cherry picked from commit 147fc8f)
(cherry picked from commit a1f53f8)
(cherry picked from commit 9e4a360)
fix: Chart data for monthly periodicity in Cash Flow report (cherry picked from commit c5e922c)
…-31129 fix: Loan Doc query in Bank Reconciliation Statement (backport #31129)
…-31039 fix: Chart data for monthly periodicity in Cash Flow report (backport #31039)
fix: timesheet fetching in sales invoice
…-26916 fix: Account currency validation for first transaction (backport #26916)
🎉 This PR is included in version 13.31.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.
No description provided.