I have a slight delima. I have designed a pretty efficient, easy to use quote generation system for my company. It works great for building routine quotes for customers. It generates an html output based on the salespersons criteria. Lately however, I have seen that more often than not quotes are needing to be edited slightly after completion. This requires me to work with the ouputed html. The changes seem to follow no particular pattern (a note to buyer here, an unusual item there) such that if the front end were changed to accomodate such changes, the interface would no longer be simple enough for my sales staff to use.
My main thought for solution was to create a MS Word document rather than an html doc. That way, the person building the quote can make changes themselve. I am trying to work with the win32le module, but am having no luck interfacing with Word. In the past I have made decent scripts that interact with MS Excel, but none with Word. Does anyone know of any good documentation to interfacing with Word.
Or, does anyone have a better solution alltogether?
Thanks for your help.
My main thought for solution was to create a MS Word document rather than an html doc. That way, the person building the quote can make changes themselve. I am trying to work with the win32le module, but am having no luck interfacing with Word. In the past I have made decent scripts that interact with MS Excel, but none with Word. Does anyone know of any good documentation to interfacing with Word.
Or, does anyone have a better solution alltogether?
Thanks for your help.