From 0b3db421eb4da821f6228791efd30850311e2656 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Fri, 18 Nov 2022 11:17:49 -0500 Subject: [PATCH] PINES Custom Receipt Templates - Updated for 3.10 Signed-off-by: Terran McCanna --- .../staff/share/print_templates/t_bill_payment.tt2 | 129 ++++------ .../share/print_templates/t_bills_current.tt2 | 115 +++------ .../share/print_templates/t_bills_historical.tt2 | 120 +++------- .../staff/share/print_templates/t_checkin.tt2 | 43 ++-- .../staff/share/print_templates/t_checkout.tt2 | 75 ++---- .../share/print_templates/t_hold_pull_list.tt2 | 39 ++- .../share/print_templates/t_hold_shelf_list.tt2 | 73 ++---- .../share/print_templates/t_hold_shelf_slip.tt2 | 95 +++----- .../share/print_templates/t_hold_transit_slip.tt2 | 79 ++----- .../share/print_templates/t_holds_for_bib.tt2 | 14 +- .../share/print_templates/t_holds_for_patron.tt2 | 30 +-- .../staff/share/print_templates/t_item_label.tt2 | 262 +-------------------- .../staff/share/print_templates/t_items_out.tt2 | 58 +---- .../share/print_templates/t_offline_checkin.tt2 | 22 +- .../share/print_templates/t_offline_checkout.tt2 | 27 +-- .../print_templates/t_offline_in_house_use.tt2 | 19 +- .../share/print_templates/t_offline_renew.tt2 | 20 +- .../staff/share/print_templates/t_patron_data.tt2 | 92 ++++---- .../staff/share/print_templates/t_renew.tt2 | 43 +--- .../staff/share/print_templates/t_transit_list.tt2 | 11 +- .../staff/share/print_templates/t_transit_slip.tt2 | 63 ++--- 21 files changed, 367 insertions(+), 1062 deletions(-) diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_bill_payment.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_bill_payment.tt2 index 1020066647..ca4fc6eb00 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_bill_payment.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_bill_payment.tt2 @@ -1,46 +1,21 @@ - -Welcome to {{current_location.name}}!
-A receipt of your transaction:
- - - - - - - - - + + + + + + + + + + + + +
[% l('Original Balance:') %]{{previous_balance | currency}}
[% l('Payment Method:') %] + + + + + + + + - - - - - - - - - - - - - - - - - - - - - -
Original Balance:{{previous_balance | currency}}
Payment Method:
[% l('Cash') %]
[% l('Check') %]
-
[% l('Credit Card') %]
+
[% l('Credit Card') %]
+ [% l('Approval Code') %]: {{approval_code}}
[% l('Debit Card') %]
[% l('Patron Credit') %]
[% l('Work') %]
@@ -48,51 +23,49 @@ A receipt of your transaction:
[% l('Goods') %]
[% l('Payment Received:') %]{{payment_total | currency}}
[% l('Payment Applied:') %]{{payment_applied | currency}}
[% l('Billings Voided:') %]{{amount_voided | currency}}
[% l('Change Given:') %]{{change_given | currency}}
[% l('New Balance:') %]{{new_balance | currency}}
+
Amount Paid:{{payment_applied | currency}}
Billings Voided:{{amount_voided | currency}}
New Balance:{{new_balance | currency}}
+

Note: {{payment_note}}
-

[% l('Note: [_1]', '{{payment_note}}') %]

+
+

Bill Details

-

-[% l('Specific Bills') %] -

-
- +
+
+
- - - + + - + + + + + + + + + + + + + +
[% l('Bill # [_1]', '{{payment.xact.id}}') %]{{payment.xact.summary.last_billing_type}}[% l('Received: [_1]', '{{payment.amount | currency}}') %]Bill #:{{payment.xact.id}}
- {{payment.xact.copy_barcode}} {{payment.xact.title}} - Last Billing Type:   {{payment.xact.summary.last_billing_type}}
Received:  {{payment.amount | currency}}
Title:{{payment.xact.title}}
Barcode:{{payment.xact.copy_barcode}}
-
-
-


