Hi - (New to PhP Runner) I am creating a address book application for my construction company that has several tables.
tables: company, person, trade, bid
I want to search for companies that have a specific trade then use the select check box and pre-populate the bid table.. (Not sure how to add bid name automatically)
Once the bid table is reviewed I want to select some of the Companys/Trades to be emailed. The email should open the default mail client and add the selected to the bcc field. Then fill the body with a request to bid form with the JobName, dateRequired, etc...
table structures:
Company Person Trade bid
id id id id
timberline_id timberline_id timberline_id timberline_id
CompanyName Fname trade JobName
Address1 Lname trade
Address2 JobTitle scope
City Phone dateSent
St Fax date_Required
Zip Cell emailTo
PhoneMain Email faxTo
FaxMain Notes returnedDate
EmailMain notes
Webpage
EstVen
Notes
Thanks!!