Minor improvement to Employee Position Form
------------------------------------------- Key: OFBIZ-1760 URL: https://issues.apache.org/jira/browse/OFBIZ-1760 Project: OFBiz Issue Type: Sub-task Components: humanres Reporter: Anil K Patel Priority: Minor Following improvements will be good to have in Employee Position form 1) "New Employee Position" should be label of screenlet when create form is shown 2) The PartyId field should be drop down box with list of Internal orgs. 3) In Edit form following fields should be editable budgetId, budgetItemSeqId, EmployeePosition Type Id, Estimated FromDate 4) Improve Labels for budgetId and budgetItemSeqId fields 5) Add Seed data for Status and Position type fields. 6) Reorganize Tabs for Editing a Position. Following tabs seems to be more in line with Ofbiz UI trend. Summary, Employee Position, Fulfillment, Responsibility, Reporting, -- 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-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anil K Patel reassigned OFBIZ-1760: ----------------------------------- Assignee: Anil K Patel > Minor improvement to Employee Position Form > ------------------------------------------- > > Key: OFBIZ-1760 > URL: https://issues.apache.org/jira/browse/OFBIZ-1760 > Project: OFBiz > Issue Type: Sub-task > Components: humanres > Reporter: Anil K Patel > Assignee: Anil K Patel > Priority: Minor > > Following improvements will be good to have in Employee Position form > 1) "New Employee Position" should be label of screenlet when create form is shown > 2) The PartyId field should be drop down box with list of Internal orgs. > 3) In Edit form following fields should be editable budgetId, budgetItemSeqId, EmployeePosition Type Id, Estimated FromDate > 4) Improve Labels for budgetId and budgetItemSeqId fields > 5) Add Seed data for Status and Position type fields. > 6) Reorganize Tabs for Editing a Position. Following tabs seems to be more in line with Ofbiz UI trend. > Summary, Employee Position, Fulfillment, Responsibility, Reporting, -- 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-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594171#action_12594171 ] Mridul Pathak commented on OFBIZ-1760: -------------------------------------- In the current HR application "Emplyee Position" tab under the "Employee Position" application menu takes you to the EmplPositionFulfilment form. It should take you to the EditEmplPosition screen/form. A new tab should be added next to it named "Fulfillment" which should take you to the "EditEmplPositionFulfilment" screens/forms. > Minor improvement to Employee Position Form > ------------------------------------------- > > Key: OFBIZ-1760 > URL: https://issues.apache.org/jira/browse/OFBIZ-1760 > Project: OFBiz > Issue Type: Sub-task > Components: humanres > Reporter: Anil K Patel > Assignee: Anil K Patel > Priority: Minor > > Following improvements will be good to have in Employee Position form > 1) "New Employee Position" should be label of screenlet when create form is shown > 2) The PartyId field should be drop down box with list of Internal orgs. > 3) In Edit form following fields should be editable budgetId, budgetItemSeqId, EmployeePosition Type Id, Estimated FromDate > 4) Improve Labels for budgetId and budgetItemSeqId fields > 5) Add Seed data for Status and Position type fields. > 6) Reorganize Tabs for Editing a Position. Following tabs seems to be more in line with Ofbiz UI trend. > Summary, Employee Position, Fulfillment, Responsibility, Reporting, -- 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-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594177#action_12594177 ] Mridul Pathak commented on OFBIZ-1760: -------------------------------------- Here is the seed data for Employee Position Status. 1) First make corrections to the StatusType seed data for Employee Position. It should be like this: <StatusType description="Employee Position Status" hasTable="N" parentTypeId="" statusTypeId="EMPL_POSITION_STATUS"/> 2) There should be three StatusItem records for for the above StatusType. a) EMPL_POS_PLANNEDFOR --> Planned For b) EMPL_POS_ACTIVE --> Active/Open c) EMPL_POS_INACTIVE --> Inactive/Closed > Minor improvement to Employee Position Form > ------------------------------------------- > > Key: OFBIZ-1760 > URL: https://issues.apache.org/jira/browse/OFBIZ-1760 > Project: OFBiz > Issue Type: Sub-task > Components: humanres > Reporter: Anil K Patel > Assignee: Anil K Patel > Priority: Minor > > Following improvements will be good to have in Employee Position form > 1) "New Employee Position" should be label of screenlet when create form is shown > 2) The PartyId field should be drop down box with list of Internal orgs. > 3) In Edit form following fields should be editable budgetId, budgetItemSeqId, EmployeePosition Type Id, Estimated FromDate > 4) Improve Labels for budgetId and budgetItemSeqId fields > 5) Add Seed data for Status and Position type fields. > 6) Reorganize Tabs for Editing a Position. Following tabs seems to be more in line with Ofbiz UI trend. > Summary, Employee Position, Fulfillment, Responsibility, Reporting, -- 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-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594179#action_12594179 ] Mridul Pathak commented on OFBIZ-1760: -------------------------------------- After creating the seed data for Employee Position status, it will be needed to check that these status are displayed correctly in the Create/Edit EmplPosition form or not. If not necessary changes will be required to done. > Minor improvement to Employee Position Form > ------------------------------------------- > > Key: OFBIZ-1760 > URL: https://issues.apache.org/jira/browse/OFBIZ-1760 > Project: OFBiz > Issue Type: Sub-task > Components: humanres > Reporter: Anil K Patel > Assignee: Anil K Patel > Priority: Minor > > Following improvements will be good to have in Employee Position form > 1) "New Employee Position" should be label of screenlet when create form is shown > 2) The PartyId field should be drop down box with list of Internal orgs. > 3) In Edit form following fields should be editable budgetId, budgetItemSeqId, EmployeePosition Type Id, Estimated FromDate > 4) Improve Labels for budgetId and budgetItemSeqId fields > 5) Add Seed data for Status and Position type fields. > 6) Reorganize Tabs for Editing a Position. Following tabs seems to be more in line with Ofbiz UI trend. > Summary, Employee Position, Fulfillment, Responsibility, Reporting, -- 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-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Santosh Malviya updated OFBIZ-1760: ----------------------------------- Attachment: HumanRes.patch Hello, Patch is attached for seed data of "Emloyee position status" and made corresponding modifications into "EmplPositionForms.xml" and "HumanResTypeData.xml". Regards Santosh Malviya > Minor improvement to Employee Position Form > ------------------------------------------- > > Key: OFBIZ-1760 > URL: https://issues.apache.org/jira/browse/OFBIZ-1760 > Project: OFBiz > Issue Type: Sub-task > Components: humanres > Reporter: Anil K Patel > Assignee: Anil K Patel > Priority: Minor > Attachments: HumanRes.patch > > > Following improvements will be good to have in Employee Position form > 1) "New Employee Position" should be label of screenlet when create form is shown > 2) The PartyId field should be drop down box with list of Internal orgs. > 3) In Edit form following fields should be editable budgetId, budgetItemSeqId, EmployeePosition Type Id, Estimated FromDate > 4) Improve Labels for budgetId and budgetItemSeqId fields > 5) Add Seed data for Status and Position type fields. > 6) Reorganize Tabs for Editing a Position. Following tabs seems to be more in line with Ofbiz UI trend. > Summary, Employee Position, Fulfillment, Responsibility, Reporting, -- 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-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] parimal gain updated OFBIZ-1760: -------------------------------- Attachment: HumanRes.patch This patch includes following point - 1) created Find form for EmplPosition 2) created List form 3) prepare data for EmplPositionType 4) simple clean-up Regards Parimal Gain > Minor improvement to Employee Position Form > ------------------------------------------- > > Key: OFBIZ-1760 > URL: https://issues.apache.org/jira/browse/OFBIZ-1760 > Project: OFBiz > Issue Type: Sub-task > Components: humanres > Reporter: Anil K Patel > Assignee: Anil K Patel > Priority: Minor > Attachments: HumanRes.patch, HumanRes.patch > > > Following improvements will be good to have in Employee Position form > 1) "New Employee Position" should be label of screenlet when create form is shown > 2) The PartyId field should be drop down box with list of Internal orgs. > 3) In Edit form following fields should be editable budgetId, budgetItemSeqId, EmployeePosition Type Id, Estimated FromDate > 4) Improve Labels for budgetId and budgetItemSeqId fields > 5) Add Seed data for Status and Position type fields. > 6) Reorganize Tabs for Editing a Position. Following tabs seems to be more in line with Ofbiz UI trend. > Summary, Employee Position, Fulfillment, Responsibility, Reporting, -- 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-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596725#action_12596725 ] Ashish Vijaywargiya commented on OFBIZ-1760: -------------------------------------------- Thanks Parimal your patch is in rev # 656233. For now I am not closing this issue because some more cleanup can be done. -- Ashish > Minor improvement to Employee Position Form > ------------------------------------------- > > Key: OFBIZ-1760 > URL: https://issues.apache.org/jira/browse/OFBIZ-1760 > Project: OFBiz > Issue Type: Sub-task > Components: humanres > Reporter: Anil K Patel > Assignee: Anil K Patel > Priority: Minor > Attachments: HumanRes.patch, HumanRes.patch > > > Following improvements will be good to have in Employee Position form > 1) "New Employee Position" should be label of screenlet when create form is shown > 2) The PartyId field should be drop down box with list of Internal orgs. > 3) In Edit form following fields should be editable budgetId, budgetItemSeqId, EmployeePosition Type Id, Estimated FromDate > 4) Improve Labels for budgetId and budgetItemSeqId fields > 5) Add Seed data for Status and Position type fields. > 6) Reorganize Tabs for Editing a Position. Following tabs seems to be more in line with Ofbiz UI trend. > Summary, Employee Position, Fulfillment, Responsibility, Reporting, -- 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 |