mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 04:28:27 +00:00
added Communication to Selling and refactored module pages a bit
This commit is contained in:
@@ -2,23 +2,23 @@
|
||||
<div class="appframe-area"></div>
|
||||
<div class="layout-main-section">
|
||||
<div style="width: 48%; float: left;">
|
||||
<h4><a href="#!List/Attendance">Attendance</a></h4>
|
||||
<h5><a href="#List/Attendance">Attendance</a></h5>
|
||||
<p class="help">Attendance Mark</p>
|
||||
<br>
|
||||
<h4><a href="#!List/Leave Application">Leave Application</a></h4>
|
||||
<h5><a href="#List/Leave Application">Leave Application</a></h5>
|
||||
<p class="help">Applications for leave</p>
|
||||
<br>
|
||||
<h4><a href="#!List/Expense Claim">Expense Claim</a></h4>
|
||||
<h5><a href="#List/Expense Claim">Expense Claim</a></h5>
|
||||
<p class="help">Claims for expenses</p>
|
||||
<br>
|
||||
<h4><a href="#!List/Salary Slip">Salary Slip</a></h4>
|
||||
<h5><a href="#List/Salary Slip">Salary Slip</a></h5>
|
||||
<p class="help">Monthly salary statement</p>
|
||||
<br>
|
||||
<h4><a href="#!List/Appraisal">Appraisal</a></h4>
|
||||
<h5><a href="#List/Appraisal">Appraisal</a></h5>
|
||||
<p class="help">Performance appraisal</p>
|
||||
</div>
|
||||
<div style="width: 48%; float: right;">
|
||||
<h4><a href="#!List/Employee">Employee</a></h4>
|
||||
<h5><a href="#List/Employee">Employee</a></h5>
|
||||
<p class="help">Employee Master</p>
|
||||
</div>
|
||||
<div style="clear: both"></div>
|
||||
@@ -34,28 +34,28 @@
|
||||
<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>
|
||||
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">Leave Allocation Tool</a>
|
||||
href="#Form/Leave Control Panel/Leave Control Panel">Leave Allocation Tool</a>
|
||||
</div>
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Allocate leaves"
|
||||
href="#!List/Leave Allocation">Leave Allocation</a>
|
||||
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>
|
||||
href="#List/Leave Type">Leave Type</a>
|
||||
</div>
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "List of holidays"
|
||||
href="#!List/Holiday List">Holiday List</a>
|
||||
href="#List/Holiday List">Holiday List</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -65,22 +65,22 @@
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Monthly salary template with earnings and deductions"
|
||||
href="#!List/Salary Structure">Salary Structure</a>
|
||||
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>
|
||||
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>
|
||||
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>
|
||||
href="#List/Deduction Type">Deduction Type</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -90,32 +90,32 @@
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Type of employment master"
|
||||
href="#!List/Employment Type">Employment Type</a>
|
||||
href="#List/Employment Type">Employment Type</a>
|
||||
</div>
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Template for employee performance appraisals"
|
||||
href="#!List/Appraisal Template">Appraisal Template</a>
|
||||
href="#List/Appraisal Template">Appraisal Template</a>
|
||||
</div>
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Company branches (for employee records)"
|
||||
href="#!List/Branch">Branch</a>
|
||||
href="#List/Branch">Branch</a>
|
||||
</div>
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Company departments"
|
||||
href="#!List/Department">Department</a>
|
||||
href="#List/Department">Department</a>
|
||||
</div>
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Company departments"
|
||||
href="#!List/Designation">Designation</a>
|
||||
href="#List/Designation">Designation</a>
|
||||
</div>
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Employee grades"
|
||||
href="#!List/Grade">Grade</a>
|
||||
href="#List/Grade">Grade</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -125,7 +125,7 @@
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Types of Expense Claim"
|
||||
href="#!List/Expense Claim Type">Expense Claim Type</a>
|
||||
href="#List/Expense Claim Type">Expense Claim Type</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user