How To Match A Small Mismatch

Assume the following scenario arises:

If you want to match this payment to the bill (and leave $7 for the next bill), do the following:

Note:

Automating small mismatches. The algorithm responsible for matching a payment to a specific bill can have a tolerance amount defined on it. If the payment is within the tolerance limit, this algorithm will do the above for you. In other words, you don't have to manually do the above if you populate the tolerance limit appropriately on this algorithm. Refer to DSOV BILL-ID for more information about this algorithm.