Hi folks,
We are about to send out our competition invoices for our school and we are using an old info maker receipt that includes price types so the parents can see what they're being charged for. This year we added pricing layers so we could code things to different GL's on the same price type. We are now running into the fact that our receipt is splitting out the price layers by line so it looks like the parent is paying for the same item twice with different prices. (Which they technically are, but the amount of questions this will raise makes my head hurt.) I'm wondering if anyone has any insight into how we can edit the receipt to make the pricing layers combine and just show up as a total due for that price type. Here is a screen shot of what's set up:
Here is what the receipt looks like (spacing is off but I can fix that):
So those two lines should be combined into one.
Alternatively, does anyone have the knowledge on how to add a price type description and performance code to an HTML template or have code for one you've done that includes that that you'd be willing to share?
Thanks, all!
Nicki
Nicki LeGrand said:info maker
Probably to my detriment in short order, but I don't remember enough about Infomaker to know how easy it is to get rows to roll up and sum within the report, although it's probably possible? Alternatively you could create a copy of the underlying stored procedure/function/view to do that summation, and as long as price layer specific data is not being returned, you could then hook up a copy of the Infomaker report to the new proc.