Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bank Account Running Balance Issue - SOLVED
06-15-2018, 11:04 PM, (This post was last modified: 06-15-2018, 11:06 PM by VortecCPI.)
#1
Bank Account Running Balance Issue - SOLVED
DailyBankTransactions.php

When passing FromTransDate the running balance numbers are incorrect.

I addressed the issue by adding the following lines right after:

PHP Code:
$Balance += $myrow['prebalance']; 

PHP Code:
                    $Balance += $myrow['prebalance'];
                    
$AccountCurrTotal += $myrow['prebalance'];
                    
$LocalCurrTotal += $myrow['prebalance']; 

   
https://www.linkedin.com/in/eclipsepaulbecker
Reply
06-16-2018, 10:23 AM,
#2
RE: Bank Account Running Balance Issue - SOLVED
Thanks, Paul. I'll commit that this weekend. (should be tomorrow)

Apologies for not yet getting to the invoice clone, but I'll try to get to that as well.
Reply
06-17-2018, 03:41 AM, (This post was last modified: 06-18-2018, 12:30 PM by TurboPT.)
#3
RE: Bank Account Running Balance Issue - SOLVED
Thanks again Paul B.!

Calculation fix committed to bug_fixes_only and HEAD.

Reply
06-18-2018, 08:13 PM,
#4
RE: Bank Account Running Balance Issue - SOLVED
Thank you Paul!
https://www.linkedin.com/in/eclipsepaulbecker
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)