[
https://issues.apache.org/jira/browse/OFBIZ-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pradeep Ruhil updated OFBIZ-2739:
---------------------------------
Attachment: HR PayGrade.patch
Hi Jacques Le Roux,
Initially there were two issues which I had solved in my patch of OFBiz
(revision 795019).
Among these two, first issue has been solved by you that was:
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.
But the second issuse is that of functionality, though it was not a coding bug,
but functionality wise it is :
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.
So this patch is for the 2nd issue.
> 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 :[email protected], 1.99GB of
> RAM
> Reporter: Pradeep Ruhil
> Priority: Minor
> Fix For: SVN trunk
>
> Attachments: HR PayGrade.patch, 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.