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

Include a "Partially Paid" status in Sales Invoice #26137

Closed
lxnow opened this issue Jun 22, 2021 · 2 comments
Closed

Include a "Partially Paid" status in Sales Invoice #26137

lxnow opened this issue Jun 22, 2021 · 2 comments

Comments

@lxnow
Copy link

lxnow commented Jun 22, 2021

Currently, the Sales Invoice form shows the form status as it relates to accounts receivable, including paid, overdue, draft, and so on:

image

For invoices that have been partially paid for but are not yet completely paid, the status is normally kept at unpaid or overdue depending on the due date. Feature request is to have new statuses called partially paid and partially paid overdue. This will be helpful for businesses that are trying to get a quick eyeball on the most important invoices that are not yet paid (at all) versus invoices that have been partially paid but still have balance to collect.

partially paid == (total due < unpaid amount OR paid amount > 0 but less than total due) AND due_date is <= today()
partially paid overdue == (total due < unpaid amount OR paid amount > 0 but less than total due) AND due_date is > today()

@sagarvora
Copy link
Collaborator

This has been done partly (pun intended) in #27625. We didn't introduce a Partly Paid Overdue status, but the Overdue status was extended to cases when one of the payments in Payment Schedule is overdue.

@ankush ankush added the to-validate Old issues pending validation label Dec 10, 2021
@ankush ankush removed the to-validate Old issues pending validation label Dec 18, 2021
@stale
Copy link

stale bot commented Feb 19, 2022

This issue has been automatically marked as inactive because it has not had recent activity and it wasn't validated by maintainer team. It will be closed within a week if no further activity occurs.

@stale stale bot added the inactive label Feb 19, 2022
@stale stale bot closed this as completed Feb 26, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants