Merge branch 'develop' of https://gitlab.com/witel-front-end/loan-facilities-expert into feature/mohammad_excel_reports_page

This commit is contained in:
2024-01-23 11:13:26 +03:30
21 changed files with 781 additions and 144 deletions

View File

@@ -237,6 +237,12 @@ export const GET_LOAN_HISTORY = BASE_URL + "/dashboard/navgan_loans"
export const GET_HISTORY_DETAIL = BASE_URL + "/dashboard/navgan_loans"
export const EXPORT_LOAN_HISTORY = BASE_URL + "/dashboard/navgan_loans/export"
//admin setting
export const GET_ADMIN_SETTING = BASE_URL + "/dashboard/settings/show"
export const ADD_ADMIN_SETTING = BASE_URL + "/dashboard/settings/store"
export const UPDATE_ADMIN_SETTING = BASE_URL + "/dashboard/settings/update"
export const DELETE_ADMIN_SETTING = BASE_URL + "/dashboard/settings/delete"
// loan statistics
export const GET_LOAN_STATISTICS = BASE_URL + "/dashboard/reports/navgan/statistics"