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: handle loan_repayment's posting_date datetime in bank_clearance_summary report #36004

Merged
merged 1 commit into from
Jul 4, 2023
Merged

fix: handle loan_repayment's posting_date datetime in bank_clearance_summary report #36004

merged 1 commit into from
Jul 4, 2023

Conversation

anandbaburajan
Copy link
Contributor

The posting_date of loan_disbursement is "Date" and that of loan_repayment is "Datetime", resulting in TypeError: can't compare datetime.datetime to datetime.date.. So converting them into strings and then comparing.

Fixes #35949.

@github-actions github-actions bot added the needs-tests This PR needs automated unit-tests. label Jul 4, 2023
@anandbaburajan anandbaburajan added the backport develop instructs mergify to frontport PR to develop branch label Jul 4, 2023
@anandbaburajan anandbaburajan merged commit 937e1fb into frappe:version-14-hotfix Jul 4, 2023
mergify bot pushed a commit that referenced this pull request Jul 4, 2023
…summary report (#36004)

(cherry picked from commit 937e1fb)

# Conflicts:
#	erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.py
mergify bot pushed a commit that referenced this pull request Jul 4, 2023
…summary report (#36004)

(cherry picked from commit 937e1fb)

# Conflicts:
#	erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.py
anandbaburajan added a commit that referenced this pull request Jul 4, 2023
…summary report (backport #36004) (#36005)

* fix: handle loan_repayment's posting_date datetime in bank_clearance_summary report (#36004)

(cherry picked from commit 937e1fb)

# Conflicts:
#	erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.py

* chore: resolving conflicts

---------

Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com>
frappe-pr-bot pushed a commit that referenced this pull request Jul 5, 2023
# [14.29.0](v14.28.1...v14.29.0) (2023-07-05)

### Bug Fixes

* Expense Account filter in Sales Invoice ([#35944](#35944)) ([a485e4e](a485e4e))
* get base grand total while pulling reference details in PE ([2e2c23a](2e2c23a))
* handle loan_repayment's posting_date datetime in bank_clearance_summary report ([#36004](#36004)) ([937e1fb](937e1fb))
* Netherlands - Grootboekschema COA structure ([#35991](#35991)) ([13f3ebf](13f3ebf))
* project filtering based on company in P&L Report ([#35943](#35943)) ([8de1d86](8de1d86))
* remove debug flag from sql ([646440f](646440f))
* reposting has not changed valuation rate ([c0c693d](c0c693d))
* Update no copy for received_qty field ([#35965](#35965)) ([c330f47](c330f47))

### Features

* **accounts:** standardize additional columns implementation for sales/purchase reports ([#36000](#36000)) ([47c6d90](47c6d90))
* add method for ordered quantity in supplier scorecard (backport [#35930](#35930)) ([#35968](#35968)) ([a974091](a974091))
* add voucher-wise balance report logic ([6842902](6842902))
* allow the partial return of components against SCO (backport [#35935](#35935)) ([#35938](#35938)) ([6f50ad6](6f50ad6))
@frappe-pr-bot
Copy link
Collaborator

🎉 This PR is included in version 14.29.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport develop instructs mergify to frontport PR to develop branch backport version-13-hotfix needs-tests This PR needs automated unit-tests. released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants