0
Hi there,
I want to show my customers there outstanding amount in a module or article or something.
Can you help me? Please tell me how I can do this or give me a code wich I can use.
Thanks!
I want to show my customers there outstanding amount in a module or article or something.
Can you help me? Please tell me how I can do this or give me a code wich I can use.
Thanks!
Responses (3)
-
Accepted Answer
-
Accepted Answer
-
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 help :-)
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 »