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: reverse debit credit for party gl entry in payment entry based on negative amount #42367

Merged
merged 3 commits into from
Jul 31, 2024

Conversation

ljain112
Copy link
Contributor

@ljain112 ljain112 commented Jul 17, 2024

Frappe Support Issue: https://support.frappe.io/app/hd-ticket/18369

When allocated amount is negative and we are paying the receivable party type or receiving from payable party type we need to reverse debit/credit because due to negative amount it will get reversed again.

Before:
If there is negative outstanding for a Puchase Invoice then user was not able to submit the document.

image

After:
Document is submitted successfully.


Review Tip: Hide whitespaces to view actual changes

@github-actions github-actions bot added accounts needs-tests This PR needs automated unit-tests. labels Jul 17, 2024
@ljain112 ljain112 changed the title fix: do not absolute the amount for party gl entries fix: reverse debit credit for party gl entry based on negative amount Jul 17, 2024
@ljain112 ljain112 marked this pull request as ready for review July 17, 2024 12:44
@ljain112 ljain112 changed the title fix: reverse debit credit for party gl entry based on negative amount fix: reverse debit credit for party gl entry in payment entry based on negative amount Jul 17, 2024
@vorasmit vorasmit added backport version-15-hotfix squash Meant to tell reviewers that this PR should be squashed into a single commit while merging. labels Jul 26, 2024
@vorasmit vorasmit merged commit a694390 into frappe:develop Jul 31, 2024
14 checks passed
mergify bot pushed a commit that referenced this pull request Jul 31, 2024
…n negative amount (#42367)

* fix: do not absolute the amount for party gl entries

* fix: reverse debit credit for party gl entry based on negative amount

* refactor: reduce nesting of if condition

---------

(cherry picked from commit a694390)
vorasmit added a commit that referenced this pull request Jul 31, 2024
…-42367

fix: reverse debit credit for party gl entry in payment entry based on negative amount (backport #42367)
frappe-pr-bot pushed a commit that referenced this pull request Aug 7, 2024
# [15.32.0](v15.31.5...v15.32.0) (2024-08-07)

### Bug Fixes

* 'undefined' in PL and BS report summary on Consolidated report ([3da7071](3da7071))
* all warehouse filter for the stock report (backport [#42584](#42584)) ([#42604](#42604)) ([830b95b](830b95b))
* company filter for filtring tax withheld vouchers ([3ad1f2d](3ad1f2d))
* disable primary action button only when there are no active capitalization ([2d644ac](2d644ac))
* Discount and taxes in return document should follow the reference document (backport [#41911](#41911)) ([#42574](#42574)) ([9321408](9321408))
* do not update item price and last purchase rate for inter transf… (backport [#42616](#42616)) ([#42633](#42633)) ([59b9b7d](59b9b7d))
* german translations ([f27e9f3](f27e9f3))
* inter transfer delivery note issue with batch (backport [#42552](#42552)) ([#42556](#42556)) ([97cc308](97cc308))
* min height for rows in sales funnel ([2f81c99](2f81c99))
* resolved conflict ([#42557](#42557)) ([c3293d1](c3293d1))
* reverse debit credit for party gl entry in payment entry based on negative amount ([#42367](#42367)) ([14f9aef](14f9aef))
* set currency on change of company considering customer default currency (backport [#42405](#42405)) ([#42547](#42547)) ([7c8d13c](7c8d13c))
* set query filters for sales / purchase tax template on PE ([dc9cf74](dc9cf74))
* use get_last_day to get the correct date (backport [#42564](#42564)) ([#42598](#42598)) ([2de86eb](2de86eb))

### Features

* expiry date column in Available Batch Report (backport [#42628](#42628)) ([#42642](#42642)) ([d8768c5](d8768c5))
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accounts backport version-15-hotfix needs-tests This PR needs automated unit-tests. squash Meant to tell reviewers that this PR should be squashed into a single commit while merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants