[jira] Created: (OFBIZ-2531) Enhancements in Trainings under HR module

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
25 messages Options
12
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
Enhancements in Trainings under HR module
-----------------------------------------

                 Key: OFBIZ-2531
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
             Project: OFBiz
          Issue Type: Improvement
          Components: humanres
    Affects Versions: SVN trunk
         Environment: Windows XP
            Reporter: Simranjeet Singh
             Fix For: SVN trunk


Hi users,

We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module

*In GlobalHRSettings tab*

1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.

2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.

*In Trainings tab*

1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.

2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings

We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.

Any comments/suggestions on this would be appreciated.

Regards
Simranjeet Singh
iLabs, L & T Infotech Ltd.
Mumbai.


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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simranjeet Singh updated OFBIZ-2531:
------------------------------------

    Attachment: HR_Trainings.patch

Hi

In this patch we have Improve Trainings tab in the HR module.In Trainings we have created three menu-items.

1. Training Schedule : Admin can create a Training schedule using available trainings.

2. Training Calendar : Now when Training schedule is created, it is visible to all the employees. Interested employee can apply for the trainings from Calendar and sends it for approval to his superior. Superior can assign the trainings from Calendar to any employee.

 3. Training Status : Superior from his login can check who all have applied for Trainings. He can update the status and same is reflected at employee's end.
Admin can check the Training status of all employees.

There are three sub-tabs in it:
My Training Status (Visible to Everyone)
Training Approvals (visible to admin and superior only)
All Training Status (visible to admin only)

In GlobalHRSettings tab we have added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.

We have also amended Trainings in HR-Employees tab and Party module with our implementation of Training Schedule.

Thanks and Regards
Simranjeet Singh
iLabs, L & T Infotech Ltd.
Mumbai


> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Sumit Pandit commented on OFBIZ-2531:
-------------------------------------

Hello Simranjeet,

Here are some comments based on OFBiz best practice, please make following correction -
1) For UiLabels first please search and use for existing one.
2) Do not use Tabs in your file  (you have it in HumanResDemoData.xml)

--
Thanks
Sumit Pandit

> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simranjeet Singh updated OFBIZ-2531:
------------------------------------

    Attachment: HR_Trainings.patch

Hi

Comments given by Sumit Pandit have been implemented and incorporated in the patch attached.

Thanks and Regards
Simranjeet Singh
iLabs, L & T Infotech Ltd.
Mumbai


> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch, HR_Trainings.patch
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Simranjeet Singh commented on OFBIZ-2531:
-----------------------------------------

Hi All

I had attached *HR Trainings* patch few days back. But, I have not got any response from a long time. Kindly revert on this issue.

Regards
Simranjeet Singh
iLabs, L & T Infotech Ltd.
Mumbai.

> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch, HR_Trainings.patch
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Hans Bakker commented on OFBIZ-2531:
------------------------------------

A nice enhancement to the HR component where you follow the Datamodel resourcebook closely. You have also added some entities not mentioned in the book.

1. Trainingshedule: i would suggest here to use the workeffort for that. as a bonus for you you can use the existing calendar day/week/month and icalendar facilites already created there. Party assignment is also present together with the workeffortstatus which can be used.
Empoyees see the upcoming training in their calendar and via the icalendar function can see it even on their mobile phone.

Regards,
Hans

> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch, HR_Trainings.patch
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Simranjeet Singh commented on OFBIZ-2531:
-----------------------------------------

Hi Hans

Thanks for reviewing our patch. As you have suggested we have thought of two approaches:

1. We can use existing Work Effort entity instead of Training Schedule without changing our screen design.

2. We can use Calendar screens(work effort), and will rework and re-use these screens in HR module.

So, What would you suggest , which approach we should follow ?


Regards
Simranjeet Singh
iLabs, L & T Infotech Ltd.
Mumbai.

> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch, HR_Trainings.patch
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Hans Bakker commented on OFBIZ-2531:
------------------------------------

