This commit is contained in:
CHIEFSOFT\ameye
2026-01-08 11:54:47 -05:00
parent 5a45449636
commit b291f75679
3 changed files with 34 additions and 2 deletions
+2 -1
View File
@@ -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},
]
}