Details
Description
Background
=========
Users need a way to get a a printout of the case details and ALL scheduled and completed activities. Currently they can access a print formatted report (civicrm/case/report/print?caseID=1&cid=103&asn=standard_timeline&redact=0&all=1) by clicking the "Print Report" button from the Run QA Audit / Redact action (civicrm/case/report?reset=1&cid=103&caseid=1&asn=standard_timeline). HOWEVER, this report is filtered by a selected timeline.
Implementation
============
Add a button to the right of the "New Activity" field (activity_type_id) and above the Run QA Audit/Redact field => "Print Case Report"
When clicked, go directly to civicrm/case/report/print - with no asn= (timeline) parameter.
Modify the existing report so that when invoked without a timeline parameter it includes ALL activities (i.e. doesn't filter on the activities in a timeline).