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

Wrong entries when using the refactored Payment Reconciliation tool and Payment Entry using Payment Ledger entry #31428

Closed
centaur78 opened this issue Jun 22, 2022 · 3 comments · Fixed by #31499

Comments

@centaur78
Copy link

centaur78 commented Jun 22, 2022

Information about bug

While using the Payment reconciliation tool, when pulling the unreconciled entries..... the value shown in the outstanding column is the value in company currency which are in OMR ... whereas the purchase invoice are in Euro

for example the below image ,,if we take the PINV19-00001 ...Actual Invoiced amount is € 256.00 and the value in company currency is RO 107.52..... This is wrongly pulled here due to which we cannot reconcile !!!

This same issue is also seen when using Payment Entry as well

could be due to this #31136 and related PR

image

And Payment ledger entry for the same

image

Module

accounts

Version

ERPNext: v14.x.x-develop () (develop)
Frappe Framework: v14.x.x-develop () (develop)

Installation method

manual install

Relevant log output / Stack trace / Full Error Message.

No response

@centaur78 centaur78 added the bug label Jun 22, 2022
@centaur78 centaur78 changed the title Wrong outstanding when using the refractored Payment Reconciliation tool and Payment Entry using Payment Ledger entry Wrong entries when using the refactored Payment Reconciliation tool and Payment Entry using Payment Ledger entry Jun 22, 2022
@centaur78
Copy link
Author

Hi @ruthra-kumar

Could you have a look on this issue ?

@centaur78
Copy link
Author

hi @ruthra-kumar

Any update on the above issue ?

Thanks in advance

@ruthra-kumar
Copy link
Member

@centaur78 thanks for reporting this.
There are 2 issues here.

  1. account_currency column is not populated on payment ledger entry creation due to incorrect column name.
  2. Reconciliation tool using outstanding amount in company currency instead of account currency.

Should be fixed by #31499

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants