CAT-60 Patron editor and item summary print additions
- Add new template item_status_detailed to print
most of the data from quick summary
- Make an array to hold the data to print in alternate_copy_summary.js
- Make a new template called item_status_detailed for the print
additions
- Add print-detailed button to alternate_copy_summary.xul
- Add print functionality to patron edit screen
- Add print functionality to item quick summary
- Add experimental node exploration and testing to copy_status.js
Signed-off-by: Billy Horn <bhorn@catalystdevworks.com>
Signed-off-by: Skye Howard <showard@catalyte.io>
Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Changes to be committed:
modified: Open-ILS/web/js/ui/default/actor/user/register.js
modified: Open-ILS/xul/staff_client/chrome/content/util/print.js
modified: Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js
modified: Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul
modified: Open-ILS/xul/staff_client/server/skin/print_list_templates
Return receipt template file to pretty-printed JSON format to avoid
clobbering the whole file. -- Bill.