Koha/installer/data/mysql
Lari Taskula aa45099442 Bug 14723: Additional delivery notes to messages
This patch adds additional delivery notes to messages in message queue as there
can be multiple reasons for a delivery to fail.

Currently in message_queue we are given only two delivery statuses for messages,
"sent" and "failed". When the status becomes failed, we have no idea why it fails.

This feature can be useful with SMS gateway providers. Many SMS gateways inform
the application the reason of SMS delivery failure. With this feature, this
information can now be stored. As well as for emails, instead of simply logging
failures, we can now store the reason of failure directly into the message row
of message_queue.

Test plan:

1. Enable EnhancedMessagingPreferences syspref
2. Find a borrower with notices at members/notices.pl
3. Observe that there is no column for Delivery notes
4. Apply patch and run the given database update
5. Repeat step 1.
6. Observe that there is now a column for Delivery notes

Sponsored-by: Hypernova Oy

Signed-off-by: Liz Rea <wizzyrea@gmail.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-05-07 13:48:55 +02:00
..
atomicupdate Bug 14723: Additional delivery notes to messages 2021-05-07 13:48:55 +02:00
en Bug 16486: Display the timestamp when an accountline is updated 2021-05-06 15:52:41 +02:00
fr-CA Bug 16486: Display the timestamp when an accountline is updated 2021-05-06 15:52:41 +02:00
fr-FR Bug 16486: Display the timestamp when an accountline is updated 2021-05-06 15:52:41 +02:00
it-IT Bug 16486: Display the timestamp when an accountline is updated 2021-05-06 15:52:41 +02:00
localization Bug 27822: Fix default value for AddressFormat (es-ES) 2021-03-03 11:57:51 +01:00
mandatory Bug 21249: (follow-up) Fixing syspref name, description, get working with OPAC masthead search 2021-05-06 15:52:43 +02:00
nb-NO Bug 16486: Display the timestamp when an accountline is updated 2021-05-06 15:52:41 +02:00
pl-PL Bug 16486: Display the timestamp when an accountline is updated 2021-05-06 15:52:41 +02:00
ru-RU Bug 16486: Display the timestamp when an accountline is updated 2021-05-06 15:52:41 +02:00
uk-UA Bug 16486: Display the timestamp when an accountline is updated 2021-05-06 15:52:41 +02:00
backfill_statistics.pl Bug 13795: Remove occurences of unused columns in code 2019-04-18 10:05:51 +00:00
fix_unclosed_nonaccruing_fines_bug17135.pl Bug 24840: Replace DateTime->now with dt_from_string 2020-04-08 11:54:23 +01:00
kohastructure.sql Bug 14723: Additional delivery notes to messages 2021-05-07 13:48:55 +02:00
labels_upgrade.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
patroncards_upgrade.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
update22to30.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
updatedatabase.pl Bug 21249: DBRev 20.12.00.045 2021-05-07 13:48:55 +02:00