Page 1 of 1

Grouping and Summing Invoices and Sort Sheet by Village

PostPosted: Wed Mar 06, 2013 9:38 pm
by christiancoop
I would like to group the Invoice printout and the Sorting Sheet printout by Village. This would include a total by village. So for Invoices:

Village 1 Total = $123.45
-John Smith Invoice
-Jane Smith Invoice

Village 2 Total =$678.90
-Jack Smith Invoice
-Sue Smith Invoice

And for sorting:

Item 123
- Village 1 - 10 EA
-- John Smith 8 EA
-- Jane Smith 2 EA
-Village 2 - 15 EA
-- Jack Smith 7 EA
-- Sue Smith 8 EA
Item 456
...

Would anyone else find this helpful? How much of this could be done with CSS?

Re: Grouping and Summing Invoices and Sort Sheet by Village

PostPosted: Sun Mar 10, 2013 12:02 pm
by support
Shouldn't be that difficult - will add to to-do list.

As for the final question, no I don't think any of it could be done using CSS. The reason is that CSS can't do "math" to sum up the individual totals for each village. All it can do really is move things around on the page or change the way content looks. It can add static content, but not dynamic content.