Thursday, February 18, 2010

ULK - project manager flow

PROJECT MANAGER ROLES FOR ULK . Managed by kak niza as HOU. Head Of Unit.
training will handled by own PM and interpreter by their unit. both their record can easily read by the HOU.

itnm portal-user role

user role

user role cannot be simply change because the role has been hard coded in the software developed according the current user_role found in the itnm_portal acl user role

you change anything but do not update the user_role name

Monday, February 8, 2010

inbox setting

/* INBOX MESSAGES SETUP */
$array_message = array(
'INBOX_MESSAGE' => $SRF_ID.' New SRF Added',
'INBOX_MODULES' => 'CS/SALES->Translation',
'INBOX_LINK_PATH' => '',
'INBOX_USER_ID' => '53', // please set this according to database record
'INBOX_GROUPNAME' => $INBOX_GROUPNAME,
'INBOX_STATUS' => $INBOX_STATUS,
'INBOX_DATE_TIME_SENT' => $INBOX_DATE_TIME_SENT,
'INBOX_DATE_TIME_READ' => $INBOX_DATE_TIME_READ
)
$this->message_to_inbox_send($array_message);