I am managing investment account for a company where investors get paid via profit distribution. Here is the process.
Project xzy has a profit distribution of $850,000 so what I did, I created a form where you provide Project Name and the profit from such project. Then once you click on distribute profit button, the $850,000 will be distributed to a number of investors(45) based on their % of ownership in that project. So To answer your question, why would I want to print check from a web page. I am creating a form so I can process what I have explained above and to help me once I distribute the profit,I can print those profit and send the check to the investors. It does not have to be a web page, but since all my work in aspx.net, I thought to build such solution to help me and others to automate writing checks .
The above process is done for over 25 project, so imagine how many checks I will manually have to write. So the best way is to come up with a solution that after I distribute the profit, I can have a button on the same form where I distributed the profit, to print the checks.
I hope I gave you enough information to help me find out the best approach. and thanks for your help.
Al