reprts
This commit is contained in:
@@ -63,9 +63,10 @@ class ReportService(BaseService):
|
||||
@staticmethod
|
||||
def configured_report_types():
|
||||
data = {
|
||||
"topics":[
|
||||
"topics": [
|
||||
{"name": 'Payments', "url": 'payment', "active": True, "list_order": 0},
|
||||
{"name": 'Product', "url": 'product', "active": True, "list_order": 1},
|
||||
{"name": 'System', "url": 'system', "active": True, "list_order": 2},
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user