Documentation > Word Export Plugin > Word GUI
Word GUI
The word plugin GUI is located in two parts in the program one part in the configuration and one part under export.
The complete Word Export plugin consist of the following windows :
- Export Window
- Configuration Window
Path to Configuration Window.
Path to Export Window.
Export Window
Export Window
- Start Date
- End Date
- Project
Task starting
the end date
The word export project After Clicking “Ok” in this window one or more word documents will be created in the folder Indicated in the project.
Configuration Window
Configuration Window
- Word Export Project List
- Wizard
- New
- Edit
- Delete
- Custom Properties.
List of all the word export projects.
Will bring you to the wizard wich will helps you in a step to step base to make a new project.
will bring you to the Word Export Project window where you can insert the variables for the new word export project.
will bring you to the Word Export Project window where you can change the variables of the selected project.
Delete the selected Word Export Project.
will bring to the Custom Property Position selection Window where you can add, delete and edit the custom properties.
Word Export Project Window
Word Export Project Window
- Name
- Export Type
- Determines what kind of documents will be generated and how many. There are the following 5 types:
- Overview
- SingleProject
- AllProjects
- SingleTaskCategory
- AllTaskCategories
this will produce one overview document named overview.doc
this will produce one project document from the selected project, the document name will be in the form : project name + “.doc”.
this will produce project document for each of the projects, the documents names will be in the form project name + “.doc”.
this will produce a single document from the selected task category, the document name will be in the form project name + task category name + “.doc”
this will produce a document for each of the Task Categories, the document names will be in the form project name + task category name + “.doc”.
- template file
- export location
- Edit task table
- Edit task Category table
- Edit project table
The name of the Word Export Project.
the word document that serves as a template to base the document on this file must be of a “.doc” type. Read here how to make a template file.
The location where the output document/documents are put.
These options will bring you to the Table Window where you can edit the table.
Table Window
Table Window
- Show Titles
- Used Property List
- Available Property List
- Add (<–) button
- delete (–>) button
- move up ( /\ ) button
- move down ( \/ ) button
Determines if the title on the top of the table is visible. If this is checked the titles of the columns will be visible when exported into a word document.
In this list all the columns are listed that will appear in the table. The Top property will appear to the left in the table and the bottom will appear on the right.
This is a list of all the properties that can be inserted into the table.
This will add the selected Available Property in the “Available Property List” to the “Used Property List”.
This will delete the selected Used Property from the “Used Property list”.
This will move the selected used property one place up in the “Used Property list”.
This will move the selected used property one place down in the “Used Property list”
All the three 3 tables are edited in a similar window the used properties are displayed in the left column and the available properties in the right column. The order of the available property’s is also significant the topmost property will become the leftmost column in the final table inside the word documents
Custom property Position Window
Custom properties Position Window
- Edit task custom properties
- Edit task category custom properties
- Edit project custom properties
- Edit general custom properties
Will bring you to the Custom Properties Window where the properties at the task position can be edited.
Will bring you to the Custom Properties Window where the properties at the task category position can be edited.
Will bring you to the Custom Properties Window where the properties at the project position can be edited.
Will bring you to the Custom Properties Window where the properties at the general position can be edited.
Custom Properties Window
Custom properties Window
- Custom Property List
- Add Button
- Edit Button
- Delete Button
A list of the Custom Properties.
This will open up the Custom Property Window where the values can be inserted off the
This will bring up the Custom Property Window with the property selected in the Custom Property List.
Deletes the Custom Property selected in the Custom Property List.
Custom Property Window
Custom property list Window
- Display name
- Display type One off the following types that determines the final value of this property is displayed in the word document:
- 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 en “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.
- command name
- Select the type that this property is, currently there are 3 types:
- integer
- double
- calculation
A whole number. see here for more info http://msdn.microsoft.com/en-us/library/5kzh1b5w(VS.80).aspx
A number with a precision of 15 digits. http://msdn.microsoft.com/en-us/library/678hzkk9(VS.71).aspx
A calculation, currently the following operations are possible Plus(+),Minus(-), Multiplication (*) and Division(/).
- value
The name of the property , this value will be displayed at the top of a table and thorough out the configuration.
The name that you have to use in a word template or table to indicate that this property value must be displayed at that position.
the value to put in your display. If the calculation type is used this is the place where the formula should be placed. For Example “( #tasktimespend# * 3)”. Look here for a list of the standard variables you can use in your calculation.