docs.keptcrm.com Open in urlscan Pro
188.114.96.3  Public Scan

URL: https://docs.keptcrm.com/view-quote/08b33bc9d026bb36f263ea73010d0ff14875ba57062b6f885ecbfc221931be75-24857354bb91a985756c...
Submission: On September 28 via manual from IN — Scanned from NL

Form analysis 4 forms found in the DOM

Name: additionalInfoPOST https://docs.keptcrm.com/api/post/docs/quote-additional-info

<form id="additionalInfo" name="additionalInfo" action="https://docs.keptcrm.com/api/post/docs/quote-additional-info" method="post">
  <div class="alert alert-info">
    <div class="d-flex align-items-center p-0">
      <div class="col-auto icon"><i class="fa-duotone fa-circle-info float-start"></i></div>
      <div class="col-12 col-sm-10">
        <p>Before you can Approve the Quote, please provide answers to the following question(s).</p>
      </div>
    </div>
  </div><!--/.alert -->
  <div id="additionalInfo_r_message"></div>
  <div class="modal-body">
    <label for="questionModal_reason" class="col-form-label">Tax Exemption:<span class="required"></span></label>
    <div class="col-12">
      <p class="help">Do you have a tax exemption certificate? Your exemption certificate will be applied when determining the applicable tax on your invoice.</p>
    </div>
    <div class="radio-switch two-option">
      <input type="radio" id="additionalInfo_taxExemptYes" name="additionalInfo_taxExempt" value="yes">
      <label for="additionalInfo_taxExemptYes">Yes</label>
      <input type="radio" id="additionalInfo_taxExemptNo" name="additionalInfo_taxExempt" value="no" checked="">
      <label for="additionalInfo_taxExemptNo">No</label>
    </div><!--/.radio-switch -->
    <div id="fw-uploader-instructions" class="uploadArea mt-2" style="display:none;">
      <label for="additionalInfo_upload" class="col-form-label">Certificate Upload:<span class="required"></span></label>
      <div class="col-12">
        <p class="help">Please upload a copy of your valid tax exemption certificate. Please make sure all the required information is correctly filled out and the certificate is signed and dated.</p>
      </div>
    </div><!--/.uploadArea -->
  </div><!--/.modal-body -->
  <div id="fw-uploader" style="display:none;">
    <div class="qq-uploader-selector qq-upload-drop-area-selector qq-upload-drop-area">
      <div class="qq-upload-button-selector" style="position: relative; overflow: hidden; direction: ltr;">
        <div class="upload-area">
          <i class="fa-duotone fa-upload"></i> Select or drag and drop files<br>
          <button class="btn btn-primary" type="button">Browse Files</button>
        </div><!--/.upload area -->
        <input qq-button-id="d185a598-52b7-426d-9d53-37994adb37e3" title="file input" multiple="" type="file" name="qqfile"
          style="position: absolute; right: 0px; top: 0px; font-family: Arial; font-size: 118px; margin: 0px; padding: 0px; cursor: pointer; opacity: 0; height: 100%;">
      </div>
      <div class="uploaded">
        <ul class="qq-upload-list-selector files"></ul><!--/.files -->
      </div><!--/.uploaded -->
    </div>
  </div>
  <div id="fw-fdb-template" style="display:none;">
    <div class="qq-uploader-selector qq-upload-drop-area-selector qq-upload-drop-area">
      <div class="qq-upload-button-selector">
        <div class="upload-area">
          <i class="fa-duotone fa-upload"></i> Select or drag and drop files<br>
          <button class="btn btn-primary" type="button">Browse Files</button>
        </div><!--/.upload area -->
      </div>
      <div class="uploaded">
        <ul class="qq-upload-list-selector files">
          <li>
            <div class="file">
              <div class="float-end status statsText-kam"></div>
              <span class="file-title title-kam"></span>
            </div><!--/.file -->
            <div class="progress barDiv-kam">
              <div class="progress-bar bar-kam" role="progressbar" style="width:25%" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div>
            </div><!--/.progress -->
            <div class="retry-kam" style="display:none;">
              <span class="failedReason-kam"></span> <a href="#" class="qq-upload-retry-selector">Retry upload</a>
            </div>
          </li><!--/.file -->
        </ul><!--/.files -->
      </div><!--/.uploaded -->
    </div><!--/.drop area -->
  </div><!--/.template -->
  <div class="modal-footer">
    <input type="hidden" name="additionalInfo_hash" value="08b33bc9d026bb36f263ea73010d0ff14875ba57062b6f885ecbfc221931be75-24857354bb91a985756cf9a642cb2b34">
    <button type="button" class="btn btn-cancel" data-bs-dismiss="modal">Cancel</button>
    <button id="additionalInfo_submit" type="button" class="btn btn-primary kamFS">Next <i class="ms-2 fa-regular fa-arrow-right"></i></button>
  </div><!--/.modal-footer -->
