Sunday, March 21, 2010
template css setting
"http://localhost/itnm_tms/itnm_portal/public/styles/default/css/style.css" media="screen" />
Monday, March 8, 2010
template user menu
application->libraries->User-menu = setting
views->block->user_menu = all files needed
views->block->user_menu = all files needed
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.
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
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);
$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);
Monday, January 25, 2010
sub menu. sms module
menucontents.js
change localhost to 218.208.98.67 or opposite way
["List-Individual", "http://localhost/itnm_tms/ITNM_MIS_CS_SALES/index.php/application/customerREGISTRATIONList/Individual"],
["List-Company", "http://localhost/itnm_tms/ITNM_MIS_CS_SALES/index.php/application/customerREGISTRATIONList/Company"],
change localhost to 218.208.98.67 or opposite way
["List-Individual", "http://localhost/itnm_tms/ITNM_MIS_CS_SALES/index.php/application/customerREGISTRATIONList/Individual"],
["List-Company", "http://localhost/itnm_tms/ITNM_MIS_CS_SALES/index.php/application/customerREGISTRATIONList/Company"],
Sunday, January 17, 2010
basic setting for codeigniter template engine
/*
|--------------------------------------------------------------------------
| Template Option
|--------------------------------------------------------------------------
|
| Enable you to configure template option
| Default template:/public/styles//.html
*/
$config['site_name'] = 'ITNM - Student Management System';
$config['template']['theme'] = 'default';
$config['template']['filename'] = 'index.html';
$config['template']['title'] = 'ITNM - Student Management System';
|--------------------------------------------------------------------------
| Template Option
|--------------------------------------------------------------------------
|
| Enable you to configure template option
| Default template:
*/
$config['site_name'] = 'ITNM - Student Management System';
$config['template']['theme'] = 'default';
$config['template']['filename'] = 'index.html';
$config['template']['title'] = 'ITNM - Student Management System';
Subscribe to:
Posts (Atom)
