From: Bill Erickson Date: Tue, 27 May 2014 18:51:06 +0000 (-0400) Subject: refunds cont. add billing to xact X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=83c8f60a41008e8b1e79d1d6851eb68d46aeb47e;p=working%2FEvergreen.git refunds cont. add billing to xact Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/circ/patron/index.tt2 b/Open-ILS/src/templates/staff/circ/patron/index.tt2 index 12c07e3339..05b3ef3076 100644 --- a/Open-ILS/src/templates/staff/circ/patron/index.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/index.tt2 @@ -28,6 +28,8 @@ diff --git a/Open-ILS/src/templates/staff/circ/patron/t_bill_patron_dialog.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_bill_patron_dialog.tt2 index ab1cd05dce..4f849710c5 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_bill_patron_dialog.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_bill_patron_dialog.tt2 @@ -11,6 +11,38 @@ '{{patron.second_given_name()}}', '{{patron.card().barcode()}}') %] + +
+
+
+
[% l('Bill #') %]
+
{{xact.id}}
+
[% l('Total Billed') %]
+
{{xact.total_owed | currency}}
+
+
+
[% l('Type') %]
+
{{xact.xact_type}}
+
[% l('Total Paid') %]
+
{{xact.total_paid | currency}}
+
+
+
[% l('Start') %]
+
{{xact.xact_start | date:'short'}}
+
[% l('Total Billed') %]
+
{{xact.balance_owed | currency}}
+
+
+
[% l('Finish') %]
+
{{xact.xact_finish | date:'short'}}
+
[% l('Renewal?') %]
+
+ [% l('Desk') %] + [% l('Phone') %] + [% l('OPAC') %] +
+
+