mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
Purchase Order and Receipt links in Purchase Invoice dashboard
This commit is contained in:
@@ -4,7 +4,6 @@ def get_data():
|
|||||||
return {
|
return {
|
||||||
'fieldname': 'purchase_invoice',
|
'fieldname': 'purchase_invoice',
|
||||||
'non_standard_fieldnames': {
|
'non_standard_fieldnames': {
|
||||||
'Delivery Note': 'against_sales_invoice',
|
|
||||||
'Journal Entry': 'reference_name',
|
'Journal Entry': 'reference_name',
|
||||||
'Payment Entry': 'reference_name',
|
'Payment Entry': 'reference_name',
|
||||||
'Payment Request': 'reference_name',
|
'Payment Request': 'reference_name',
|
||||||
@@ -12,8 +11,8 @@ def get_data():
|
|||||||
'Purchase Invoice': 'return_against'
|
'Purchase Invoice': 'return_against'
|
||||||
},
|
},
|
||||||
'internal_links': {
|
'internal_links': {
|
||||||
'Purchase Order': ['items', 'sales_order'],
|
'Purchase Order': ['items', 'purchase_order'],
|
||||||
'Purchase Receipt': ['items', 'delivery_note'],
|
'Purchase Receipt': ['items', 'purchase_receipt'],
|
||||||
},
|
},
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user