Dokumentasi route admin untuk kebutuhan regulator, pelaporan berkala, dan konfigurasi data pendukung.
Bappebti
- Prefix:
/admin/bappebti/*
- Namespace:
Admin\Bappebti\*
| Method | Path | Controller@method |
|---|
| GET | /admin/bappebti/asset-transaction-report/daily | TransactionReportController@daily |
| GET | /admin/bappebti/asset-transaction-report/detail | TransactionReportController@detail |
| GET | /admin/bappebti/asset-transaction-report/summary | TransactionReportController@summary |
| GET | /admin/bappebti/quarterly-risk-assessment | QuarterlyRiskAssessmentController@index |
Report hub
- Prefix:
/admin/report/*
- Namespace:
Admin\Report\*
CFX
| Method | Path | Controller@method |
|---|
| GET | /admin/report/cfx/ | CfxController@index |
| GET | /admin/report/cfx/upload | CfxController@report |
| POST | /admin/report/cfx/report/store | CfxController@reportStore |
| POST | /admin/report/cfx/retry-failed-report | CfxController@retryFailedQueue |
KKI
| Method | Path | Controller@method |
|---|
| GET | /admin/report/kki/ | KKIController@index |
| POST | /admin/report/kki/retry-failed-report | KKIController@retryFailedQueue |
ICC
| Method | Path | Controller@method |
|---|
| GET | /admin/report/icc/ | ICCController@index |
| POST | /admin/report/icc/retry-failed-report | ICCController@retryFailedQueue |
DB Configs
- Prefix:
/admin/db-configs/*
- Namespace:
Admin\DBConfig\*
| Method | Path | Controller@method |
|---|
| GET | /admin/db-configs/activity-log | ActivityLogController@index |
| GET | /admin/db-configs/chain | ChainController@index |
| GET | /admin/db-configs/chain/create | ChainController@create |
| POST | /admin/db-configs/chain/store | ChainController@store |
| GET | /admin/db-configs/chain/{chain}/edit | ChainController@edit |
| PUT/PATCH | /admin/db-configs/chain/{chain}/update | ChainController@update |
| DELETE | /admin/db-configs/chain/{chain}/delete | ChainController@delete |