You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2009/09/09 13:19:57 UTC

[jira] Commented: (OFBIZ-2739) This patch is for Improvent in HR module in Global Hr Setting tabs in Paygrade section.

    [ https://issues.apache.org/jira/browse/OFBIZ-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753036#action_12753036 ] 

Jacques Le Roux commented on OFBIZ-2739:
----------------------------------------

Hi Pradeep,

It seems that these issues are already resolved, could you update and check please

Thanks

> This patch is for Improvent in HR module in Global Hr Setting tabs in Paygrade section. 
> ----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2739
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2739
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Window XP, JDK 1.6, Processor :T5550@1.83GHz, 1.99GB of RAM
>            Reporter: Pradeep Ruhil
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: HR PayGrade.patch
>
>
> In this patch I have solved two problems that were ocurring in HR->Global HR Setting-> Pay Grades-> 
> First :  When you  edit a pay grade id that is already created by clicking the payGradeId , it will redirect to edit Pay Grade Screen, In this when we press the save button it gives me this exception :
> The Following Errors Occurred:
> Error calling event: org.ofbiz.webapp.event.EventHandlerException: No rows to process.
> This is coming because in the controller.xml the service type is written 'service-multi' for the URI 'updatePayGrade' , as their are no multiple rows present in Edit Pay Grade screen, so thats why that error was coming. So i changed the service event type to 'service' and error was resolved.
> Second:  This issue is that when you select any payGradeId that is already created and then you check the Salary Steps for that payGradeId, it was showing the Salary Steps of all the payGradeId present.  So I resolved that issue and now it will display the Salary Step for the selected payGradeId only.

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