X-Git-Url: https://git.evergreen-ils.org/?p=Evergreen.git;a=blobdiff_plain;f=Open-ILS%2Fsrc%2Ftemplates%2Fstaff%2Fshare%2Fprint_templates%2Ft_bills_current.tt2;h=f3bf386348a4d7ec5197735e668d37b6dada28b2;hp=af7dd0cba8134c83bc677a08866688c4c9e6f199;hb=4629b27bc83f9ec56cf423df5febcb57de901f7d;hpb=058c331b02586612ed8efb78772de91e042e3a91 diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_bills_current.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_bills_current.tt2 index af7dd0cba8..f3bf386348 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_bills_current.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_bills_current.tt2 @@ -7,11 +7,11 @@ to this template includes: current_location.name - Current location's name current_location.shortname - Current location's shortname * patron - the patron who was billed, which contains: - patron.prefix - Prefix of the patron - patron.first_given_name - First given name of the patron - patron.second_given_name - Second given name of the patron - patron.family_name - Family name of the patron - patron.suffix - Suffix of the patron + patron.prefix - Prefix of the patron + patron.first_given_name - First given name of the patron + patron.second_given_name - Second given name of the patron + patron.family_name - Family name of the patron + patron.suffix - Suffix of the patron patron.card - The patron's barcode number patron.expire_date - The patron's expiration date patron.alias - The patron's alias @@ -30,11 +30,11 @@ to this template includes: xact.summary.last_billing_note - Last billing note xact.summary.last_billing_type - Last billing type xact.summary.last_payment_note - Last payment note - xact.summary.last_payment_ts - Last payment date and time + xact.summary.last_payment_ts - Last payment date and time xact.summary.last_payment_type - Last payment type - xact.summary.total_owed - Total billed + xact.summary.total_owed - Total billed xact.summary.total_paid - Total paid - xact.summary.xact_type - Billing type + xact.summary.xact_type - Billing type xact.call_number - Information about the copy xact.call_number.label - Copy call number xact.call_number.prefix - Copy call number prefix @@ -49,39 +49,39 @@ You have the following bills:
[% l('Date:') %] | {{xact.xact_start | date:$root.egDateAndTimeFormat}} | -
[% l('Type') %]: | {{xact.summary.xact_type}} | -
[% l('Last Billing') %]: | {{xact.summary.last_billing_type}} {{xact.summary.last_billing_note}} |
-
[% l('Total Billed') %]: | {{xact.summary.total_owed | currency}} | -
[% l('Last Payment') %]: | {{xact.summary.last_payment_type}} {{xact.summary.last_payment_note}} |
-
[% l('Total Paid') %]: | {{xact.summary.total_paid | currency}} | -
[% l('Balance') %]: | {{xact.summary.balance_owed | currency}} | -