You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Anil K Patel (JIRA)" <ji...@apache.org> on 2008/03/15 05:47:25 UTC

[jira] Created: (OFBIZ-1707) Ability to add Note with each TimeEntry

Ability to add Note with each TimeEntry
---------------------------------------

                 Key: OFBIZ-1707
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1707
             Project: OFBiz
          Issue Type: Improvement
          Components: specialpurpose/projectmgr
            Reporter: Anil K Patel
            Priority: Minor


Link Time Entry with notedata. If possible provide a auto pop up window using javascript that will auto save content on lost focus. 
Rishi Solanki, Thanks for suggesting.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-1707) Ability to add Note with each TimeEntry

Posted by "Hans Bakker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans Bakker closed OFBIZ-1707.
------------------------------

    Resolution: Won't Fix
      Assignee: Hans Bakker

This facility is already in, please go to the task you want to add time entries to, select the 'actual hours' tab and enter the time entry including comments. 

> Ability to add Note with each TimeEntry
> ---------------------------------------
>
>                 Key: OFBIZ-1707
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1707
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>            Reporter: Anil K Patel
>            Assignee: Hans Bakker
>            Priority: Minor
>
> Link Time Entry with notedata. If possible provide a auto pop up window using javascript that will auto save content on lost focus. 
> Rishi Solanki, Thanks for suggesting.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1707) Ability to add Note with each TimeEntry

Posted by "Hans Bakker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589786#action_12589786 ] 

Hans Bakker commented on OFBIZ-1707:
------------------------------------

can you provide a suitable patch to do this? Please also remember that this is a form and not an ftl. Adding a onchange event normally requires that.

> Ability to add Note with each TimeEntry
> ---------------------------------------
>
>                 Key: OFBIZ-1707
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1707
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>            Reporter: Anil K Patel
>            Assignee: Hans Bakker
>            Priority: Minor
>
> Link Time Entry with notedata. If possible provide a auto pop up window using javascript that will auto save content on lost focus. 
> Rishi Solanki, Thanks for suggesting.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1707) Ability to add Note with each TimeEntry

Posted by "Rishi Solanki (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581939#action_12581939 ] 

Rishi Solanki commented on OFBIZ-1707:
--------------------------------------

After loading data by ant run-install, you need to go to the page ;

https://localhost:8443/projectmgr/control/MyTimesheet

Here you will get a timesheet for the admin and task associated with it.

When you enter time in the task in the related block then it will be the onChange
and now at this point you need to write the java script for the pop up. On click 
updateMyTimesheet will call and set the entered hours in to the 'TimeEntry'.

Here for the particular noteId you need to persist your Note entered for 
a particular timeEntry. And need to map the relation of timeEntryId of 
'TimeEntry' with the noteId 'NoteData'. Also need to find the way to do so.

Thanks and Regards :
 [Rishi Solanki]

> Ability to add Note with each TimeEntry
> ---------------------------------------
>
>                 Key: OFBIZ-1707
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1707
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>            Reporter: Anil K Patel
>            Priority: Minor
>
> Link Time Entry with notedata. If possible provide a auto pop up window using javascript that will auto save content on lost focus. 
> Rishi Solanki, Thanks for suggesting.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1707) Ability to add Note with each TimeEntry

Posted by "Rishi Solanki (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588555#action_12588555 ] 

Rishi Solanki commented on OFBIZ-1707:
--------------------------------------

Yup, you are right that we may add comment to a particular timeEntry, But here we want to give 
GUI to the user so that he/she may add multiple comments with multiple timeEntry at once. When
the user enter hours in the timeSheet can also add comments with the help of pop-up text area
which is easier to handle.
The user will be enable to enter comments at the time when he/she enter their hours in that 
pop-up text area. The pop-up text area will be available onChange event through Ajax/JavaScript.

> Ability to add Note with each TimeEntry
> ---------------------------------------
>
>                 Key: OFBIZ-1707
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1707
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>            Reporter: Anil K Patel
>            Assignee: Hans Bakker
>            Priority: Minor
>
> Link Time Entry with notedata. If possible provide a auto pop up window using javascript that will auto save content on lost focus. 
> Rishi Solanki, Thanks for suggesting.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.