[cleanup] removed desk_home and desk_home_flows from conf.js

This commit is contained in:
Anand Doshi 2015-09-29 20:06:22 +05:30
parent f6a31a568a
commit 19a33994da

View File

@ -37,40 +37,3 @@ $.extend(frappe.breadcrumbs.preferred, {
"Sales Partner": "Selling",
"Brand": "Selling"
});
frappe.desk_home_buttons.push({label:"<i class='icon-facetime-video'></i> "+ __("Learn"),
route:"Module/Learn"})
frappe.desk_home_flows.push({
title: __("Selling"),
sequence: [
{title: __("Opportunity"), route:"List/Opportunity"},
{title: __("Quotation"), route:"List/Quotation"},
{title: __("Sales Order"), route:"List/Sales Order"},
{title: __("Delivery Note"), route:"List/Delivery Note"},
{title: __("Sales Invoice"), route:"List/Sales Invoice"},
{title: __("Payment"), route:"List/Journal Entry"},
]
});
frappe.desk_home_flows.push({
title: __("Buying"),
sequence: [
{title: __("Material Request"), route:"List/Material Request"},
{title: __("Supplier Quotation"), route:"List/Supplier Quotation"},
{title: __("Purchase Order"), route:"List/Purchase Order"},
{title: __("Purchase Receipt"), route:"List/Purchase Receipt"},
{title: __("Purchase Invoice"), route:"List/Purchase Invoice"},
{title: __("Payment"), route:"List/Journal Entry"},
]
});
frappe.desk_home_flows.push({
title: __("Manufacturing"),
sequence: [
{title: __("BOM"), route:"List/BOM"},
{title: __("Production Planning Tool"), route:"Form/Production Planning Tool"},
{title: __("Production Order"), route:"List/Production Order"},
{title: __("Stock Entry"), route:"List/Stock Entry"},
]
});