mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
updated module pages
This commit is contained in:
41
erpnext/support/page/support_home/support_home.html
Normal file
41
erpnext/support/page/support_home/support_home.html
Normal file
@@ -0,0 +1,41 @@
|
||||
<div class="layout-wrapper layout-wrapper-background">
|
||||
<div class="layout-main-section">
|
||||
<a class="close" onclick="window.history.back();">×</a>
|
||||
<h1>Support</h1>
|
||||
<hr>
|
||||
<div style="width: 48%; float: left;">
|
||||
<h4><a ahref="#!List/Support Ticket">Support Ticket</a></h4>
|
||||
<p class="help">Support queries from customers via email or website</p>
|
||||
<h4><a href="#!List/Customer Issue">Customer Issue</a></h4>
|
||||
<p class="help">Customer Issue against a Serial No (warranty)</p>
|
||||
<h4><a href="#!List/Maintenance Schedule">Maintenance Schedule</a></h4>
|
||||
<p class="help">Plan for scheduled maintenance contracts</p>
|
||||
<h4><a href="#!List/Maintenance Visit">Maintenance Visit</a></h4>
|
||||
<p class="help">Visit report for maintenance visit</p>
|
||||
</div>
|
||||
<div style="width: 48%; float: right;">
|
||||
<h4><a href="#!List/Serial No">Serial No</a></h4>
|
||||
<p class="help">Single unit of an Item</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">Tools</div>
|
||||
<div class="section-body">
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Pull support issue from support email account"
|
||||
href="#!Form/Email Settings/Email Settings">Email Settings</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
3
erpnext/support/page/support_home/support_home.js
Normal file
3
erpnext/support/page/support_home/support_home.js
Normal file
@@ -0,0 +1,3 @@
|
||||
pscript['onload_support-home'] = function(wrapper) {
|
||||
erpnext.module_page.setup_page('Support', wrapper);
|
||||
}
|
||||
Reference in New Issue
Block a user