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

Use of Waiting accounts in payment orders (Cash discount) #101

Closed
chrisdec opened this issue Jan 16, 2015 · 5 comments
Closed

Use of Waiting accounts in payment orders (Cash discount) #101

chrisdec opened this issue Jan 16, 2015 · 5 comments

Comments

@chrisdec
Copy link

Hello,

I have a question regarding the process of the payment order. Normally, it’s recommended to use waiting accounts to avoid paying two times the same invoice. However, I have some customers who work with cash discount.

Let’s take an exemple :

I have an invoice of 121 € with due date of 31/01/2015 but if I pay before 15/01/2015, I only pay 119€.

If they use waiting accounts, the amount on the waiting account will be the amount they paid in the payment order. The reconciliation will be partial as the paid amount is not the total amount of the invoice and the invoice will stay open. Moreover, as the invoice is still open, Odoo will propose to pay it a second time.

If they don’t use the waiting accounts, they can reconcile easily on the bank statement with the cash discount account but here also, Odoo will propose to pay the invoice a second time before the first bank statement and the reconciliation.

What do you suggest?

Thanks in advance for the answer,

Christelle

@sbidoul
Copy link
Member

sbidoul commented Jan 16, 2015

This relates to #93. Indeed, moves to the transfer account create partial reconciles, and acsone#5 works best when invoices are fully reconciled as soon as possible.

A solution could be to do the write-off of the difference at the same time as the move to the transfer account.

What do others think?

@adrienpeiffer
Copy link
Contributor

I agree with your proposition @sbidoul.

@sbidoul
Copy link
Member

sbidoul commented Jan 19, 2015

The problem is that we would end-up re-creating a full reconcile/writeoff wizard that already exists.

So maybe adding a button on the payment order to show the unreconciled transfer journal entries would be enough? From there, the user could easily finalise the write-off using the standard wizard.

@sbidoul
Copy link
Member

sbidoul commented Jan 20, 2015

acsone@f6c8cd7 in acsone#5 provides a solution for this, letting the user easily register cash discount differences just after doing the payment order:

  • a button on the payment order to access the partially reconciled payments moves
  • from that screen, the user can use the standard reconcile with writeoff feature to do the writeoff to the cash discount account, therefore completely reconciling the invoices which in turn will not be proposed anymore in payment orders

@pedrobaeza
Copy link
Member

This is already solved.

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

No branches or pull requests

4 participants