ii is always better to use existing screens and extend on them. However sometimes they not fit very well so you need a redesign. You better judge what to do.
What is the most important here is to use the workeffort entity and services, so you can use the calendar screens/prortlet on the HR  data...

> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch, HR_Trainings.patch
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simranjeet Singh updated OFBIZ-2531:
------------------------------------

    Attachment: HR_Trainings.patch

Hi Hans,

As per your suggestion, we have made following implementations

1. Used "WorkEffort" entity and work effort module calendar screens for implementing Training Calendar
2. Assignment and Application of trainings using HumanRes services.
3. While applying training, employee cannot request same training event again to same approver.

Kindly review and revert if you have any suggestions.

Regards:

Simranjeet SIngh
iLabs, L&T Infotech
Mumbai

> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch, HR_Trainings.patch, HR_Trainings.patch
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Hans Bakker commented on OFBIZ-2531:
------------------------------------

Hi Simranjeet,
ok it is now a lot better, always first look what is there and try to use it even it need a modification.
I loaded the patch here and have the following remarks:
1. in profile the trainings button does not work
2. when i add a training, where can i approve it?
3. there is also a trainings assignment, where can i do that?
4. in the calendar i can request a training?
5. do not use the word skills in the training conditions, that is already used in a other meaning
6. You delete  previos screens related to training, can you tell me why they were not good and yours are better?

can you have a look at this?

Regards,
Hans

> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch, HR_Trainings.patch, HR_Trainings.patch
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans Bakker updated OFBIZ-2531:
-------------------------------

    Priority: Minor  (was: Major)

> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch, HR_Trainings.patch, HR_Trainings.patch
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

srikanth.jagannadhula updated OFBIZ-2531:
-----------------------------------------

    Attachment: Trng Write Up.txt

Hi,






Best Regards,
Srikanth.J
Tel: 91-22-6794 4322
Mob:91-9022282289


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.



> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch, HR_Trainings.patch, HR_Trainings.patch, Trng Write Up.txt
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

srikanth.jagannadhula updated OFBIZ-2531:
-----------------------------------------

    Comment: was deleted

(was: Hi,






Best Regards,
Srikanth.J
Tel: 91-22-6794 4322
Mob:91-9022282289


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.

)

> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch, HR_Trainings.patch, HR_Trainings.patch, Trng Write Up.txt
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

srikanth.jagannadhula commented on OFBIZ-2531:
----------------------------------------------

Hi ,

  Please ignore the attached text file, which was happened by mistake.Please delete if possible.



> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch, HR_Trainings.patch, HR_Trainings.patch, Trng Write Up.txt
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Simranjeet Singh commented on OFBIZ-2531:
-----------------------------------------

Hi Hans

Thanks for reviewing our patch. I hope following explaination will suffice all your queries.

*Introduction*:
           Trainings in HR module includes Training Calendar where we can create new schedules from trainings available in an organization. Admin can assign trainings & employee can request for scheduled trainings. Employee can also check status of their training requests & assignments.

*Need of Trainings in HR*:
• Training and development of professionals fills up the skill gaps and further improve the levels of proficiency.
• Training and development manages constantly changing business and industrial scenario and therefore, matches with the requirements or demands of changes on the organizations.
• Creates a learning organization culture.
• Organizational development: Organization decides to use certain initiatives and wants to train and develop a good number of people in the entire organization or the people in certain chosen departments or projects on those initiatives.
• Prepares the organization to meet the needs of legal/statutory requirements.

*Features of Trainings*:
• New Trainings can be added/modified.
• Trainings can be scheduled in the calendar.
• Employees can apply to supervisor for available scheduled trainings but, cannot request same training event again to same approver
• Admin can assign trainings to Employees.
• Admin can approve/reject the trainings requested to him but, once rejected cannot be approved again.
• Employees can check the status of their training requests and Trainings assigned to them.

