fix: Dashboard for cost center
This commit is contained in:
parent
290847df46
commit
1831844fcf
@ -9,7 +9,7 @@ def get_data():
|
|||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Bank Deatils'),
|
'label': _('Bank Deatils'),
|
||||||
'items': ['Bank Account', 'Bank Statement Transaction Entry', 'Bank Guarantee']
|
'items': ['Bank Account', 'Bank Guarantee']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'items': ['Payment Order']
|
'items': ['Payment Order']
|
||||||
|
|||||||
@ -0,0 +1,15 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
from frappe import _
|
||||||
|
|
||||||
|
|
||||||
|
def get_data():
|
||||||
|
return {
|
||||||
|
'fieldname': 'cost_center',
|
||||||
|
'reports': [
|
||||||
|
{
|
||||||
|
'label': _('Reports'),
|
||||||
|
'items': ['Budget Variance Report', 'General Ledger']
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user