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=0452614ecd71e571b484f69a3159f802393b7864;hpb=9bb2554e39c583fb994a9d6bb487a75fc7c7251e;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 0452614ecd..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,77 +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 %])

-
+ -

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

+ [% IF ( issues ) %] + + + + + + + + + + + + + - + [% FOREACH issue IN issues %] + [% IF ( issue.overdue ) %][% ELSE %][% END %] + + + + + + + + + + + [% END %] -[% IF ( issueloop ) %] -
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 %]
- - - - - - - - - - + + + + + + +
Items Checked Out
TitleAuthorItem TypeDate DueChargePriceStatus
Totals:[% totaldue %][% totalprice %] 
+ [% END %] - [% FOREACH issueloo IN issueloop %] - [% IF ( issueloo.red ) %][% ELSE %][% END %] - - [% issueloo.title |html %] - - - - [% issueloo.author %] - [% issueloo.itemtype_description %] - [% issueloo.date_due %] - [% issueloo.charge %] - [% issueloo.replacementprice %] - [% IF ( issueloo.red ) %]Overdue![% ELSE %] [% END %] - - [% END %] - - Totals: - [% totaldue %] - [% totalprice %] -   - - - [% END %] - -[% IF ( reserveloop ) %] - - - - - - - - + [% IF ( reserves ) %] +
Items on Reserve
TitleAuthorFormatRequested
+ + + + + + + + -[% FOREACH reserveloo IN reserveloop %] - - - - - - - [% END %] -
Pending holds
TitleAuthorPlaced onExpires onPick up location
[% reserveloo.btitle %][% reserveloo.author %][% reserveloo.description %][% reserveloo.reservedate2 %]
-[% END %] + [% FOREACH reserve IN reserves %] + + [% reserve.title %] + [% reserve.author %] + [% reserve.reservedate | $KohaDates %] + [% reserve.expirationdate | $KohaDates %] + [% reserve.waiting_at %] + + [% END %] + + [% END %] + [% IF accounts && totaldue != 0 %] + + + + + + + + + + [% FOREACH account IN accounts %] + [% NEXT IF account.amountoutstanding == 0 %] + + + + + + + [% END %] + + + + + + + +
Account fines and payments
Description of chargesDateAmountOutstanding
+ [% 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 %]
Total due[% totaldue | $Price %]
+ [% END %] [% INCLUDE 'intranet-bottom.inc' %]