I wrote a simple PHP application to create salary cheques for the company employees. The interaction between db & app is nice, the data is cached & the performance is high enough. So, what's the problem?
I need to provide the ability to print the whole cheques by just one click for the end-user. printing such a large HTML file is not possible dealing not with browser crashes.
So, I appreciate if you have any solution/suggestion for listing the cheques and printing 'em.