-

-{{current_location.shortname}} {{today | date:$root.egDateAndTimeFormat}} +{{current_location.shortname}} {{today | date:'short'}} 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 f3bf386348..8df61ceada 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 @@ -1,93 +1,44 @@ - -Welcome to {{current_location.name}}!
-You have the following bills: -
-
-
-
Bill #{{xact.id}}
-
- - - - - +

+www.gapines.org
+{{current_location.name}}
+

Current Bills

+
+
+
[% l('Date:') %]{{xact.xact_start | date:$root.egDateAndTimeFormat}}
- - - + + + - - - + + + + + + + + + + + + + + + - + - + - - - - - + - + - + - +
[% l('Type') %]:{{xact.summary.xact_type}}
Bill ID:{{xact.id}}
[% l('Last Billing') %]:{{xact.summary.last_billing_type}}
- {{xact.summary.last_billing_note}} -
Bill Start Date:   {{xact.xact_start | date:'M/d/yyyy'}}
Last Billing Type:   {{xact.summary.last_billing_type}}
Title:{{xact.title}}
Barcode:{{xact.copy_barcode}}
[% l('Total Billed') %]:Total Billed: {{xact.summary.total_owed | currency}}
[% l('Last Payment') %]:{{xact.summary.last_payment_type}}
- {{xact.summary.last_payment_note}} -
[% l('Total Paid') %]:Total Paid: {{xact.summary.total_paid | currency}}
[% l('Balance') %]:Balance: {{xact.summary.balance_owed | currency}}
-
-
-

-{{current_location.shortname}} {{today | date:$root.egDateAndTimeFormat}} -

- +{{current_location.shortname}} {{today | date:'short'}} +
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_bills_historical.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_bills_historical.tt2 index b6baeff18a..57634f3093 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_bills_historical.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_bills_historical.tt2 @@ -1,94 +1,44 @@ - -[% l('Welcome to [_1]', '{{current_location.name}}') %]!
-[% l('You had the following bills:') %] -
-
-
-
[% l('Bill #') %]{{xact.id}}
-
+

+www.gapines.org
+{{current_location.name}}
+

Bill History

+
+
- - - - - - - + + + - - - + + + - - - + + + + + + + + + + + + + + + - - - + + + - - - - - - - + + +
[% l('Billing Date:') %]{{xact.xact_start | date:$root.egDateAndTimeFormat}}
[% l('Type') %]:{{xact.summary.xact_type}}
Bill ID:{{xact.id}}
[% l('Last Billing') %]:{{xact.summary.last_billing_type}}
- {{xact.summary.last_billing_note}} -
Bill Start Date:   {{xact.xact_start | date:'M/d/yyyy'}}
[% l('Total Billed') %]:{{xact.summary.total_owed | currency}}
Last Billing Type:   {{xact.summary.last_billing_type}}
Title:{{xact.title}}
Barcode:{{xact.copy_barcode}}
Total Billed:{{xact.summary.total_owed | currency}}
[% l('Last Payment') %]:{{xact.summary.last_payment_type}}
- {{xact.summary.last_payment_note}}
- {{xact.summary.last_payment_ts | date:$root.egDateAndTimeFormat}} -
Total Paid:{{xact.summary.total_paid | currency}}
[% l('Total Paid') %]:{{xact.summary.total_paid | currency}}
[% l('Balance') %]:{{xact.summary.balance_owed | currency}}
Balance:{{xact.summary.balance_owed | currency}}
-
-
-

-{{current_location.shortname}} {{today | date:$root.egDateAndTimeFormat}} -

