Lets say I have a group based on invoice number as
invno tktno amount
1 100 1000.00
1 101 750.00
1 102 500.00
1 103 500.00
2 109 300.00
3 110 950.00
3 111 750.00
lets say I print invoice #1, is it possible to get a break up like this. I cant use the details field
Invoice #1
1000.00 * 1 = 1000.00
750.00 * 1 = 750.00
500.00 * 2 = 1000.00
=======
2750.00
Is this possible?
invno tktno amount
1 100 1000.00
1 101 750.00
1 102 500.00
1 103 500.00
2 109 300.00
3 110 950.00
3 111 750.00
lets say I print invoice #1, is it possible to get a break up like this. I cant use the details field
Invoice #1
1000.00 * 1 = 1000.00
750.00 * 1 = 750.00
500.00 * 2 = 1000.00
=======
2750.00
Is this possible?