Bank accounts reference in supplier dashboard

Adds a reference to linked bank accounts in supplier dashboard, which was previously missing.
This commit is contained in:
P-Froggy
2020-02-16 19:10:53 +01:00
committed by GitHub
parent bd582cfc39
commit b3712158ae

View File

@@ -9,7 +9,8 @@ def get_data():
'heatmap_message': _('This is based on transactions against this Supplier. See timeline below for details'),
'fieldname': 'supplier',
'non_standard_fieldnames': {
'Payment Entry': 'party_name'
'Payment Entry': 'party_name',
'Bank Account': 'party'
},
'transactions': [
{
@@ -24,6 +25,10 @@ def get_data():
'label': _('Payments'),
'items': ['Payment Entry']
},
{
'label': _('Bank'),
'items': ['Bank Account']
},
{
'label': _('Pricing'),
'items': ['Pricing Rule']