Make the Task Manager persistence layer accessible
Let's make the Task Manager persistence layer (H2 Database) easily accessible:
- Easily automate tasks creation / administration
- Migration of tasks from server to another one
Jedox use chroot on linux, but it would be far better using docker.
- it would be possible to minimize the libs needed when running on the same centos than the one from linux
- we would be able to run multiple jedox-docker images on the same har...
This manager should receive the information from Jedox Server when new binaries are available.
The Manager should have 3 modes:
1.) If automatic update is activated it will download the binaries and will replace them before starting anew.
2.) The ...
Often you hide columns/rows in web spreadsheets for simplification of reports. But sometimes you put values in hidden cells, you never ever want the users to see those values. If the user export this report to excel, he could simply unhide those r...
Two major things should be customizable with date picker:
- set first day of week. By default Sunday is first day of week in date picker, but this is not the case in most of the countries;
- displayed date format in date picker. Date picker is sho...
It would be useful to be able to create, modify, delete and launch tasks directly from the API, allowing specification of :
schedule (date/time of execution and frequence of execution),
active or not,
file location when generating xlsx or pdf.
By default show summary of cells in the bottom right corner
Like in Excel it would be nice to get an automatic summary of cells shown in the bottom right Corner (see attached file).
For example:
Value in cell A1: 20
Value in cell A2: 30
Value in cell A3: 40
When range A1:A3 is selected, the sum of those ...