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

Added referral function (requires addition to database)

This commit is contained in:
root
2013-09-11 15:02:59 +10:00
parent d23409f110
commit 98f246dd03
6 changed files with 280 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
New Feature: Accept case referrals
Database updates:
ALTER TABLE `questionnaire` ADD `referral` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `self_complete`
queXS 1.9.0 - Changes since 1.8.0
New Feature: Supervisor chat via XMPP/Jabber (allow interviewers to chat with a supervisor from the interviewer screen)