Define additional data fields that appear on job and lead forms. Changes take effect immediately after saving.
Document Templates
@foreach([['Quote Header Text','quote_header','Thank you for requesting a quote from Degabriele Kitchens. We are pleased to provide the following proposal for your consideration.'],['Quote Footer / Terms','quote_footer','This quote is valid for 30 days from the date of issue. Prices exclude GST unless stated. A deposit of 30% is required upon acceptance.'],['Contract Intro','contract_intro','This agreement is entered into between Degabriele Kitchens Pty Ltd (the Contractor) and the Client named above.'],['Completion Sign-off','completion_text','Works have been completed in accordance with the agreed specifications. Client acknowledges satisfactory completion.']] as [$label, $key, $default])
@foreach([
['fa-envelope','SMTP Email','Connect an SMTP server to send quote and contract emails directly','email','Configure','Configure SMTP host, port, username and password for outbound email.'],
['fa-comment-sms','SMS / Twilio','Send automated SMS reminders for appointments and milestones','sms','Configure','Enter Twilio account SID, auth token, and sender number.'],
['fa-calendar-alt','Google Calendar','Sync check measure and installation appointments','gcal','Connect','OAuth 2.0 connection to sync events with Google Calendar.'],
['fa-file-pdf','Xero Accounting','Export invoices and payments to Xero automatically','xero','Connect','Connect via Xero OAuth to push invoice data automatically.'],
['fa-cloud','Dropbox / Google Drive','Attach cloud documents to jobs and contracts','storage','Connect','Link a cloud storage provider for document management.'],
] as [$icon,$name,$desc,$key,$btn,$detail])