From faae1443ae9f3db4e0e4e62f1af8dea6e0b277c3 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Thu, 2 Nov 2017 06:56:47 -0400 Subject: [PATCH] PINES Receipt Template Customizations for Web Client Additional receipt template default changes. Signed-off-by: McCanna --- .../staff/share/print_templates/t_bill_payment.tt2 | 9 ++-- .../share/print_templates/t_bills_current.tt2 | 49 ++++++++++++---------- .../share/print_templates/t_bills_historical.tt2 | 17 +++++--- 3 files changed, 43 insertions(+), 32 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 2c7c4a718f..40a290cf74 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 @@ -48,19 +48,18 @@ {{payment.xact.id}} - Type:   - {{payment.xact.summary.last_billing_type}} - {{payment.xact.summary.xact_type}} + Last Billing Type:   + {{payment.xact.summary.last_billing_type}} Received:   {{payment.amount | currency}} - + Title: {{payment.xact.title}} - + Barcode: {{payment.xact.copy_barcode}} 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 0834bb5f56..73cde2d72d 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 @@ -5,35 +5,40 @@

- - - + + + - - - + + + - - - + + + + + + + + + + + + + + + - - - + + + - - - - - - - + + +
Bill ID:{{xact.id}}
Bill ID:{{xact.id}}
Bill Start Date:   {{xact.xact_start | date:'M/d/yyyy'}}
Bill Start Date:   {{xact.xact_start | date:'M/d/yyyy'}}
Type:{{xact.summary.last_billing_type}} -{{xact.summary.xact_type}}
Last Billing Type:   {{xact.summary.last_billing_type}}
Title:{{xact.title}}
Barcode:{{xact.copy_barcode}}
Total Billed:{{xact.summary.total_owed | currency}}
Total Billed:{{xact.summary.total_owed | currency}}
Total Paid:{{xact.summary.total_paid | currency}}
Total Paid:{{xact.summary.total_paid | currency}}
Balance:{{xact.summary.balance_owed | currency}}
Balance:{{xact.summary.balance_owed | currency}}

{{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 4d602c2d8f..1d18d97dce 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 @@ -13,11 +13,18 @@ Bill Start Date:   {{xact.xact_start | date:'M/d/yyyy'}} - - Type: - {{xact.summary.last_billing_type}} -{{xact.summary.xact_type}} - + + Last Billing Type:   + {{xact.summary.last_billing_type}} + + + Title: + {{xact.title}} + + + Barcode: + {{xact.copy_barcode}} + Total Billed: {{xact.summary.total_owed | currency}} -- 2.11.0