</form>

<form id="qq-form">
  <input type="hidden" name="additionalInfo_hash" value="08b33bc9d026bb36f263ea73010d0ff14875ba57062b6f885ecbfc221931be75-24857354bb91a985756cf9a642cb2b34">
</form>

Name: rejectQuotePOST https://docs.keptcrm.com/api/post/docs/reject-quote

<form id="rejectQuote" name="rejectQuote" action="https://docs.keptcrm.com/api/post/docs/reject-quote" method="post">
  <div class="alert alert-warning">
    <i class="fa-duotone fa-circle-exclamation float-start"></i>
    <p>Are you sure you want to Reject this Quote?</p>
  </div><!--/.alert -->
  <div id="rejectQuote_r_message"></div>
  <div class="modal-body">
    <div class="row">
      <div class="col-12">
        <label for="rejectQuote_reason" class="col-form-label">Reason: <span class="required"></span></label>
        <select id="rejectQuote_reason" name="rejectQuote_reason" class="form-select mb-2">
          <option value="0">- Select Reason -</option>
          <option value="1">I am no longer interested in the Quoted services</option>
          <option value="2">The Quote does not reflect my discussion with the Sales Representative</option>
          <option value="3">The pricing is higher than I expected</option>
          <option value="4">I have secured another service provider</option>
          <option value="5">I would like to receive a new Quote with additional services</option>
          <option value="999">I want to provide feedback</option>
        </select>
      </div>
      <div id="reasonText" class="col-12" style="display:none;">
        <label for="rejectQuote_reasonText" class="col-form-label">More Information:<span class="required"></span></label>
        <textarea rows="4" class="form-control" name="rejectQuote_reasonText" id="rejectQuote_reasonText" placeholder="Please provide additional information…"></textarea>
      </div>
    </div>
  </div><!--/.modal-body -->
  <div class="modal-footer">
    <input type="hidden" name="rejectQuote_hash" value="08b33bc9d026bb36f263ea73010d0ff14875ba57062b6f885ecbfc221931be75-24857354bb91a985756cf9a642cb2b34">
    <button type="button" class="btn btn-cancel" data-bs-dismiss="modal">Cancel</button>
    <button id="rejectQuote_submit" type="button" class="btn btn-danger kamFS">Yes, Reject</button>
  </div><!--/.modal-footer -->
</form>

Name: acceptQuotePOST https://docs.keptcrm.com/api/post/docs/accept-quote

<form id="acceptQuote" name="acceptQuote" action="https://docs.keptcrm.com/api/post/docs/accept-quote" method="post">
  <div class="alert alert-info">
    <i class="fa-duotone fa-circle-info float-start"></i>
    <p>We're almost there we just need you to sign the Quote.</p>
  </div><!--/.alert -->
  <div class="modal-body">
    <p>If you're ready to proceed to the final step, click the below button and DocuSign will send an email to <b>da***on@ap***ia.com</b> with instructions to sign and finalize your Quote.</p>
  </div><!--/.modal-body -->
  <div class="modal-footer">
    <input type="hidden" name="acceptQuote_hash" value="08b33bc9d026bb36f263ea73010d0ff14875ba57062b6f885ecbfc221931be75-24857354bb91a985756cf9a642cb2b34">
    <button type="button" class="btn btn-cancel" data-bs-dismiss="modal">Cancel</button>
    <button id="acceptQuote_submit" type="button" class="btn btn-success kamFS">I'm Ready to Sign</button>
  </div><!--/.modal-footer -->
</form>

Text Content

