Difference between revisions of "Tempus Serva online documentation"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
 
(67 intermediate revisions by 5 users not shown)
Line 3: Line 3:
On this site you will find the documentation to aid you in your development of safe and flexible solutions.
On this site you will find the documentation to aid you in your development of safe and flexible solutions.


== Basic topics ==
== Insight and ressources ==
{|
 
| '''[[Startup FAQ|Getting started]]'''
| Frequently asked questions during startup
|-
 
| '''[[Features|Platform features]]'''
|Modules and features in the platform
|-
 
|  '''[[Security_setup|Security setup]]'''
| Security and compliance features in the platform
|-
 
| '''[[Applications|Application overview]]'''
| Overview of common uses of the platform
|-
 
| '''[[Guides and tutorials]]'''
| Step by step guides to developers
|-
 
| '''[[Related materials]]'''
| External ressources and related materials
|-
 
|}


* '''[[What is Tempus Serva]]'''
== Technical reference ==
A graphical introduction to Tempus Serva
{|
'''[[API v1.0|Java API (v1)]]'''
| Backend API for building new codeunits
|-


* '''[http://www.tempusserva.dk/temptree/index.html Interactive field map]'''
'''[[JavaScript functions v1.0|JavaScript functions]]'''
Browse all Tempus Serva features
| Frontend API for tweaking interface behavior
|-


* '''[[FAQ|Stakeholder FAQ]]'''
'''[[Integration/REST|REST interface]]'''
Frequently Asked Questions from potential customers
| Using built-in solution webservices
|-


* '''[[Quick start guide]]'''
A get started introduction to Tempus Serva


* '''[[Structure overview]]'''
'''[[Field type reference]]'''
Solution building blocks explained
| Documentation for all data model building blocks (content types)
|-


* '''[[Functionality overview]]'''
'''[[Policy reference]]'''
Main options and features
| Documentation for shared server configuration options
|-


* '''[[Guides and tutorials]]'''
'''[[Command reference]]'''
Step by step guides to developers
| Overview of commands and main functionality
|-


|  '''[[Codeunit reference]]'''
| Reference for common funtionality extensions
|-


{|
| '''[[Service|Scheduled services]]'''
| '''[[What is Tempus Serva]]'''
| Scheduled services tools
| A graphical introduction to Tempus Serva
|-  
|-
| '''[http://www.tempusserva.dk/temptree/index.html Interactive field map]'''
| Browse all Tempus Serva features
|-
| '''[[FAQ|Stakeholder FAQ]]'''
| Frequently Asked Questions from potential customers
|-
| '''[[Quick start guide]]'''
| A get started introduction to Tempus Serva
|-
| '''[[Structure overview]]'''
| Solution building blocks explained
|-
| '''[[Functionality overview]]'''
|Main options and features
|-
| '''[[Guides and tutorials]]'''
| Step by step guides to developers
|}


== Technical documentation ==
|  '''[[Integration|Integration services]]'''
| System integration options including REST services
|-


* '''[[Requirements|Requirements and compability]]'''
'''[[Command line tools]]'''
Server hardware/software requirements and user client support
| Tools for maintaining your UNIX platform
|-


* '''[[Field type reference]]'''
'''[[Server maintenence]]'''
Documentation for all data model building blocks (content types)
| Tips for hosting TS servers
|-


* '''[[Policy reference]]'''
| '''[[Known issues]]'''
Documentation for shared server configuration options
| Behaviour per design, issues and system warnings


* '''[[Command reference]]'''
|}
Overview of commands and main functionality


* '''[[Service|Scheduled services]]'''
== Application support ==
Scheduled services tools


* '''[[Integration|Integration services]]'''
{|
System integration options including REST services


* '''[[Codeunit reference]]'''
'''[[Basic setup]]'''
Reference for common funtionality extensions
| Basic customization
|-


* '''[[API v1.0|Java API version 1.0]]'''
Tempus Serva API for building new codeunits


* '''[[Command line tools]]'''
'''[[TalentPiper]]'''
Tools for maintaining your UNIX platform
| Recruitment software
|-


* '''[[Server maintenence]]'''
'''[[Whistleblower]]'''
Tips for hosting TS servers
| Multitenant solution for whistleblowing
|-


* '''[[Platform metrics]]'''
'''[[Intect Flow]]'''
Size and performance for the platform
| Multicompany salary management
|-


* '''[[Known issues]]'''
'''[[COMPASS]]'''
Behaviour per design, issues and system warnings
| IT governance
|-


== Related materials ==
|}


Tempus Serva support
== Training and certification ==
* [http://lsvgroup.com/site/index.php/en/process-digitization/tempus-serva Product information]
[https://www.tempusserva.dk/training/ Training overview]
* [http://alpha.tempusserva.dk/TempusServa/main?SagID=32&command=list Customer support]
* [[Terms and conditions|Terms and conditions DRAFT]]
* [[Tempus Serva Developer Training|Tempus Serva Developer Training]]


Developer resources
[[Course notes for today]]
* [http://www.w3schools.com/css/ CCS styling]
** [http://css-tricks.com/useful-nth-child-recipies/ Nth elements selectors]
* [http://www.w3schools.com/jquery/default.asp JQuey scripting]
* [http://dev.mysql.com/doc/refman/5.1/en/functions.html MySQL functions]
* [http://mondrian.pentaho.com/documentation/schema.php OLAP schema design]


Hosting resources
[[Coding standards]]
* [http://tomcat.apache.org/tomcat-7.0-doc/index.html Tomcat 7 reference]
* [http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html MySQL dump tool]
* [http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html Amazon cloud intro]

Latest revision as of 08:20, 11 November 2024

Welcome to the Tempus Serva support page.

On this site you will find the documentation to aid you in your development of safe and flexible solutions.

Insight and ressources

Getting started Frequently asked questions during startup
Platform features Modules and features in the platform
Security setup Security and compliance features in the platform
Application overview Overview of common uses of the platform
Guides and tutorials Step by step guides to developers
Related materials External ressources and related materials

Technical reference

Java API (v1) Backend API for building new codeunits
JavaScript functions Frontend API for tweaking interface behavior
REST interface Using built-in solution webservices
Field type reference Documentation for all data model building blocks (content types)
Policy reference Documentation for shared server configuration options
Command reference Overview of commands and main functionality
Codeunit reference Reference for common funtionality extensions
Scheduled services Scheduled services tools
Integration services System integration options including REST services
Command line tools Tools for maintaining your UNIX platform
Server maintenence Tips for hosting TS servers
Known issues Behaviour per design, issues and system warnings

Application support

Basic setup Basic customization
TalentPiper Recruitment software
Whistleblower Multitenant solution for whistleblowing
Intect Flow Multicompany salary management
COMPASS IT governance

Training and certification

Training overview

Course notes for today

Coding standards