*Road Ahead*:
Currently we have implemented Trainings under HR module. We are working on the implementation of Training calendar in profile tab of Employee. We are also planning to introduce trainer's information in training calendar.

Regards:
Simranjeet Singh
iLabs, L & T Infotech Ltd.
Mumbai.

> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch, HR_Trainings.patch, HR_Trainings.patch, Trng Write Up.txt
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Simranjeet Singh commented on OFBIZ-2531:
-----------------------------------------

Hi Hans,

We have completed the functionality of Training Calendar in Employee profile tab and will soon upload the updated patch. Hope to hear from you soon.


Regards:
Simranjeet Singh
iLabs, L & T Infotech Ltd.
Mumbai.

> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch, HR_Trainings.patch, HR_Trainings.patch, Trng Write Up.txt
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Hans Bakker commented on OFBIZ-2531:
------------------------------------

Hi Simranjeet,

i committed your patch on rev 802308 with minor changes. However it is not working complete yet:
1. make sure your application works when i login as DemoEmployee, this party is however not allowed to login to HR, permissions need to be added for that so that only the calendar is visible. This is a first application within HR for employees....
2. In the menu you cannot check on a userLogin NOT having a permission, only checks on available permissions are possible.

even with these blocking problems I valued this contribution to be added to OFBiz, can you please correct these?

Thank you for your valuable work.

> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch, HR_Trainings.patch, HR_Trainings.patch, Trng Write Up.txt
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Hans Bakker commented on OFBIZ-2531:
------------------------------------

Oh yes, what i forgot.

I have added initial help screens, can you also provide more extensive text to explain how your contribution is working?

check out the 'help' button in the top of the screen.

Regards,
Hans

> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: HR_Trainings.patch, HR_Trainings.patch, HR_Trainings.patch, Trng Write Up.txt
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simranjeet Singh updated OFBIZ-2531:
------------------------------------

    Attachment: HR_Training_improvements.patch

Hi Hans

Thanks for appreciating and committing our work.
We have added help screens for "Training calendar" and "Training approval".
We have also made the desired changes you asked for and have attached the patch.

Regards:

Simranjeet Singh
L&T Infotech
Mumbai

> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: HR_Training_improvements.patch, HR_Trainings.patch, HR_Trainings.patch, HR_Trainings.patch, Trng Write Up.txt
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-2531) Enhancements in Trainings under HR module

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans Bakker reassigned OFBIZ-2531:
----------------------------------

    Assignee: Hans Bakker

> Enhancements in Trainings under HR module
> -----------------------------------------
>
>                 Key: OFBIZ-2531
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2531
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: humanres
>    Affects Versions: SVN trunk
>         Environment: Windows XP
>            Reporter: Simranjeet Singh
>            Assignee: Hans Bakker
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: HR_Training_improvements.patch, HR_Trainings.patch, HR_Trainings.patch, HR_Trainings.patch, Trng Write Up.txt
>
>
> Hi users,
> We are working on enhancement of "Trainings" under HR module. We have modified the existing Trainings tab by adding a Training calendar to it. We have planned to integrate following functionalities by doing some modifications and enhancements under HR module
> *In GlobalHRSettings tab*
> 1. Added "Training Types" tab where admin can add/delete/update the types of trainings available in an organization.
> 2. Implemented the functionality of "Training Calendar" where training schedules are maintained. All the trainings are listed with their names, from/thru date and target audience. Admin can create/update/delete any calendar entry.
> *In Trainings tab*
> 1. Added "Trainings" sub-tab where employee can apply for available trainings. Approver/Admin can assign any training from training calendar to the employee.
> 2. Added "Trainings Status" tab where employee/approver can check their training request status. Approver/Admin can approve/reject requested trainings
> We would like to upload the implemented trainings patch ASAP. Before uploading patch we would like to discuss our approach with community members.
> Any comments/suggestions on this would be appreciated.
> Regards
> Simranjeet Singh
> iLabs, L & T Infotech Ltd.
> Mumbai.

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

12