Commit graph

77 commits

Author SHA1 Message Date
2d121fe028 allow hiding actions via type options 2012-08-25 11:34:59 +02:00
e054d43221 provide state field for reports, use in meeting minutes 2012-08-25 10:08:56 +02:00
6c72358426 provide actions for agenda items; show state in meeting minutes browser view 2012-08-21 07:06:36 +02:00
9b4098c9da meeting minutes improvements
create follow-up event: automatic creation of work items on new agenda item if selected; finished work items are not selected
append new child to end of existing children if option 'children_append' is set and children is already ordered manually
2012-08-09 14:05:33 +02:00
1b8146b683 meeting minutes: generate Word document by embedding content in .mht file 2012-08-07 18:57:16 +02:00
96850f110c indicator attribute depending on work item type: background color for event 2012-08-04 18:19:11 +02:00
953e150e0f force column layout by explicitly specifying widths; define Section elements in report 2012-08-04 09:25:03 +02:00
c0b68ace67 improvements and fixes for meeting minutes: views, infos, creating follow-up events, ... 2012-07-31 17:55:39 +02:00
c2ee316927 fix option checking for new work item 2012-07-29 10:23:53 +02:00
ac1968233d additional fields workItemType and deadline for work items: control editing and display, e.g. for meeting minutes 2012-07-29 10:15:19 +02:00
0700bb971b work in progress: meeting minutes: additional fields, improved layout 2012-07-26 16:28:13 +02:00
142e1cb20b provide separate interfaces and type concepts for events and agenda items, e.g. for improving meeting minutes 2012-07-17 08:42:36 +02:00
b924051d49 work in progress: input of report parameters, work statement as example 2012-07-09 16:31:23 +02:00
d0ef48e692 provide work report view 'work.html' using its context object for the 'tasks' query criteria, use this instead of 'results.html' 2012-07-09 11:23:12 +02:00
670ebf95f1 meeting minutes: fix listing of tasks, access to task for work item listing 2012-07-02 08:46:56 +02:00
2e8618b375 creation of follow-up meeting with copying of tasks OK 2012-06-12 18:20:16 +02:00
719bd165aa work in progress: Competence and Certification Management (CCM): fix structure, start with form for qualification record creation 2012-06-11 17:32:34 +02:00
707a1dd8c4 show meeting minutes as Word document 2012-06-11 10:17:40 +02:00
4447ea04ef provide generation of meeting minutes Word document 2012-06-10 18:04:45 +02:00
59bb401b8f create follow-up event: extend form showing tasks of base event for selection 2012-06-10 16:29:33 +02:00
a930ec1f63 check also for '_x' states when displaying source or target work items 2012-05-09 09:44:38 +02:00
b289b41807 inactivate last change (show 'closed' state by default in listings), seems not to be really useful 2012-05-09 09:36:15 +02:00
1ba43979a8 show 'closed' state by default in listings 2012-05-09 09:28:56 +02:00
095fd9b032 meeting minutes: translate state, improve layout 2012-05-08 07:45:31 +02:00
0a72c9bda9 fix states list for meeting minutes 2012-05-07 17:57:19 +02:00
2412688b0e meeting minutes: layout improvements 2012-05-05 18:28:58 +02:00
2f9fbb215e work in progress: meeting minutes: view + corresponding portlet action 2012-05-05 10:35:22 +02:00
058de979d8 work in progress: meeting minutes: selection and output working 2012-05-04 16:13:02 +02:00
a30ed80e16 fix subreport field definition - needs a reportFactory parameter 2012-03-16 12:01:54 +01:00
7ca0892551 reporting, work in progress: sub-report field 2012-01-02 09:26:42 +01:00
9f9e350933 work in progress: extend reporting features - report 'meeting minutes' 2011-12-30 12:47:23 +01:00
eb46739b93 fix class variables 2011-11-30 11:39:33 +01:00
0812b3975b use events and projects also as subtasks for work statement report 2011-11-28 09:15:23 +01:00
0a1d2ec262 work in progress: reporting; example 'work statement' report is operational 2011-11-27 19:44:58 +01:00
55fbb7eefc work in progress: reporting, example 'work statement' report 2011-11-27 15:19:19 +01:00
120156cd04 work in progress: reporting, example 'work statement' report 2011-11-26 14:54:24 +01:00
758171f158 work in progress: configurable reports - basic interfaces and classes, example report (work_report) 2011-11-11 15:18:03 +01:00
f072066b3a work in progress: configurable reports - basic interfaces and classes, example report (work_report) 2011-11-10 08:17:12 +01:00
50816e22b2 provide new query for retrieving work items independently of task or user 2011-08-24 15:17:04 +02:00
28e8d54762 - allow editing/creation of work items by others (creator, admin),
take party/userName from previous work item instead of current user
2011-08-03 16:29:51 +02:00
fea68978f3 show target and source info on work items that have been moved or delegated 2011-06-15 18:50:57 +02:00
helmutm
5202421654 delegate or move work item: select target party or task via FilteringSelect widget
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4199 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-03-10 13:56:48 +00:00
helmutm
080b3a79f5 - work items: provide move action for assigning a work item to
another task
- show work items (if present) for arbitrary concepts


git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4196 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-03-07 12:30:41 +00:00
helmutm
d3d6e2b7ef provide link for editing work item only to person associated with the work item
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4192 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-02-28 11:13:24 +00:00
helmutm
06c10460ad don't show 'delegate' action for non-privileged users
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4190 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-02-15 18:07:17 +00:00
helmutm
8ecf2645f1 work in progress: page actions - start with print action; + translations for work item management
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3918 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-07-09 08:13:17 +00:00
helmutm
3d7c87b7b9 implement workspace-based security management
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3891 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-06-12 10:51:17 +00:00
helmutm
dddc43086d provide basic work delegation functionality
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3596 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-10-20 17:16:30 +00:00
helmutm
d2a2cc4223 use local for displaying timestamps
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3442 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-07-06 16:16:25 +00:00
helmutm
1cb8894abc work in progress: task indexing: add index for start date, include work item texts in text index entry
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3342 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-04-20 06:43:08 +00:00