Skip to content
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: Payment Request flow fixes from Order to Payment Entry #33350

Merged
merged 4 commits into from
Dec 20, 2022

Conversation

deepeshgarg007
Copy link
Member

@deepeshgarg007 deepeshgarg007 commented Dec 15, 2022

  • Mode of payment not getting copied from Payment Request to Payment Entry
  • Unable to create Payment Entry against a Payment Request for partially paid purchase order
  • Partial amount not fetching correctly in Payment Request from Purchase Order

@github-actions github-actions bot added the needs-tests This PR needs automated unit-tests. label Dec 15, 2022
@codecov
Copy link

codecov bot commented Dec 20, 2022

Codecov Report

Merging #33350 (31c95de) into develop (f316123) will decrease coverage by 0.00%.
The diff coverage is 77.77%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #33350      +/-   ##
===========================================
- Coverage    64.06%   64.06%   -0.01%     
===========================================
  Files          818      818              
  Lines        58661    58658       -3     
===========================================
- Hits         37581    37579       -2     
+ Misses       21080    21079       -1     
Impacted Files Coverage Δ
erpnext/stock/doctype/serial_no/serial_no.py 89.43% <ø> (ø)
...ctype/stock_reconciliation/stock_reconciliation.py 83.61% <ø> (ø)
erpnext/stock/doctype/pick_list/pick_list.py 76.74% <50.00%> (ø)
...ccounts/doctype/payment_request/payment_request.py 68.01% <83.33%> (+0.01%) ⬆️
...xt/accounts/doctype/payment_entry/payment_entry.py 72.54% <100.00%> (ø)

@deepeshgarg007
Copy link
Member Author

@Mergifyio backport version-14-hotfix

@deepeshgarg007 deepeshgarg007 merged commit 9253875 into frappe:develop Dec 20, 2022
@mergify
Copy link
Contributor

mergify bot commented Dec 20, 2022

backport version-14-hotfix

✅ Backports have been created

deepeshgarg007 added a commit that referenced this pull request Dec 20, 2022
…-33350

fix: Payment Request flow fixes from Order to Payment Entry (backport #33350)
deepeshgarg007 added a commit that referenced this pull request Apr 25, 2023
* fix: Payment Request flow fixes from Order to Payment Entry

(cherry picked from commit dc17898)

# Conflicts:
#	erpnext/buying/doctype/purchase_order/purchase_order.js
#	erpnext/public/js/controllers/transaction.js

* chore: Update test case

(cherry picked from commit e25b98b)

* chore: More fixes

(cherry picked from commit 31c95de)

* chore: resolve conflicts

---------

Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
frappe-pr-bot pushed a commit that referenced this pull request Apr 25, 2023
## [13.49.14](v13.49.13...v13.49.14) (2023-04-25)

### Bug Fixes

* `PermissionError` in Work Order ([5680045](5680045))
* Advance payment against payment terms ([#34872](#34872)) ([d215a85](d215a85))
* internal Purchase Receipt GL Entries ([b73422e](b73422e))
* Payment entry with TDS in bank reco statement ([#34961](#34961)) ([5f28b1d](5f28b1d))
* Payment Request flow fixes from Order to Payment Entry ([#33350](#33350)) ([d5a80b5](d5a80b5))
* SLA permissions ([#34981](#34981)) ([c1187be](c1187be))
* **test:** `test_backdated_stock_reco_cancellation_future_negative_stock` ([d010b04](d010b04))
* Unable to allocate advance against invoice ([#35007](#35007)) ([61a3121](61a3121))
* use filter_by_finance_book instead of only_depreciable_assets in fixed asset register (backport [#35031](#35031)) ([#35036](#35036)) ([be2095a](be2095a))
* validation for internal transfer entry ([91b5a33](91b5a33))
* value of depreciable assets not updating after manual depr entry [v14] (backport [#35010](#35010)) ([#35029](#35029)) ([9087ac0](9087ac0))
* wrong qty of remaining work orders to be created when using "Create" > "Work Order" ([#34726](#34726)) ([189b020](189b020))
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport version-13-hotfix needs-tests This PR needs automated unit-tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants