Lines 57-85
tables:
Link Here
|
57 |
- "<table>" |
57 |
- "<table>" |
58 |
- "[% IF ( LibraryName ) %]" |
58 |
- "[% IF ( LibraryName ) %]" |
59 |
- " <tr>" |
59 |
- " <tr>" |
60 |
- " <th colspan=\"4\" class=\"centerednames\">" |
60 |
- " <th colspan=\"5\" class=\"centerednames\">" |
61 |
- " <h3>[% LibraryName | html %]</h3>" |
61 |
- " <h3>[% LibraryName | html %]</h3>" |
62 |
- " </th>" |
62 |
- " </th>" |
63 |
- " </tr>" |
63 |
- " </tr>" |
64 |
- "[% END %]" |
64 |
- "[% END %]" |
65 |
- " <tr>" |
65 |
- " <tr>" |
66 |
- " <th colspan=\"4\" class=\"centerednames\">" |
66 |
- " <th colspan=\"5\" class=\"centerednames\">" |
67 |
- " <h2><u>Fee receipt</u></h2>" |
67 |
- " <h2><u>Fee receipt</u></h2>" |
68 |
- " </th>" |
68 |
- " </th>" |
69 |
- " </tr>" |
69 |
- " </tr>" |
70 |
- " <tr>" |
70 |
- " <tr>" |
71 |
- " <th colspan=\"4\" class=\"centerednames\">" |
71 |
- " <th colspan=\"5\" class=\"centerednames\">" |
72 |
- " <h2>[% Branches.GetName( credit.patron.branchcode ) | html %]</h2>" |
72 |
- " <h2>[% Branches.GetName( credit.patron.branchcode ) | html %]</h2>" |
73 |
- " </th>" |
73 |
- " </th>" |
74 |
- " </tr>" |
74 |
- " </tr>" |
75 |
- " <tr>" |
75 |
- " <tr>" |
76 |
- " <th colspan=\"4\">" |
76 |
- " <th colspan=\"5\">" |
77 |
- " Received with thanks from [% credit.patron.firstname | html %] [% credit.patron.surname | html %] <br />" |
77 |
- " Received with thanks from [% credit.patron.firstname | html %] [% credit.patron.surname | html %] <br />" |
78 |
- " Card number: [% credit.patron.cardnumber | html %]<br />" |
78 |
- " Card number: [% credit.patron.cardnumber | html %]<br />" |
79 |
- " </th>" |
79 |
- " </th>" |
80 |
- " </tr>" |
80 |
- " </tr>" |
81 |
- " <tr>" |
81 |
- " <tr>" |
82 |
- " <th>Date</th>" |
82 |
- " <th>Created</th>" |
|
|
83 |
- " <th>Updated</th>" |
83 |
- " <th>Description of charges</th>" |
84 |
- " <th>Description of charges</th>" |
84 |
- " <th>Note</th>" |
85 |
- " <th>Note</th>" |
85 |
- " <th>Amount</th>" |
86 |
- " <th>Amount</th>" |
Lines 87-92
tables:
Link Here
|
87 |
- "" |
88 |
- "" |
88 |
- " <tr class=\"highlight\">" |
89 |
- " <tr class=\"highlight\">" |
89 |
- " <td>[% credit.date | $KohaDates %]</td>" |
90 |
- " <td>[% credit.date | $KohaDates %]</td>" |
|
|
91 |
- " <td>[% credit.timestamp | $KohaDates with_hours = 1 %]</td>" |
90 |
- " <td>" |
92 |
- " <td>" |
91 |
- " [% PROCESS account_type_description account=credit %]" |
93 |
- " [% PROCESS account_type_description account=credit %]" |
92 |
- " [%- IF credit.description %], [% credit.description | html %][% END %]" |
94 |
- " [%- IF credit.description %], [% credit.description | html %][% END %]" |
Lines 108-114
tables:
Link Here
|
108 |
- "" |
110 |
- "" |
109 |
- "<tfoot>" |
111 |
- "<tfoot>" |
110 |
- " <tr>" |
112 |
- " <tr>" |
111 |
- " <td colspan=\"3\">Total outstanding dues as on date: </td>" |
113 |
- " <td colspan=\"4\">Total outstanding dues as on date: </td>" |
112 |
- " [% IF ( credit.patron.account.balance >= 0 ) %]<td class=\"credit\">[% ELSE %]<td class=\"debit\">[% END %][% credit.patron.account.balance | $Price %]</td>" |
114 |
- " [% IF ( credit.patron.account.balance >= 0 ) %]<td class=\"credit\">[% ELSE %]<td class=\"debit\">[% END %][% credit.patron.account.balance | $Price %]</td>" |
113 |
- " </tr>" |
115 |
- " </tr>" |
114 |
- "</tfoot>" |
116 |
- "</tfoot>" |
Lines 128-157
tables:
Link Here
|
128 |
- "<table>" |
130 |
- "<table>" |
129 |
- " [% IF ( LibraryName ) %]" |
131 |
- " [% IF ( LibraryName ) %]" |
130 |
- " <tr>" |
132 |
- " <tr>" |
131 |
- " <th colspan=\"5\" class=\"centerednames\">" |
133 |
- " <th colspan=\"6\" class=\"centerednames\">" |
132 |
- " <h3>[% LibraryName | html %]</h3>" |
134 |
- " <h3>[% LibraryName | html %]</h3>" |
133 |
- " </th>" |
135 |
- " </th>" |
134 |
- " </tr>" |
136 |
- " </tr>" |
135 |
- " [% END %]" |
137 |
- " [% END %]" |
136 |
- "" |
138 |
- "" |
137 |
- " <tr>" |
139 |
- " <tr>" |
138 |
- " <th colspan=\"5\" class=\"centerednames\">" |
140 |
- " <th colspan=\"6\" class=\"centerednames\">" |
139 |
- " <h2><u>INVOICE</u></h2>" |
141 |
- " <h2><u>INVOICE</u></h2>" |
140 |
- " </th>" |
142 |
- " </th>" |
141 |
- " </tr>" |
143 |
- " </tr>" |
142 |
- " <tr>" |
144 |
- " <tr>" |
143 |
- " <th colspan=\"5\" class=\"centerednames\">" |
145 |
- " <th colspan=\"6\" class=\"centerednames\">" |
144 |
- " <h2>[% Branches.GetName( debit.patron.branchcode ) | html %]</h2>" |
146 |
- " <h2>[% Branches.GetName( debit.patron.branchcode ) | html %]</h2>" |
145 |
- " </th>" |
147 |
- " </th>" |
146 |
- " </tr>" |
148 |
- " </tr>" |
147 |
- " <tr>" |
149 |
- " <tr>" |
148 |
- " <th colspan=\"5\" >" |
150 |
- " <th colspan=\"6\" >" |
149 |
- " Bill to: [% debit.patron.firstname | html %] [% debit.patron.surname | html %] <br />" |
151 |
- " Bill to: [% debit.patron.firstname | html %] [% debit.patron.surname | html %] <br />" |
150 |
- " Card number: [% debit.patron.cardnumber | html %]<br />" |
152 |
- " Card number: [% debit.patron.cardnumber | html %]<br />" |
151 |
- " </th>" |
153 |
- " </th>" |
152 |
- " </tr>" |
154 |
- " </tr>" |
153 |
- " <tr>" |
155 |
- " <tr>" |
154 |
- " <th>Date</th>" |
156 |
- " <th>Created</th>" |
|
|
157 |
- " <th>Updated</th>" |
155 |
- " <th>Description of charges</th>" |
158 |
- " <th>Description of charges</th>" |
156 |
- " <th>Note</th>" |
159 |
- " <th>Note</th>" |
157 |
- " <th style=\"text-align:right;\">Amount</th>" |
160 |
- " <th style=\"text-align:right;\">Amount</th>" |
Lines 160-165
tables:
Link Here
|
160 |
- "" |
163 |
- "" |
161 |
- " <tr class=\"highlight\">" |
164 |
- " <tr class=\"highlight\">" |
162 |
- " <td>[% debit.date | $KohaDates%]</td>" |
165 |
- " <td>[% debit.date | $KohaDates%]</td>" |
|
|
166 |
- " <td>[% debit.timestamp | $KohaDates with_hours = 1 %]</td>" |
163 |
- " <td>" |
167 |
- " <td>" |
164 |
- " [% PROCESS account_type_description account=debit %]" |
168 |
- " [% PROCESS account_type_description account=debit %]" |
165 |
- " [%- IF debit.description %], [% debit.description | html %][% END %]" |
169 |
- " [%- IF debit.description %], [% debit.description | html %][% END %]" |
Lines 171-178
tables:
Link Here
|
171 |
- "" |
175 |
- "" |
172 |
- " <tfoot>" |
176 |
- " <tfoot>" |
173 |
- " <tr>" |
177 |
- " <tr>" |
174 |
- " <td colspan=\"4\">Total outstanding dues as on date: </td>" |
178 |
- " <td colspan=\"5\">Total outstanding dues as on date: </td>" |
175 |
- " [% IF ( debit.patron.account.balance <= 0 ) %]<td class=\"credit\">[% ELSE %]<td class=\"debit\">[% END %][% debit.patron.account.balance | $Price %]</td>" |
179 |
- " [% IF ( totalcredit ) %]<td class=\"credit\">[% ELSE %]<td class=\"debit\">[% END %][% total | $Price %]</td>" |
176 |
- " </tr>" |
180 |
- " </tr>" |
177 |
- " </tfoot>" |
181 |
- " </tfoot>" |
178 |
- "</table>" |
182 |
- "</table>" |