Comment 7 for bug 1717010

Revision history for this message
Bill Erickson (berick) wrote :

Code pushed:

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/berick/lp1717010-grid-print-export-all

From the commit:

1. Adds a new 'Print Full Grid' action which generates printer-friendly HTML output of all grid rows. The print content matches the display grid structure, uses the same field filters (e.g. for formatting dates) and is retrieved using the same query and sort parameters as the display grid.

To render the grid as HTML, a new print HTML template is included at print_templates/t_grid_html.tt2.

2. Modifies the 'Export CSV' action to export all grid rows instead of only the visible rows. The link label is modified to 'Export Full CSV' to better indicate its intent.

===

The commit also removes the 'Print CSV' action.

Marking bug #1708474 as a duplicate.