2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Fixes lp:1408870 Add "Maximum attempts reached" as an outcome

Dev: Updated outcomes to be 4 new outcomes (max calls, max call attempts split by eligible, unknown eligibility)
Dev: Set the end_case function to set the outcomes to max call * reached if those variables set
Dev: Made sure outcomes are temporary outcomes as otherwise numbers will not be available again if max call limits changed
Dev: This means the outcomes are indicators only and could still be assigned to operators - it is merely a temporary case outcome (not a final outcome nor a call outcome)
This commit is contained in:
Adam Zammit
2015-08-10 16:24:28 +10:00
parent 6b819340d8
commit 23942b8939
8 changed files with 95 additions and 33 deletions

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: queXS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-08-07 15:48+1000\n"
"POT-Creation-Date: 2015-08-10 16:24+1000\n"
"PO-Revision-Date: \n"
"Last-Translator: Adam Zammit <adam.zammit@acspri.org.au>\n"
"Language-Team: \n"
@@ -3589,11 +3589,19 @@ msgid "Self completed online"
msgstr ""
#: admin/databasestrings.php:91
msgid "Max call attempts reached"
msgid "Max call attempts reached (Eligible)"
msgstr ""
#: admin/databasestrings.php:92
msgid "Max calls reached"
msgid "Max calls reached (Eligible)"
msgstr ""
#: admin/databasestrings.php:93
msgid "Max call attempts reached (Unknown eligibility)"
msgstr ""
#: admin/databasestrings.php:94
msgid "Max calls reached (Unknown eligibility)"
msgstr ""
#: call_interface2.php:116