brotherton-erpnext/projects/page/projects_home/projects_home.html

39 lines
1.1 KiB
HTML
Raw Normal View History

2012-02-21 13:33:50 +00:00
<div class="layout-wrapper layout-wrapper-background">
2012-04-13 06:11:43 +00:00
<div class="appframe-area"></div>
2012-02-21 13:33:50 +00:00
<div class="layout-main-section">
<div style="width: 48%; float: left;">
<h4><a href="#!List/Task">Task</a></h4>
<p class="help">Project activity / task</p>
2012-04-13 06:11:43 +00:00
<br>
<h4><a href="#!List/Project">Project</a></h4>
<p class="help">Project master</p>
<br>
2012-04-10 13:44:37 +00:00
<h4><a href="#!List/Timesheet">Timesheet</a></h4>
2012-02-21 13:33:50 +00:00
<p class="help">Timesheet for tasks</p>
</div>
<div style="width: 48%; float: right;">
<h4><a href="#!Projects" data-role="Projects User">Gantt Chart</a></h4>
2012-02-21 13:33:50 +00:00
<p class="help">Gantt chart of all tasks</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">Setup</div>
2012-02-21 13:33:50 +00:00
<div class="section-body">
<div class="section-item">
<a class="section-link"
title = "Types of activities for Time Sheets"
href="#!List/Activity Type">Activity Type</a>
2012-02-21 13:33:50 +00:00
</div>
</div>
</div>
2012-02-21 13:33:50 +00:00
</div>
</div>
<div style="clear: both;"></div>
2012-04-10 13:44:37 +00:00
</div>