mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 06:28:29 +00:00
updated module pages
This commit is contained in:
35
erpnext/projects/page/projects_home/projects_home.html
Normal file
35
erpnext/projects/page/projects_home/projects_home.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<div class="layout-wrapper layout-wrapper-background">
|
||||
<div class="layout-main-section">
|
||||
<a class="close" onclick="window.history.back();">×</a>
|
||||
<h1>Projects</h1>
|
||||
<hr>
|
||||
<div style="width: 48%; float: left;">
|
||||
<h4><a href="#!List/Project">Project</a></h4>
|
||||
<p class="help">Project master</p>
|
||||
<h4><a href="#!List/Task">Task</a></h4>
|
||||
<p class="help">Project activity / task</p>
|
||||
<h4><a href="#!List/Task">Timesheet</a></h4>
|
||||
<p class="help">Timesheet for tasks</p>
|
||||
</div>
|
||||
<div style="width: 48%; float: right;">
|
||||
<h4><a href="#!Projects">Gantt Chart</a></h4>
|
||||
<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"></div>
|
||||
<div class="section-body">
|
||||
<div class="section-item">
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
3
erpnext/projects/page/projects_home/projects_home.js
Normal file
3
erpnext/projects/page/projects_home/projects_home.js
Normal file
@@ -0,0 +1,3 @@
|
||||
pscript['onload_projects-home'] = function(wrapper) {
|
||||
erpnext.module_page.setup_page('Projects', wrapper);
|
||||
}
|
||||
Reference in New Issue
Block a user