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';
why my page turn blank nothing happen?
it is because your page has error on it, and your error reporting at index file is turn off, then turn them on now.
error_reporting(0);
turn 0 to E_ERROR or E_ALL
error_reporting(0);
turn 0 to E_ERROR or E_ALL
Saturday, January 16, 2010
CS customer registration Contacts
additional field added for customer_data_details.CONTACT_NUMBER
for the purposes of each company person willhave their own ic number, phone number
for the purposes of each company person willhave their own ic number, phone number
Tuesday, January 12, 2010
unversion svn working copy
how to unversion your svn working copy for/as clean start
http://tortoisesvn.net/node/343
TortoiseSVN has a little known feature built in which can do exactly that: it removes all .svn folders automatically. So where can you find that feature?
Use the "Export" command! But hey, didn't I just tell you that the export command creates a copy of the files in your working copy and doesn't change your original working copy? So how can the export command remove the .svn folders from an existing working copy?
Simple: when you right-click on a working copy and choose "Export..." from the context menu, a folder browse dialog is shown where you can choose the folder where you want the working copy exported to. If you now select the very same path that your working copy is on as the target (i.e., you're exporting the working copy onto itself), TortoiseSVN will remove all .svn folders of that working copy.
Another way to do this is by right-dragging the working copy onto itself. The Explorer doesn't allow dragging items onto themselves in the same window though, so you must either use a second Explorer window or drag onto the tree view as shown in the animation below:
http://tortoisesvn.net/node/343
TortoiseSVN has a little known feature built in which can do exactly that: it removes all .svn folders automatically. So where can you find that feature?
Use the "Export" command! But hey, didn't I just tell you that the export command creates a copy of the files in your working copy and doesn't change your original working copy? So how can the export command remove the .svn folders from an existing working copy?
Simple: when you right-click on a working copy and choose "Export..." from the context menu, a folder browse dialog is shown where you can choose the folder where you want the working copy exported to. If you now select the very same path that your working copy is on as the target (i.e., you're exporting the working copy onto itself), TortoiseSVN will remove all .svn folders of that working copy.
Another way to do this is by right-dragging the working copy onto itself. The Explorer doesn't allow dragging items onto themselves in the same window though, so you must either use a second Explorer window or drag onto the tree view as shown in the animation below:
Subscribe to:
Posts (Atom)
