New reports

This commit is contained in:
CHIEFSOFT\ameye
2025-07-25 12:18:51 -04:00
parent dc9d18fc54
commit a452e3589f
6 changed files with 58 additions and 3 deletions
+9
View File
@@ -234,6 +234,15 @@ def get_dashboard():
# Call the dashboard service
result = OfficeDashboardService.get_dashboard_data()
return jsonify(result)
@api.route('/office/transaction', methods=['GET'])
# @token_required
def get_subscription_office():
# Call the dashboard service
result = OfficeDashboardService.get_subscriptions_data()
return jsonify(result)
#=====================================================
# # EligibilityCheck Endpoint