Is there anyway to get around this? I have yet to find a site with an actual solution. I have a report called Credit Card Deposits. What it does is grab all transactions that have a CC transaction type, then lists the cards and what their respective sales were for the day.
Example:
August 11, 2002
Credit Card Type Amount Deposited
----------------------------------------------
Discover Card $87.58
Master Card $202.12
Visa Card $127.37
-------
Total for deposit $417.07
August 12, 2002
Credit Card Type Amount Deposited
----------------------------------------------
Master Card $156.95
Visa Card $251.21
-------
Total for deposit $408.06
I want the grouping by date. I can't think of a better way to show the client what their total deposits were for each DAY.
Any suggestions? Thanks in advance!
Example:
August 11, 2002
Credit Card Type Amount Deposited
----------------------------------------------
Discover Card $87.58
Master Card $202.12
Visa Card $127.37
-------
Total for deposit $417.07
August 12, 2002
Credit Card Type Amount Deposited
----------------------------------------------
Master Card $156.95
Visa Card $251.21
-------
Total for deposit $408.06
I want the grouping by date. I can't think of a better way to show the client what their total deposits were for each DAY.
Any suggestions? Thanks in advance!