brotherton-erpnext/erpnext/hr/page/hr_home/hr_home.html

123 lines
4.1 KiB
HTML
Raw Normal View History

2012-02-21 13:33:50 +00:00
<div class="layout-wrapper layout-wrapper-background">
<div class="layout-main-section">
<a class="close" onclick="window.history.back();">&times;</a>
<h1>Human Resources</h1>
<hr>
<div style="width: 48%; float: left;">
<h4><a href="#!List/Attendance">Attendance</a></h4>
<p class="help">Attendance Mark</p>
<h4><a href="#!List/Leave Application">Leave Application</a></h4>
<p class="help">Applications for leave</p>
<h4><a href="#!List/Expense Voucher">Expense Voucher</a></h4>
<p class="help">Claims for expenses</p>
<h4><a href="#!List/Salary Slip">Salary Slip</a></h4>
<p class="help">Monthly salary statement</p>
<h4><a href="#!List/Appraisal">Appraisal</a></h4>
<p class="help">Performance appraisal</p>
</div>
<div style="width: 48%; float: right;">
<h4><a href="#!List/Employee">Employee</a></h4>
<p class="help">Employee Master</p>
</div>
<div style="clear: both"></div>
<hr>
<h3>Reports</h3>
<div class="reports-list"></div>
</div>
<div class="layout-side-section">
<div class="psidebar">
<div class="section">
<div class="section-head">Leave and Attendance</div>
<div class="section-body">
<div class="section-item">
<a class="section-link"
title = "Upload and update attendance from a spreadsheet file (csv)"
href="#!Form/Attendance Control Panel/Attendance Control Panel">Upload attendance</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Leave allocation helper"
href="#!Form/Leave Control Panel/Leave Control Panel">Allocate Leaves</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Allocate leaves"
href="#!List/Leave Allocation">Leave Allocation</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Type of leaves like casual, sick etc."
href="#!List/Leave Type">Leave Type</a>
</div>
<div class="section-item">
<a class="section-link"
title = "List of holidays"
href="#!List/Leave Allocation">Holiday List</a>
</div>
</div>
</div>
<div class="section">
<div class="section-head">Salary and Payroll</div>
<div class="section-body">
<div class="section-item">
<a class="section-link"
title = "Monthly salary template with earnings and deductions"
href="#!List/Salary Structure">Salary Structure</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Generate Salary Slips"
href="#!Form/Salary Manager/Salary Manager">Process Payroll</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Benefit types like basic salary, allowances etc."
href="#!List/Earning Type">Earning Type</a>
</div>
<div class="section-item">
<a class="section-link"
title = "tax and other salary deductions"
href="#!List/Deduction Type">Deduction Type</a>
</div>
</div>
</div>
<div class="section">
<div class="section-head">Employee Setup</div>
<div class="section-body">
<div class="section-item">
<a class="section-link"
title = "Type of employment master"
href="#!List/Employment Type">Employment Type</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Template for employee performance appraisals"
href="#!List/KRA Template">Key Performance Area (KRA) Template</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Company branches (for employee records)"
href="#!List/Branch">Branch</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Company departments"
href="#!List/Department">Department</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Company departments"
href="#!List/Designation">Designation</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Employee grades"
href="#!List/Grade">Grade</a>
</div>
</div>
</div>
</div>
</div>
<div style="clear: both;"></div>
</div>