Topic: Customer Balance Showing wrong Outstanding balance
@joe - Review and feedback it.
When we create a journal entry for customer opening balance. and when i open the customer balances report. The outstanding is not added there. And than i made payment to the journal entry through customer payments page. After that i see, that the outstanding balance is increased wth the payment amount. So i had a look into rep101.php
And i found one things, which is showing the wrong data there.
if ( $trans['type'] == ST_SALESINVOICE || $trans['type'] == ST_BANKPAYMENT)
which should be like this
if ($trans['type'] == ST_JOURNAL || $trans['type'] == ST_SALESINVOICE || $trans['type'] == ST_BANKPAYMENT)
I mean include the journal passing entries to be here.
Hope it fixes the issue
HRM CRM POS batch Themes