From version < 24.1 >
edited by nlo
on 20.05.2019, 15:56
To version < 34.2
edited by gru
on 19.06.2020, 14:58
<
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.nlo
1 +XWiki.gru
Content
... ... @@ -69,6 +69,10 @@
69 69  * **Created by me**
70 70  All form records that have been created by the current [[user>>doc:Formcycle.UserInterface.UserSettings.User.WebHome]] will be displayed.
71 71  
72 +{{id name="filter_menu_appointment_templates" /}}
73 +=== Schedules {{version major="6" minor="5" patch="0"/}} ===
74 +This filter menu is only available in the [[calendar view>>||anchor="calendar-view"]]. Schedules that have booked appointments can be (un-)selected here. In the calendar-view only appointments of the selected schedules will appear.
75 +
72 72  === Inboxes ===
73 73  
74 74  {{id name="filter_menu_inboxes"/}}
... ... @@ -141,6 +141,7 @@
141 141  The form record list header consists of two button rows (see [[figure>>||anchor="fig_inbox_list_default_marked"]]). On the left are //form record actions// and on the right are //general actions//.
142 142  
143 143  {{id name="form_record_actions"/}}
148 +
144 144  === Form record actions ===
145 145  
146 146  Which form record actions will be displayed depends on the currently selected form records.
... ... @@ -196,6 +196,11 @@
196 196  A form record in the default view: Clicking the inbox (in blue) sets an [[inbox filter>>||anchor="filter_menu_inboxes"]]. The attachment page of the form record can be accessed directly be clicking the paperclip icon {{ficon name="paperclip-45" /}}.{{/figure}}
197 197  In contrast to the [[project views>>||anchor="inbox_list_project"]] and depending on the [[set filters>>||anchor="filter_menu"]], all form records are being displayed in the default view. Form records with attachments are marked by a paperclip icon {{ficon name="paperclip-45"/}} (see [[figure>>||anchor="fig_inbox_list_item_default"]]). Clicking the icon opens the [[attachment page>>||anchor="review_area_attachments"]] of the form record directly. Every record entry consists of the subject, submit date, state as well as the inbox (in blue, see [[figure>>||anchor="fig_inbox_list_item_default"]]). Clicking the inbox sets an [[inbox filter>>||anchor="filter_menu_inboxes"]].
198 198  
204 +{{id name="calendar-view" /}}
205 +=== Calendar view {{version major="6" minor="5" patch="0"/}} ===
206 +
207 +The calendar view is available if [[schedules>>doc:Formcycle.UserInterface.Appointments.WebHome]] with booked appointments exist. In this view all booked appointments are displayed. Which schedules should be displayed can be set from the [[filter menu>>||anchor="filter_menu_appointment_templates"]].
208 +
199 199  === Project view ===
200 200  
201 201  {{id name="inbox_list_project"/}}
... ... @@ -207,21 +207,25 @@
207 207  
208 208  Project views are data table views which are available as soon as display columns have been configured for the form (see [[Form > Inbox>>doc:Formcycle.UserInterface.MyForms.Inbox.WebHome]]). The values of the configured form elements as well as additional form information will be displayed in the data table. Every column can be filtered and sorted. Form records containing attachments are marked by a paperclip icon {{ficon name="paperclip-45"/}} (see [[figure>>||anchor="fig_inbox_list_item_default"]]). Clicking the icon opens the [[attachment page>>||anchor="review_area_attachments"]] of the form record directly.
209 209  
210 -{{id name="export"}}
220 +{{id name="export"/}}
221 +
211 211  == Export ==
212 212  
213 213  Clicking //Export// {{icon name="download"/}} in the header of the form record list exports all selected form records or all form records based on the currently [[set filters>>||anchor="filter_menu"]] if there are no form records selected (see [[form record actions>>||anchor="form_record_actions"]]).
214 214  
215 -Example:
226 +__Example:__
216 216  
217 217  No form records are selected and filter is set to the inbox "Default inbox". Performing an export action will export all form records that are stored in the inbox "Default inbox". For exporting the form records of all inboxes the filter on "Default inbox" needs to be removed.
218 218  
219 219  There are three different types of exporting form records:
220 220  
221 -__{{icon name="file-code-o"/}} XML__
222 -{{figure image="inbox_export_xml_en.png"}}{{id name="fig_inbox_export_xml" /}}
223 -XML-Export of selected form records: Optionally an XSL-Template may be selected for transforming the resulting XML file into the desired format (XSL-Templates can be defined under [[XSL transformation>>Formcycle.UserInterface.FilesAndTemplates.XSLTransformation.WebHome]]).{{/figure}}
232 +=== {{icon name="file-code-o"/}} XML ===
224 224  
234 +{{figure image="inbox_export_xml_en.png"}}
235 +{{id name="fig_inbox_export_xml" /}}
236 +XML-Export of selected form records: Optionally an XSL-Template may be selected for transforming the resulting XML file into the desired format (XSL-Templates can be defined under [[XSL transformation>>Formcycle.UserInterface.FilesAndTemplates.XSLTransformation.WebHome]]). Additionally meta data may be exported.
237 +{{/figure}}
238 +
225 225  Form record data of all form elements will be exported flat in an XML structure.
226 226  
227 227  {{code language="xml"}}
... ... @@ -245,10 +245,13 @@
245 245  
246 246  Using an optional XSL template (see [[figure>>||anchor="fig_inbox_export_xml"]]) the exported XML can be transformed into the desired format. The appropriate template can be selected using the combobox. For further information on XSL templates look [[here>>doc:Formcycle.UserInterface.FilesAndTemplates.XSLTransformation]].
247 247  
248 -__{{icon name="file-excel-o"/}} Excel__
249 -{{figure image="inbox_export_excel_en.png"}}{{id name="fig_inbox_export_excel" /}}
250 -Excel export of the selected form records: Column names can be configured for every export.{{/figure}}
262 +=== {{icon name="file-excel-o"/}} Excel ===
251 251  
264 +{{figure image="inbox_export_excel_en.png"}}
265 +{{id name="fig_inbox_export_excel" /}}
266 +Excel export of the selected form records: Column names can be configured for every export. Additionally meta data may be exported.
267 +{{/figure}}
268 +
252 252  All data will be exported to an Excel file. If form records of multiple forms have been selected than a new worksheet will be created for every form within the Excel file. All values of [[repeated form elements>>Formcycle.FormDesigner.ElementProperties.BaseProperties]] will be put into the same cell, separated by commas. If this is not desired the export option //Excel (multiline)// is recommended.
253 253  The column names of the resulting Excel file may configured using the following options:
254 254  
... ... @@ -259,10 +259,37 @@
259 259  * **Column name of the data table**
260 260  The column names that have been set in the [[inbox configuration>>doc:Formcycle.UserInterface.MyForms.Inbox.WebHome]] will be used for the Excel columns. This selection is only available in the [[project views>>||anchor="inbox_list_project"]].
261 261  
262 -__{{icon name="file-excel-o"/}} Excel (multiline)__
279 +=== {{icon name="file-excel-o"/}} Excel (multiline) ===
280 +
263 263  {{info}}This Option is not available in [[project views>>||anchor="inbox_list_project"]].{{/info}}
264 264  The export works the exact same way as the simple Excel export, except that the values of [[repeated form elements>>Formcycle.FormDesigner.ElementProperties.BaseProperties]] will be put into separate rows.
265 265  
284 +=== Export meta data (Optional) ===
285 +
286 +{{info}}This functionality is available in FORMCYCLE version 6.1.0 and above. In previous versions meta data was exported by default.{{/info}}
287 +Meta data may be exported additionally for every export type (see figure [[XML export>>||anchor="fig_inbox_export_xml"]]/[[Excel export>>||anchor="fig_inbox_export_excel"]]). The following fileds are available for export:
288 +
289 +* **ID** {{version major="6" minor="4" patch="0"/}}
290 +System ID of the form record.
291 +* **Process ID**
292 +Process ID of the form record.
293 +* **Subject** {{version major="6" minor="4" patch="0"/}}
294 +Subject of the form record.
295 +* **Status**
296 +Name of the state the form record is in at the time of export.
297 +* **Inbox** {{version major="6" minor="4" patch="0"/}}
298 +* Inbox in which the form record is located.
299 +* **Date of receipt**
300 +Date the form record was submitted/created.
301 +* **Modification date**
302 +Date of last change to the form record.
303 +* **Form variables**
304 +Configured [[Form variables>>doc:Formcycle.FormDesigner.CodingPanel.VariablesTab]] an their values.
305 +* **Control fields**
306 +Control fields of the form such as //xf-action//, which holds the name of the button used for submitting the form.
307 +* **Meta data**
308 +Date of export and used FORMCYCLE version.
309 +
266 266  == Review area ==
267 267  
268 268  {{id name="review_area"/}}
... ... @@ -300,6 +300,9 @@
300 300  
301 301  === Navigation row ===
302 302  
347 +{{figure image="inbox_review_area_attachments_en.png"}}The attachment area of a form record is divided into form upload attachments and workflow attachments. Attachments with a size of 0 Byte will be marked red.{{/figure}}
348 +{{id name="fig_inbox_review_area_attachments"/}}
349 +
303 303  The navigation row provides a number of tabs for displaying different aspects of the form record. Depending on the selected navigation tab the available actions in the action row change as well as the displayed information in the content area.
304 304  
305 305  * **{{ficon name="XPage"/}} Form page**
... ... @@ -316,7 +316,7 @@
316 316  Shows the protocol entries (history) of the current form record. State changes, executed actions, attached files, etc. will be logged and displayed here. This tab provides the following form record actions:
317 317  ** {{ficon name="plus-circle-outline"/}} [[Add entry>>||anchor="review_action_add_protocol_entry"]]
318 318  * **{{ficon name="paperclip-45"/}} Attachments**{{id name="review_area_attachments"/}}
319 -If the form record contains attachments this tab will be displayed and allows access to the form record attachments.
366 +If the form record contains attachments this tab will be displayed and allows access to the form record attachments. The attachment area of a form record is divided into form upload attachments and workflow attachments. Form uploads are attached via [[upload elements>>doc:Formcycle.FormDesigner.FormElements.Upload]] of a form. Workflow attachments will be generated through workflow processing actions. Attachments with a size of 0 Byte will be marked red.
320 320  ** {{ficon name="checkbox-marked-outline"/}} (De-)Selectionof all attachments
321 321  ** {{icon name="download"/}} [[Download>>||anchor="review_action_download_attach"]]
322 322  ** {{ficon name="trash-alt2"/}} [[Delete attachments>>||anchor="review_action_delete_attach"]]
... ... @@ -337,7 +337,7 @@
337 337  ** //Rerun actions of the current state//: Reruns the actions of the current state. Whether or not form data changes should be saved and validated can be configured.
338 338  ** //Change state//: Similar to the normal state change. Whether or not the actions of the destination state should be executed and whether or not form data changes should be saved and validated can be configured. This action is only available if the state can be changed by the user.
339 339  * **{{ficon name="plus-circle-outline"/}} Add entry**{{id name="review_action_add_protocol_entry"/}}
340 -Opens up a dialog for adding protocol entries to the form record history. Selected files will be attached to the form record.
387 +Opens up a dialog for adding protocol entries to the form record history. It is also possible to select additional files which will be attached to the form record.
341 341  * **{{icon name="download"/}} Download attachments**{{id name="review_action_download_attach"/}}
342 342  Downloads the selected attachments.
343 343  * **{{ficon name="trash-alt2"/}} Delete attachments**{{id name="review_action_delete_attach"/}}
Copyright 2000-2024