@cplace/test-mcp-server 0.1.15 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +275 -119
- package/dist/api.d.ts.map +1 -1
- package/dist/api.js +7 -1
- package/dist/api.js.map +1 -1
- package/dist/conditional-registration.d.ts.map +1 -1
- package/dist/conditional-registration.js +25 -3
- package/dist/conditional-registration.js.map +1 -1
- package/dist/index.js +77 -96
- package/dist/index.js.map +1 -1
- package/dist/preference-file.d.ts +16 -0
- package/dist/preference-file.d.ts.map +1 -0
- package/dist/preference-file.js +133 -0
- package/dist/preference-file.js.map +1 -0
- package/dist/profiles.d.ts +1 -3
- package/dist/profiles.d.ts.map +1 -1
- package/dist/profiles.js +64 -112
- package/dist/profiles.js.map +1 -1
- package/dist/searchConversion.d.ts.map +1 -1
- package/dist/searchConversion.js +18 -5
- package/dist/searchConversion.js.map +1 -1
- package/dist/searchSchema.d.ts +25 -25
- package/dist/searchSchema.d.ts.map +1 -1
- package/dist/searchSchema.js +5 -5
- package/dist/searchSchema.js.map +1 -1
- package/dist/token-hashing.d.ts +3 -0
- package/dist/token-hashing.d.ts.map +1 -0
- package/dist/token-hashing.js +18 -0
- package/dist/token-hashing.js.map +1 -0
- package/dist/tool-metadata.d.ts +2 -0
- package/dist/tool-metadata.d.ts.map +1 -0
- package/dist/tool-metadata.js +45 -0
- package/dist/tool-metadata.js.map +1 -0
- package/dist/tools/board-widget.d.ts +432 -0
- package/dist/tools/board-widget.d.ts.map +1 -0
- package/dist/tools/board-widget.js +820 -0
- package/dist/tools/board-widget.js.map +1 -0
- package/dist/tools/change-listeners.d.ts +30 -0
- package/dist/tools/change-listeners.d.ts.map +1 -1
- package/dist/tools/change-listeners.js +24 -18
- package/dist/tools/change-listeners.js.map +1 -1
- package/dist/tools/common-schemas.d.ts +2 -0
- package/dist/tools/common-schemas.d.ts.map +1 -1
- package/dist/tools/common-schemas.js +16 -0
- package/dist/tools/common-schemas.js.map +1 -1
- package/dist/tools/csv-export.d.ts +1849 -0
- package/dist/tools/csv-export.d.ts.map +1 -0
- package/dist/tools/csv-export.js +61 -0
- package/dist/tools/csv-export.js.map +1 -0
- package/dist/tools/generic-layouts.d.ts +302 -0
- package/dist/tools/generic-layouts.d.ts.map +1 -1
- package/dist/tools/generic-layouts.js +124 -70
- package/dist/tools/generic-layouts.js.map +1 -1
- package/dist/tools/get-operations.d.ts +16 -0
- package/dist/tools/get-operations.d.ts.map +1 -0
- package/dist/tools/get-operations.js +63 -0
- package/dist/tools/get-operations.js.map +1 -0
- package/dist/tools/jobs.d.ts +32 -0
- package/dist/tools/jobs.d.ts.map +1 -0
- package/dist/tools/jobs.js +193 -0
- package/dist/tools/jobs.js.map +1 -0
- package/dist/tools/pages.d.ts +55 -0
- package/dist/tools/pages.d.ts.map +1 -1
- package/dist/tools/pages.js +173 -257
- package/dist/tools/pages.js.map +1 -1
- package/dist/tools/ppt-export-schemas.d.ts +16 -16
- package/dist/tools/ppt-export.d.ts +1493 -0
- package/dist/tools/ppt-export.d.ts.map +1 -1
- package/dist/tools/ppt-export.js +23 -17
- package/dist/tools/ppt-export.js.map +1 -1
- package/dist/tools/profile-management.d.ts +20 -0
- package/dist/tools/profile-management.d.ts.map +1 -0
- package/dist/tools/profile-management.js +250 -0
- package/dist/tools/profile-management.js.map +1 -0
- package/dist/tools/references.d.ts +36 -0
- package/dist/tools/references.d.ts.map +1 -1
- package/dist/tools/references.js +48 -45
- package/dist/tools/references.js.map +1 -1
- package/dist/tools/richstring-widgets.d.ts +51 -0
- package/dist/tools/richstring-widgets.d.ts.map +1 -0
- package/dist/tools/richstring-widgets.js +173 -0
- package/dist/tools/richstring-widgets.js.map +1 -0
- package/dist/tools/schedule.d.ts +14 -0
- package/dist/tools/schedule.d.ts.map +1 -1
- package/dist/tools/schedule.js +7 -3
- package/dist/tools/schedule.js.map +1 -1
- package/dist/tools/script-logs.d.ts +29 -0
- package/dist/tools/script-logs.d.ts.map +1 -0
- package/dist/tools/script-logs.js +144 -0
- package/dist/tools/script-logs.js.map +1 -0
- package/dist/tools/script.d.ts +25 -0
- package/dist/tools/script.d.ts.map +1 -0
- package/dist/tools/script.js +121 -0
- package/dist/tools/script.js.map +1 -0
- package/dist/tools/search.d.ts +1870 -0
- package/dist/tools/search.d.ts.map +1 -1
- package/dist/tools/search.js +50 -76
- package/dist/tools/search.js.map +1 -1
- package/dist/tools/system.d.ts.map +1 -1
- package/dist/tools/system.js +4 -2
- package/dist/tools/system.js.map +1 -1
- package/dist/tools/type-layouts.d.ts +37 -0
- package/dist/tools/type-layouts.d.ts.map +1 -1
- package/dist/tools/type-layouts.js +30 -22
- package/dist/tools/type-layouts.js.map +1 -1
- package/dist/tools/type-management.d.ts +134 -0
- package/dist/tools/type-management.d.ts.map +1 -0
- package/dist/tools/{workspace.js → type-management.js} +67 -307
- package/dist/tools/type-management.js.map +1 -0
- package/dist/tools/users.d.ts +19 -0
- package/dist/tools/users.d.ts.map +1 -1
- package/dist/tools/users.js +14 -28
- package/dist/tools/users.js.map +1 -1
- package/dist/tools/validators.d.ts +28 -0
- package/dist/tools/validators.d.ts.map +1 -1
- package/dist/tools/validators.js +21 -15
- package/dist/tools/validators.js.map +1 -1
- package/dist/tools/version-check.d.ts.map +1 -1
- package/dist/tools/version-check.js +11 -9
- package/dist/tools/version-check.js.map +1 -1
- package/dist/tools/version-history.d.ts +48 -0
- package/dist/tools/version-history.d.ts.map +1 -1
- package/dist/tools/version-history.js +39 -29
- package/dist/tools/version-history.js.map +1 -1
- package/dist/tools/widgets.d.ts +185 -0
- package/dist/tools/widgets.d.ts.map +1 -1
- package/dist/tools/widgets.js +245 -363
- package/dist/tools/widgets.js.map +1 -1
- package/dist/tools/workflow-scripts.d.ts +40 -0
- package/dist/tools/workflow-scripts.d.ts.map +1 -0
- package/dist/tools/workflow-scripts.js +186 -0
- package/dist/tools/workflow-scripts.js.map +1 -0
- package/dist/tools/workflow.d.ts +70 -0
- package/dist/tools/workflow.d.ts.map +1 -0
- package/dist/tools/workflow.js +259 -0
- package/dist/tools/workflow.js.map +1 -0
- package/dist/tools/workspace-admin.d.ts +50 -0
- package/dist/tools/workspace-admin.d.ts.map +1 -0
- package/dist/tools/workspace-admin.js +184 -0
- package/dist/tools/workspace-admin.js.map +1 -0
- package/dist/tools/workspace-core.d.ts +48 -0
- package/dist/tools/workspace-core.d.ts.map +1 -0
- package/dist/tools/workspace-core.js +184 -0
- package/dist/tools/workspace-core.js.map +1 -0
- package/dist/types.d.ts +3 -3
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/dateValidation.d.ts +5 -0
- package/dist/utils/dateValidation.d.ts.map +1 -0
- package/dist/utils/dateValidation.js +57 -0
- package/dist/utils/dateValidation.js.map +1 -0
- package/dist/utils.d.ts +6 -0
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +114 -8
- package/dist/utils.js.map +1 -1
- package/dist/widget-specifications/CLAUDE.md +288 -0
- package/dist/widget-specifications/DOCUMENTATION-STATUS.md +424 -0
- package/dist/widget-specifications/GENERATING-FROM-RESEARCH.md +61 -0
- package/dist/widget-specifications/WIDGET-TAGGING-SCHEME.md +217 -0
- package/dist/widget-specifications/_research_from_ga_products/.claude-settings.local.json +48 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-api-common-config-metadata-SyncMetadataTable/research.md +168 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-breadcrumbs-breadcrumbsWidget/research.md +125 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cboard-main-board/research.md +373 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-citizenAi-askYourPageWidget/research.md +319 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cplaceReportGeneration-generateReportWidget/research.md +295 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportChart/research.md +230 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportGrid/research.md +215 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportChart/research.md +192 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportGrid/research.md +178 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-widget/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-demoWidgets-demoRichString/research.md +194 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-documentation-navigationWidget/research.md +426 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextAndListWidget/research.md +326 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextWidget/research.md +580 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-widget/research.md +281 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-draggablePageList-widget/research.md +210 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dynamicCodeBlockWidget-dynamicCodeBlockWidget/research.md +250 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-attribute-conversion-widget-enumMappingTable/research.md +260 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-configuration-widget-attributeMappingTable/research.md +148 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-cleanupConfigTable/research.md +138 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-connectorSyncConfigsTable/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-serverConnectionTable/research.md +181 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-extendedTreeTableWidget/research.md +253 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-horizontalDivider/research.md +261 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-startWizardWidget/research.md +211 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorForWizardWidget/research.md +183 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorWidget/research.md +298 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepManager/research.md +419 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepPreview/research.md +256 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardActivation/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardAnalysis/research.md +283 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardLocalizations/research.md +193 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-genericInterface-api-widgets-triggerInterfaceButton/research.md +180 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-quickOverview/research.md +186 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-sessionUserNameWidget/research.md +158 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-simpleListWithAttachment/research.md +135 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-layoutTabsWidget-widget/research.md +238 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeButton/research.md +272 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowcode-ai-chatWidget/research.md +194 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-meeting-pageHeader/research.md +208 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-navigationTileWidget-widget/research.md +259 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-headlineForReports/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-scriptPlaceholders/research.md +233 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-templatePlaceholders/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-orgaTree-edit/research.md +353 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-outlookMessageIntegration-outlookMessages/research.md +233 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pageViewHeadline-widget/research.md +217 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pdfPreview-widget/research.md +235 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-attributesGroup/research.md +525 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-batchJobQuickGlance/research.md +372 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-connectedAttributesGroup/research.md +408 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-dynamicIframe/research.md +198 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-tableWidget/research.md +427 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pptexport-pgPreviewWidget/research.md +151 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projectTree-editProjects/research.md +163 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-scheduleLockState/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-subscriptions/research.md +316 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-qrCodeWidget/research.md +130 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-resourceManagement-resourcePlannerDefinition/research.md +331 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-rest-config-widget-productionModeHintWidget/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleCalendar-calendar/research.md +284 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleForm-widget/research.md +193 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tableDetailViewWidget-widget/research.md +311 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-treeTableWidget/research.md +420 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tuplesWidget-widget/research.md +295 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-videoWidget/research.md +154 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingHighcharts/research.md +249 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingLineChart/research.md +279 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-tupleLineChart/research.md +221 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributeHistory/research.md +421 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributes/research.md +377 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-comments/research.md +254 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedBarChart/research.md +275 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedMatrix/research.md +396 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedPieChart/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedSingleAttribute/research.md +430 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedTableFilter/research.md +468 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-customRichStringAttribute/research.md +120 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsList/research.md +485 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsTable/research.md +428 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-files/research.md +240 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-iframe/research.md +358 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingLinks/research.md +242 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingReferences/research.md +488 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-makeover-attributes/research.md +219 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-modificationInfo/research.md +141 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-myElements/research.md +116 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-richString/research.md +437 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-singleAttribute/research.md +1094 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-tags/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-wiki/research.md +258 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-gantt/research.md +268 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-ganttTaskDemo/research.md +271 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-multiGantt/research.md +343 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-scheduleTreeTable/research.md +261 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGantt/research.md +184 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGanttLink/research.md +188 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-curves-widget/research.md +341 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-datePickerWidget/research.md +232 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-dropDownWidget/research.md +417 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-miscWidget/research.md +172 -0
- package/dist/widget-specifications/_research_from_ga_products/de-visualistik-visualRoadmap-widget/research.md +277 -0
- package/dist/widget-specifications/_research_from_ga_products/msg-scripts-imagegallery-basic/research.md +112 -0
- package/dist/widget-specifications/_research_from_ga_products/phase-0-discovery-approach.md +248 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-definition-mapping.md +168 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-documentation-project.md +259 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/generate.sh +100 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/parse-mapping.sh +35 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/template.md +38 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/widgets.txt +107 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_overview.md +40 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_overview.md +74 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_implementation.md +37 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_overview.md +117 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_meta.json +3 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_overview.md +123 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_overview.md +68 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_overview.md +157 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_overview.md +200 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_overview.md +27 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_overview.md +176 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_overview.md +85 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_overview.md +93 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_overview.md +75 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_overview.md +167 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_overview.md +64 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_overview.md +61 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_overview.md +94 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_overview.md +28 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_overview.md +116 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_overview.md +44 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_overview.md +40 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_overview.md +47 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_overview.md +23 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_overview.md +32 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_overview.md +29 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_overview.md +69 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_overview.md +91 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_overview.md +48 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_overview.md +58 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_overview.md +66 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_overview.md +52 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_overview.md +53 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_implementation.md +6 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_meta.json +7 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_overview.md +115 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layoutSelection.md +2 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layouts.md +3 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.sourceForLayouts.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_overview.md +137 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_overview.md +63 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_overview.md +31 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_overview.md +71 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_overview.md +57 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_overview.md +22 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_overview.md +24 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_overview.md +62 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_overview.md +50 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_overview.md +62 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_implementation.md +13 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_overview.md +108 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/absoluteSelection.md +9 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/layout.md +8 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/pageSelection.md +12 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/relativeSelection.md +14 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_overview.md +52 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_implementation.md +17 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_overview.md +103 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/cf.cplace.platform.attributesGroup.layout.md +8 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/singleSelectionWidgetId.md +15 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_overview.md +49 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_overview.md +188 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_overview.md +92 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_overview.md +81 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_overview.md +60 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_overview.md +59 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_overview.md +25 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_overview.md +78 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_overview.md +44 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_overview.md +42 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_overview.md +85 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_overview.md +92 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/attributes.md +7 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_overview.md +51 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_overview.md +202 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_overview.md +65 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_implementation.md +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_overview.md +117 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.dataSource.md +5 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.search.md +10 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/script.md +29 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/tableWidgetId.md +10 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_overview.md +72 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_overview.md +50 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_overview.md +79 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.attributes/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.attributes/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.attributes/_overview.md +89 -0
- package/dist/widget-specifications/cf.platform.attributes/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.comments/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.comments/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.comments/_overview.md +52 -0
- package/dist/widget-specifications/cf.platform.comments/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_overview.md +70 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/search.md +15 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_overview.md +189 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_overview.md +70 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/search.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_implementation.md +15 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_overview.md +69 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/attributeName.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleColumn.md +9 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleSelectionWidgetId.md +3 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withLabel.md +11 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withValue.md +12 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_overview.md +89 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_overview.md +39 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_overview.md +66 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/search.md +8 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_overview.md +109 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/columns.md +14 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/multiSortColumns.md +16 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/search.md +8 -0
- package/dist/widget-specifications/cf.platform.files/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.files/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.files/_overview.md +74 -0
- package/dist/widget-specifications/cf.platform.files/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.iframe/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.iframe/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.iframe/_overview.md +77 -0
- package/dist/widget-specifications/cf.platform.iframe/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_overview.md +83 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_overview.md +48 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_overview.md +48 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_overview.md +27 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.myElements/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.myElements/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.myElements/_overview.md +69 -0
- package/dist/widget-specifications/cf.platform.myElements/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.richString/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.richString/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.richString/_overview.md +43 -0
- package/dist/widget-specifications/cf.platform.richString/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_implementation.md +18 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_overview.md +83 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.entity.md +10 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.quotedAttributeName.md +12 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.singleColumn.md +9 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.useParent.md +11 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withLabel.md +11 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withValue.md +12 -0
- package/dist/widget-specifications/cf.platform.tags/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.tags/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.tags/_overview.md +49 -0
- package/dist/widget-specifications/cf.platform.tags/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.wiki/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.wiki/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.wiki/_overview.md +32 -0
- package/dist/widget-specifications/cf.platform.wiki/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_meta.json +11 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_overview.md +61 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_overview.md +65 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_meta.json +11 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_overview.md +73 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_overview.md +84 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_meta.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_overview.md +27 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_overview.md +84 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_meta.json +12 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_overview.md +73 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_meta.json +9 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_overview.md +67 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_meta.json +10 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_overview.md +58 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_meta.json +8 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_overview.md +43 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_meta.json +11 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_overview.md +47 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_summary.md +1 -0
- package/dist/widget-specifications/index.d.ts.map +1 -0
- package/dist/widget-specifications/index.js +55 -0
- package/dist/widget-specifications/index.js.map +1 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_catalog-data.json +12 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_meta.json +10 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_overview.md +55 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_summary.md +1 -0
- package/dist/widget-specifications/tag-registry.json +63 -0
- package/package.json +3 -2
- package/dist/tools/workspace.d.ts +0 -4
- package/dist/tools/workspace.d.ts.map +0 -1
- package/dist/tools/workspace.js.map +0 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.cplace.cplaceReportGeneration.generateReportWidget",
|
|
3
|
+
"Description": "{\"en\":\"Widget for generating and downloading Office reports\",\"de\":\"Widget zum Erzeugen und Herunterladen von Office Reports\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Report Creation\",\"de\":\"Berichterstellung\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "cf.cplace.officeReports",
|
|
7
|
+
"App": "cf.cplace.officeReports.cplaceReportGeneration",
|
|
8
|
+
"Localized App Name": "{\"en\":\"cplace Report Generation\",\"de\":\"cplace Report Generation\"}",
|
|
9
|
+
"Repository": "cplace-office-reports",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
Widget for generating and downloading Office reports.
|
|
4
|
+
|
|
5
|
+
This widget displays a button that triggers the generation of Office documents (Word, PowerPoint, or Excel) directly from cplace pages. When clicked, the widget initiates a background job that executes a Low-Code script to populate a pre-defined Office template with data from cplace, then makes the generated report available for download or automatically attaches it to a specified page.
|
|
6
|
+
|
|
7
|
+
The widget relies on a Report Configuration page that defines the template, script, and report behavior. This separation allows the same report template to be reused with different data sources across multiple widget instances.
|
|
8
|
+
|
|
9
|
+
## Use Cases
|
|
10
|
+
|
|
11
|
+
- **On-Demand Report Generation**: Generate a formatted Office document based on the current page's data (e.g., project status report from a project page showing milestones, risks, and team members)
|
|
12
|
+
- **Batch Report Generation**: Generate reports containing data from multiple pages matching search criteria (e.g., Excel report listing all active projects with their KPIs)
|
|
13
|
+
- **Table Selection Reports**: Generate reports based on specific rows selected in a connected table widget
|
|
14
|
+
- **Custom Reports with User Input**: Collect additional information via a dialog before generating the report (e.g., prompt for a reporting period or comment)
|
|
15
|
+
- **Automated Document Attachment**: Generate reports and automatically attach them to pages for record-keeping
|
|
16
|
+
|
|
17
|
+
## Design Considerations
|
|
18
|
+
|
|
19
|
+
### Data Source Modes
|
|
20
|
+
|
|
21
|
+
The widget supports three primary data source modes:
|
|
22
|
+
|
|
23
|
+
1. **Search Mode**: The report script receives search results as a binding, allowing bulk reports from filtered data
|
|
24
|
+
2. **Connected Table Mode**: The script accesses data from a connected table widget, optionally limited to selected rows
|
|
25
|
+
3. **Direct Mode**: The script works only with the embedding page context
|
|
26
|
+
|
|
27
|
+
### Output Options
|
|
28
|
+
|
|
29
|
+
- Reports can be generated in their native Office format (DOCX, PPTX, XLSX) or converted to PDF
|
|
30
|
+
- Generated files can be downloaded directly or automatically attached to pages
|
|
31
|
+
- Fixed filenames enable document version history by overwriting existing files with the same name
|
|
32
|
+
|
|
33
|
+
### Embedding Constraints
|
|
34
|
+
|
|
35
|
+
This widget can only be embedded within AttributesGroup or ConnectedAttributesGroup widgets. It cannot be placed directly on a page layout.
|
|
36
|
+
|
|
37
|
+
### Access Control
|
|
38
|
+
|
|
39
|
+
The widget can be hidden dynamically by implementing access interceptors on the report handler. The widget automatically hides itself if the user lacks access to the Report Configuration.
|
|
40
|
+
|
|
41
|
+
## Related Patterns
|
|
42
|
+
|
|
43
|
+
- **cf.cplace.officeReports.headlineForReports**: Displays visual report type indicator on Report Configuration pages
|
|
44
|
+
- **cf.cplace.officeReports.scriptPlaceholders**: Shows script-defined placeholders for Report Configuration pages
|
|
45
|
+
- **cf.cplace.officeReports.templatePlaceholders**: Displays placeholders found in Office templates for Report Configuration pages
|
package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_summary.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Widget for generating and downloading Office reports (Word, PowerPoint, Excel) based on configurable templates and Low-Code scripts that pull data from cplace pages.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.cplace.ctts.main.employeeReportChart",
|
|
3
|
+
"Description": null,
|
|
4
|
+
"Localized Name": "{\"en\":\"Employees chart view Time Tracking\",\"de\":\"Mitarbeiter Chart Report Zeiterfassung\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "cf.cplace.ctts.main",
|
|
7
|
+
"App": "cf.cplace.ctts.main",
|
|
8
|
+
"Localized App Name": "{\"en\":\"Timebooking\",\"de\":\"Zeitrückmeldung\"}",
|
|
9
|
+
"Repository": "cplace-ctts",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
The Employee Chart View widget provides an interactive Highcharts visualization of time tracking data from an employee's perspective. It displays booked time hours aggregated by booking targets over a selected date range, allowing employees to analyze their time distribution across different work activities. The widget is part of the CTTS (cplace Time Tracking System) and presents time bookings broken down by target (projects, tasks, or other booking categories) across months.
|
|
4
|
+
|
|
5
|
+
## Use Cases
|
|
6
|
+
|
|
7
|
+
### Employee Time Overview
|
|
8
|
+
Employees can view an aggregated overview of their own time bookings, visualize how they allocate time across different targets (projects, tasks, activities), and identify time distribution patterns over selected date ranges.
|
|
9
|
+
|
|
10
|
+
### Time Booking Analysis
|
|
11
|
+
Analyze time booking trends over months or years, compare time spent on different targets side-by-side, calculate total hours booked across all visible targets, and toggle visibility of individual target series to focus on specific areas of work.
|
|
12
|
+
|
|
13
|
+
### Representative View
|
|
14
|
+
Managers or authorized users can view time tracking data on behalf of other employees through "representative mode". This is particularly useful for supervisors reviewing team member time allocations or HR personnel accessing employee records.
|
|
15
|
+
|
|
16
|
+
### Date Range Filtering
|
|
17
|
+
Users can select custom date ranges (start/end year and month). The widget remembers the last selected date range per user and space, and provides a list of years where time bookings exist for quick selection.
|
|
18
|
+
|
|
19
|
+
## Design Considerations
|
|
20
|
+
|
|
21
|
+
### When to Use This Widget
|
|
22
|
+
|
|
23
|
+
Use this widget when you need to:
|
|
24
|
+
- Understand how an employee allocates time across different work targets
|
|
25
|
+
- Identify trends, patterns, or anomalies in time distribution
|
|
26
|
+
- Get a visual overview of time bookings without manually aggregating tabular data
|
|
27
|
+
- Monitor individual time allocation for performance reviews or capacity planning
|
|
28
|
+
- Analyze personal time tracking patterns for time management improvement
|
|
29
|
+
|
|
30
|
+
### Chart vs. Grid
|
|
31
|
+
|
|
32
|
+
The chart view prioritizes visual analysis and trend spotting over detailed data entry, making it ideal for overview and monitoring scenarios. For detailed tabular views with more granular data and customization options, use the Grid variant instead (`cf.cplace.ctts.main.employeeReportGrid`).
|
|
33
|
+
|
|
34
|
+
### Permission Requirements
|
|
35
|
+
|
|
36
|
+
Access to this widget is controlled at the app configuration level through group membership (defined in `ALLOWED_GROUPS`). Only authorized users can access this view. If a user is not in an allowed group, they will see a "View not allowed" message. Employees typically have access to view their own time tracking data.
|
|
37
|
+
|
|
38
|
+
### Runtime Configuration
|
|
39
|
+
|
|
40
|
+
Unlike the Grid variant, the Chart widget has no custom configuration options exposed during widget setup. Users configure the widget behavior at runtime through:
|
|
41
|
+
- Date range selection (start/end year and month)
|
|
42
|
+
- Representative selection (viewing reports for other employees if authorized)
|
|
43
|
+
- Series visibility toggles (show/hide individual target series)
|
|
44
|
+
- Standard Highcharts interactions (zoom, hover for details with percentages)
|
|
45
|
+
|
|
46
|
+
### Chart Features
|
|
47
|
+
|
|
48
|
+
The widget provides rich interactive features:
|
|
49
|
+
- **Stacked Bar Chart**: Shows time bookings as stacked bars with each target as a separate series
|
|
50
|
+
- **Total Hours Bar**: Automatically calculates and displays total hours per time period
|
|
51
|
+
- **Interactive Legend**: Click legend items to show/hide specific targets
|
|
52
|
+
- **Hover Tooltips**: Display detailed information including hours and percentages when hovering over chart elements
|
|
53
|
+
- **Toggle All Button**: Quickly show or hide all target series at once
|
|
54
|
+
- **Visible Target Sum**: Displays the sum of all currently visible targets (excluding the total bar)
|
|
55
|
+
|
|
56
|
+
## Common Pitfalls
|
|
57
|
+
|
|
58
|
+
- **Missing Data**: The widget requires time booking data to display meaningful information. The `availableYears` list is generated from existing bookings for the current user.
|
|
59
|
+
- **Permission Issues**: Users must be members of groups defined in `ALLOWED_GROUPS` app configuration to access the widget.
|
|
60
|
+
- **Configuration Expectations**: Unlike the Grid variant, this widget has no custom configuration options for widget setup. All configuration happens at runtime.
|
|
61
|
+
- **Representative Mode Context**: The widget uses `RepresentativeMode.Employee_Reports` for storing representative selections, separate from project manager report contexts.
|
|
62
|
+
|
|
63
|
+
## Related Patterns
|
|
64
|
+
|
|
65
|
+
### Time Tracking Report Family
|
|
66
|
+
|
|
67
|
+
This widget is part of a family of four time tracking report widgets:
|
|
68
|
+
|
|
69
|
+
- **Employee Report Chart** (`cf.cplace.ctts.main.employeeReportChart`) - This widget; shows time bookings from an employee's perspective using `EMPLOYEE_VIEW` report type
|
|
70
|
+
- **Employee Report Grid** (`cf.cplace.ctts.main.employeeReportGrid`) - Table-based view of employee time tracking data with more detailed, tabular information
|
|
71
|
+
- **Project Leader Chart** (`cf.cplace.ctts.main.projectmanagerReportChart`) - Shows time bookings from a project manager's perspective using `PROJECT_VIEW` report type
|
|
72
|
+
- **Project Leader Grid** (`cf.cplace.ctts.main.projectmanagerReportGrid`) - Table-based view for project managers with configuration options
|
|
73
|
+
|
|
74
|
+
### Visualization Choice
|
|
75
|
+
|
|
76
|
+
- **Chart Widgets**: Provide visual, graphical representations using Highcharts for trend analysis and quick overviews
|
|
77
|
+
- **Grid Widgets**: Provide detailed tabular views with more granular data and customization options
|
|
78
|
+
|
|
79
|
+
All four report widgets share a common base architecture (`ReportWidgetSubstitution`) but differ in report type (`EMPLOYEE_VIEW` vs `PROJECT_VIEW`), representative storage context, and configuration options.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Displays a chart-based visualization of time tracking data aggregated by targets over a selected date range from an employee's perspective. Use for analyzing time distribution across work targets and identifying time allocation trends over months or years.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.cplace.ctts.main.employeeReportGrid",
|
|
3
|
+
"Description": null,
|
|
4
|
+
"Localized Name": "{\"en\":\"Employees table view Time Tracking\",\"de\":\"Mitarbeiter Tabelle Report Zeiterfassung\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "cf.cplace.ctts.main",
|
|
7
|
+
"App": "cf.cplace.ctts.main",
|
|
8
|
+
"Localized App Name": "{\"en\":\"Timebooking\",\"de\":\"Zeitrückmeldung\"}",
|
|
9
|
+
"Repository": "cplace-ctts",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
The Employee Report Grid widget provides a comprehensive tabular overview of time tracking bookings for an individual employee. It displays time entries aggregated across all booking targets (projects, tasks, etc.) within a configurable date range, with data broken down by month.
|
|
4
|
+
|
|
5
|
+
Use this widget when employees or authorized representatives need to:
|
|
6
|
+
- View aggregated time entries across all booking targets within a selected time period
|
|
7
|
+
- Analyze time distributions broken down by month
|
|
8
|
+
- Review total time spent per booking target and per time period
|
|
9
|
+
- Export time tracking data for reporting purposes
|
|
10
|
+
|
|
11
|
+
The widget uses a read-only spreadsheet-like grid (Handsontable) where rows represent booking targets, columns represent months, and cells show hours worked in HH:MM format.
|
|
12
|
+
|
|
13
|
+
## Use Cases
|
|
14
|
+
|
|
15
|
+
### Personal Time Tracking Review
|
|
16
|
+
Individual employees reviewing their own time bookings across all projects and tasks during a specific period, such as at the end of a month, quarter, or project milestone for performance reviews.
|
|
17
|
+
|
|
18
|
+
### Representative Time Tracking View
|
|
19
|
+
Managers, HR personnel, or administrative staff with representative permissions viewing and verifying time tracking entries on behalf of another employee during absence management, compliance reviews, or administrative tasks.
|
|
20
|
+
|
|
21
|
+
### Time Distribution Analysis
|
|
22
|
+
Employees and project managers analyzing how time was distributed across different booking targets over multiple months for project planning or retrospectives.
|
|
23
|
+
|
|
24
|
+
### Time Tracking Export Preparation
|
|
25
|
+
Employees needing to export time data to external systems for billing, external reporting, or integration with third-party systems, such as contractors generating invoices.
|
|
26
|
+
|
|
27
|
+
## Design Considerations
|
|
28
|
+
|
|
29
|
+
This widget is part of the cplace Time Tracking system and has no widget-level configuration options. All configuration comes from app-level settings, user selections at runtime (date range, representative), and workspace-level settings.
|
|
30
|
+
|
|
31
|
+
Key features include:
|
|
32
|
+
- Date range selection with persistent user preferences
|
|
33
|
+
- Representative mode for authorized users to view other employees' data
|
|
34
|
+
- Column sorting and filtering capabilities
|
|
35
|
+
- Optional export functionality when templates are configured
|
|
36
|
+
|
|
37
|
+
## Alternatives
|
|
38
|
+
|
|
39
|
+
### Employee Report Chart Widget
|
|
40
|
+
**ID:** `cf.cplace.ctts.main.employeeReportChart`
|
|
41
|
+
A companion widget that displays the same employee time tracking data in chart format rather than a tabular grid. Use when a visual/graphical representation is preferred over detailed numbers.
|
|
42
|
+
|
|
43
|
+
### Project Manager Report Grid Widget
|
|
44
|
+
**ID:** `cf.cplace.ctts.main.projectmanagerReportGrid`
|
|
45
|
+
A similar grid-based reporting widget for project managers that shows time bookings from a project/team perspective instead of individual employee view. Use when aggregating time across multiple employees for a project rather than across projects for one employee.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Displays an interactive grid view of time tracking data for an individual employee, showing time bookings aggregated across booking targets (projects, tasks) over a configurable date range with monthly breakdowns.
|
package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_catalog-data.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.cplace.ctts.main.projectmanagerReportChart",
|
|
3
|
+
"Description": null,
|
|
4
|
+
"Localized Name": "{\"en\":\"Project Leader chart view Time Tracking\",\"de\":\"Projektleiter Chart Report Zeiterfassung\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "cf.cplace.ctts.main",
|
|
7
|
+
"App": "cf.cplace.ctts.main",
|
|
8
|
+
"Localized App Name": "{\"en\":\"Timebooking\",\"de\":\"Zeitrückmeldung\"}",
|
|
9
|
+
"Repository": "cplace-ctts",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
The Project Leader Chart View widget provides an interactive Highcharts visualization of time tracking data from a project manager's perspective. It displays booked time hours aggregated by projects over a selected date range, allowing project managers to analyze time distribution across the projects they manage. The widget is part of the CTTS (cplace Time Tracking System) and presents time bookings broken down by project across months.
|
|
4
|
+
|
|
5
|
+
## Use Cases
|
|
6
|
+
|
|
7
|
+
### Project Manager Time Overview
|
|
8
|
+
Project managers can view an aggregated overview of time bookings across all their projects, visualize how team members allocate time across different projects, and identify time distribution patterns over selected date ranges.
|
|
9
|
+
|
|
10
|
+
### Time Booking Analysis
|
|
11
|
+
Analyze time booking trends over months or years, compare time spent on different projects side-by-side, calculate total hours booked across all visible projects, and toggle visibility of individual project series to focus on specific projects.
|
|
12
|
+
|
|
13
|
+
### Representative View
|
|
14
|
+
Project managers can view time tracking data on behalf of other users through "representative mode" where authorized users can access reports for others. This is particularly useful for managers overseeing multiple team members' time allocations.
|
|
15
|
+
|
|
16
|
+
### Date Range Filtering
|
|
17
|
+
Users can select custom date ranges (start/end year and month). The widget remembers the last selected date range per user and space, and provides a list of years where time bookings exist for quick selection.
|
|
18
|
+
|
|
19
|
+
## Design Considerations
|
|
20
|
+
|
|
21
|
+
### When to Use This Widget
|
|
22
|
+
|
|
23
|
+
Use this widget when you need to:
|
|
24
|
+
- Understand how time is distributed across projects from a management perspective
|
|
25
|
+
- Identify trends, imbalances, or anomalies in time allocation
|
|
26
|
+
- Get a visual overview of time bookings without manually aggregating tabular data
|
|
27
|
+
- Monitor team time allocation across multiple projects
|
|
28
|
+
- Analyze time tracking patterns for strategic planning
|
|
29
|
+
|
|
30
|
+
### Chart vs. Grid
|
|
31
|
+
|
|
32
|
+
The chart view prioritizes visual analysis and trend spotting over detailed data entry, making it ideal for overview and monitoring scenarios. For detailed tabular views with more granular data and customization options, use the Grid variant instead (`cf.cplace.ctts.main.projectmanagerReportGrid`).
|
|
33
|
+
|
|
34
|
+
### Permission Requirements
|
|
35
|
+
|
|
36
|
+
Access to this widget is controlled at the app configuration level through group membership (defined in `ALLOWED_GROUPS`). Only authorized users (typically project managers) can access this view. If a user is not in an allowed group, they will see a "View not allowed" message.
|
|
37
|
+
|
|
38
|
+
### Runtime Configuration
|
|
39
|
+
|
|
40
|
+
Unlike the Grid variant, the Chart widget has no custom configuration options exposed during widget setup. Users configure the widget behavior at runtime through:
|
|
41
|
+
- Date range selection (start/end year and month)
|
|
42
|
+
- Representative selection (viewing reports for other users if authorized)
|
|
43
|
+
- Series visibility toggles (show/hide individual project series)
|
|
44
|
+
- Standard Highcharts interactions (zoom, hover for details)
|
|
45
|
+
|
|
46
|
+
## Common Pitfalls
|
|
47
|
+
|
|
48
|
+
- **Missing Data**: The widget requires time booking data to display meaningful information. The `availableYears` list is generated from existing bookings for the current user.
|
|
49
|
+
- **Permission Issues**: Users must be members of groups defined in `ALLOWED_GROUPS` app configuration to access the widget.
|
|
50
|
+
- **Configuration Expectations**: Unlike the Grid variant, this widget has no custom configuration options for widget setup. All configuration happens at runtime.
|
|
51
|
+
|
|
52
|
+
## Related Patterns
|
|
53
|
+
|
|
54
|
+
### Time Tracking Report Family
|
|
55
|
+
|
|
56
|
+
This widget is part of a family of four time tracking report widgets:
|
|
57
|
+
|
|
58
|
+
- **Employee Report Chart** (`cf.cplace.ctts.main.employeeReportChart`) - Shows time bookings from an employee's perspective using `EMPLOYEE_VIEW` report type
|
|
59
|
+
- **Employee Report Grid** (`cf.cplace.ctts.main.employeeReportGrid`) - Table-based view of employee time tracking data
|
|
60
|
+
- **Project Leader Chart** (`cf.cplace.ctts.main.projectmanagerReportChart`) - This widget; shows time bookings from a project manager's perspective using `PROJECT_VIEW` report type
|
|
61
|
+
- **Project Leader Grid** (`cf.cplace.ctts.main.projectmanagerReportGrid`) - Table-based view with more detailed, tabular information and configuration for displaying additional person attributes
|
|
62
|
+
|
|
63
|
+
### Visualization Choice
|
|
64
|
+
|
|
65
|
+
- **Chart Widgets**: Provide visual, graphical representations using Highcharts for trend analysis and quick overviews
|
|
66
|
+
- **Grid Widgets**: Provide detailed tabular views with more granular data and customization options
|
|
67
|
+
|
|
68
|
+
All four report widgets share a common base architecture (`ReportWidgetSubstitution`) but differ in report type, representative storage context, and configuration options.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Displays a chart-based visualization of time tracking data aggregated by projects over a selected date range from a project manager's perspective. Use for analyzing time distribution across managed projects and identifying time allocation trends over months or years.
|
package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_catalog-data.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.cplace.ctts.main.projectmanagerReportGrid",
|
|
3
|
+
"Description": null,
|
|
4
|
+
"Localized Name": "{\"en\":\"Project Leader table view Time Tracking\",\"de\":\"Projektleiter Tabelle Report Zeiterfassung\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "cf.cplace.ctts.main",
|
|
7
|
+
"App": "cf.cplace.ctts.main",
|
|
8
|
+
"Localized App Name": "{\"en\":\"Timebooking\",\"de\":\"Zeitrückmeldung\"}",
|
|
9
|
+
"Repository": "cplace-ctts",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
The Project Manager Report Grid widget is part of the CTTS (Collaborative Time Tracking System) timebooking solution. It provides project managers and leaders with a comprehensive tabular overview of time bookings across their projects. The widget aggregates and displays time tracking data to help project managers monitor resource allocation, verify time entries, and understand how team members' time is distributed across different projects.
|
|
4
|
+
|
|
5
|
+
Users can select a date range (start and end month/year) to view time tracking data for specific periods. The widget also supports representative mode, allowing authorized substitutes to view reports on behalf of other project managers.
|
|
6
|
+
|
|
7
|
+
## Use Cases
|
|
8
|
+
|
|
9
|
+
### Project Time Oversight
|
|
10
|
+
A project manager wants to see how much time team members have spent on various projects during a specific month or quarter to:
|
|
11
|
+
- Monitor project progress through time investment
|
|
12
|
+
- Identify resource allocation patterns
|
|
13
|
+
- Verify that team members are booking time correctly
|
|
14
|
+
- Prepare for project reviews or billing
|
|
15
|
+
|
|
16
|
+
### Cross-Project Analysis
|
|
17
|
+
A project manager overseeing multiple projects wants to understand:
|
|
18
|
+
- Which employees are working on which projects
|
|
19
|
+
- How employee time is distributed across projects (percentage view)
|
|
20
|
+
- Whether resources are balanced or overallocated
|
|
21
|
+
|
|
22
|
+
### Custom Reporting
|
|
23
|
+
Organizations can configure additional employee attributes to display in the report (such as cost center, seniority level, or department) for enhanced analysis and budget tracking.
|
|
24
|
+
|
|
25
|
+
### Representative/Substitute Viewing
|
|
26
|
+
When a project manager is unavailable, their designated substitute can use representative mode to review project time bookings without switching user accounts.
|
|
27
|
+
|
|
28
|
+
## Design Considerations
|
|
29
|
+
|
|
30
|
+
The widget provides data in a tabular/grid format, which is ideal for detailed analysis and comparison of time entries across employees and projects. It shares the same data retrieval logic with its chart counterpart, ensuring consistency between views.
|
|
31
|
+
|
|
32
|
+
Key features include:
|
|
33
|
+
- Persistent date range selection (remembered per user and space)
|
|
34
|
+
- Configurable custom person attributes for enriched reporting
|
|
35
|
+
- Permission-based access through group membership
|
|
36
|
+
- Workspace filtering for multi-tenant environments
|
|
37
|
+
- Integration with time tracking export functionality
|
|
38
|
+
|
|
39
|
+
## Alternatives
|
|
40
|
+
|
|
41
|
+
| Widget | When to Use |
|
|
42
|
+
|--------|-------------|
|
|
43
|
+
| **cf.cplace.ctts.main.projectmanagerReportChart** | When you need a graphical/chart visualization of the same project manager time tracking data instead of a table |
|
|
44
|
+
| **cf.cplace.ctts.main.employeeReportGrid** | When you need to view time bookings from an individual employee's perspective rather than a project manager's overview |
|
|
45
|
+
| **cf.cplace.ctts.main.widget** | When you need to enter time bookings rather than view/analyze existing data |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Displays time booking data in a tabular format from a project leader's perspective, showing which employees worked on which projects and for how long during a selected time period.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.cplace.ctts.main.widget",
|
|
3
|
+
"Description": null,
|
|
4
|
+
"Localized Name": "{\"en\":\"CTTS Timebooking\",\"de\":\"CTTS Zeiterfassung\"}",
|
|
5
|
+
"Icon": "cf-widget",
|
|
6
|
+
"Plugin": "cf.cplace.ctts.main",
|
|
7
|
+
"App": "cf.cplace.ctts.main",
|
|
8
|
+
"Localized App Name": "{\"en\":\"Timebooking\",\"de\":\"Zeitrückmeldung\"}",
|
|
9
|
+
"Repository": "cplace-ctts",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": null
|
|
12
|
+
}
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
## Overview
|
|
2
|
+
|
|
3
|
+
The CTTS (Collaborative Time Tracking System) Time Booking Widget is the primary interface for employees to enter, track, and manage their work hours across projects and activities. This widget provides an interactive grid-based interface where users can book time to various targets (projects, tasks, activities) on a daily, weekly, or monthly basis. It serves as the central data entry point for the entire CTTS time tracking ecosystem.
|
|
4
|
+
|
|
5
|
+
## Key Features
|
|
6
|
+
|
|
7
|
+
### Interactive Time Entry
|
|
8
|
+
Users can enter time bookings in multiple formats:
|
|
9
|
+
- **Hour and minute format** (e.g., 8:30)
|
|
10
|
+
- **Decimal format** (e.g., 8.5 or 8,5 depending on locale)
|
|
11
|
+
- **Configurable time increments** (1 second, 1 minute, 15 minutes, 30 minutes, 1 hour)
|
|
12
|
+
|
|
13
|
+
### Multiple View Modes
|
|
14
|
+
The widget supports different time period views:
|
|
15
|
+
- **Daily View**: Granular day-by-day time entry
|
|
16
|
+
- **Weekly View**: Week-at-a-glance with daily columns
|
|
17
|
+
- **Monthly View**: Complete month overview with optional single-value entry per month
|
|
18
|
+
|
|
19
|
+
### Calendar Integration
|
|
20
|
+
- Visual calendar picker for easy date navigation
|
|
21
|
+
- Week selection support (configurable clickable weeks)
|
|
22
|
+
- "Today" button for quick navigation to current period
|
|
23
|
+
- Highlights holidays and non-working days
|
|
24
|
+
|
|
25
|
+
### Target Management
|
|
26
|
+
- Add multiple booking targets (projects, activities, tasks)
|
|
27
|
+
- Favorites system for frequently used targets
|
|
28
|
+
- Subsequent booking support (booking to past periods with restrictions)
|
|
29
|
+
- Workspace filtering (optionally restrict targets to current workspace)
|
|
30
|
+
|
|
31
|
+
### Data Validation and Controls
|
|
32
|
+
- **Maximum booking time per day** validation
|
|
33
|
+
- **Overbooking limits** with warnings
|
|
34
|
+
- **Negative bookings** support (if configured)
|
|
35
|
+
- **Month locking/release** functionality for approval workflows
|
|
36
|
+
- **Difference display** showing target vs. actual hours
|
|
37
|
+
- **Real-time calculation** of daily and period totals
|
|
38
|
+
|
|
39
|
+
### Representative Mode
|
|
40
|
+
Users with appropriate permissions can book time on behalf of other employees (substitute/delegation functionality).
|
|
41
|
+
|
|
42
|
+
## Use Cases
|
|
43
|
+
|
|
44
|
+
### Daily Time Tracking
|
|
45
|
+
An employee starts their workday and uses the widget to:
|
|
46
|
+
1. Navigate to the current week
|
|
47
|
+
2. Select projects from their favorites or add new targets
|
|
48
|
+
3. Enter hours worked per project per day
|
|
49
|
+
4. See real-time totals and ensure they don't exceed daily limits
|
|
50
|
+
5. Save their time bookings at the end of the day or week
|
|
51
|
+
|
|
52
|
+
### Project Time Allocation
|
|
53
|
+
A consultant working on multiple client projects:
|
|
54
|
+
1. Adds all active client projects to their booking grid
|
|
55
|
+
2. Distributes their 8-hour workday across 3 different projects
|
|
56
|
+
3. Uses the percentage distribution view to see time allocation patterns
|
|
57
|
+
4. Reviews weekly totals to ensure project budgets are tracked correctly
|
|
58
|
+
|
|
59
|
+
### Month-End Approval Workflow
|
|
60
|
+
At the end of the month:
|
|
61
|
+
1. Employee reviews all time bookings for the month
|
|
62
|
+
2. Clicks "Release Month" to submit for approval
|
|
63
|
+
3. Manager reviews released bookings in project manager report widgets
|
|
64
|
+
4. If corrections needed, manager revokes release status
|
|
65
|
+
5. Employee makes corrections and re-releases for approval
|
|
66
|
+
|
|
67
|
+
### Substitute Time Entry
|
|
68
|
+
An administrative assistant books time on behalf of team members:
|
|
69
|
+
1. Selects a team member via representative mode
|
|
70
|
+
2. Enters time bookings for that person
|
|
71
|
+
3. Bookings are attributed to the selected employee
|
|
72
|
+
4. Assistant can switch between multiple employees as needed
|
|
73
|
+
|
|
74
|
+
### Subsequent Booking (Retroactive Entry)
|
|
75
|
+
An employee realizes they forgot to book time from two weeks ago:
|
|
76
|
+
1. Uses "Add Subsequent Booking" feature
|
|
77
|
+
2. System checks if retroactive booking is within allowed time frame (e.g., last 2 months)
|
|
78
|
+
3. Employee adds the missed booking target and enters historical time
|
|
79
|
+
4. System validates against month locking rules
|
|
80
|
+
|
|
81
|
+
## Design Considerations
|
|
82
|
+
|
|
83
|
+
### When to Use This Widget
|
|
84
|
+
- Primary time entry interface for employee time tracking
|
|
85
|
+
- Need for flexible daily, weekly, or monthly time booking views
|
|
86
|
+
- Requirements for time validation and approval workflows
|
|
87
|
+
- Multi-project time allocation tracking
|
|
88
|
+
- Integration with project management and billing systems
|
|
89
|
+
|
|
90
|
+
### Configuration Decisions
|
|
91
|
+
|
|
92
|
+
**View Mode Selection**
|
|
93
|
+
- **Weekly View** (default): Best balance between overview and detail for most users
|
|
94
|
+
- **Monthly View**: Suitable for high-level time tracking or simplified booking scenarios
|
|
95
|
+
- **Daily View**: When granular control is needed, though less commonly used
|
|
96
|
+
|
|
97
|
+
**Time Format**
|
|
98
|
+
- **Punctual (0:00)**: More intuitive for users thinking in hours and minutes
|
|
99
|
+
- **Decimal (0.00 or 0,00)**: Better for billing calculations and integrations
|
|
100
|
+
|
|
101
|
+
**Validation Rules**
|
|
102
|
+
Consider organizational policies:
|
|
103
|
+
- Maximum daily hours (prevent overbooking)
|
|
104
|
+
- Overbook tolerance (allow slight overages)
|
|
105
|
+
- Negative bookings (corrections, time off)
|
|
106
|
+
- Holiday booking restrictions
|
|
107
|
+
- Month locking for approval cycles
|
|
108
|
+
|
|
109
|
+
### Integration Patterns
|
|
110
|
+
|
|
111
|
+
The CTTS Main Widget is the data source for:
|
|
112
|
+
- **Employee Report Widgets** (`cf.cplace.ctts.main.employeeReportGrid`, `cf.cplace.ctts.main.employeeReportChart`): Display time bookings from employee perspective
|
|
113
|
+
- **Project Manager Report Widgets** (`cf.cplace.ctts.main.projectmanagerReportGrid`, `cf.cplace.ctts.main.projectmanagerReportChart`): Aggregate time bookings by project
|
|
114
|
+
- **Time Tracking Export**: Generate reports for billing, payroll, or compliance
|
|
115
|
+
- **Project Capacity Planning**: Analyze resource allocation and availability
|
|
116
|
+
|
|
117
|
+
## Common Pitfalls
|
|
118
|
+
|
|
119
|
+
### Incorrect Permission Configuration
|
|
120
|
+
The widget checks group membership via app configuration. Users without proper group assignment see "You cannot make time bookings because you are not a member of a group with editing rights." Ensure all users who need to book time are in the configured allowed groups.
|
|
121
|
+
|
|
122
|
+
### Month Locking Confusion
|
|
123
|
+
Released/locked months cannot be edited without revoking the release. This is by design for approval workflows, but can confuse users who try to make corrections to past months.
|
|
124
|
+
|
|
125
|
+
### Workspace Filtering Unexpected Results
|
|
126
|
+
When "Show data from this workspace only" is enabled, users may not see expected targets if those pages are in different workspaces. This is intentional for multi-tenant scenarios but can be surprising.
|
|
127
|
+
|
|
128
|
+
### Time Format Mismatches
|
|
129
|
+
Users might enter "8:30" when decimal format is configured, or vice versa. The widget validates format, but clear user communication about the expected format prevents frustration.
|
|
130
|
+
|
|
131
|
+
### Subsequent Booking Time Limits
|
|
132
|
+
Users attempting to book time beyond the configured subsequent booking limit (e.g., trying to book 3 months ago when limit is 2 months) will be blocked. The time limit must be configured appropriately for organizational needs.
|
|
133
|
+
|
|
134
|
+
## Related Widgets
|
|
135
|
+
|
|
136
|
+
### cf.cplace.ctts.main.employeeReportGrid
|
|
137
|
+
Displays the same time booking data entered via the main widget, but from a reporting perspective focused on individual employee views. Use together to provide both data entry and analysis capabilities.
|
|
138
|
+
|
|
139
|
+
### cf.cplace.ctts.main.projectmanagerReportGrid
|
|
140
|
+
Shows aggregated time bookings by project for project manager oversight. The main widget creates the data that this reporting widget displays in project-centric views.
|
|
141
|
+
|
|
142
|
+
### cf.cplace.ctts.main.employeeReportChart
|
|
143
|
+
Chart-based visualization alternative to the employee report grid, showing the same employee-focused time tracking data in graphical format.
|
|
144
|
+
|
|
145
|
+
### cf.cplace.ctts.main.projectmanagerReportChart
|
|
146
|
+
Chart-based visualization alternative to the project manager report grid, providing graphical views of project time allocation.
|
|
147
|
+
|
|
148
|
+
## Alternative Patterns
|
|
149
|
+
|
|
150
|
+
### Simple Form Widget
|
|
151
|
+
For basic time entry without advanced features like validation, approval workflows, or multi-project allocation, consider using `cf.cplace.simpleForm.widget` with custom time tracking attributes.
|
|
152
|
+
|
|
153
|
+
### Table Widget with Inline Editing
|
|
154
|
+
For read-heavy time tracking scenarios where most interaction is viewing rather than editing, an `embeddedSearchAsTable` with inline editing might be simpler than the full CTTS solution.
|
|
155
|
+
|
|
156
|
+
### External Time Tracking Integration
|
|
157
|
+
Organizations with existing time tracking systems (Jira, Toggl, Harvest) may prefer to integrate those systems via API rather than implementing CTTS for time entry.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Interactive time booking grid for entering and managing work hours on projects and targets. Primary widget for employees to record daily time allocations across multiple projects with calendar and grid views.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Widget": "cf.cplace.demoWidgets.demoRichString",
|
|
3
|
+
"Description": "{\"en\":\"A widget without frame to enter formatted text with a title. (Editable only in layout.)\",\"de\":\"Ein Widget ohne Rahmen für die Eingabe von formatiertem Text. (Nur über die Einstellungen bearbeitbar.)\"}",
|
|
4
|
+
"Localized Name": "{\"en\":\"Text without widget frame\",\"de\":\"Text ohne Widget-Rahmen\"}",
|
|
5
|
+
"Icon": "fa-font",
|
|
6
|
+
"Plugin": "cf.cplace.platform",
|
|
7
|
+
"App": "cf.cplace.platform",
|
|
8
|
+
"Localized App Name": "{\"en\":\"cplace Basis\",\"de\":\"cplace Basis\"}",
|
|
9
|
+
"Repository": "cplace",
|
|
10
|
+
"* Details DE": null,
|
|
11
|
+
"* Details EN": "<p><strong>More Details</strong></p>\n\n<p>The 'Text without Widget Frame' widget can be used to display a formatted text on a cplace page. This widget does not have a frame.</p>\n\n<p>The text can only be edited in the 'Layout' mode.</p>\n\n<p><strong>Settings</strong></p>\n\n<p>// * Title: Bilingual text. Only displayed on the 'Layout' but not on the 'View' tab.</p>\n\n<p>// * Content: A Wiki component for entering formatted text to be displayed by the widget.</p>\n\n<p>// * Height: The height of the widget in pixels.</p>"
|
|
12
|
+
}
|