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: Invoice outstanding #287

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

RitvikSardana
Copy link
Member

@RitvikSardana RitvikSardana commented Oct 11, 2024

Issue:
While getting Sales Invoice in the Student Portal, we were using "grand_total" amount field instead of "outstanding_amount".

This results in the issue where a payment entry has been created against the invoice, but still in the portal we have to pay the
grand_total, which could result in over payment.

Solution:
Use "outstanding_amount" field instead of "grand_total" or invoices which are not paid.
Also add support for Partial Paid Invoices in the portal.

@RitvikSardana RitvikSardana merged commit 1634577 into frappe:develop Oct 11, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant