moved directory structure

This commit is contained in:
Rushabh Mehta
2012-09-24 19:13:42 +05:30
parent e47a6779e9
commit 2fa2f7178d
1637 changed files with 47 additions and 11450 deletions

1
hr/page/__init__.py Normal file
View File

@@ -0,0 +1 @@
from __future__ import unicode_literals

View File

@@ -0,0 +1 @@
from __future__ import unicode_literals

View File

@@ -0,0 +1,135 @@
<div class="layout-wrapper layout-wrapper-background">
<div class="appframe-area"></div>
<div class="layout-main-section">
<div style="width: 48%; float: left;">
<h4><a href="#!List/Attendance">Attendance</a></h4>
<p class="help">Attendance Mark</p>
<br>
<h4><a href="#!List/Leave Application">Leave Application</a></h4>
<p class="help">Applications for leave</p>
<br>
<h4><a href="#!List/Expense Claim">Expense Claim</a></h4>
<p class="help">Claims for expenses</p>
<br>
<h4><a href="#!List/Salary Slip">Salary Slip</a></h4>
<p class="help">Monthly salary statement</p>
<br>
<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">Leave Allocation Tool</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/Holiday List">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/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>
</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 class="section">
<div class="section-head">Expense Claim</div>
<div class="section-body">
<div class="section-item">
<a class="section-link"
title = "Types of Expense Claim"
href="#!List/Expense Claim Type">Expense Claim Type</a>
</div>
</div>
</div>
</div>
</div>
<div style="clear: both;"></div>
</div>

View File

@@ -0,0 +1,20 @@
// ERPNext - web based ERP (http://erpnext.com)
// Copyright (C) 2012 Web Notes Technologies Pvt Ltd
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
pscript['onload_hr-home'] = function(wrapper) {
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area') ,'Human Resources');
erpnext.module_page.setup_page('HR', wrapper);
}

View File

@@ -0,0 +1,28 @@
# Page, hr-home
[
# These values are common in all dictionaries
{
'creation': '2012-02-21 13:24:05',
'docstatus': 0,
'modified': '2012-02-21 13:24:05',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Page
{
'doctype': 'Page',
'module': u'HR',
'name': '__common__',
'page_name': u'hr-home',
'standard': u'Yes',
'title': u'Human Resources Home'
},
# Page, hr-home
{
'doctype': 'Page',
'name': u'hr-home'
}
]