Sometimes we require to print more than one copies of any report for example an invoice which may have two or three copies, one for customer, one for salesman and one for Accounts department or a payment voucher to be printed twice.
I got the same requirement, and got a very simple solution to it.
Just add the following loop just the way you add a normal loop or object:
[[ repeatIn(objects*n,'invoice') ]]
and send report to server.
Where n can be any number from 0,1,2..to n.
0 Comment(s)