1
Hi,
As you can see with my attachment, the Amount Outstanding is not actually the difference between Total Owing and Total Paid. If so, the amount outstanding would be $250 as only $50 has been paid out of the $300 is that owing.
It seems, in my case, the amount owning is pulling from the Total Payments Made + Total Pending - Total Payments Made. I put in two payments (one for $50 that was received and one for $30 that is pending). I have no use for the pending function; however, I'm using this to illustrate the Amount outstanding is not functioning correctly for me. If I use no pending payments, it says the customer owes $0.00.
Thanks in advance,
Ken
As you can see with my attachment, the Amount Outstanding is not actually the difference between Total Owing and Total Paid. If so, the amount outstanding would be $250 as only $50 has been paid out of the $300 is that owing.
It seems, in my case, the amount owning is pulling from the Total Payments Made + Total Pending - Total Payments Made. I put in two payments (one for $50 that was received and one for $30 that is pending). I have no use for the pending function; however, I'm using this to illustrate the Amount outstanding is not functioning correctly for me. If I use no pending payments, it says the customer owes $0.00.
Thanks in advance,
Ken
Responses (4)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0This is not practical at all. not how any of my other invoice apps worked, and now I paid for a program that is actually making us a lot of manual effort since we have to now put in payments beforehand else it shows the user owes us 0. But we do not know beforehand what a payment will be. and if they only pay partially we would have to amend that payment and ad another.
Why not have it work like other apps where outstanding is invoice minus payments submitted as paid. Now we have to go manually and create payments outstanding beforehand for the outstanding to show correctly. This is so not practical. How do I fix it, or what will it cost me for you to change it? Kind regards :-) -
Accepted Answer
0My solution, a one-liner :-) See image attached.
The fix! Go edit the file --> /components/com_invoices/views/invoice/tmpl/default.php at about line 363: $amount_outstanding = $total - $subtotal_payments;
Then whenever there is a pending payment manually entered or not the outstanding amount will at least correctly show the invoice amount minus the payments made.
I hope this helps :-)
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »