X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fmembers%2Fmoremember-print.tt;h=66f13d74c4e82c2f9e11bd602eb80e0c684299f6;hb=4f1eefdbb8bf4df07b03fc451c1c18ebe989c8b7;hp=d3e5b4952017d5c099af23531a6ec17b604fa050;hpb=8e9fc9b38565e574d9537250b579db023234cbcb;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt index d3e5b49520..66f13d74c4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt @@ -1,85 +1,130 @@ +[% USE Koha %] +[% USE Branches %] +[% USE KohaDates %] +[% USE Price %] [% INCLUDE 'doc-head-open.inc' %] -Summary for [% firstname %] [% surname %] ([% cardnumber %]) - - - - + Summary for [% firstname %] [% surname %] ([% cardnumber %]) + [% INCLUDE 'doc-head-close.inc' %] + + + + [% INCLUDE 'slip-print.inc' #printThenClose %] + +
+

Account summary: [% firstname %] [% surname %] ([% cardnumber %])

- - + + + [% IF ( issues ) %] + + + + + + + + + + + + + -
+ [% FOREACH issue IN issues %] + [% IF ( issue.overdue ) %]
[% ELSE %][% END %] + + + + + + + + + + + [% END %] -

Account summary: [% firstname %] [% surname %] ([% cardnumber %])

+ + + + + + +
Items checked out
TitleAuthorCall noItem typeDate dueBarcodeChargePriceStatus
+ [% issue.title |html %] + + [% issue.author %][% issue.itemcallnumber %][% issue.itemtype_description %][% issue.date_due | $KohaDates as_due_date => 1 %][% issue.barcode %][% issue.charge %][% issue.replacementprice %][% IF ( issue.overdue ) %]Overdue![% ELSE %] [% END %]
Totals:[% totaldue %][% totalprice %] 
+ [% END %] - + [% IF ( reserves ) %] + + + + + + + + + -[% IF ( issueloop ) %] -
Pending holds
TitleAuthorPlaced onExpires onPick up location
- - - - - - - - - - + [% FOREACH reserve IN reserves %] + + + + + + + + [% END %] +
Items checked out
TitleAuthorItem typeDate dueChargePriceStatus
[% reserve.title %][% reserve.author %][% reserve.reservedate | $KohaDates %][% reserve.expirationdate | $KohaDates %][% reserve.waiting_at %]
+ [% END %] + [% IF accounts && totaldue != 0 %] + + + + + + + + - [% FOREACH issueloo IN issueloop %] - [% IF ( issueloo.red ) %][% ELSE %][% END %] - - - - - - - - - [% END %] - - - - - - -
Account fines and payments
Description of chargesDateAmountOutstanding
- [% issueloo.title |html %] - - - [% issueloo.author %][% issueloo.itemtype_description %][% issueloo.date_due %][% issueloo.charge %][% issueloo.replacementprice %][% IF ( issueloo.red ) %]Overdue![% ELSE %] [% END %]
Totals:[% totaldue %][% totalprice %] 
- [% END %] - -[% IF ( reserveloop ) %] - - - - - - - - + [% FOREACH account IN accounts %] + [% NEXT IF account.amountoutstanding == 0 %] + + + + + + + [% END %] -[% FOREACH reserveloo IN reserveloop %] - - - - - - - [% END %] -
Items on Reserve
TitleAuthorFormatRequested
+ [% IF ( account.itemnumber ) %][% END %] + [% account.description %] [% IF ( account.printtitle ) %] [% account.title |html %][% END %] + [% IF ( account.itemnumber ) %][% END %] + [% account.date | $KohaDates %][% account.amount | $Price %][% account.amountoutstanding | $Price %]
[% reserveloo.btitle %][% reserveloo.author %][% reserveloo.description %][% reserveloo.reservedate2 %]
-[% END %] + + + Total due + [% totaldue | $Price %] + + + + [% END %] [% INCLUDE 'intranet-bottom.inc' %]