List Actions -> Print List Expanded Format
Similar to Print List CSV in that in prints visible columns without using a template, but it pivots the data vertically, similar to the \x option in psql.
So instead of getting something like:
"Alert Message"\t"Barcode"\r\n
"3 dvd's"\t"b1"\r\n
"2 cassettes"\t"b2"\r\n
You'll instead get:
=-=-=
Alert Message: 3 dvd's
Barcode: b1
=-=-=
Alert Message: 2 cassettes
Barcode: b2
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14915
dcc99617-32d9-48b4-a31d-
7c20da2025e4