Documentation > Word Export Plugin > Overview
Overview
Introduction
With the Premember word plugin it’s possible to make documents where you can insert the following two kind of variables:
- Properties
- Tables
A variable that consist of a value.
A table consisting of multiple properties.
You can make the following three kinds of documents :
- Overview document.
- Project document.
- Task Category document.
A document where you can use all of the available table types and properties are positioned in the General position.
The project table consists of all projects.
The task category table consist of all task categories .
The task Table consist of all tasks.
A document where you can use all of the available table types and properties are positioned in the Project position.
The project table consists of one row containing the selected project.
The task category table consist of all task categories form the project
The task Table consist of all tasks who are part of this project.
A document where you can use all of the available table types and properties who are positioned in the Task Category position.
The project table consists of one row containing the project of the selected task category.
The task category table consist one task category task categories form the project
The task Table consist of all tasks who are part of this task category.
Properties
there are 2 kind of properties :
- Standard Property
- Custom property
These are static properties. See here a total list of all standard properties.
A property which be can edited. Here is a walk through how to make a custom property.
Properties have the following qualities:
- Name
The name that is displayed at the top of the column in the table
- Command name
The name that is used in a document or calculation to indicate this property value should be used.
- Type
The type that this property is, currently there are 3 types:
- integer
- double
- calculation
A whole number.
A number with a precision of 15 digits.
A calculation, currently the following operations are possible Plus(+),Minus(-), Multiplication (*) and Division(/).
- Display Type
Display type, Determines how the value is displayed in the document, currently there are the following 3 types:
- default
- hourmin
- currency
The variable is displayed as plain text.
Displays the value in a format “hh:mm”. where “hh” eqauls the number of hours and “mm” the number of minutes. The value is a value in minutes so if the value is 70 it’s displayed as “1:10”.
Displays the value as a number with a precision of 2.
- Value
The value thats is displayed. If the calculation type is used this is the place where the formula should be placed. For Example “( #tasktimespend# * 3)”.
- Position
Properties can be positioned in one of the following 4 places :
- Task Position
- Task Category position
- Project position
- General position
The position of the property determines in what for document and what kind of table can make use of the property :
Property position | tables where the property can be used | Documents where the property can be used |
---|---|---|
task | task table | |
task category | task table
task category table |
task category document |
project | task table
task category table project table |
project document |
general | task table
task category table project table |
overview document |
The position also determines in what for property it can be used and what for properties it can use (in case of a calculation) :
Property position | can use the following properties | can be used in the following properties |
---|---|---|
task | task,task category,project , general | task |
task category | task category, project , general | task, task category |
project | project, general | task, task category, project |
general | general | task, task category, project, general |
Tables
A table is built out of properties and depending on table some properties can be used and other not.
there are 3 kind of tables :
- Project table
- Task Category table
- Task table
Consist of a list where in each row a project is displayed
Can consist of properties who are located in the General and Project position.
Consist of a list of task categories.
Can consist of properties who are located in the General ,project and Task category position.
Consist of a list of task’s
Can consist of properties who are located in the General ,Project ,Task Category and Task position.