brotherton-erpnext/selling/page/selling_home/selling_home.html

132 lines
4.5 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-20 13:00:52 +00:00
<div class="layout-main-section">
<div style="width: 48%; float: left;">
<h5><a href="#List/Lead">Lead</a></h5>
2012-02-20 13:00:52 +00:00
<p class="help">Prospective customers</p>
2012-04-13 06:11:43 +00:00
<br>
<h5><a href="#List/Opportunity">Opportunity</a></h5>
2012-02-20 13:00:52 +00:00
<p class="help">Business opportunities</p>
2012-04-13 06:11:43 +00:00
<br>
<h5><a href="#List/Quotation">Quotation</a></h5>
2012-02-20 13:00:52 +00:00
<p class="help">Quotes sent to Leads / Customers</p>
2012-04-13 06:11:43 +00:00
<br>
<h5><a href="#List/Sales Order">Sales Order</a></h5>
<p class="help">Confirmed orders from Customers</p>
<br>
<h5><a href="#List/Communication">Communication</a></h5>
<p class="help">All communication records</p>
2012-02-20 13:00:52 +00:00
</div>
<div style="width: 48%; float: right;">
<h5><a href="#List/Customer">Customer</a></h5>
2012-02-20 13:00:52 +00:00
<p class="help">Customer Master</p>
2012-04-13 06:11:43 +00:00
<br>
<h5><a href="#List/Item">Item</a></h5>
2012-02-20 13:00:52 +00:00
<p class="help">Item Master</p>
<br>
<h5><a href="#List/Contact">Contact</a></h5>
<p class="help">Contact Master</p>
<br>
<h5><a href="#List/Address">Address</a></h5>
<p class="help">Address Master</p>
2012-09-21 14:16:24 +00:00
<br>
<h5><a href="#sales-analytics" data-role="Analytics, Sales Manager,
Maintenance Manager">Sales Analytics</a>
</h5>
2012-09-21 14:16:24 +00:00
<p class="help">Sales trends based on Sales Invoice</p>
2012-02-20 13:00:52 +00:00
</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>
<div class="section-body">
<div class="section-item">
<a class="section-link"
title = "Tax and charges structure master"
href="#List/Sales Taxes and Charges Master">Sales Taxes and Charges Master</a>
2012-02-20 13:00:52 +00:00
</div>
<div class="section-item">
<a class="section-link"
title = "Multiple prices lists for items"
href="#List/Price List">Price List</a>
2012-02-20 13:00:52 +00:00
</div>
<div class="section-item">
<a class="section-link"
title = "Group items and accessories in one item code"
href="#List/Sales BOM">Sales BOM</a>
2012-02-20 13:00:52 +00:00
</div>
<div class="section-item">
<a class="section-link"
title = "Terms of contract template"
href="#List/Terms and Conditions">Terms and Conditions Template</a>
</div>
2012-02-20 13:00:52 +00:00
<div class="section-item">
<a class="section-link"
title = "Tree of customer groups"
href="#Sales Browser/Customer Group"
data-role="Sales Manager, Sales Master Manager,
Accounts Manager">Customer Group</a>
2012-02-20 13:00:52 +00:00
</div>
<div class="section-item">
<a class="section-link"
title = "Tree of sales territories"
href="#Sales Browser/Territory"
data-role="Sales Manager, Sales Master Manager
Accounts Manager">Territory</a>
2012-02-20 13:00:52 +00:00
</div>
<div class="section-item">
<a class="section-link"
title = "Sales persons and targets"
href="#Sales Browser/Sales Person"
data-role="Sales Manager, Sales Master Manager
Accounts Manager">Sales Person</a>
2012-02-20 13:00:52 +00:00
</div>
<div class="section-item">
<a class="section-link"
title = "Commission partners and targets"
href="#List/Sales Partner">Sales Partner</a>
2012-02-20 13:00:52 +00:00
</div>
2012-07-12 06:03:00 +00:00
<div class="section-item">
<a class="section-link"
title = "Tree of item classification"
href="#Sales Browser/Item Group"
data-role="Sales Manager, Sales Master Manager
Accounts Manager">Item Group</a>
2012-07-12 06:03:00 +00:00
</div>
<div class="section-item">
<a class="section-link"
title = "Sales campaigns"
href="#List/Campaign">Campaign</a>
</div>
2012-05-22 11:55:39 +00:00
<div class="section-item">
<a class="section-link"
2012-07-12 06:03:00 +00:00
title = "Send mass SMS to your contacts, leads and employees"
href="#Form/SMS Center/SMS Center">SMS Center</a>
2012-05-22 11:55:39 +00:00
</div>
</div>
2012-02-20 13:00:52 +00:00
</div>
<div class="section">
<div class="section-head">Tools</div>
<div class="section-body">
<div class="section-item">
2012-02-21 13:33:50 +00:00
<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">Sales Returns</a>
2012-02-21 13:33:50 +00:00
</div>
<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>
</div>
2012-02-20 13:00:52 +00:00
</div>
</div>
</div>
</div>
<div style="clear: both;"></div>
2012-04-02 13:42:29 +00:00
</div>