- +{{current_location.shortname}} {{today | date:'short'}} +
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_checkin.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_checkin.tt2 index ee94ae6e01..28e5a2b29e 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_checkin.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_checkin.tt2 @@ -1,29 +1,16 @@ - -
-
[% l('Welcome to [_1]', '{{current_location.name}}') %]
-
[% l('You checked in the following items:') %]
-
-
    -
  1. -
    {{checkin.title}}
    - [% l('Barcode: ') %] - {{checkin.copy_barcode}} - [% l('Call Number: ') %] - {{checkin.call_number.label || "[% l("Not Cataloged") %]"}} -
  2. -
-
-
{{current_location.shortname}} {{today | date:$root.egDateAndTimeFormat}}
-
+

+www.gapines.org
+{{current_location.name}}
+

Checkin Receipt

+
You returned the following items:
+
+
    +
    +
  1. {{checkin.title}}
    + Barcode: {{checkin.copy_barcode}}
    + Call Number: {{checkin.call_number.label || "Not Cataloged"}} +
  2. +
+
+
{{current_location.shortname}} {{today | date:'short'}}
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_checkout.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_checkout.tt2 index 94f5bedbba..74b5b10638 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_checkout.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_checkout.tt2 @@ -1,56 +1,21 @@ - -
-
[% l('Welcome to [_1]', '{{current_location.name}}') %]
-
[% l('You checked out the following items:') %]
-
-
    -
  1. -
    {{checkout.title}}
    -
    [% l('Barcode: [_1] Due: [_2]', - '{{checkout.copy.barcode}}', - '{{checkout.circ.due_date | egDueDate:$root.egDateAndTimeFormat:checkout.circ.circ_lib:checkout.circ.duration}}') %]
    -
  2. -
-
-
{{current_location.shortname}} {{today | date:$root.egDateAndTimeFormat}}
-
[% l('You were helped by [_1]', '{{staff.first_given_name}}') %]
+

+www.gapines.org
+{{current_location.name}}
+

Checkout Receipt

+
You checked out the following items:

- +
+
    +
    +
  1. {{checkout.title}}
    + Barcode: {{checkout.copy.barcode}}
    + Due: {{checkout.circ.due_date | date:"M/d/yyyy"}} +
  2. +
    +
+
+
Total Amount Owed: {{patron_money.balance_owed | currency}}
+
You Saved
+{{transactions.subtotal | currency}}
by borrowing from the library!
+
+
{{current_location.shortname}} {{today | date:'short'}}
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2 index 292f60cb67..d9dc3afdb4 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2 @@ -1,15 +1,6 @@ - +

Hold Pull List

+Pull Date: {{today | date:'short'}} +
- - - - - - + + + + + + - - - - - - + + + + + +
[% l('Type') %][% l('Title') %][% l('Author') %][% l('Shelf Location') %][% l('Call Number') %][% l('Barcode/Part') %]Shelf LocationCall NumberTitleAuthorBarcode/PartType
{{hold_data.hold.hold_type}}{{hold_data.title}}{{hold_data.author}}{{hold_data.copy.location.name}}{{hold_data.volume.prefix}} {{hold_data.volume.label}} {{hold_data.volume.suffix}}{{hold_data.copy.barcode}} {{hold_data.part.label}}{{hold_data.copy.location.name}}{{hold_data.volume.label}}{{hold_data.title}}{{hold_data.author}}{{hold_data.copy.barcode}} {{hold_data.part.label}}{{hold_data.hold.hold_type}}
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_list.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_list.tt2 index a948882ce1..acec8750fc 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_list.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_list.tt2 @@ -1,60 +1,39 @@ - - - + +

Hold Shelf List

