Function Enhancement
1. The add/update/delete confirm message send back to the browser is from the actionForm but not the really value from database. It wait for enhancement.
2. When update the Fund Type, the Fund Type Name text input should not be null. Which will be supported by JS later.
3.Update and delete operation only refer to the Fund Type Code but not the Fund Type Name. That will be supported later.
4. Add 3 table DecPointForAmount, DecPointForUnit, DecPointForPrice instead of DecPoint for easy to get the value from database. But in the phase 2, it should just use one table DecPoint to get the Max value and generate all the value between 0 and Max.
5. Add 1 new SettlementDay table where the column Day is smallint type. And the jsp select options get from this table. But it should be enhance to use datetime type and give the warning about the days maybe misssing in some months.