From cbd301993a6af9289a25d60f600c1f2d3e25a8c3 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 25 Aug 2021 11:05:03 -0400 Subject: [PATCH] LP1904036 Bill statement Item Summary section Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- .../circ/patron/bill-statement.component.html | 53 ++++++++++++++++++++++ .../staff/circ/patron/bill-statement.component.ts | 6 +++ .../perlmods/lib/OpenILS/Application/Circ/Money.pm | 6 +-- 3 files changed, 62 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/bill-statement.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/bill-statement.component.html index 99f07b528d..df88b72073 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/bill-statement.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/bill-statement.component.html @@ -76,6 +76,59 @@ +

Item Summary

+ +
+
+
Barcode
+ +
Location
+
{{copy().location().name()}}
+
Call Number
+
+ {{copy().call_number().prefix().label()}} + {{copy().call_number().label()}} + {{copy().call_number().suffix().label()}} +
+
+
+
Status
+
{{copy().status().name()}}
+
Circulate
+
+
Reference
+
+
+
+
Holdable
+
+
OPAC Visible
+
+
Created
+
{{copy().create_date() | date:'short'}}
+
+
+
Edited
+
{{copy().edit_date() | date:'short'}}
+
Age Protect
+
+ + {{copy().age_protect().name()}} + +
+
Total Circulations
+
{{copy().total_circ_count().circ_count()}}
+
+
+
Owning Library
+
{{context.orgSn(copy().call_number().owning_lib())}}
+
+
+