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

Posted by Nicolas Malin (Jira) on
URL: http://ofbiz.116.s1.nabble.com/jira-Created-OFBIZ-1807-Add-Leave-header-Item-in-HR-module-tp190476.html

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.