[jira] Created: (OFBIZ-1807) Add Leave header Item in HR module

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

[jira] Created: (OFBIZ-1807) Add Leave header Item in HR module

Nicolas Malin (Jira)
Add Leave header Item in HR module
----------------------------------

                 Key: OFBIZ-1807
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1807
             Project: OFBiz
          Issue Type: Sub-task
          Components: humanres
            Reporter: Ashish Vijaywargiya
            Assignee: Ashish Vijaywargiya
            Priority: Minor


For this task do the following things :-

There might be a relationship of One-To-Many from Party to EmplLeave.
There might be a relationship of One-To-Many from EmplLeaveType to EmplLeave.

1) Create two tables for now :-
-- EmplLeave
-- EmplLeaveType

--- Fields in EmplLeave are :-
[partyId
emplLeaveTypeId
fromDate]
Above three fields will be composite primary key.

Other fields are :-
thruDate
comments

---Fields in EmplLeaveType are :-
emplLeaveTypeId(Primary key)
parentTypeId
hasTable
description

We should create a tab in GlobalGLSettings by name "Leave Types" that will contain list of leave types and new form for the same.
Create the CRUD operation for EmplLeaveType.

We should create the Find/List form for the EmplLeave.
Create the CRUD operation for EmplLeave.

Add a tab button inside the Employee section.
This tab will give the details of the leave that has been taken or scheduled by a particular Employee.

Later on we can add more tables to handle the standard leaves given by the company and the total leave taken by the Employee.

--
Ashish

--
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] Closed: (OFBIZ-1807) Add Leave header Item in HR module

Nicolas Malin (Jira)

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

Ashish Vijaywargiya closed OFBIZ-1807.
--------------------------------------

    Resolution: Fixed

The work related to it has been done in the work related to Improvement task on HR.
So for now I am closing it.

If in future further requirement comes in my mind then will create new JIRA issue for it.

--
Ashish

> Add Leave header Item in HR module
> ----------------------------------
>
>                 Key: OFBIZ-1807
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1807
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: humanres
>            Reporter: Ashish Vijaywargiya
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> For this task do the following things :-
> There might be a relationship of One-To-Many from Party to EmplLeave.
> There might be a relationship of One-To-Many from EmplLeaveType to EmplLeave.
> 1) Create two tables for now :-
> -- EmplLeave
> -- EmplLeaveType
> --- Fields in EmplLeave are :-
> [partyId
> emplLeaveTypeId
> fromDate]
> Above three fields will be composite primary key.
> Other fields are :-
> thruDate
> comments
> ---Fields in EmplLeaveType are :-
> emplLeaveTypeId(Primary key)
> parentTypeId
> hasTable
> description
> We should create a tab in GlobalGLSettings by name "Leave Types" that will contain list of leave types and new form for the same.
> Create the CRUD operation for EmplLeaveType.
> We should create the Find/List form for the EmplLeave.
> Create the CRUD operation for EmplLeave.
> Add a tab button inside the Employee section.
> This tab will give the details of the leave that has been taken or scheduled by a particular Employee.
> Later on we can add more tables to handle the standard leaves given by the company and the total leave taken by the Employee.
> --
> Ashish

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