Removed current directory

This commit is contained in:
Umair Sayyed 2016-02-10 15:19:03 +05:30
parent fc8d0f6ac7
commit 4715df1518
9 changed files with 0 additions and 9187 deletions

View File

@ -1,55 +0,0 @@
<!-- title: ERPNext: Developer Docs -->
<!-- no-breadcrumbs -->
<div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
Version 6.x.x</a>
<a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/erpnext"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
</div>
<table class="table table-bordered">
<tr>
<td style="width: 20%">
App Name
</td>
<td>
<code>erpnext</code>
</td>
</tr>
<tr>
<td>
Publisher
</td>
<td>
<code>Frappe Technologies Pvt. Ltd.</code>
</td>
</tr>
<tr>
<td>
Version
</td>
<td>
<code>6.19.0</code>
</td>
</tr>
</table>
<h3>Contents</h3>
<ul>
<li>
<a href="models">Models (DocTypes)</a>
</li>
<li>
<a href="api">Server-side API</a>
</li>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->

File diff suppressed because it is too large Load Diff

View File

@ -1,164 +0,0 @@
<!-- title: Branch -->
<div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
Version 6.x.x</a>
<a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/erpnext/hr/doctype/branch"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
</div>
<p><b>Table Name:</b> <code>tabBranch</code></p>
<h3>Fields</h3>
<table class="table table-bordered">
<thead>
<tr>
<th style="width: 5%">Sr</th>
<th style="width: 25%">Fieldname</th>
<th style="width: 20%">Type</th>
<th style="width: 25%">Label</th>
<th style="width: 25%">Options</th>
</tr>
</thead>
<tbody>
<tr >
<td>1</td>
<td class="danger" title="Mandatory"><code>branch</code></td>
<td >
Data</td>
<td >
Branch
</td>
<td></td>
</tr>
</tbody>
</table>
<hr>
<h3>Controller</h3>
<h4>erpnext.hr.doctype.branch.branch</h4>
<h3 style="font-weight: normal;">Class <b>Branch</b></h3>
<p style="padding-left: 30px;"><i>Inherits from frappe.model.document.Document</i></h4>
<div class="docs-attr-desc"><p></p>
</div>
<div style="padding-left: 30px;">
</div>
<hr>
<h4>Linked In:</h4>
<ul>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/employee">Employee</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/employee_attendance_tool">Employee Attendance Tool</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/employee_internal_work_history">Employee Internal Work History</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/leave_control_panel">Leave Control Panel</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/process_payroll">Process Payroll</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/salary_slip">Salary Slip</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/salary_structure">Salary Structure</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/selling/sms_center">SMS Center</a>
</li>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->

View File

@ -1,186 +0,0 @@
<!-- title: Department -->
<div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
Version 6.x.x</a>
<a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/erpnext/hr/doctype/department"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
</div>
<p><b>Table Name:</b> <code>tabDepartment</code></p>
<h3>Fields</h3>
<table class="table table-bordered">
<thead>
<tr>
<th style="width: 5%">Sr</th>
<th style="width: 25%">Fieldname</th>
<th style="width: 20%">Type</th>
<th style="width: 25%">Label</th>
<th style="width: 25%">Options</th>
</tr>
</thead>
<tbody>
<tr >
<td>1</td>
<td class="danger" title="Mandatory"><code>department_name</code></td>
<td >
Data</td>
<td >
Department
</td>
<td></td>
</tr>
<tr >
<td>2</td>
<td ><code>leave_block_list</code></td>
<td >
Link</td>
<td >
Leave Block List
<p class="text-muted small">
Days for which Holidays are blocked for this department.</p>
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/hr/leave_block_list">Leave Block List</a>
</td>
</tr>
</tbody>
</table>
<hr>
<h3>Controller</h3>
<h4>erpnext.hr.doctype.department.department</h4>
<h3 style="font-weight: normal;">Class <b>Department</b></h3>
<p style="padding-left: 30px;"><i>Inherits from frappe.model.document.Document</i></h4>
<div class="docs-attr-desc"><p></p>
</div>
<div style="padding-left: 30px;">
</div>
<hr>
<h4>Linked In:</h4>
<ul>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/employee">Employee</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/employee_attendance_tool">Employee Attendance Tool</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/employee_internal_work_history">Employee Internal Work History</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/leave_control_panel">Leave Control Panel</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/process_payroll">Process Payroll</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/salary_slip">Salary Slip</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/salary_structure">Salary Structure</a>
</li>
<li>
<a href="https://frappe.github.io/erpnext/current/models/selling/sms_center">SMS Center</a>
</li>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->

View File

