Lines 1962-1978
tables:
Link Here
|
1962 |
message_transport_type: email |
1962 |
message_transport_type: email |
1963 |
lang: default |
1963 |
lang: default |
1964 |
content: |
1964 |
content: |
1965 |
- "Dear <<borrowers.firstname>> <<borrowers.surname>>," |
1965 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
1966 |
- "" |
1966 |
- "" |
1967 |
- "You have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>." |
1967 |
- "You have suggested that the library acquire [% suggestion.title %] by [% suggestion.author %]." |
1968 |
- "" |
1968 |
- "" |
1969 |
- "The library has reviewed your suggestion today. The item will be ordered as soon as possible. You will be notified by mail when the order is completed, and again when the item arrives at the library." |
1969 |
- "The library has reviewed your suggestion today. The item will be ordered as soon as possible. You will be notified by mail when the order is completed, and again when the item arrives at the library." |
1970 |
- "" |
1970 |
- "" |
1971 |
- "If you have any questions, please email us at <<branches.branchemail>>." |
1971 |
- "If you have any questions, please email us at [% branch.branchemail %]." |
1972 |
- "" |
1972 |
- "" |
1973 |
- "Thank you," |
1973 |
- "Thank you," |
1974 |
- "" |
1974 |
- "" |
1975 |
- "<<branches.branchname>>" |
1975 |
- "[% branch.branchname %]" |
1976 |
|
1976 |
|
1977 |
- module: suggestions |
1977 |
- module: suggestions |
1978 |
code: AVAILABLE |
1978 |
code: AVAILABLE |
Lines 2007-2032
tables:
Link Here
|
2007 |
- "<h3>Suggestion pending approval</h3>" |
2007 |
- "<h3>Suggestion pending approval</h3>" |
2008 |
- " <p><h4>Suggested by</h4>" |
2008 |
- " <p><h4>Suggested by</h4>" |
2009 |
- " <ul>" |
2009 |
- " <ul>" |
2010 |
- " <li><<borrowers.firstname>> <<borrowers.surname>></li>" |
2010 |
- " <li>[% borrower.firstname %] [% borrower.surname %]</li>" |
2011 |
- " <li><<borrowers.cardnumber>></li>" |
2011 |
- " <li>[% borrower.cardnumber %]</li>" |
2012 |
- " <li><<borrowers.phone>></li>" |
2012 |
- " [%- IF borrower.phone -%]" |
2013 |
- " <li><<borrowers.email>></li>" |
2013 |
- " <li>[% borrower.phone %]</li>" |
|
|
2014 |
- " [%- END -%]" |
2015 |
- " [%- IF borrower.email -%]" |
2016 |
- " <li>[% borrower.email %]</li>" |
2017 |
- " [%- END -%]" |
2014 |
- " </ul>" |
2018 |
- " </ul>" |
2015 |
- " </p>" |
2019 |
- " </p>" |
2016 |
- " <p><h4>Title suggested</h4>" |
2020 |
- " <p><h4>Title suggested</h4>" |
2017 |
- " <ul>" |
2021 |
- " <ul>" |
2018 |
- " <li><b>Library:</b> <<branches.branchname>></li>" |
2022 |
- " <li><b>Library:</b> [% branch.branchname %]</li>" |
2019 |
- " <li><b>Title:</b> <<suggestions.title>></li>" |
2023 |
- " <li><b>Title:</b> [% suggestion.title %]</li>" |
2020 |
- " <li><b>Author:</b> <<suggestions.author>></li>" |
2024 |
- " <li><b>Author:</b> [% suggestion.author %]</li>" |
2021 |
- " <li><b>Copyright date:</b> <<suggestions.copyrightdate>></li>" |
2025 |
- " <li><b>Copyright date:</b> [% suggestion.copyrightdate %]</li>" |
2022 |
- " <li><b>Standard number (ISBN, ISSN or other):</b> <<suggestions.isbn>></li>" |
2026 |
- " <li><b>Standard number (ISBN, ISSN or other):</b> [% suggestion.isbn %]</li>" |
2023 |
- " <li><b>Publisher:</b> <<suggestions.publishercode>></li>" |
2027 |
- " <li><b>Publisher:</b> [% suggestion.publishercode %]</li>" |
2024 |
- " <li><b>Collection title:</b> <<suggestions.collectiontitle>></li>" |
2028 |
- " <li><b>Collection title:</b> [% suggestion.collectiontitle %]</li>" |
2025 |
- " <li><b>Publication place:</b> <<suggestions.place>></li>" |
2029 |
- " <li><b>Publication place:</b> [% suggestion.place %]</li>" |
2026 |
- " <li><b>Quantity:</b> <<suggestions.quantity>></li>" |
2030 |
- " <li><b>Quantity:</b> [% suggestion.quantity %]</li>" |
2027 |
- " <li><b>Item type:</b> <<suggestions.itemtype>></li>" |
2031 |
- " <li><b>Item type:</b> [% suggestion.itemtype %]</li>" |
2028 |
- " <li><b>Reason for suggestion:</b> <<suggestions.patronreason>></li>" |
2032 |
- " <li><b>Reason for suggestion:</b> [% suggestion.patronreason %]</li>" |
2029 |
- " <li><b>Notes:</b> <<suggestions.note>></li>" |
2033 |
- " <li><b>Notes:</b> [% suggestion.note %]</li>" |
2030 |
- " </ul>" |
2034 |
- " </ul>" |
2031 |
- " </p>" |
2035 |
- " </p>" |
2032 |
|
2036 |
|
Lines 2039-2057
tables:
Link Here
|
2039 |
message_transport_type: email |
2043 |
message_transport_type: email |
2040 |
lang: default |
2044 |
lang: default |
2041 |
content: |
2045 |
content: |
2042 |
- "Dear <<borrowers.firstname>> <<borrowers.surname>>," |
2046 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
2043 |
- "" |
2047 |
- "" |
2044 |
- "You have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>." |
2048 |
- "You have suggested that the library acquire [% suggestion.title %] by [% suggestion.author %]." |
2045 |
- "" |
2049 |
- "" |
2046 |
- "We are pleased to inform you that the item you requested has now been ordered. It should arrive soon, at which time it will be processed for addition into the collection." |
2050 |
- "We are pleased to inform you that the item you requested has now been ordered. It should arrive soon, at which time it will be processed for addition into the collection." |
2047 |
- "" |
2051 |
- "" |
2048 |
- "You will be notified again when the book is available." |
2052 |
- "You will be notified again when the book is available." |
2049 |
- "" |
2053 |
- "" |
2050 |
- "If you have any questions, please email us at <<branches.branchemail>>" |
2054 |
- "If you have any questions, please email us at [% branch.branchemail %]" |
2051 |
- "" |
2055 |
- "" |
2052 |
- "Thank you," |
2056 |
- "Thank you," |
2053 |
- "" |
2057 |
- "" |
2054 |
- "<<branches.branchname>>" |
2058 |
- "[% branch.branchname %]" |
2055 |
|
2059 |
|
2056 |
- module: suggestions |
2060 |
- module: suggestions |
2057 |
code: REJECTED |
2061 |
code: REJECTED |
Lines 2062-2080
tables:
Link Here
|
2062 |
message_transport_type: email |
2066 |
message_transport_type: email |
2063 |
lang: default |
2067 |
lang: default |
2064 |
content: |
2068 |
content: |
2065 |
- "Dear <<borrowers.firstname>> <<borrowers.surname>>," |
2069 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
2066 |
- "" |
2070 |
- "" |
2067 |
- "You have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>." |
2071 |
- "You have suggested that the library acquire [% suggestion.title %] by [% suggestion.author %]." |
2068 |
- "" |
2072 |
- "" |
2069 |
- "The library has reviewed your request today, and has decided not to accept the suggestion at this time." |
2073 |
- "The library has reviewed your request today, and has decided not to accept the suggestion at this time." |
2070 |
- "" |
2074 |
- "" |
2071 |
- "The reason given is: <<suggestions.reason>>" |
2075 |
- "The reason given is: [% suggestion.reason %]" |
2072 |
- "" |
2076 |
- "" |
2073 |
- "If you have any questions, please email us at <<branches.branchemail>>." |
2077 |
- "If you have any questions, please email us at [% branch.branchemail %]." |
2074 |
- "" |
2078 |
- "" |
2075 |
- "Thank you," |
2079 |
- "Thank you," |
2076 |
- "" |
2080 |
- "" |
2077 |
- "<<branches.branchname>>" |
2081 |
- "[% branch.branchname %]" |
2078 |
|
2082 |
|
2079 |
- module: suggestions |
2083 |
- module: suggestions |
2080 |
code: TO_PROCESS |
2084 |
code: TO_PROCESS |
2081 |
- |
|
|