+List Date: {{today | date:'short'}} +
+ +
- - - - - - - - + + + + + + + - - + + {{hold_data.patron_last}}, {{hold_data.patron_first}} +
- - - - - - - + + + + + +
[% l('Patron') %][% l('Type') %][% l('Title') %][% l('Author') %][% l('Call Number') %][% l('Barcode/Part') %][% l('Status') %][% l('Shelf Expire Time') %]PatronTitleAuthorCall NumberBarcode/PartStatusShelf Expire Date
- {{hold_data.patron_alias}} +
{{hold_data.patron_alias}} - [% l('[_1], [_2]', - '{{hold_data.patron_last}}', - '{{hold_data.patron_first}}') %] - - {{hold_data.hold.hold_type}}{{hold_data.title}}{{hold_data.author}}{{hold_data.volume.label}}{{hold_data.copy.barcode}} {{hold_data.part.label}}{{hold_data.status_string}}{{hold_data.hold.shelf_expire_time | date:'yyyy-MM-dd HH:mm:ss'}}{{hold_data.title}}{{hold_data.author}}{{hold_data.volume.label}}{{hold_data.copy.barcode}} {{hold_data.part.label}}{{hold_data.status_string}}{{hold_data.hold.shelf_expire_time | date:'short'}}
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 index 95802ae068..a30294a33b 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 @@ -1,65 +1,40 @@ - -
-
+

{patron.pref_family_name ? patron.pref_family_name : patron.family_name}, + {patron.pref_first_given_name ? patron.pref_first_given_name : patron.first_given_name}

+Available on {{today | date:"M/d/yyyy"}} +
- [% l('This item needs to be routed to the [_1]Private Holds Shelf[_2].', - '','') %] + Private - Hold Behind Desk
- [% l('This item needs to be routed to the [_1]Public Holds Shelf[_2].', - '','') %] + Public Holds Shelf
-
-
- - [% l('Barcode: [_1]', '{{copy.barcode}}') %]
- [% l('Title: [_1]', '{{title}}') %]
-
-
[% l('Call Number: [_1] [_2] [_3]', '{{call_number.prefix}}', '{{call_number.label}}', '{{call_number.suffix}}') %]
- -
-
- -
[% l('Hold for patron: [_1], [_2] [_3]', - '{{patron.family_name}}', - '{{patron.first_given_name}}', - '{{patron.second_given_name}}') %]
-
[% l('Barcode: [_1]', '{{patron.card.barcode}}') %]
-
[% l('Notify by phone: [_1]', '{{hold.phone_notify}}') %]
-
[% l('Notify by text: [_1]', '{{hold.sms_notify}}') %]
-
[% l('Notify by email: [_1]', '{{patron.email}}') %]
-
-
    Notes: -
  • {{note.title}} - {{note.body}}
  • -
-
-
- -
[% l('Request Date: [_1]', - '{{hold.request_time | date:$root.egDateAndTimeFormat}}') %]
-
[% l('Slip Date: [_1]', '{{today | date:$root.egDateAndTimeFormat}}') %]
-
[% l('Printed by [_1] at [_2]', - '{{staff.first_given_name}}', '{{current_location.shortname}}') %]
-
+
+ + + + + + + + + + + + + + + + + + + + +
Title:{{title}}
Barcode:{{copy.barcode}}
Hold Shelf Date:  {{hold.shelf_time | date:'M/d/yyyy'}}
Request Date:  {{hold.request_time | date:"M/d/yyyy"}}
 
Patron:{{patron.family_name}}, {{patron.first_given_name}} {{patron.second_given_name}}
Barcode:{{patron.card.barcode}}
 
Notify By:
Phone:  {{hold.phone_notify}}
Text:{{hold.sms_notify}}
Email:{{patron.email}}
+
    +
  1. +{{note.title}}
    +{{note.body}}
  2. +
