mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
purchase receipt return entry in dashboard
This commit is contained in:
@@ -6,7 +6,8 @@ def get_data():
|
|||||||
'non_standard_fieldnames': {
|
'non_standard_fieldnames': {
|
||||||
'Purchase Invoice': 'purchase_receipt',
|
'Purchase Invoice': 'purchase_receipt',
|
||||||
'Landed Cost Voucher': 'receipt_document',
|
'Landed Cost Voucher': 'receipt_document',
|
||||||
'Subscription': 'reference_document'
|
'Subscription': 'reference_document',
|
||||||
|
'Purchase Receipt': 'return_against'
|
||||||
},
|
},
|
||||||
'internal_links': {
|
'internal_links': {
|
||||||
'Purchase Order': ['items', 'purchase_order'],
|
'Purchase Order': ['items', 'purchase_order'],
|
||||||
@@ -24,7 +25,7 @@ def get_data():
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Returns'),
|
'label': _('Returns'),
|
||||||
'items': ['Stock Entry']
|
'items': ['Purchase Receipt']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Subscription'),
|
'label': _('Subscription'),
|
||||||
|
|||||||
Reference in New Issue
Block a user