Advanced Search
Search Results
698 total results found
Compliance external
Request logging The webserver itself can be set up to do make detailed logs in file , containing for example Request timestamp, IP and session ID Stacktraces on errors Depending on your security setup you might want to log these to a central repository
Styling
Note: Dashboard styling is under development Dashboard styling For CSS flex ordering dashboard elements you can add one of these classes to the dashboard tsDashboardLayoutRow tsDashboardLayoutColumn Widget styling The following classes can freely be ...
Get started
This information is also applicable to the field Visual extra: SQL: Diagram query. This site only describes the specifics of the diagram widgets, for general widget configuration click here. This article will only cover the newest version of graphs implement...
Data and Internationalization
An SQL Query may extract almost anything from the database. This process ignores the security restrictions in the system, so you will have to implement them yourself. Structure The structure is the same for all graphs. The first row of data will be used fo...
Adding functionality
It is possible to add some simple funktionality to charts, by adding links. This feature is limited to one link pr x-axis value. To add a link, add a column named "Link" to the query. Whatever this column contains will become a link, that can be navigated t...
Graph defaults
The graphs all reference the js object tsChartDefaultOptions, with a couple of tweaks. To see the defaults, open the terminal in you browser, on a page that has a graph and type the name of the object. Specifik defaults These can't be overwritten. Area sta...
Colors
The colors used, can be overwritten in the Policy diagramChartJSColors. The structure of the policy is very strict. The policy has to be formatted as a js array of strings that represent an rgb color. Thus: It has to start with [ and and with , ]. Each col...
Many pages / long page name
The following code will shorten page selectors, unless they are hovered or active .tablePageSelector td a { max-width: 80px; overflow: hidden; text-overflow: ellipsis; font-size: 80%; } .tablePageSelector .tablePageSelectorElementAct...
Rounded corners missing in simple menu mode
When a user is running in the context of a simple user certain buttons will be hidden, and on displayed in the expanded menu ("burger"). Previous buttons might have their corners correctly, which can be mitigated by removing the items (they are normally just h...
Install components
Before you start ensure Java 8 is the default Certificate Ensure you have a valid certificate sudo nano /mnt/sda/certs/doc2mail.pke Copy paste contents of the certificate sudo chmod 777 /mnt/sda/certs/doc2mail.pke Binaries Download OneTooX implementatio...
Test commandline setup
In this step you will configure and test the configuration for the commandline Update the parameters below i: Location of a test PDF t: Name of the document type r: A real CPR number Execute the following command java -cp .:/mnt/sda/deploy/doc2mail/*...
Server configuration: Linux
In this step you will deploy the commandline configuration Make the following substitutions i: $DOCUMENT title: $TITLE r: $CPR testmode: 0 The connection string should look something like java -cp .:/mnt/sda/deploy/doc2mail/* dk.doc2mail.client.File...
Server configuration : Windows
In this step you will deploy the commandline configuration Make the following substitutions i: @@DOCUMENT@@ title: @@TITLE@@ r:@@CPR@@ testmode: 0 The connection string should look something like java -cp .:/mnt/sda/deploy/doc2mail/* dk.doc2mail.cli...
Sending emails
Preparations Get the information of the outbound server Server address Mail account Note that the SMTP server may be the same as the IMAP or POP server Setup in Tempus Serva backend Go to: Designer > Modules > Configuration In the 'Text' search fiel...
Wrapping emails
It is possible to wrap all emails sent by the system in an MJML or HTML wrapper. Our implementation of the MJML engine is a bit unstable, so it is recommended to build the wrapper using MJML, then exporting the HTML version and uploading that to the platform....
Inserting data
To insert data from a record,,into an email, the following syntax is used. {FIELDNAME} Custom functions A couple of functions are implemented, allowing minor modification of data from fields, before inserting it. Syntax: @[FUNCTION]({FIELDNAME} [PARAMETER]...
System templates
Templates can be changed in the designer: Modules > Configuration Invitation template HTML can be edited in Template.WelcomeUser and Template.WelcomeUserLink Supported tags {APPLICATION} {LOGINURL} {USERNAME} {PASSWORD} Password reset template HTM...
Embed TS in other sites
To embed the output of a public codeunit, on another website, the following code can be used. <div id="tsContent"></div> <script type="text/javascript"> $.ajax({ url: 'https://[SYSTEM-DOMAIN]/[APP-NAME]/mainpublic?command=[CODEUNIT-NAME]]', ...
Cloud backup overview
Backup of Tempus Serva instances running in AWS is done in the following manner Instance saves .sql for each table in the database Remote backup server Rsyncs the files from EACH instance Build daily archives containing all .sql files Registers succes...
SignNemIdActionStatus
What it does Send a document from a document field to signing with NemID. The user will be notified via email containing a link for where to sign the document When signing a document is generated including a NemID signature After signing the documents sa...