Skip to content

KoolReport 2.75.0

Compare
Choose a tag to compare
@dongnl dongnl released this 11 Jul 09:07
· 43 commits to master since this release

Enhancement: Table: Add responsive property to Table widget
Enhancement: GoogleChart: Add `=formatValue to column so that user can do custom value format.
Enhancement: GoogleChart: Make width of GoogleChart default 100%
Enhancement: SubReport: Enhance the partial render
Enhancement: PdoDataSource: Fix issue with Oracle
Enhancement: KoolReport: Reduce reload settings() by saving to $reportSettings
Enhancement: KoolReport: src() will take the first datasource if name is not specify
Enhancement: Utility: Add advanced jsonEncode() function to enable js function definition inside php array.
Enhancement: Adding version factor to KoolReport as well as its widget so that everytime we upgrade core libray as well as package, the widget is able to create new assets folder with updated resource
Enhancement: KoolReport: Adding DifferenceColumn process to calculate the difference between row and the previous one.
Enhancement: KoolReport: Adding AppendRow process to add custom row to data flow.
Fixed: Fixed several minor bugs