+
+
{{current_location.shortname}} {{today | date:'short'}}
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 index 7690302540..689134c009 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 @@ -1,64 +1,15 @@ - -
-
[% l('This item needs to be routed to [_1]', '{{dest_location.shortname}}') %]
-
{{dest_location.name}}
-
-
{{dest_address.street1}}
-
{{dest_address.street2}}
-
{{dest_address.city}}, - {{dest_address.state}} - {{dest_address.post_code}}
-
-
- [% l('We do not have a holds address for this library.') %] -
-
- - [% l('Barcode: [_1]', '{{copy.barcode}}') %]
- [% l('Title: [_1]', '{{title}}') %]
- [% l('Author: [_1]', '{{author}}') %] - -
- -
[% l('Hold for patron [_1]', '{{patron.card.barcode}}') %]
- -
- -
[% l('Request Date: [_1]', - '{{hold.request_time | date:$root.egDateAndTimeFormat}}') %]
-
[% l('Slip Date: [_1]', '{{today | date:$root.egDateAndTimeFormat}}') %]
-
[% l('Printed by [_1] at [_2]', - '{{staff.first_given_name}}', '{{current_location.shortname}}') %]
- - +
{{dest_courier_code}}
+
{{dest_location.shortname}}
+
+
+This item is needed for a hold. +
This item needs to be routed to:
+{{dest_location.name}}
+
+ + + + +
Title:{{title}}
Author:{{author}}
Barcode:  {{copy.barcode}}
+
+
{{current_location.shortname}} {{today | date:'short'}}
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_holds_for_bib.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_holds_for_bib.tt2 index df2eda50e8..bafb13ef1f 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_holds_for_bib.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_holds_for_bib.tt2 @@ -27,16 +27,14 @@ bib record. Fields include: - {{hold.hold.request_time | date:$root.egDateAndTimeFormat}} - {{hold.patron_barcode}} - {{hold.patron_last}} - {{hold.patron_alias}} - {{hold.copy.barcode}} + {{hold.hold.request_time | date:$root.egDateAndTimeFormat}} + {{hold.patron_barcode}} + {{hold.patron_last}} + {{hold.patron_alias}} + {{hold.copy.barcode}}
-
{{current_location.shortname}} {{today | date:$root.egDateAndTimeFormat}}
-
[% l('Printed by [_1]', '{{staff.first_given_name}}') %]
-
+
{{current_location.shortname}} {{today | date:'short'}}
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_holds_for_patron.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_holds_for_patron.tt2 index c8a2fb21cb..452fc066ea 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_holds_for_patron.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_holds_for_patron.tt2 @@ -1,26 +1,14 @@ - +

+www.gapines.org
+{{current_location.name}}
+

Current Holds

-
[% l('Welcome to [_1]', '{{current_location.name}}') %]
-
[% l('You have the following title on hold:') %]
-
+
You have the following title(s) on hold:
+
  1. -
    {{hold.title}}
    + {{hold.title}}
-
-
{{current_location.shortname}} {{today | date:$root.egDateAndTimeFormat}}
-
[% l('You were helped by [_1]', '{{staff.first_given_name}}') %]
-
- +
+
{{current_location.shortname}} {{today | date:'short'}}
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_item_label.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_item_label.tt2 index 46730ac00b..6fb33a1601 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_item_label.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_item_label.tt2 @@ -1,98 +1,42 @@ - - - - - -
- - -
-{{get_cn_for(copy)}}
-
- -
- - -
-{{copy.barcode}}
-{{copy['call_number.label']}}
-{{get_bib_for(copy).author }}
-{{get_bib_for(copy).title | wrap:28:'once':' '}}
-
- -
- diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_items_out.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_items_out.tt2 index 90948b75e8..0d9676396c 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_items_out.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_items_out.tt2 @@ -1,52 +1,16 @@ - -
-
[% l('Welcome to [_1]', '{{current_location.name}}') %]
-
[% l('You have the following items:') %]
-
+
You have the following items checked out:
+
  1. -
    {{checkout.title}}
    -
    [% l('Barcode: [_1] Due: [_2]', - '{{checkout.copy.barcode}}', - '{{checkout.circ.due_date | egDueDate:$root.egDateAndTimeFormat:checkout.circ.circ_lib:checkout.circ.duration}}') %]
    +
    {{checkout.title}}
    +
    Barcode: {{checkout.copy.barcode}}
    +
    Due: {{checkout.circ.due_date | date:"M/d/yyyy"}}
