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 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. |
[ 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. |
In reply to this post by Nicolas Malin (Jira)
[ 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, 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 :T5550@1.83GHz, 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Ruhil updated OFBIZ-2739: --------------------------------- Comment: was deleted (was: Hi, 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 :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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Ruhil updated OFBIZ-2739: --------------------------------- Attachment: (was: HR+PayGrade.patch) > 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. |
In reply to this post by Nicolas Malin (Jira)
[ 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 :T5550@1.83GHz, 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753545#action_12753545 ] Pradeep Ruhil commented on OFBIZ-2739: -------------------------------------- Hi Jacques, 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 issues 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 I am attaching another patch for the 2nd issue. https://issues.apache.org/jira/browse/OFBIZ-2739 Thanks & Regards Pardeep Ruhil L&T Infotech Ltd Mumbai Ph: +919820283884 Larsen & Toubro Infotech Ltd. www.Lntinfotech.com This Document is classified as: L&T Infotech Proprietary L&T Infotech Confidential L&T Infotech Internal Use Only L&T Infotech General Business This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. "Jacques Le Roux (JIRA)" <[hidden email]> 09/09/2009 04:49 PM To [hidden email] cc Subject [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 Paygrade section. ---------------------------------------------------------------------------------------- 1.99GB of RAM HR->Global HR Setting-> Pay Grades-> clicking the payGradeId , it will redirect to edit Pay Grade Screen, In this when we press the save button it gives me this exception : rows to process. '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. 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. ______________________________________________________________________ ______________________________________________________________________ > 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, 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-2739: ----------------------------------- Comment: was deleted (was: Hi Jacques, 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 issues 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 I am attaching another patch for the 2nd issue. https://issues.apache.org/jira/browse/OFBIZ-2739 Thanks & Regards Pardeep Ruhil L&T Infotech Ltd Mumbai Ph: +919820283884 Larsen & Toubro Infotech Ltd. www.Lntinfotech.com This Document is classified as: L&T Infotech Proprietary L&T Infotech Confidential L&T Infotech Internal Use Only L&T Infotech General Business This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. "Jacques Le Roux (JIRA)" <[hidden email]> 09/09/2009 04:49 PM To [hidden email] cc Subject [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 Paygrade section. ---------------------------------------------------------------------------------------- 1.99GB of RAM HR->Global HR Setting-> Pay Grades-> clicking the payGradeId , it will redirect to edit Pay Grade Screen, In this when we press the save button it gives me this exception : rows to process. '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. 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. ______________________________________________________________________ ______________________________________________________________________ ) > 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, 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-2739. ---------------------------------- Resolution: Fixed Fix Version/s: Release Branch 9.04 Assignee: Jacques Le Roux Thanks Pradeep, Your patch is in trunk at r813702, R9.04 at r813704 > 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 > Assignee: Jacques Le Roux > Priority: Minor > Fix For: Release Branch 9.04, 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. |
Free forum by Nabble | Edit this page |