FIX_ in dashboard - businessDashboard - Insurer,broker,product Excel Download
This commit is contained in:
parent
33837dd461
commit
1c63f1c272
@ -135,6 +135,11 @@ $routes->group('api', ['filter' => 'appSignature'], function ($routes) {
|
|||||||
$routes->get("dashboard/partnerDashboard", "DashboardController::partnerDashboard");
|
$routes->get("dashboard/partnerDashboard", "DashboardController::partnerDashboard");
|
||||||
$routes->get("dashboard/productivityDashboard", "DashboardController::productivityDashboard");
|
$routes->get("dashboard/productivityDashboard", "DashboardController::productivityDashboard");
|
||||||
|
|
||||||
|
$routes->get("dashboard/downloadBrokerPoliciesExcel", "DashboardController::downloadBrokerPoliciesExcel");
|
||||||
|
$routes->get("dashboard/downloadInsurerPoliciesExcel", "DashboardController::downloadInsurerPoliciesExcel");
|
||||||
|
$routes->get("dashboard/downloadProductPoliciesExcel", "DashboardController::downloadProductPoliciesExcel");
|
||||||
|
|
||||||
|
|
||||||
//invoice
|
//invoice
|
||||||
$routes->get('invoice/list', 'InvoiceController::invoiceList');
|
$routes->get('invoice/list', 'InvoiceController::invoiceList');
|
||||||
$routes->get('invoice/details', 'InvoiceController::findInvoiceWithItems');
|
$routes->get('invoice/details', 'InvoiceController::findInvoiceWithItems');
|
||||||
@ -153,10 +158,20 @@ $routes->group('api', ['filter' => 'appSignature'], function ($routes) {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// $routes->get("policy/searchThePolicies", "PolicyController::searchThePolicies");
|
$routes->get("policy/searchThePolicies", "PolicyController::searchThePolicies");
|
||||||
// $routes->get("dashboard/businessDashboard", "DashboardController::businessDashboard");
|
$routes->get("dashboard/businessDashboard", "DashboardController::businessDashboard");
|
||||||
// $routes->get("dashboard/partnerDashboard", "DashboardController::partnerDashboard");
|
$routes->get("dashboard/partnerDashboard", "DashboardController::partnerDashboard");
|
||||||
// $routes->get("dashboard/productivityDashboard", "DashboardController::productivityDashboard");
|
$routes->get("dashboard/productivityDashboard", "DashboardController::productivityDashboard");
|
||||||
|
|
||||||
|
$routes->get("dashboard/downloadBrokerPoliciesExcel", "DashboardController::downloadBrokerPoliciesExcel");
|
||||||
|
$routes->get("dashboard/downloadInsurerPoliciesExcel", "DashboardController::downloadInsurerPoliciesExcel");
|
||||||
|
$routes->get("dashboard/downloadProductPoliciesExcel", "DashboardController::downloadProductPoliciesExcel");
|
||||||
|
$routes->get("dashboard/partnerDashboard", "DashboardController::partnerDashboard");
|
||||||
|
$routes->get("dashboard/partnerDashboard", "DashboardController::partnerDashboard");
|
||||||
|
$routes->get("dashboard/partnerDashboard", "DashboardController::partnerDashboard");
|
||||||
|
$routes->get("dashboard/productivityDashboard", "DashboardController::productivityDashboard");
|
||||||
|
|
||||||
|
|
||||||
// $routes->get('agent/agentList', 'AgentController::agentList');
|
// $routes->get('agent/agentList', 'AgentController::agentList');
|
||||||
// $routes->get('salesExecutive/executiveList', 'SalesExecutive::salesExecutiveList');
|
// $routes->get('salesExecutive/executiveList', 'SalesExecutive::salesExecutiveList');
|
||||||
// $routes->get('salesExecutive/findExecutive', 'SalesExecutive::findSalesExecutive');
|
// $routes->get('salesExecutive/findExecutive', 'SalesExecutive::findSalesExecutive');
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user