@ -1,244 +0,0 @@
<!-- title: Employee Attendance Tool -->
<div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
Version 6.x.x</a>
<a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/erpnext/hr/doctype/employee_attendance_tool"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
</div>
<span class="label label-info">Single</span>
<h3>Fields</h3>
<table class="table table-bordered">
<thead>
<tr>
<th style="width: 5%">Sr</th>
<th style="width: 25%">Fieldname</th>
<th style="width: 20%">Type</th>
<th style="width: 25%">Label</th>
<th style="width: 25%">Options</th>
</tr>
</thead>
<tbody>
<tr >
<td>1</td>
<td ><code>date</code></td>
<td >
Date</td>
<td >
Date
</td>
<td></td>
</tr>
<tr >
<td>2</td>
<td ><code>department</code></td>
<td >
Link</td>
<td >
Department
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/hr/department">Department</a>
</td>
</tr>
<tr >
<td>3</td>
<td ><code>column_break_3</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>4</td>
<td ><code>branch</code></td>
<td >
Link</td>
<td >
Branch
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/hr/branch">Branch</a>
</td>
</tr>
<tr >
<td>5</td>
<td ><code>company</code></td>
<td >
Link</td>
<td >
Company
</td>
<td>
<a href="https://frappe.github.io/erpnext/current/models/setup/company">Company</a>
</td>
</tr>
<tr class="info">
<td>6</td>
<td ><code>unmarked_attendance_section</code></td>
<td >
Section Break</td>
<td >
Unmarked Attendance
</td>
<td></td>
</tr>
<tr >
<td>7</td>
<td ><code>employees_html</code></td>
<td >
HTML</td>
<td >
Employees HTML
</td>
<td></td>
</tr>
<tr class="info">
<td>8</td>
<td ><code>marked_attendance_section</code></td>
<td >
Section Break</td>
<td >
Marked Attendance
</td>
<td></td>
</tr>
<tr >
<td>9</td>
<td ><code>marked_attendance_html</code></td>
<td >
HTML</td>
<td >
Marked Attendance HTML
</td>
<td></td>
</tr>
</tbody>
</table>
<hr>
<h3>Controller</h3>
<h4>erpnext.hr.doctype.employee_attendance_tool.employee_attendance_tool</h4>
<h3 style="font-weight: normal;">Class <b>EmployeeAttendanceTool</b></h3>
<p style="padding-left: 30px;"><i>Inherits from frappe.model.document.Document</i></h4>
<div class="docs-attr-desc"><p></p>
</div>
<div style="padding-left: 30px;">
</div>
<hr>
<p><span class="label label-info">Public API</span>
<br><code>/api/method/erpnext.hr.doctype.employee_attendance_tool.employee_attendance_tool.get_employees</code>
</p>
<p class="docs-attr-name">
<a name="erpnext.hr.doctype.employee_attendance_tool.employee_attendance_tool.get_employees" href="#erpnext.hr.doctype.employee_attendance_tool.employee_attendance_tool.get_employees" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
erpnext.hr.doctype.employee_attendance_tool.employee_attendance_tool.<b>get_employees</b>
<i class="text-muted">(date, department=None, branch=None, company=None)</i>
</p>
<div class="docs-attr-desc"><p><span class="text-muted">No docs</span></p>
</div>
<br>
<p><span class="label label-info">Public API</span>
<br><code>/api/method/erpnext.hr.doctype.employee_attendance_tool.employee_attendance_tool.mark_employee_attendance</code>
</p>
<p class="docs-attr-name">
<a name="erpnext.hr.doctype.employee_attendance_tool.employee_attendance_tool.mark_employee_attendance" href="#erpnext.hr.doctype.employee_attendance_tool.employee_attendance_tool.mark_employee_attendance" class="text-muted small">
<i class="icon-link small" style="color: #ccc;"></i></a>
erpnext.hr.doctype.employee_attendance_tool.employee_attendance_tool.<b>mark_employee_attendance</b>
<i class="text-muted">(employee_list, status, date, company=None)</i>
</p>
<div class="docs-attr-desc"><p><span class="text-muted">No docs</span></p>
</div>
<br>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->

View File

@ -1,87 +0,0 @@
<!-- title: Holiday -->
<div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
Version 6.x.x</a>
<a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/erpnext/hr/doctype/holiday"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
</div>
<span class="label label-info">Child Table</span>
<p><b>Table Name:</b> <code>tabHoliday</code></p>
<h3>Fields</h3>
<table class="table table-bordered">
<thead>
<tr>
<th style="width: 5%">Sr</th>
<th style="width: 25%">Fieldname</th>
<th style="width: 20%">Type</th>
<th style="width: 25%">Label</th>
<th style="width: 25%">Options</th>
</tr>
</thead>
<tbody>
<tr >
<td>1</td>
<td class="danger" title="Mandatory"><code>description</code></td>
<td >
Text Editor</td>
<td >
Description
</td>
<td></td>
</tr>
<tr >
<td>2</td>
<td class="danger" title="Mandatory"><code>holiday_date</code></td>
<td >
Date</td>
<td >
Date
</td>
<td></td>
</tr>
</tbody>
</table>
<h4>Child Table Of</h4>
<ul>
<li>
<a href="https://frappe.github.io/erpnext/current/models/hr/holiday_list">Holiday List</a>
</li>
</ul>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff