purchase receipt return entry in dashboard
This commit is contained in:
parent
c22ba2ec26
commit
7d6d678e8d
@ -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'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user