Add Stop-watch on Task summary page.
------------------------------------ Key: OFBIZ-2474 URL: https://issues.apache.org/jira/browse/OFBIZ-2474 Project: OFBiz Issue Type: New Feature Components: specialpurpose/projectmgr, workeffort Affects Versions: SVN trunk Reporter: Jyotsna Rathore Priority: Minor Fix For: SVN trunk Add a Stop watch on the task summary page. It will have following functions: Start, Stop, Reset, Pause & Resume. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jyotsna Rathore updated OFBIZ-2474: ----------------------------------- Attachment: StopWatch.patch Uploaded patch for stop watch on Task summary page. It Has following major changes: 1. Implemented java service 'stopWatchForTask' in WorkEffortServices.xml 2. Implemented simple method 'stopWatchForTask' in ProjectSimpleEvents.xml. 3. Implemented MyWatch screen in & created MyWatch.ftl. 4. Created MyWatch.js for displaying updated time for change of each second. > Add Stop-watch on Task summary page. > ------------------------------------ > > Key: OFBIZ-2474 > URL: https://issues.apache.org/jira/browse/OFBIZ-2474 > Project: OFBiz > Issue Type: New Feature > Components: specialpurpose/projectmgr, workeffort > Affects Versions: SVN trunk > Reporter: Jyotsna Rathore > Priority: Minor > Fix For: SVN trunk > > Attachments: StopWatch.patch > > > Add a Stop watch on the task summary page. It will have following functions: Start, Stop, Reset, Pause & Resume. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709716#action_12709716 ] Hans Bakker commented on OFBIZ-2474: ------------------------------------ if more than one user is using the stopwatch what does happen? Is it separated? > Add Stop-watch on Task summary page. > ------------------------------------ > > Key: OFBIZ-2474 > URL: https://issues.apache.org/jira/browse/OFBIZ-2474 > Project: OFBiz > Issue Type: New Feature > Components: specialpurpose/projectmgr, workeffort > Affects Versions: SVN trunk > Reporter: Jyotsna Rathore > Priority: Minor > Fix For: SVN trunk > > Attachments: StopWatch.patch > > > Add a Stop watch on the task summary page. It will have following functions: Start, Stop, Reset, Pause & Resume. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709722#action_12709722 ] Hans Bakker commented on OFBIZ-2474: ------------------------------------ why part of the patch is in project manager and part of it in work effort? I would like to suggest to first implement it on a work effort in the workeffort component, and then to make this available in the project manager. I also miss the function to enter the resulting total time into a timesheet referring to the task/workeffort? Another point is the updating pe second....better to have that longer lets say per minute? In general a nice idea, but to make it useful it should be integrated in the system. I hope the code is not copied from somewhere? if so what was the original license? > Add Stop-watch on Task summary page. > ------------------------------------ > > Key: OFBIZ-2474 > URL: https://issues.apache.org/jira/browse/OFBIZ-2474 > Project: OFBiz > Issue Type: New Feature > Components: specialpurpose/projectmgr, workeffort > Affects Versions: SVN trunk > Reporter: Jyotsna Rathore > Priority: Minor > Fix For: SVN trunk > > Attachments: StopWatch.patch > > > Add a Stop watch on the task summary page. It will have following functions: Start, Stop, Reset, Pause & Resume. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709723#action_12709723 ] Jyotsna Rathore commented on OFBIZ-2474: ---------------------------------------- This stop watch is only displayed on the UI and user can operate on it by using different buttons (Start, Stop, Reset, Pause and Resume) Right not the recorded time is not saved anywhere in data base. It need to be stored w.r.t each logged in user. This still need to be implemented. > Add Stop-watch on Task summary page. > ------------------------------------ > > Key: OFBIZ-2474 > URL: https://issues.apache.org/jira/browse/OFBIZ-2474 > Project: OFBiz > Issue Type: New Feature > Components: specialpurpose/projectmgr, workeffort > Affects Versions: SVN trunk > Reporter: Jyotsna Rathore > Priority: Minor > Fix For: SVN trunk > > Attachments: StopWatch.patch > > > Add a Stop watch on the task summary page. It will have following functions: Start, Stop, Reset, Pause & Resume. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709836#action_12709836 ] Jyotsna Rathore commented on OFBIZ-2474: ---------------------------------------- Thanks Hans for your comments, I am working on it and soon will post updated patch. > Add Stop-watch on Task summary page. > ------------------------------------ > > Key: OFBIZ-2474 > URL: https://issues.apache.org/jira/browse/OFBIZ-2474 > Project: OFBiz > Issue Type: New Feature > Components: specialpurpose/projectmgr, workeffort > Affects Versions: SVN trunk > Reporter: Jyotsna Rathore > Priority: Minor > Fix For: SVN trunk > > Attachments: StopWatch.patch > > > Add a Stop watch on the task summary page. It will have following functions: Start, Stop, Reset, Pause & Resume. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |