Page 1 of 1

statement of account sorting by date

Posted: 06 Dec 2009, 19:41
by blof
I am trying to have satement of account printout sorted by date of invoice. unfortunately if i issue 2 invoices for a customer the same day it shows as a single transaction under that day adding the amount to the latest invoice issued for the specific day. Is there any way to sort statement of account by date of invoice and be able to get the program to show all transactions issued (more than one) for the same day instead of showing as a single transaction on that day .

Re: statement of account sorting by date

Posted: 23 Dec 2009, 12:14
by brucedenney
You are grouping by invoice date instead of invoice number.

What you want to do is sort by date and group by number.

Or you could group by date And by number, move the contents of the Date section into the Number section and you should be there.