-
-
{{current_location.shortname}} {{today | date:$root.egDateAndTimeFormat}}
-
[% l('You were helped by [_1]', '{{staff.first_given_name}}') %]
-
- +
+
{{current_location.shortname}} {{today | date:'short'}}
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_offline_checkin.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_offline_checkin.tt2 index 7c0acddfe5..a2df19de9c 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_offline_checkin.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_offline_checkin.tt2 @@ -1,25 +1,11 @@ - -
-
[% l('You checked in the following [_1] items:', '{{transactions.length}}') %]
+

PINES

+
You checked in the following {{transactions.length}} items:

  1. -
    [% l('Barcode: [_1] Checkin date: [_2]', - '{{checkin.barcode}}', - '{{checkin.backdate | date:"short"}}') %]
    +
    Barcode: {{checkin.barcode}}
    + Checkin date: {{checkin.backdate | date:"short"}}

{{today | date:'short'}}
-
- diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_offline_checkout.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_offline_checkout.tt2 index dc2bd2755e..b8e38e8fdb 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_offline_checkout.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_offline_checkout.tt2 @@ -1,27 +1,14 @@ - -
-
[% l('Patron [_1]', '{{transactions[0].patron_barcode}}') %]
-
[% l('You checked out the following [_1] items:', '{{transactions.length}}') %]
+

PINES

+
You checked out the following {{transactions.length}} items:

  1. -
    [% l('Barcode:') %] {{checkout.barcode}}
    -
    [% l('Non-cataloged Item') %] ({{checkout.noncat_count}})
    -
    [% l('Due Date:') %] {{checkout.due_date | date:"short"}}
    +
    Barcode: {{checkout.barcode}}
    + Due: {{checkout.due_date | date:"M/d/yyyy"}}
    +
    Non-cataloged Item
    + Due: {{checkout.due_date | date:"M/d/yyyy"}}

{{today | date:'short'}}
-
- + {{hold.sms_notify}} diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_offline_in_house_use.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_offline_in_house_use.tt2 index 1f177ceeab..efb11a0388 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_offline_in_house_use.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_offline_in_house_use.tt2 @@ -1,24 +1,11 @@ - -
-
[% l('You recorded use for the following [_1] items:', '{{transactions.length}}') %]
+
You recorded in-house use for the following {{transactions.length}} items:

  1. -
    [% l('Barcode [_1] used [_2] times', - '{{checkout.barcode}}', - '{{checkout.count}}') %]
    +
    Barcode {{checkout.barcode}} used {{checkout.count}} times

{{today | date:'short'}}
-
- diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_offline_renew.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_offline_renew.tt2 index 7bd82421e7..ba87cc170d 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_offline_renew.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_offline_renew.tt2 @@ -1,24 +1,12 @@ - -
-
[% l('You renewed the following [_1] items:', '{{transactions.length}}') %]
+

PINES

+
You renewed the following {{transactions.length}} items:

  1. -
    [% l('Barcode: [_1] Due: [_2]', - '{{checkout.barcode}}', - '{{checkout.due_date | date:"short"}}') %]
    +
    Barcode: {{checkout.barcode}}
    + Due: {{checkout.due_date | date:"M/d/yyyy"}}

