improve documentation of macros available to receipt templates
authorgmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 21 Jul 2010 16:00:53 +0000 (16:00 +0000)
committergmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 21 Jul 2010 16:00:53 +0000 (16:00 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16999 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/circ/print_list_template_editor.js

index a9c70f0..352d0c6 100644 (file)
@@ -262,8 +262,13 @@ circ.print_list_template_editor.prototype = {
                                             + '<h1>' 
                                             + document.getElementById('circStrings').getString('staff.circ.print_list_template.window.heading')
                                             + '</h1>'
-                                            + '<p>%SHORTNAME%, %TODAY%, %STAFF_FIRSTNAME%, %STAFF_LASTNAME%, '
-                                            + '%PATRON_FIRSTNAME%, %PATRON_ALIAS%, %PATRON_ALIAS_OR_FIRSTNAME%, %LIBRARY%</p>'
+                                            + '<p>%LIBRARY%, %SHORTNAME%, %LINE_NO%, '
+                                            + '%STAFF_FIRSTNAME%, %STAFF_LASTNAME%, %STAFF_BARCODE%, %STAFF_PROFILE%, '
+                                            + '%PATRON_FIRSTNAME%, %PATRON_ALIAS%, %PATRON_ALIAS_OR_FIRSTNAME%, %PATRON_LASTNAME%, '
+                                            + '%PATRON_BARCODE%, %patron_barcode%, '
+                                            + '%TODAY%, %TODAY_TRIM%, %TODAY_m%, %TODAY_d%, %TODAY_Y%, %TODAY_H%, %TODAY_I%, '
+                                            + '%TODAY_M%, %TODAY_D%, %TODAY_F% '
+                                            + '</p>'
                                             + '<h1>'
                                             + document.getElementById('circStrings').getFormattedString('staff.circ.print_list_template.window.template_type', [template_type])
                                             + '</h1>'