This git repository represents the University of Arizona (the UA)'s Current Account Balances modification to KFS 3.0, in the form of patch files (generated by svn diff), liquibase scripts, and documentation. This "patch package" is designed to be informative to technical developers in the position to apply patch files to the java source code of KFS. In order to better serve such an endeavor, this README contains several informative sections:
- List of Jiras - This list contains every Jira ticket at the University of Arizona that relates to this modification. It provides reverse documentation back to the developers at the UA in case of questions regarding how this patch package was created.
- List of Liquibase Changesets - This list contains any liquibase changeset files that were associated with this modification.
- List of Patch Files - This is a list of each patch file that needs
to be applied to the KFS source code in order to realize the modification. This list does not
include patch files for revisions that didn't touch the
trunk/at the UA. Before a modification was merged withtrunk/, it may have been tweaked, reworked, refactored, code reviewed, etc, in handfuls of revisions in a feature branch. - List of Revisions - This list contains every revision associated with
this modification. Many of which, as you will see, only touch files in a feature branch. The
revisions that actually made it into the actual modification touch files in
trunk/. The list of patch files is a better reference of which are these revisions. - Lists of Files - These lists contain every file that was created, modified, or deleted for this enhancement.
This enhancement was written originally with all new code under
edu/msu/, and then moved to theedu/arizona/package. So to keep it simple, you can disregard any files underedu/msu/, and for any files underedu/arizona/kfs/, you can just use the whole files under whole_files.
This is a list of Jira tickets at the University of Arizona that relate to this modification. The subversion revisions tagged against each such jira are also listed:
- KFSI-6468: (Simple Balances Screen)
revisions: #24806, #24824, #24825, #24923 - KATTS-242: (Fix for bug on the enhancement - "Current Budget isn't displaying for Contracts and Grant accounts.")
revisions: #25270
There are no liquibase changesets associated with this modification.
This is a list of all of the patches for revisions that affected files in trunk/. The filenames in each has been modified, for easy digestion. UA's subversion server manages many Kuali projects in one Subversion project, so a file path like:
financial-system/kfs/trunk/src/org/kuali/kfs...
has been modified to:
src/org/kuali/kfs...
patches/24806_KFSI-6468_cleaned.diffis the patch file for #24806.patches/24824-24825_KFSI-6468_cleaned.diffis the patch file for #24824 through #24825.patches/24923_KFSI-6468_cleaned.diffis the patch file for #24923.patches/25270_KATTS-242_cleaned.diffis the patch file for #25270.
This is an ordered list of revisions that relate to this modification. There may not be a patch file for every revision listed below for the following reasons:
- A revision might only affect a branch, perhaps one where development primarily took place. Any
changes that finally made it into
trunk/will be seen in revisions that specifically touch files intrunk/. Therefore, we do not create patch files for revisions that only affect a branch. - A revision might only include a liquibase changeset that is executed by some automated process.
Since each institution maintains different revision controls on their database, liquibase
changesets are not provided as patches. They are instead presented as intact files under the
liquibase-changesets/directory.
Here is a printout of svn log -v for each revision.
-
#24806 was committed against KFSI-6468 on 2012-03-19 01:09:50 UTC by [email protected].
KFSI-6468 MOD - Implement the Simple Balances Screen
-
#24824 was committed against KFSI-6468 on 2012-03-20 10:53:00 UTC by [email protected].
KFSI-6468 MOD - Implement the Simple Balances Screen Repackaging into edu.arizona
-
#24825 was committed against KFSI-6468 on 2012-03-20 10:56:10 UTC by [email protected].
KFSI-6468 MOD - Implement the Simple Balances Screen Repackaging into edu.arizona
-
#24923 was committed against KFSI-6468 on 2012-03-22 11:33:05 UTC by [email protected].
KFSI-6468 MOD - Implement the Simple Balances Screen - Bug fixes.
-
#25270 was committed against KATTS-242 on 2012-04-15 22:10:10 UTC by [email protected].
Files created for this modification (33 files)
/work/src/edu/arizona/kfs/gl/GLKeyConstants.java
/work/src/edu/arizona/kfs/gl/businessobject/CurrentAccountBalance.java
/work/src/edu/arizona/kfs/gl/businessobject/datadictionary/CurrentAccountBalance.xml
/work/src/edu/arizona/kfs/gl/businessobject/lookup/CurrentAccountBalanceLookupableHelperServiceImpl.java
/work/src/edu/arizona/kfs/gl/dataaccess/BalanceDao.java
/work/src/edu/arizona/kfs/gl/dataaccess/EncumbranceDao.java
/work/src/edu/arizona/kfs/gl/dataaccess/TrialBalanceDao.java
/work/src/edu/arizona/kfs/gl/dataaccess/impl/BalanceDaoOjb.java
/work/src/edu/arizona/kfs/gl/dataaccess/impl/EncumbranceDaoOjb.java
/work/src/edu/arizona/kfs/gl/dataaccess/impl/TrialBalanceDaoJdbc.java
/work/src/edu/arizona/kfs/sys/KFSParameterKeyConstants.java
/work/src/edu/msu
/work/src/edu/msu/ebsp
/work/src/edu/msu/ebsp/kfs
/work/src/edu/msu/ebsp/kfs/gl
/work/src/edu/msu/ebsp/kfs/gl/GLKeyConstants.java
/work/src/edu/msu/ebsp/kfs/gl/businessobject
/work/src/edu/msu/ebsp/kfs/gl/businessobject/CurrentAccountBalance.java
/work/src/edu/msu/ebsp/kfs/gl/businessobject/datadictionary
/work/src/edu/msu/ebsp/kfs/gl/businessobject/datadictionary/CurrentAccountBalance.xml
/work/src/edu/msu/ebsp/kfs/gl/businessobject/lookup
/work/src/edu/msu/ebsp/kfs/gl/businessobject/lookup/CurrentAccountBalanceLookupableHelperServiceImpl.java
/work/src/edu/msu/ebsp/kfs/gl/dataaccess
/work/src/edu/msu/ebsp/kfs/gl/dataaccess/BalanceDao.java
/work/src/edu/msu/ebsp/kfs/gl/dataaccess/EncumbranceDao.java
/work/src/edu/msu/ebsp/kfs/gl/dataaccess/TrialBalanceDao.java
/work/src/edu/msu/ebsp/kfs/gl/dataaccess/impl
/work/src/edu/msu/ebsp/kfs/gl/dataaccess/impl/BalanceDaoOjb.java
/work/src/edu/msu/ebsp/kfs/gl/dataaccess/impl/EncumbranceDaoOjb.java
/work/src/edu/msu/ebsp/kfs/gl/dataaccess/impl/TrialBalanceDaoJdbc.java
/work/src/edu/msu/ebsp/kfs/gl/msu-spring-gl.xml
/work/src/edu/msu/ebsp/kfs/sys
/work/src/edu/msu/ebsp/kfs/sys/MSUKFSParameterKeyConstants.java
Files modified for this modification (3 files)
/work/src/arizona-ApplicationResources.properties
/work/src/edu/arizona/kfs/gl/spring-gl.xml
/work/web-root/WEB-INF/tags/portal/channel/main/balanceInquiries.tag