View | Details | Raw Unified | Return to bug 15284
Collapse All | Expand All

(-)a/installer/data/mysql/de-DE/mandatory/sample_notices.sql (-28 / +35 lines)
Lines 21-60 VALUES ('circulation','ODUE','Mahnung','Mahnung','Liebe/r <<borrowers.firstname> Link Here
21
('members', 'DISCHARGE', 'Bestätigung', 'Bestätigung <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Bestätigung</h1>\r\n\r\nDie Bibliothek <<borrowers.branchcode>> bestätigt, dass\r\n\r\n    <<borrowers.firstname>> <<borrowers.surname>>\r\n   (Kartennummer <<borrowers.cardnumber>>)\r\n\r\nalle ausgeliehenen Medien zurückgegeben hat.', 'email');
21
('members', 'DISCHARGE', 'Bestätigung', 'Bestätigung <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Bestätigung</h1>\r\n\r\nDie Bibliothek <<borrowers.branchcode>> bestätigt, dass\r\n\r\n    <<borrowers.firstname>> <<borrowers.surname>>\r\n   (Kartennummer <<borrowers.cardnumber>>)\r\n\r\nalle ausgeliehenen Medien zurückgegeben hat.', 'email');
22
22
23
INSERT INTO `letter` (module, code, name, title, content, is_html)
23
INSERT INTO `letter` (module, code, name, title, content, is_html)
24
VALUES ('circulation','ISSUESLIP','Ausleihquittung (Quittungsdruck)','Ausleihquittung (Quittungsdruck)', '<h2>Ausleihquittung</h2>
24
VALUES ('circulation','ISSUESLIP','Ausleihquittung (Quittungsdruck)','Ausleihquittung (Quittungsdruck)', '[% USE KohaDates %]
25
Bibliothek: <<branches.branchname>> <br/>
25
<h3>[% branch.branchname %]</h3>
26
Ausleihe an: <<borrowers.firstname>>  <<borrowers.surname>> <br />
26
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
27
Ausweisnummer: <<borrowers.cardnumber>> <br />
27
([% borrower.cardnumber %]) <br />
28
<br />
28
29
<<today>><br />
29
[% today | $KohaDates %]<br />
30
<br />
30
31
<h4>Ausleihen</h4>
31
<h4>Checked Out</h4>
32
<checkedout>
32
[% FOREACH checkout IN borrower.checkouts %]
33
<p>
33
    [% IF ! checkout.is_overdue %]
34
<<biblio.title>> <br />
34
        <p>
35
Signatur: <<items.itemcallnumber>><br/>
35
            [% checkout.item.biblio.title %] <br />
36
Barcode: <<items.barcode>><br />
36
            Barcode: [% checkout.item.barcode %]<br />
37
Fällig am: <<issues.date_due>><br />
37
            Date due: [% checkout.date_due | $KohaDates %]<br />
38
</p>
38
        </p>
39
</checkedout>
39
    [% END %]
40
<br />
40
[% END %]
41
<h4>Überfällig</h4>
41
42
<overdue>
42
<h4>Overdues</h4>
43
<p>
43
[% FOREACH checkout IN borrower.checkouts %]
44
<<biblio.title>> <br />
44
    [% IF checkout.is_overdue %]
45
Signatur: <<items.itemcallnumber>><br/>
45
        <p>
46
Barcode: <<items.barcode>><br />
46
            [% checkout.item.biblio.title %] <br />
47
Fällig am: <<issues.date_due>><br />
47
            Barcode: [% checkout.item.barcode %]<br />
48
</p>
48
            Date due: [% checkout.date_due | $KohaDates %]<br />
49
</overdue>
49
        </p>
50
    [% END %]
51
[% END %]
52
53
<hr>
54
55
<h4 style="text-align: center; font-style:italic;">News</h4>
50
<news>
56
<news>
51
<div class="newsitem">
57
<div class="newsitem">
52
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
58
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
53
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p>
59
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p>
54
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px"><<opac_news.timestamp>></p>
60
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
55
<hr />
61
<hr />
56
</div>
62
</div>
57
</news>', 1),
63
</news>
64
', 1),
58
('circulation','ISSUEQSLIP','Kurzquittung','Kurzquittung', '[%- USE KohaDates -%]
65
('circulation','ISSUEQSLIP','Kurzquittung','Kurzquittung', '[%- USE KohaDates -%]
59
<h3>[% branch.branchname %]</h3>
66
<h3>[% branch.branchname %]</h3>
60
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
67
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
(-)a/installer/data/mysql/en/mandatory/sample_notices.sql (-19 / +25 lines)
Lines 28-56 VALUES ('members', 'DISCHARGE', 'Discharge confirmation', 'Discharge for <<borro Link Here
28
has returned all items.</p>', 1, 'email');
28
has returned all items.</p>', 1, 'email');
29
29
30
INSERT INTO `letter` (module, code, name, title, content, is_html)
30
INSERT INTO `letter` (module, code, name, title, content, is_html)
31
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '<h3><<branches.branchname>></h3>
31
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '[% USE KohaDates %]
32
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
32
<h3>[% branch.branchname %]</h3>
33
(<<borrowers.cardnumber>>) <br />
33
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
34
([% borrower.cardnumber %]) <br />
34
35
35
<<today>><br />
36
[% today | $KohaDates %]<br />
36
37
37
<h4>Checked Out</h4>
38
<h4>Checked Out</h4>
38
<checkedout>
39
[% FOREACH checkout IN borrower.checkouts %]
39
<p>
40
    [% IF ! checkout.is_overdue %]
40
<<biblio.title>> <br />
41
        <p>
41
Barcode: <<items.barcode>><br />
42
            [% checkout.item.biblio.title %] <br />
42
Date due: <<issues.date_due>><br />
43
            Barcode: [% checkout.item.barcode %]<br />
43
</p>
44
            Date due: [% checkout.date_due | $KohaDates %]<br />
44
</checkedout>
45
        </p>
46
    [% END %]
47
[% END %]
45
48
46
<h4>Overdues</h4>
49
<h4>Overdues</h4>
47
<overdue>
50
[% FOREACH checkout IN borrower.checkouts %]
48
<p>
51
    [% IF checkout.is_overdue %]
49
<<biblio.title>> <br />
52
        <p>
50
Barcode: <<items.barcode>><br />
53
            [% checkout.item.biblio.title %] <br />
51
Date due: <<issues.date_due>><br />
54
            Barcode: [% checkout.item.barcode %]<br />
52
</p>
55
            Date due: [% checkout.date_due | $KohaDates %]<br />
53
</overdue>
56
        </p>
57
    [% END %]
58
[% END %]
54
59
55
<hr>
60
<hr>
56
61
Lines 62-68 Date due: <<issues.date_due>><br /> Link Here
62
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
67
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
63
<hr />
68
<hr />
64
</div>
69
</div>
65
</news>', 1),
70
</news>
71
', 1),
66
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '[%- USE KohaDates -%]
72
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '[%- USE KohaDates -%]
67
<h3>[% branch.branchname %]</h3>
73
<h3>[% branch.branchname %]</h3>
68
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
74
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
(-)a/installer/data/mysql/es-ES/mandatory/sample_notices.sql (-19 / +25 lines)
Lines 20-48 VALUES ('circulation','ODUE','Overdue Notice','Item Overdue','Dear <<borrowers.f Link Here
20
('members', 'DISCHARGE', 'Discharge', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Discharge</h1>\r\n\r\nThe library <<borrowers.branchcode>> certifies that the following borrower :\r\n\r\n    <<borrowers.firstname>> <<borrowers.surname>>\r\n   Cardnumber : <<borrowers.cardnumber>>\r\n\r\nreturned all his documents.', 'email');
20
('members', 'DISCHARGE', 'Discharge', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Discharge</h1>\r\n\r\nThe library <<borrowers.branchcode>> certifies that the following borrower :\r\n\r\n    <<borrowers.firstname>> <<borrowers.surname>>\r\n   Cardnumber : <<borrowers.cardnumber>>\r\n\r\nreturned all his documents.', 'email');
21
21
22
INSERT INTO `letter` (module, code, name, title, content, is_html)
22
INSERT INTO `letter` (module, code, name, title, content, is_html)
23
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '<h3><<branches.branchname>></h3>
23
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '[% USE KohaDates %]
24
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
24
<h3>[% branch.branchname %]</h3>
25
(<<borrowers.cardnumber>>) <br />
25
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
26
([% borrower.cardnumber %]) <br />
26
27
27
<<today>><br />
28
[% today | $KohaDates %]<br />
28
29
29
<h4>Checked Out</h4>
30
<h4>Checked Out</h4>
30
<checkedout>
31
[% FOREACH checkout IN borrower.checkouts %]
31
<p>
32
    [% IF ! checkout.is_overdue %]
32
<<biblio.title>> <br />
33
        <p>
33
Barcode: <<items.barcode>><br />
34
            [% checkout.item.biblio.title %] <br />
34
Date due: <<issues.date_due>><br />
35
            Barcode: [% checkout.item.barcode %]<br />
35
</p>
36
            Date due: [% checkout.date_due | $KohaDates %]<br />
36
</checkedout>
37
        </p>
38
    [% END %]
39
[% END %]
37
40
38
<h4>Overdues</h4>
41
<h4>Overdues</h4>
39
<overdue>
42
[% FOREACH checkout IN borrower.checkouts %]
40
<p>
43
    [% IF checkout.is_overdue %]
41
<<biblio.title>> <br />
44
        <p>
42
Barcode: <<items.barcode>><br />
45
            [% checkout.item.biblio.title %] <br />
43
Date due: <<issues.date_due>><br />
46
            Barcode: [% checkout.item.barcode %]<br />
44
</p>
47
            Date due: [% checkout.date_due | $KohaDates %]<br />
45
</overdue>
48
        </p>
49
    [% END %]
50
[% END %]
46
51
47
<hr>
52
<hr>
48
53
Lines 54-60 Date due: <<issues.date_due>><br /> Link Here
54
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
59
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
55
<hr />
60
<hr />
56
</div>
61
</div>
57
</news>', 1),
62
</news>
63
', 1),
58
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '[%- USE KohaDates -%]
64
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '[%- USE KohaDates -%]
59
<h3>[% branch.branchname %]</h3>
65
<h3>[% branch.branchname %]</h3>
60
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
66
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
(-)a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql (-25 / +31 lines)
Lines 22-54 VALUES Link Here
22
('members', 'DISCHARGE', 'Quitus', 'Quitus pour <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Quitus</h1>\r\n\r\nLa librairie <<borrowers.branchcode>> certifies que lecteur suivant :\r\n\r\n    <<borrowers.firstname>> <<borrowers.surname>>\r\n   Numéro de carte : <<borrowers.cardnumber>>\r\n\r\na bien retourné tous ses documents.', 'email');
22
('members', 'DISCHARGE', 'Quitus', 'Quitus pour <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Quitus</h1>\r\n\r\nLa librairie <<borrowers.branchcode>> certifies que lecteur suivant :\r\n\r\n    <<borrowers.firstname>> <<borrowers.surname>>\r\n   Numéro de carte : <<borrowers.cardnumber>>\r\n\r\na bien retourné tous ses documents.', 'email');
23
23
24
INSERT INTO `letter` (module, code, name, title, content, is_html)
24
INSERT INTO `letter` (module, code, name, title, content, is_html)
25
VALUES ('circulation','ISSUESLIP','Ticket de de prêt','Ticket de prêt', '<h3><<branches.branchname>></h3>
25
VALUES ('circulation','ISSUESLIP','Ticket de de prêt','Ticket de prêt', '[% USE KohaDates %]
26
Prêts à <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
26
<h3>[% branch.branchname %]</h3>
27
(<<borrowers.cardnumber>>) <br />
27
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
28
28
([% borrower.cardnumber %]) <br />
29
<<today>><br />
29
30
30
[% today | $KohaDates %]<br />
31
<h4>Emprunts</h4>
31
32
<checkedout>
32
<h4>Checked Out</h4>
33
<p>
33
[% FOREACH checkout IN borrower.checkouts %]
34
<<biblio.title>> <br />
34
    [% IF ! checkout.is_overdue %]
35
Code à barres : <<items.barcode>><br />
35
        <p>
36
Retour le : <<issues.date_due>><br />
36
            [% checkout.item.biblio.title %] <br />
37
</p>
37
            Barcode: [% checkout.item.barcode %]<br />
38
</checkedout>
38
            Date due: [% checkout.date_due | $KohaDates %]<br />
39
39
        </p>
40
<h4>Retards</h4>
40
    [% END %]
41
<overdue>
41
[% END %]
42
<p>
42
43
<<biblio.title>> <br />
43
<h4>Overdues</h4>
44
Codes à barres : <<items.barcode>><br />
44
[% FOREACH checkout IN borrower.checkouts %]
45
Retour le : <<issues.date_due>><br />
45
    [% IF checkout.is_overdue %]
46
</p>
46
        <p>
47
</overdue>
47
            [% checkout.item.biblio.title %] <br />
48
            Barcode: [% checkout.item.barcode %]<br />
49
            Date due: [% checkout.date_due | $KohaDates %]<br />
50
        </p>
51
    [% END %]
52
[% END %]
48
53
49
<hr>
54
<hr>
50
55
51
<h4 style="text-align: center; font-style:italic;">Nouvelles</h4>
56
<h4 style="text-align: center; font-style:italic;">News</h4>
52
<news>
57
<news>
53
<div class="newsitem">
58
<div class="newsitem">
54
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
59
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
Lines 56-62 Retour le : <<issues.date_due>><br /> Link Here
56
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
61
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
57
<hr />
62
<hr />
58
</div>
63
</div>
59
</news>', 1),
64
</news>
65
', 1),
60
('circulation','ISSUEQSLIP','Ticket rapide','Ticket rapide', '[%- USE KohaDates -%]
66
('circulation','ISSUEQSLIP','Ticket rapide','Ticket rapide', '[%- USE KohaDates -%]
61
<h3>[% branch.branchname %]</h3>
67
<h3>[% branch.branchname %]</h3>
62
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
68
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
(-)a/installer/data/mysql/it-IT/necessari/notices.sql (-26 / +32 lines)
Lines 22-62 biblio.title>>\r\n----\r\nThank you for visiting <<branches.branchname>>.', 'ema Link Here
22
('members', 'DISCHARGE', 'Discharge', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Discharge</h1>\r\n\r\nThe library <<borrowers.branchcode>> certifies that the following borrower :\r\n\r\n    <<borrowers.firstname>> <<borrowers.surname>>\r\n   Cardnumber : <<borrowers.cardnumber>>\r\n\r\nreturned all his documents.', 'email');
22
('members', 'DISCHARGE', 'Discharge', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Discharge</h1>\r\n\r\nThe library <<borrowers.branchcode>> certifies that the following borrower :\r\n\r\n    <<borrowers.firstname>> <<borrowers.surname>>\r\n   Cardnumber : <<borrowers.cardnumber>>\r\n\r\nreturned all his documents.', 'email');
23
23
24
INSERT INTO letter (module, code, name, title, content, is_html)
24
INSERT INTO letter (module, code, name, title, content, is_html)
25
VALUES ('circulation','ISSUESLIP','Ricevuta di prestito','Ricevuta di prestito', '<h3><<branches.branchname>></h3>
25
VALUES ('circulation','ISSUESLIP','Ricevuta di prestito','Ricevuta di prestito', '[% USE KohaDates %]
26
Prestito a <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
26
<h3>[% branch.branchname %]</h3>
27
(<<borrowers.cardnumber>>) <br />
27
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
28
28
([% borrower.cardnumber %]) <br />
29
<<today>><br />
29
30
30
[% today | $KohaDates %]<br />
31
<h4>Prestito</h4>
31
32
<checkedout>
32
<h4>Checked Out</h4>
33
<p>
33
[% FOREACH checkout IN borrower.checkouts %]
34
<<biblio.title>> <br />
34
    [% IF ! checkout.is_overdue %]
35
Codice a barre: <<items.barcode>><br />
35
        <p>
36
Data di scadenza: <<issues.date_due>><br />
36
            [% checkout.item.biblio.title %] <br />
37
</p>
37
            Barcode: [% checkout.item.barcode %]<br />
38
</checkedout>
38
            Date due: [% checkout.date_due | $KohaDates %]<br />
39
39
        </p>
40
<h4>Ritardi</h4>
40
    [% END %]
41
<overdue>
41
[% END %]
42
<p>
42
43
<<biblio.title>> <br />
43
<h4>Overdues</h4>
44
Codice a barre: <<items.barcode>><br />
44
[% FOREACH checkout IN borrower.checkouts %]
45
Data di scadenza: <<issues.date_due>><br />
45
    [% IF checkout.is_overdue %]
46
</p>
46
        <p>
47
</overdue>
47
            [% checkout.item.biblio.title %] <br />
48
            Barcode: [% checkout.item.barcode %]<br />
49
            Date due: [% checkout.date_due | $KohaDates %]<br />
50
        </p>
51
    [% END %]
52
[% END %]
48
53
49
<hr>
54
<hr>
50
55
51
<h4 style="text-align: center; font-style:italic;">Novità</h4>
56
<h4 style="text-align: center; font-style:italic;">News</h4>
52
<news>
57
<news>
53
<div class="newsitem">
58
<div class="newsitem">
54
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
59
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
55
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p>
60
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p>
56
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Inserite il <<opac_news.timestamp>></p>
61
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
57
<hr />
62
<hr />
58
</div>
63
</div>
59
</news>', 1),
64
</news>
65
', 1),
60
('circulation','ISSUEQSLIP','Ricevuta (sintetica)','Ricevuta (sintetica)', '[%- USE KohaDates -%]
66
('circulation','ISSUEQSLIP','Ricevuta (sintetica)','Ricevuta (sintetica)', '[%- USE KohaDates -%]
61
<h3>[% branch.branchname %]</h3>
67
<h3>[% branch.branchname %]</h3>
62
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
68
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
(-)a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql (-26 / +32 lines)
Lines 43-83 VALUES ('circulation','ODUE','Purring','Purring på dokument','<<borrowers.first Link Here
43
('members', 'DISCHARGE', 'Discharge', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Discharge</h1>\r\n\r\nThe library <<borrowers.branchcode>> certifies that the following borrower :\r\n\r\n    <<borrowers.firstname>> <<borrowers.surname>>\r\n   Cardnumber : <<borrowers.cardnumber>>\r\n\r\nreturned all his documents.', 'email');
43
('members', 'DISCHARGE', 'Discharge', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Discharge</h1>\r\n\r\nThe library <<borrowers.branchcode>> certifies that the following borrower :\r\n\r\n    <<borrowers.firstname>> <<borrowers.surname>>\r\n   Cardnumber : <<borrowers.cardnumber>>\r\n\r\nreturned all his documents.', 'email');
44
44
45
INSERT INTO `letter` (module, code, name, title, content, is_html)
45
INSERT INTO `letter` (module, code, name, title, content, is_html)
46
VALUES ('circulation','ISSUESLIP','Utlån','Utlån', '<h3><<branches.branchname>></h3>
46
VALUES ('circulation','ISSUESLIP','Utlån','Utlån', '[% USE KohaDates %]
47
Utlånt til <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
47
<h3>[% branch.branchname %]</h3>
48
(<<borrowers.cardnumber>>) <br />
48
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
49
49
([% borrower.cardnumber %]) <br />
50
<<today>><br />
50
51
51
[% today | $KohaDates %]<br />
52
<h4>Utlånt</h4>
52
53
<checkedout>
53
<h4>Checked Out</h4>
54
<p>
54
[% FOREACH checkout IN borrower.checkouts %]
55
<<biblio.title>> <br />
55
    [% IF ! checkout.is_overdue %]
56
Strekkode: <<items.barcode>><br />
56
        <p>
57
Innleveringsfrist: <<issues.date_due>><br />
57
            [% checkout.item.biblio.title %] <br />
58
</p>
58
            Barcode: [% checkout.item.barcode %]<br />
59
</checkedout>
59
            Date due: [% checkout.date_due | $KohaDates %]<br />
60
60
        </p>
61
<h4>Forfalte lån</h4>
61
    [% END %]
62
<overdue>
62
[% END %]
63
<p>
63
64
<<biblio.title>> <br />
64
<h4>Overdues</h4>
65
Strekkode: <<items.barcode>><br />
65
[% FOREACH checkout IN borrower.checkouts %]
66
Innleveringsfrist: <<issues.date_due>><br />
66
    [% IF checkout.is_overdue %]
67
</p>
67
        <p>
68
</overdue>
68
            [% checkout.item.biblio.title %] <br />
69
            Barcode: [% checkout.item.barcode %]<br />
70
            Date due: [% checkout.date_due | $KohaDates %]<br />
71
        </p>
72
    [% END %]
73
[% END %]
69
74
70
<hr>
75
<hr>
71
76
72
<h4 style="text-align: center; font-style:italic;">Nyheter</h4>
77
<h4 style="text-align: center; font-style:italic;">News</h4>
73
<news>
78
<news>
74
<div class="newsitem">
79
<div class="newsitem">
75
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
80
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
76
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p>
81
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p>
77
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Publisert <<opac_news.timestamp>></p>
82
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
78
<hr />
83
<hr />
79
</div>
84
</div>
80
</news>', 1),
85
</news>
86
', 1),
81
('circulation','ISSUEQSLIP','Utlån (enkel)','Utlån (enkel)', '[%- USE KohaDates -%]
87
('circulation','ISSUEQSLIP','Utlån (enkel)','Utlån (enkel)', '[%- USE KohaDates -%]
82
<h3>[% branch.branchname %]</h3>
88
<h3>[% branch.branchname %]</h3>
83
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
89
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
(-)a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql (-19 / +25 lines)
Lines 21-49 VALUES ('circulation','ODUE','Overdue Notice','Item Overdue','Dear <<borrowers.f Link Here
21
('members', 'DISCHARGE', 'Discharge', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Discharge</h1>\r\n\r\nThe library <<borrowers.branchcode>> certifies that the following borrower :\r\n\r\n    <<borrowers.firstname>> <<borrowers.surname>>\r\n   Cardnumber : <<borrowers.cardnumber>>\r\n\r\nreturned all his documents.', 'email');
21
('members', 'DISCHARGE', 'Discharge', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Discharge</h1>\r\n\r\nThe library <<borrowers.branchcode>> certifies that the following borrower :\r\n\r\n    <<borrowers.firstname>> <<borrowers.surname>>\r\n   Cardnumber : <<borrowers.cardnumber>>\r\n\r\nreturned all his documents.', 'email');
22
22
23
INSERT INTO `letter` (module, code, name, title, content, is_html)
23
INSERT INTO `letter` (module, code, name, title, content, is_html)
24
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '<h3><<branches.branchname>></h3>
24
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '[% USE KohaDates %]
25
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
25
<h3>[% branch.branchname %]</h3>
26
(<<borrowers.cardnumber>>) <br />
26
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
27
([% borrower.cardnumber %]) <br />
27
28
28
<<today>><br />
29
[% today | $KohaDates %]<br />
29
30
30
<h4>Checked Out</h4>
31
<h4>Checked Out</h4>
31
<checkedout>
32
[% FOREACH checkout IN borrower.checkouts %]
32
<p>
33
    [% IF ! checkout.is_overdue %]
33
<<biblio.title>> <br />
34
        <p>
34
Barcode: <<items.barcode>><br />
35
            [% checkout.item.biblio.title %] <br />
35
Date due: <<issues.date_due>><br />
36
            Barcode: [% checkout.item.barcode %]<br />
36
</p>
37
            Date due: [% checkout.date_due | $KohaDates %]<br />
37
</checkedout>
38
        </p>
39
    [% END %]
40
[% END %]
38
41
39
<h4>Overdues</h4>
42
<h4>Overdues</h4>
40
<overdue>
43
[% FOREACH checkout IN borrower.checkouts %]
41
<p>
44
    [% IF checkout.is_overdue %]
42
<<biblio.title>> <br />
45
        <p>
43
Barcode: <<items.barcode>><br />
46
            [% checkout.item.biblio.title %] <br />
44
Date due: <<issues.date_due>><br />
47
            Barcode: [% checkout.item.barcode %]<br />
45
</p>
48
            Date due: [% checkout.date_due | $KohaDates %]<br />
46
</overdue>
49
        </p>
50
    [% END %]
51
[% END %]
47
52
48
<hr>
53
<hr>
49
54
Lines 55-61 Date due: <<issues.date_due>><br /> Link Here
55
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
60
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
56
<hr />
61
<hr />
57
</div>
62
</div>
58
</news>', 1),
63
</news>
64
', 1),
59
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '[%- USE KohaDates -%]
65
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '[%- USE KohaDates -%]
60
<h3>[% branch.branchname %]</h3>
66
<h3>[% branch.branchname %]</h3>
61
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
67
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
(-)a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql (-21 / +26 lines)
Lines 20-48 VALUES ('circulation','ODUE','Overdue Notice','Item Overdue','Dear <<borrowers.f Link Here
20
('members', 'DISCHARGE', 'Discharge', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Discharge</h1>\r\n\r\nThe library <<borrowers.branchcode>> certifies that the following borrower :\r\n\r\n    <<borrowers.firstname>> <<borrowers.surname>>\r\n   Cardnumber : <<borrowers.cardnumber>>\r\n\r\nreturned all his documents.', 'email');
20
('members', 'DISCHARGE', 'Discharge', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Discharge</h1>\r\n\r\nThe library <<borrowers.branchcode>> certifies that the following borrower :\r\n\r\n    <<borrowers.firstname>> <<borrowers.surname>>\r\n   Cardnumber : <<borrowers.cardnumber>>\r\n\r\nreturned all his documents.', 'email');
21
21
22
INSERT INTO `letter` (module, code, name, title, content, is_html)
22
INSERT INTO `letter` (module, code, name, title, content, is_html)
23
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '<h3><<branches.branchname>></h3>
23
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '[% USE KohaDates %]
24
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
24
<h3>[% branch.branchname %]</h3>
25
(<<borrowers.cardnumber>>) <br />
25
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
26
([% borrower.cardnumber %]) <br />
26
27
27
<<today>><br />
28
[% today | $KohaDates %]<br />
28
29
29
<h4>Checked Out</h4>
30
<h4>Checked Out</h4>
30
<checkedout>
31
[% FOREACH checkout IN borrower.checkouts %]
31
<p>
32
    [% IF ! checkout.is_overdue %]
32
<<biblio.title>> <br />
33
        <p>
33
Barcode: <<items.barcode>><br />
34
            [% checkout.item.biblio.title %] <br />
34
Date due: <<issues.date_due>><br />
35
            Barcode: [% checkout.item.barcode %]<br />
35
</p>
36
            Date due: [% checkout.date_due | $KohaDates %]<br />
36
</checkedout>
37
        </p>
38
    [% END %]
39
[% END %]
37
40
38
<h4>Overdues</h4>
41
<h4>Overdues</h4>
39
<overdue>
42
[% FOREACH checkout IN borrower.checkouts %]
40
<p>
43
    [% IF checkout.is_overdue %]
41
<<biblio.title>> <br />
44
        <p>
42
Barcode: <<items.barcode>><br />
45
            [% checkout.item.biblio.title %] <br />
43
Date due: <<issues.date_due>><br />
46
            Barcode: [% checkout.item.barcode %]<br />
44
</p>
47
            Date due: [% checkout.date_due | $KohaDates %]<br />
45
</overdue>
48
        </p>
49
    [% END %]
50
[% END %]
46
51
47
<hr>
52
<hr>
48
53
Lines 51-61 Date due: <<issues.date_due>><br /> Link Here
51
<div class="newsitem">
56
<div class="newsitem">
52
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
57
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
53
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p>
58
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p>
54
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.tim
59
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
55
estamp>></p>
56
<hr />
60
<hr />
57
</div>
61
</div>
58
</news>', 1),
62
</news>
63
', 1),
59
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '[%- USE KohaDates -%]
64
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '[%- USE KohaDates -%]
60
<h3>[% branch.branchname %]</h3>
65
<h3>[% branch.branchname %]</h3>
61
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
66
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
(-)a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql (-22 / +26 lines)
Lines 19-47 VALUES ('circulation','ODUE','Overdue Notice','Item Overdue','Dear <<borrowers.f Link Here
19
('members', 'DISCHARGE', 'Discharge', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Discharge</h1>\r\n\r\nThe library <<borrowers.branchcode>> certifies that the following borrower :\r\n\r\n    <<borrowers.firstname>> <<borrowers.surname>>\r\n   Cardnumber : <<borrowers.cardnumber>>\r\n\r\nreturned all his documents.');
19
('members', 'DISCHARGE', 'Discharge', 'Discharge for <<borrowers.firstname>> <<borrowers.surname>>', '<h1>Discharge</h1>\r\n\r\nThe library <<borrowers.branchcode>> certifies that the following borrower :\r\n\r\n    <<borrowers.firstname>> <<borrowers.surname>>\r\n   Cardnumber : <<borrowers.cardnumber>>\r\n\r\nreturned all his documents.');
20
20
21
INSERT INTO `letter` (module, code, name, title, content, is_html)
21
INSERT INTO `letter` (module, code, name, title, content, is_html)
22
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '<h3><<branches.branchname>></h3>
22
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '[% USE KohaDates %]
23
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
23
<h3>[% branch.branchname %]</h3>
24
(<<borrowers.cardnumber>>) <br />
24
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
25
([% borrower.cardnumber %]) <br />
25
26
26
<<today>><br />
27
[% today | $KohaDates %]<br />
27
28
28
<h4>Checked Out</h4>
29
<h4>Checked Out</h4>
29
<checkedout>
30
[% FOREACH checkout IN borrower.checkouts %]
30
<p>
31
    [% IF ! checkout.is_overdue %]
31
<<biblio.title>> <br />
32
        <p>
32
Barcode: <<items.barcode>><br />
33
            [% checkout.item.biblio.title %] <br />
33
Date due: <<issues.date_due>><br />
34
            Barcode: [% checkout.item.barcode %]<br />
34
</p>
35
            Date due: [% checkout.date_due | $KohaDates %]<br />
35
</checkedout>
36
        </p>
37
    [% END %]
38
[% END %]
36
39
37
<h4>Overdues</h4>
40
<h4>Overdues</h4>
38
<overdue>
41
[% FOREACH checkout IN borrower.checkouts %]
39
<p>
42
    [% IF checkout.is_overdue %]
40
<<biblio.title>> <br />
43
        <p>
41
Barcode: <<items.barcode>><br />
44
            [% checkout.item.biblio.title %] <br />
42
Date due: <<issues.date_due>><br />
45
            Barcode: [% checkout.item.barcode %]<br />
43
</p>
46
            Date due: [% checkout.date_due | $KohaDates %]<br />
44
</overdue>
47
        </p>
48
    [% END %]
49
[% END %]
45
50
46
<hr>
51
<hr>
47
52
Lines 50-60 Date due: <<issues.date_due>><br /> Link Here
50
<div class="newsitem">
55
<div class="newsitem">
51
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
56
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
52
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p>
57
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p>
53
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.tim
58
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
54
estamp>></p>
55
<hr />
59
<hr />
56
</div>
60
</div>
57
</news>', 1),
61
</news>
62
', 1),
58
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '[%- USE KohaDates -%]
63
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '[%- USE KohaDates -%]
59
<h3>[% branch.branchname %]</h3>
64
<h3>[% branch.branchname %]</h3>
60
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
65
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
61
- 

Return to bug 15284