mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 14:08:29 +00:00
added Communication to Selling and refactored module pages a bit
This commit is contained in:
@@ -2,32 +2,31 @@
|
||||
<div class="appframe-area"></div>
|
||||
<div class="layout-main-section">
|
||||
<div style="width: 48%; float: left;">
|
||||
<h4><a href="#!List/Purchase Request">Purchase Request</a></h4>
|
||||
<h5><a href="#List/Purchase Request">Purchase Request</a></h5>
|
||||
<p class="help">Request for purchase</p>
|
||||
<br>
|
||||
<h4><a href="#!List/Supplier Quotation">Supplier Quotation (beta)</a></h4>
|
||||
<h5><a href="#List/Supplier Quotation">Supplier Quotation (beta)</a></h5>
|
||||
<p class="help">Track Quotations received from Suppliers</p>
|
||||
<br>
|
||||
<h4><a href="#!List/Purchase Order">Purchase Order</a></h4>
|
||||
<h5><a href="#List/Purchase Order">Purchase Order</a></h5>
|
||||
<p class="help">Purchase Orders given to Suppliers</p>
|
||||
</div>
|
||||
<div style="width: 48%; float: right;">
|
||||
<h4><a href="#!List/Supplier">Supplier</a></h4>
|
||||
<h5><a href="#List/Supplier">Supplier</a></h5>
|
||||
<p class="help">Supplier Master</p>
|
||||
<br>
|
||||
<h4><a href="#!List/Item">Item</a></h4>
|
||||
<h5><a href="#List/Item">Item</a></h5>
|
||||
<p class="help">Item Master</p>
|
||||
<br>
|
||||
<h4><a href="#!List/Contact">Contact</a></h4>
|
||||
<h5><a href="#List/Contact">Contact</a></h5>
|
||||
<p class="help">Contact Master</p>
|
||||
<br>
|
||||
<h4><a href="#!List/Address">Address</a></h4>
|
||||
<h5><a href="#List/Address">Address</a></h5>
|
||||
<p class="help">Address Master</p>
|
||||
<br>
|
||||
<h4><a href="#purchase-analytics" data-role="Analytics, Purchase Manager">
|
||||
<h5><a href="#purchase-analytics" data-role="Analytics, Purchase Manager">
|
||||
Purchase Analytics</a>
|
||||
<span style="background-color: #fed; font-weight: normal; font-size: 80%">beta</span>
|
||||
</h4>
|
||||
</h5>
|
||||
<p class="help">Purchase trends based on Purchase Invoice</p>
|
||||
</div>
|
||||
<div style="clear: both"></div>
|
||||
@@ -43,29 +42,29 @@
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Tax and charges structure master"
|
||||
href="#!List/Purchase Taxes and Charges Master">Purchase Taxes and Charges Master</a>
|
||||
href="#List/Purchase Taxes and Charges Master">Purchase Taxes and Charges Master</a>
|
||||
</div>
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Supplier classification"
|
||||
href="#!List/Supplier Type">Supplier Type</a>
|
||||
href="#List/Supplier Type">Supplier Type</a>
|
||||
</div>
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Tree of item classification"
|
||||
href="#!Sales Browser/Item Group"
|
||||
href="#Sales Browser/Item Group"
|
||||
data-role="Purchase Manager, Purchase Master Manager
|
||||
Accounts Manager">Item Group</a>
|
||||
</div>
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Helper for managing return of goods (sales or purchase)"
|
||||
href="#!Form/Sales and Purchase Return Tool/Sales and Purchase Return Tool">Purchase Returns</a>
|
||||
href="#Form/Sales and Purchase Return Tool/Sales and Purchase Return Tool">Purchase Returns</a>
|
||||
</div>
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Terms of contract template"
|
||||
href="#!List/Terms and Conditions">Terms and Conditions Template</a>
|
||||
href="#List/Terms and Conditions">Terms and Conditions Template</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -75,7 +74,7 @@
|
||||
<div class="section-item">
|
||||
<a class="section-link"
|
||||
title = "Analyze Sales and Purchase trends and slice them based on item, customer, groups etc"
|
||||
href="#!Report/Profile/Trend Analyzer">Trend Analyzer</a>
|
||||
href="#Report/Profile/Trend Analyzer">Trend Analyzer</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user