You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

Where do I find receipts for tax purposes?

Current members will find billing and payment history on the online payment site. Inactive members will need to email a request to [email protected]. For further details, refer to the billing procedures flyer http://bareis.com/billingprocedures

  • 162
  • 07-Oct-2017
  • 757 Views
$(function () { $('.SendEmail').click(function (event) { var email = '[email protected]'; var subject = 'Test'; var emailBody = 'Hi Sample,'; var attach = 'path'; document.location = "mailto:"+email+"?subject="+subject+"&body="+emailBody+ "?attach="+attach; }); });