Summary: | Add audio alerts (custom sound notifications) to web based self checkout | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Self checkout | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | amy, arm, kyle, nicole |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11431 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18251 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33695 |
||
Change sponsored?: | Sponsored | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This patch adds the infrastructure needed to allow audio alerts, as configured in administration, to affect the sco module.
This patch allows only for the use of sounds with a full URL to be used and does not allow for the Koha standard sounds to be accessed via the SCO.
|
Version(s) released in: | |
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 18251, 21054 | ||
Attachments: |
Bug 16732 - Add audio alerts (custom sound notifications) to web based self checkout
[SIGNED-OFF] Bug 16732 - Add audio alerts (custom sound notifications) to web based self checkout Bug 16732 - Add audio alerts (custom sound notifications) to web based self checkout |
Description
Nick Clemens (kidclamp)
2016-06-14 13:01:03 UTC
Created attachment 54492 [details] [review] Bug 16732 - Add audio alerts (custom sound notifications) to web based self checkout This patch adds the infrastructure needed to allow audio alerts, as configured in administration, to affect the sco module This patch allows only for the use of sounds with a full URL to be used and does not allow for the Koha standard sounds to be accessed via the SCO To test: Ensure you have the preference AudioAlerts enabled Ensure you can hear normal sounds from the staff module Define an audio alert such as: Selector: .sco_entry Sound: https://archive.org/download/Doorbell_1/doorbell.ogg Load the SCO module You should hear the doorbell noise (everytime you reload even!) Test that the default sounds are not activated for the SCO, you must sepcifically define them Created attachment 55453 [details] [review] [SIGNED-OFF] Bug 16732 - Add audio alerts (custom sound notifications) to web based self checkout This patch adds the infrastructure needed to allow audio alerts, as configured in administration, to affect the sco module This patch allows only for the use of sounds with a full URL to be used and does not allow for the Koha standard sounds to be accessed via the SCO To test: Ensure you have the preference AudioAlerts enabled Ensure you can hear normal sounds from the staff module Define an audio alert such as: Selector: .sco_entry Sound: https://archive.org/download/Doorbell_1/doorbell.ogg Load the SCO module You should hear the doorbell noise (everytime you reload even!) Test that the default sounds are not activated for the SCO, you must sepcifically define them Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 55523 [details] [review] Bug 16732 - Add audio alerts (custom sound notifications) to web based self checkout This patch adds the infrastructure needed to allow audio alerts, as configured in administration, to affect the sco module This patch allows only for the use of sounds with a full URL to be used and does not allow for the Koha standard sounds to be accessed via the SCO To test: Ensure you have the preference AudioAlerts enabled Ensure you can hear normal sounds from the staff module Define an audio alert such as: Selector: .sco_entry Sound: https://archive.org/download/Doorbell_1/doorbell.ogg Load the SCO module You should hear the doorbell noise (everytime you reload even!) Test that the default sounds are not activated for the SCO, you must sepcifically define them Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 16.11, thanks Nick! |