diff --git a/Admin/Routes/console.php b/Admin/Routes/console.php index 45b4afe..1ecbfac 100644 --- a/Admin/Routes/console.php +++ b/Admin/Routes/console.php @@ -1,3 +1,3 @@ [ [ 'dest' => '\Modules\Accounting\Controller:viewPersonalEntries', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/backend/accounting/impersonal/entries.*$' => [ [ 'dest' => '\Modules\Accounting\Controller:viewImpersonalEntries', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/backend/accounting/entries.*$' => [ [ 'dest' => '\Modules\Accounting\Controller:viewEntries', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/backend/accounting/impersonal/journal/list.*$' => [ [ 'dest' => '\Modules\Accounting\Controller:viewJournalList', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/backend/accounting/stack/list.*$' => [ [ 'dest' => '\Modules\Accounting\Controller:viewStackList', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/backend/accounting/stack/entries.*$' => [ [ 'dest' => '\Modules\Accounting\Controller:viewStackEntries', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/backend/accounting/stack/archive/list.*$' => [ [ 'dest' => '\Modules\Accounting\Controller:viewStackArchiveList', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/backend/accounting/stack/create.*$' => [ [ 'dest' => '\Modules\Accounting\Controller:viewStackCreate', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/backend/accounting/stack/predefined/list.*$' => [ [ 'dest' => '\Modules\Accounting\Controller:viewStackPredefinedList', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/backend/accounting/gl/list.*$' => [ [ 'dest' => '\Modules\Accounting\Controller:viewGLList', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/backend/accounting/gl/create.*$' => [ [ 'dest' => '\Modules\Accounting\Controller:viewGLCreate', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/backend/accounting/gl/profile.*$' => [ [ 'dest' => '\Modules\Accounting\Controller:viewGLProfile', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/api/accounting/dun/print.*$' => [ [ 'dest' => '\Modules\Accounting\Controller:viewCostCenterProfile', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/api/accounting/statement/print.*$' => [ [ 'dest' => '\Modules\Accounting\Controller:viewCostCenterProfile', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/api/accounting/balances/print.*$' => [ [ 'dest' => '\Modules\Accounting\Controller:viewCostCenterProfile', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/api/accounting/accountform/print.*$' => [ [ 'dest' => '\Modules\Accounting\Controller:viewCostCenterProfile', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], ]; diff --git a/Admin/Routes/socket.php b/Admin/Routes/socket.php index d80e21c..1ecbfac 100644 --- a/Admin/Routes/socket.php +++ b/Admin/Routes/socket.php @@ -1,3 +1,3 @@