{{today | date:'short'}}
-
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_patron_data.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_patron_data.tt2 index 619ab0efcf..5bf66bcce8 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_patron_data.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_patron_data.tt2 @@ -1,54 +1,50 @@ - -
-
=-=-=-=
-
-------
-
Barcode: {{patron.card.barcode}}
-
-------
-
Patron's Username: {{patron.usrname}}
-
Prefix/Title: {{patron.prefix}}
-
First Name: {{patron.first_given_name}}
-
Middle Name: {{patron.second_given_name}}
-
Last Name: {{patron.family_name}}
-
Suffix: {{patron.suffix}}
-
Holds Alias: {{patron.alias}}
-
Date of Birth: {{patron.dob}}
-
Juvenile: {{patron.juvenile}}
-
Primary Identification Type: {{patron.ident_type.name()}}
-
Primary Identification: {{patron.ident_value}}
-
Secondary Identification Type: {{patron.ident_type2.name()}}
-
Secondary Identification: {{patron.ident_value2}}
-
Email Address: {{patron.email}}
-
Daytime Phone: {{patron.day_phone}}
-
Evening Phone: {{patron.evening_phone}}
-
Other Phone: {{patron.other_phone}}
-
Home Library: {{patron.home_ou.name()}}
-
Main (Profile) Permission Group: {{patron.profile.name()}}
-
Privilege Expiration Date: {{patron.expire_date}}
-
Internet Access Level: {{patron.net_access_level.name()}}
-
Active: {{patron.active}}
-
Barred: {{patron.barred}}
-
Is Group Lead Account: {{patron.master_account}}
-
Claims-Returned Count: {{patron.claims_returned_count}}
-
Claims-Never-Checked-Out Count: {{patron.claims_never_checked_out_count}}
- -
+ +

Patron Information

+
This information will be used for library purpose only
+ and is considered confidential as specified by Georgia Code 24-9-46.
+ + + + + + + + + + + + + + + + + +
Name:{{patron.prefix}} +{{patron.first_given_name}} {{patron.second_given_name}} {{patron.family_name}} {{patron.suffix}}
Barcode:{{patron.card.barcode}}
Date of Birth:{{patron.dob | date:'M/d/yyyy'}}
Juvenile)
Primary Identification Type: {{patron.ident_type.name()}}
Primary Identification: {{patron.ident_value}}
Parent/Guardian: {{patron.guardian}}
Email Address: {{patron.email}}
Daytime Phone: {{patron.day_phone}}
Evening Phone: {{patron.evening_phone}}
Other Phone: {{patron.other_phone}}
Home Library: {{patron.home_ou.name()}}
Patron Type: {{patron.profile.name()}}
Privilege Expiration Date: {{patron.expire_date | date:'M/d/yyyy'}}
Internet Access Level: {{patron.net_access_level.name()}}
Alert Message: {{patron.alert_message}}
Address:
-
-------
-
Type: {{address.address_type}}
-
Street (1): {{address.street1}}
-
Street (2): {{address.street2}}
-
City: {{address.city}}
+
Type: {{address.address_type}}
+
{{address.street1}}
+
{{address.street2}}
+
{{address.city}}, {{address.state}}   {{address.post_code}}
County: {{address.county}}
-
State: {{address.state}}
-
Postal Code: {{address.post_code}}
Country: {{address.country}}
Valid Address?: {{address.valid}}
-
Within City Limits?: {{address.within_city_limits}}
+
Within City Limits?: {{address.within_city_limits}}

-
-------
-
{{entry.stat_cat.name}} : {{entry.stat_cat_entry}}
-
=-=-=-=
- +
+
+
+
  • I apply for the right to use the Library, agree to comply with all its rules and regulations, and give immediate notice of any change of address.
  • +
  • I accept financial responsibility for all fines and/or damages to all Library materials, audiovisual materials and equipment beyond normal wear and tear, which is lost or damaged beyond use while checked out on your card. Under Georgia Code (OCGA Annotated Rev. 1985 20-5-53), failure to return items borrowed from a public library is considered a misdemeanor.
  • +
  • If this card is for a juvenile: As the parent or guardian of a child under 18 years, I am willing to allow him/her to borrow materials from the Public Library. I will take responsibility and make good any charges or loss to library materials and pay any fine justly charged. +
  • +
