Topic: How to print bank charges in statement, before hacking core files
Hi,
We have a POS that does cash sales, then this money is later transfered to the bank
So a typical bank transfer process using current FA is like this
E.g. transfer on $1,000
POS cash account gets credited whole amount $1,000
Bank charges account gets debited $100 (which is 10%)
Bank account gets debited $900
When I print bank statement, the bank charges doesn't reflect, since the bank usually charge 10%, when they give us their statement, this amount is usually there.
Our desired process would be
POS cash account gets credited whole amount $1,000
Bank account gets debited whole $1,000
Bank charges account gets debited $100 (which is 10%)
Bank account gets credited $100
This way, the statement would show the charges.
I've seen in the core files where I can implement this, but I usually avoid making any changes to the core files, is there any other way I can achieve the above