You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Rishi Solanki (JIRA)" <ji...@apache.org> on 2008/03/25 14:39:24 UTC

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

    [ 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.