fix: Update dashboard of doctypes that are linked with pick list
This commit is contained in:
parent
f455c92d02
commit
55a2699f4c
@ -6,7 +6,7 @@ def get_data():
|
|||||||
'fieldname': 'work_order',
|
'fieldname': 'work_order',
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'items': ['Stock Entry', 'Job Card']
|
'items': ['Pick List', 'Stock Entry', 'Job Card']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -7,6 +7,7 @@ frappe.ui.form.on("Sales Order", {
|
|||||||
setup: function(frm) {
|
setup: function(frm) {
|
||||||
frm.custom_make_buttons = {
|
frm.custom_make_buttons = {
|
||||||
'Delivery Note': 'Delivery',
|
'Delivery Note': 'Delivery',
|
||||||
|
'Pick List': 'Pick List',
|
||||||
'Sales Invoice': 'Invoice',
|
'Sales Invoice': 'Invoice',
|
||||||
'Material Request': 'Material Request',
|
'Material Request': 'Material Request',
|
||||||
'Purchase Order': 'Purchase Order',
|
'Purchase Order': 'Purchase Order',
|
||||||
|
@ -17,7 +17,7 @@ def get_data():
|
|||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Fulfillment'),
|
'label': _('Fulfillment'),
|
||||||
'items': ['Sales Invoice', 'Delivery Note']
|
'items': ['Sales Invoice', 'Pick List', 'Delivery Note']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Purchasing'),
|
'label': _('Purchasing'),
|
||||||
|
@ -8,6 +8,7 @@ frappe.ui.form.on('Material Request', {
|
|||||||
setup: function(frm) {
|
setup: function(frm) {
|
||||||
frm.custom_make_buttons = {
|
frm.custom_make_buttons = {
|
||||||
'Stock Entry': 'Issue Material',
|
'Stock Entry': 'Issue Material',
|
||||||
|
'Pick List': 'Pick List',
|
||||||
'Purchase Order': 'Purchase Order',
|
'Purchase Order': 'Purchase Order',
|
||||||
'Request for Quotation': 'Request for Quotation',
|
'Request for Quotation': 'Request for Quotation',
|
||||||
'Supplier Quotation': 'Supplier Quotation',
|
'Supplier Quotation': 'Supplier Quotation',
|
||||||
|
@ -8,7 +8,7 @@ def get_data():
|
|||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Related'),
|
'label': _('Related'),
|
||||||
'items': ['Request for Quotation', 'Supplier Quotation', 'Purchase Order', "Stock Entry"]
|
'items': ['Request for Quotation', 'Supplier Quotation', 'Purchase Order', 'Stock Entry', 'Pick List']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Manufacturing'),
|
'label': _('Manufacturing'),
|
||||||
|
Loading…
Reference in New Issue
Block a user