Open
Conversation
Member
|
We are doing this in a PoC using |
321e2ce to
67f0650
Compare
Member
Author
|
is your PoC available somewhere? Though I don't see how what you describe matches the requirement outlined above: No accounting items created for SOs until payment received |
Member
|
Yes, I read bad the purpose of the module. The module name doesn't help either, although technically it makes sense. We'll publish soon the other module. I'll ping you when done. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This module allows a workflow where you don't invoice sale orders until
you've received a payment.
That's useful ie for webshops with non-instant payment like wire
transfer, where you might have a lot of customers not doing the payment
after all, which results in extra work for cancellation of the
invoices/orders involved.
Configuration
To configure this module, you need to:
Usage
To use this module, you need to:
invoicable sale order
tab of the reconciliation widget
Note the reconciliation only works if fully invoicing the sale order
yields an invoice over the order's total amount. Usually this means that
all products in the sale order must have invoicing policy Ordered
quantities.
v18 migration of #666