Hi all,
I would like to create a web-based application (PHP and MySQL) to control data about companies, persons and offers that have been made for these persons (at those companies).
The offers that will be made for the persons will be in both Word as Excel being Word the written offer (that later will be exported to PDF to send to the customer as non-editable) and Excel an overview of the offer with quantities, name of the product, salesprices, purchaseprices, margins, etc...
The goal of the Excel-sheets is that from another Excel-sheet, a query will run to discover all outstanding offers from all customers so an always up to date funnel can easily be made for the Salesmanager.
I've discussed this yesterday with the person that will create this website for me and he told me the webbrowser cannot automatically create, open or save a Word or Excel-file on a specific place. He will always ask for OPEN or SAVE AS... and I only want those files to be saved and opened (for editing) automatically in the correct directories. For example for customer X I want this offer automatically be placed in C:\customers\X and called x0801.xls (08: year, 01: first offer for this year). The next offer should get the name x0802.xls, etc...
The same for other customers in other folders: C:\customers\Y\ y0801.xls etc...
Anyone an idea on how we can solve this?
Many thanks in advance!
Nico
I would like to create a web-based application (PHP and MySQL) to control data about companies, persons and offers that have been made for these persons (at those companies).
The offers that will be made for the persons will be in both Word as Excel being Word the written offer (that later will be exported to PDF to send to the customer as non-editable) and Excel an overview of the offer with quantities, name of the product, salesprices, purchaseprices, margins, etc...
The goal of the Excel-sheets is that from another Excel-sheet, a query will run to discover all outstanding offers from all customers so an always up to date funnel can easily be made for the Salesmanager.
I've discussed this yesterday with the person that will create this website for me and he told me the webbrowser cannot automatically create, open or save a Word or Excel-file on a specific place. He will always ask for OPEN or SAVE AS... and I only want those files to be saved and opened (for editing) automatically in the correct directories. For example for customer X I want this offer automatically be placed in C:\customers\X and called x0801.xls (08: year, 01: first offer for this year). The next offer should get the name x0802.xls, etc...
The same for other customers in other folders: C:\customers\Y\ y0801.xls etc...
Anyone an idea on how we can solve this?
Many thanks in advance!
Nico
Comment