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

Mark Sales Invoice as Overdue when first payment becomes overdue #26969

Closed
barredterra opened this issue Aug 16, 2021 · 1 comment · Fixed by #27625
Closed

Mark Sales Invoice as Overdue when first payment becomes overdue #26969

barredterra opened this issue Aug 16, 2021 · 1 comment · Fixed by #27625
Assignees

Comments

@barredterra
Copy link
Collaborator

barredterra commented Aug 16, 2021

Is your feature request related to a problem? Please describe.

In Sales Invoice we can specify a payment schedule. For example, 50 % after 14 days, 50 % after 30 days. Currently the latest date in the payment schedule is used as the invoice's due date. Only when the last payment becomes overdue, the invoice status changes to "Overdue".

However, we regard a Sales Invoice as overdue based on the scheduled payments. Once the first payment is overdue, we want to create a Dunning, reminding the customer that he is late on this payments.

Describe the solution you'd like

  • The status of a Sales Invoice depends on the payment schedule instead of due date
  • Set status to "Overdue" once a scheduled payment is overdue
  • Introduce a new status "Partially Paid" that is displayed when payments have been received according to the payment schedule.
  • Extend Dunning to consider only overdue payments and calculate overdue days correctly. Probably it would make sense to copy the Sales Invoice's payment schedule to the Dunning. -> Create a new Issue for this

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

The option "Allocate Payment Based On Payment Terms" is set in Payment Terms Template.

@mymi14s
Copy link

mymi14s commented Aug 16, 2021

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants