Supporting Open Source Software for Education

rSmart

 

Share |

documentation

November 9, 2011
Comments: 0

Current KIM Refactoring Documentation

from external blog: http://kualigan.blogspot.com/2011/11/current-kim-refactoring-documentation.html

OverviewThere are 2 ways to add objects to KIM.

  • Rice User Interface
  • SQL insert statements when building the application

. Since Kuali is venturing into the use of liquibase, I have put together custom refactorings that simplify adding objects to KIM and other Rice modules.Using SQLThis is how one would normally create an attribute, create a responsibility, add the responsibility to a role, and add an attribute to a responsibility.Example-- International Travel Reviewer Nodeinsert into krim_rsp_t (rsp_id, nmspc_cd, nm, actv_ind, rsp_tmpl_id, ver_nbr, obj_id)values(krim_rsp_id_s.nextval, 'KFS-TEM', 'Review', 'Y', 1, 1, sys_guid());

September 28, 2011
Comments: 0

LDAP KIM Integration Documentation

from external blog: http://kualigan.blogspot.com/2011/09/ldap-kim-integration-documentation.html

I have added documentation in a permanent location that will be updated and maintained for KIM LDAP Integration

June 8, 2010
Comments: 0

Tips for Tailoring KFS User Guides

by

When your institution implements the Kuali Financial System, your users will be successful more quickly if you provide customized user guides that reflect your unique KFS configuration and financial administration processes. Such guides are not replacements for user training. They serve, instead, as day-to-day references that help users work effectively with your KFS system and the associated procedures and processes.