QUOTE #20189

Download
Kept Companies
(800)847-3735

PROPOSAL NUMBER:

KC-20189

DATE OF PROPOSAL:

Sep 27th, 2023

Apria Health Care
612 Beatty Rd
Monroeville, PA 15146-1588
Dale Hampton,


Thank you for your interest in our vehicle washing services.

On the following pages you will find our proposal for various services. Should
you wish to proceed with any service listed, please mark the box below the
desired frequency. In the case that you do not wish to proceed with any service
listed, please mark the box below the "None" column within the table.

Once the submitted document is received and processed, a member of our
Operations Team will reach out to schedule the service.

If you have any questions, my contact information is listed below.

We look forward to the partnership with your company.

Thank You,


Elizabeth Dawson

Account Specialist

elizabeth.dawson@keptcompanies.com(210) 817-7128
Page Break

Apria Health Care
612 Beatty Rd
Monroeville, PA 15146-1588

TRIP CHARGE:

$0.00

MINIMUM CHARGE:

$216.00


STEP SIDE VAN: EXTERIOR WASH

WeeklyEOWMonthlyNone
 
6 units $24.00 ea

 
6 units $27.00 ea

 
6 units $36.00 ea

 


STEP SIDE VAN: UNDERCARRIAGE / SALT REMOVAL

WeeklyEOWMonthlyNone
 
6 units $15.00 ea

 
6 units $21.00 ea

 
6 units $27.00 ea

 


STEP SIDE VAN: CAB DETAIL

WeeklyEOWMonthlyNone
 
6 units $18.00 ea

 
6 units $24.00 ea

 
6 units $30.00 ea

 


STEP SIDE VAN: TIRE DRESSING

WeeklyEOWMonthlyNone
 
6 units $15.00 ea

 
6 units $21.00 ea

 
6 units $27.00 ea

 


STEP SIDE VAN: MOTOR / CHASIS / FRAME CLEAN

WeeklyEOWMonthlyNone
 
6 units $18.00 ea

 
6 units $24.00 ea

 
6 units $30.00 ea

 

Page Break


TERMS & CONDITIONS

Conditions for Proposal: Prices are valid for 30 days from receipt of this
proposal. All proposed work will be completed in a workmanlike manner according
to standard practices. Any alterations or deviations from the above
specifications involving extra costs will be executed only upon written orders
and will become an extra charge over and above the estimate. Kept Companies is
authorized to do the above-described work, and payment will be Net 30. Prices do
NOT include applicable state tax, fuel surcharges and or local ordinance
surcharges ($3.00). Cancellation of service with no notice will result in a trip
charge. A minimum notice 8 hours required for cancellation of any service. Kept
Companies is comprehensively insured and guarantees all work performed.

I agree to all of the above terms and conditions.
 
Initial


APPROVAL & SIGNATURE

The above prices, specifications and conditions are satisfactory and are hereby
accepted. Kept Companies is authorized to do the work as specified. My signature
below represents my acceptance of this proposal.


PLEASE SIGN & DATE

 
Signature
 
Title / Position
 
Date

Accept
Reject

ADDITIONAL INFORMATION



Before you can Approve the Quote, please provide answers to the following
question(s).


Tax Exemption:

Do you have a tax exemption certificate? Your exemption certificate will be
applied when determining the applicable tax on your invoice.

Yes No
Certificate Upload:

Please upload a copy of your valid tax exemption certificate. Please make sure
all the required information is correctly filled out and the certificate is
signed and dated.

Select or drag and drop files
Browse Files

Select or drag and drop files
Browse Files
 * Retry upload
   

Cancel Next


CONFIRMATION



Are you sure you want to Reject this Quote?


Reason: - Select Reason - I am no longer interested in the Quoted servicesThe
Quote does not reflect my discussion with the Sales RepresentativeThe pricing is
higher than I expectedI have secured another service providerI would like to
receive a new Quote with additional servicesI want to provide feedback
More Information:
Cancel Yes, Reject

CONFIRMATION



We're almost there we just need you to sign the Quote.

If you're ready to proceed to the final step, click the below button and
DocuSign will send an email to da***on@ap***ia.com with instructions to sign and
finalize your Quote.

Cancel I'm Ready to Sign