@@ -, +, @@ Toolkit --- .../data/mysql/en/mandatory/sample_notices.sql | 45 ++++++++++++---------- 1 file changed, 25 insertions(+), 20 deletions(-) --- a/installer/data/mysql/en/mandatory/sample_notices.sql +++ a/installer/data/mysql/en/mandatory/sample_notices.sql @@ -29,30 +29,34 @@ VALUES ('members', 'DISCHARGE', 'Discharge confirmation', 'Discharge for <', 1, 'email'); INSERT INTO `letter` (module, code, name, title, content, is_html) -VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '

<>

-Checked out to <> <> <> <>
-(<>)
+VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '[% USE KohaDates %] +

[% branch.branchname %]

+Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %]
+([% borrower.cardnumber %])
-<>
+[% today | $KohaDates %]

Checked Out

- -

-<>
-Barcode: <>
-Date due: <>
-

-
+[% FOREACH checkout IN borrower.checkouts %] + [% IF ! checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %]

Overdues

- -

-<>
-Barcode: <>
-Date due: <>
-

-
- +[% FOREACH checkout IN borrower.checkouts %] + [% IF checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %]

News

@@ -63,7 +67,8 @@ Date due: <>

Posted on <>


-', 1), + +',1), ('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '

<>

Checked out to <> <> <> <>
(<>)
--