d614a0199b
Replace occurences of 'Notices & slips' with 'Notices and slips' (replacing '&' and '&' with 'and'), as per the terminology guidelines. See the terminology list: https://wiki.koha-community.org/wiki/Terminology Test plan: 1. Find occurrences of 'Notices & slips': - git grep 'Notices & slips' -- :^misc/translator/po - git grep 'Notices & slips' 2. Review places in the staff interface where 'Messages & slips' is displayed: - Tools home page - Tools > Notices & slips: page title and breadcrumb - Other breadcrumbs: . Tools > Notices & slips > New notice > [select any module] . Tools > Notices & slips > [select Edit for any notice] . Tools > Notices & slips > [select Delete for any notice] 3. Review other occurences: . The cron job description for misc/cronjobs/holds/holds_reminder.pl: misc/cronjobs/holds/holds_reminder.pl -man (scroll down to the description) . The TalkingTech README file: vi misc/cronjobs/thirdparty/TalkingTech.README 4. Apply the patch. 5. Re-run the grep queries from step 1 - no occurences are now found. 6. Review places where 'Notices & slips' was found in steps 2 and 3 - these should all be replaced with 'Notices and slips' and should read correctly. 7. Sign off! Alernative: review the diff for the patch and check that occurences of '&' and '&' are replaced with 'and' and the updated text reads correctly. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
28 lines
1.5 KiB
Text
28 lines
1.5 KiB
Text
Installation and Setup instructions for Talking Tech I-tiva phone notification
|
|
=============================
|
|
|
|
Be sure you enabled the TalkingTechItivaPhoneNotification syspref and you created notice text for the Phone message transport type under the HOLD, PREDUE and OVERDUE notices. (See Tools > Notices and Slips.)
|
|
|
|
If you wish to process PREDUE or HOLD messages, you'll need the EnhancedMessagingPreferences system preference turned on, and patrons to have filled in a preference for receiving these notices by phone.
|
|
|
|
For OVERDUE messages, overdue notice triggers must be configured under Koha > Tools > Overdue Notice Triggers.
|
|
Either branch-specific triggers or the default level triggers may be used (script will select whichever is appropriate).
|
|
|
|
|
|
Sending Notices file to I-tiva:
|
|
=============================
|
|
|
|
1. Add the TalkingTech_itiva_outbound.pl script to your crontab
|
|
2. Add an FTP/SFTP or other transport method to send the output file to the I-tiva server
|
|
3. If you wish, archive the sent notices file in another directory after sending
|
|
|
|
Run TalkingTech_itiva_outbound.pl --help for more information
|
|
|
|
|
|
Receiving Results file from I-tiva:
|
|
=============================
|
|
1. Add an FTP/SFTP or other transport method to send the Results file to a known directory on your Koha server
|
|
2. Add the TalkingTech_itiva_inbound.pl script to your crontab, aimed at that directory
|
|
3. If you wish, archive the results file in another directory after processing
|
|
|
|
Run TalkingTech_itiva_inbound.pl --help for more information
|