-
43df8143
by Tony Chemit at 2023-11-30T12:59:58+01:00
update pom
-
4e4fab22
by Tony Chemit at 2023-11-30T14:33:12+01:00
on Report action, let's select all data for local data source - See #281x ?
-
ad1a88c8
by Tony Chemit at 2023-11-30T14:33:14+01:00
add AutoNext mechanism on admin tab when tab state change to success, add it on consolidate tab :) - See #281x ?
-
bf5d8d8a
by Tony Chemit at 2023-11-30T14:33:25+01:00
use TopiaPersistenceContext instead of TopiaDaoSupplier in DefaultReportRequestExecutor to be able to use findById method
and use ReportDefinition instead of Report parameter in method TopiaPersistenceContext.newReportRequestExecutor
-
df4266dd
by Tony Chemit at 2023-11-30T14:33:25+01:00
add method ReportRequestExecutor.getReferentialLabel method and implements it.
-
7248bb0d
by Tony Chemit at 2023-11-30T14:33:25+01:00
introduce ColumnRendererDefinition and add some in ReportDefinition
-
b2021fca
by Tony Chemit at 2023-11-30T15:12:09+01:00
introduce ColumnRendererConsumer and ColumnRendererParameters API
-
8515cd4f
by Tony Chemit at 2023-11-30T15:12:39+01:00
implements first ColumnRendererConsumers
-
b9ec8221
by Tony Chemit at 2023-11-30T15:12:39+01:00
add method ReportService.initColumnRendererParameters
-
8fc495ce
by Tony Chemit at 2023-11-30T15:12:39+01:00
test new API in fixtures
-
6d61b859
by Tony Chemit at 2023-11-30T15:12:39+01:00
add first cell renderers in report definitions :)
-
ae59a5f8
by Tony Chemit at 2023-11-30T15:12:39+01:00
adapt Report ui action API to load column renderers of selected report and offers them to HtmlExportModel.
-
498756f4
by Tony Chemit at 2023-11-30T15:45:34+01:00
adapt Report html template at last
-
1b79ed66
by Tony Chemit at 2023-11-30T15:46:12+01:00
Merge branch 'feature/issue-2811' into develop
Définir les règles de mise en forme conditionnelle sur les tableaux de synthèse
- See #2811