+ + + + +
Name:________________________________________________________
Signature: ________________________________________________________
Date: ___________________
+Printed at: {{current_location.shortname}} on {{today | date:'short'}} diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_renew.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_renew.tt2 index c7587e7d7e..d4d335716c 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_renew.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_renew.tt2 @@ -1,36 +1,15 @@ - -
-
[% l('Welcome to [_1]', '{{current_location.name}}') %]
-
[% l('You renewed the following items:') %]
-
+

+www.gapines.org
+{{current_location.name}}
+

Renewals

+
You renewed the following items:
+
  1. -
    {{renewal.title}}
    -
    [% l('Barcode: [_1] Due: [_2]', - '{{renewal.copy.barcode}}', - '{{renewal.circ.due_date | egDueDate:$root.egDateAndTimeFormat:renewal.circ.circ_lib:renewal.circ.duration}}') %]
    +
    {{renewal.title}}
    +
    Barcode: {{renewal.copy.barcode}}
    +
    New Due Date: {{renewal.circ.due_date | date:"M/d/yyyy"}}
-
-
{{current_location.shortname}} {{today | date:$root.egDateAndTimeFormat}}
-
[% l('You were helped by [_1]', '{{staff.first_given_name}}') %]
-
- +
+
{{current_location.shortname}} {{today | date:'short'}}
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_transit_list.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_transit_list.tt2 index a4c583c7a7..646233ce0e 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_transit_list.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_transit_list.tt2 @@ -13,18 +13,13 @@ transits - list; each entry contains: * target_copy.call_number.record.simple_record.title -->
-
[% l('Transits:') %]
+

Transit List:


  1. -
    [% l('From: [_1] To: [_2]
    When: [_3]
    Barcode: [_4] Title: [_5]', - '{{transit.source.shortname}}', - '{{transit.dest.shortname}}', - '{{transit.source_send_time | date:$root.egDateAndTimeFormat}}', - '{{transit.target_copy.barcode}}', - '{{transit.target_copy.call_number.record.simple_record.title}}') %]
    +
    From: {{transit.source.shortname}}
    To: {{transit.dest.shortname}}
    When: {{transit.source_send_time | date:'short'}}
    Barcode: {{transit.target_copy.barcode}}
    Title: {{transit.target_copy.call_number.record.simple_record.title}}

-
{{current_location.shortname}} {{today | date:$root.egDateAndTimeFormat}}
+
{{current_location.shortname}} {{today | date:'short'}}

diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_transit_slip.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_transit_slip.tt2 index a27585cfd0..47e2ea47c9 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_transit_slip.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_transit_slip.tt2 @@ -1,49 +1,14 @@ - -
-
[% l('This item needs to be routed to [_1]', '{{dest_location.shortname}}') %]
-
{{dest_location.name}}
-
-
{{dest_address.street1}}
-
{{dest_address.street2}}
-
{{dest_address.city}}, - {{dest_address.state}} - {{dest_address.post_code}}
-
-
- [% l('We do not have a holds address for this library.') %] -
-
- - [% l('Barcode: [_1]', '{{copy.barcode}}') %]
- [% l('Title: [_1]', '{{title}}') %]
- [% l('Author: [_1]', '{{author}}') %]
- -
- -
[% l('Slip Date: [_1]', '{{today | date:$root.egDateAndTimeFormat}}') %]
-
[% l('Printed by [_1] at [_2]', - '{{staff.first_given_name}}', '{{current_location.shortname}}') %]
- -
+
{{dest_courier_code}}
+
{{dest_location.shortname}}
+
+
+
This item needs to be routed to:
+{{dest_location.name}}
+
+ + + + +
Title:{{title}}
Author:{{author}}
Barcode:  {{copy.barcode}}
+
+
{{current_location.shortname}} {{today | date:'short'}}
-- 2.11.0