complete excel export in reports page

This commit is contained in:
2024-01-20 15:43:13 +03:30
parent 425cdcb87d
commit 0f08d1a573
5 changed files with 68 additions and 1 deletions

View File

@@ -225,6 +225,7 @@ export const GET_PERMISSIONS_LIST =
// reports
export const GET_EXPORT = BASE_URL + "/dashboard/exports/navgan"
export const GET_EXCEL_EXPORT = BASE_URL + ""
export const GET_PROVINCE_PROGRESS = BASE_URL + "/dashboard/reports/navgan/province_progress"
export const GET_LOAN_DISTRIBUTION = BASE_URL + "/dashboard/reports/navgan/loan_distribution"
export const GET_LOAN_EXPERTPROGRESS = BASE_URL + "/dashboard/reports/navgan/expert_progress"