I am wondering, is it possible to do the auto-generation of the letter head for a company, given that we have put a template in it?
Lets say, invoice, delivery order, payment voucher, etc all have a different kind of template/format so we need different auto-generated content.
the contents and such will have to be typed manually though, but with the reference number and date will be auto generated based on the system time and date. and the header and footer is already there.
and is it possible to have the templates to have a text editor interfaces like in forums and other online editor so we can make letters bold, add tables and such. I am currently considering TinyMCE but am not sure how to integrate them together with the templates as I am having problems with php.
Thanks.
The only tools I've heard of that can do this are: http://www.phpdocx.com/ and http://www.phplivedocx.org/
You could also consider creating PDF documents and then you can use FPDF.
Update: I didn't realise that PHPWord supported templates now. As that's the case, I would start there.