mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-11 15:18:42 +00:00
remove dynamic start for routes
This commit is contained in:
parent
36fcbadbdd
commit
4ebb4bc285
|
|
@ -18,7 +18,7 @@ use phpOMS\Account\PermissionType;
|
|||
use phpOMS\Router\RouteVerb;
|
||||
|
||||
return [
|
||||
'^.*/sales/bill/create(\?.*$|$)' => [
|
||||
'^/sales/bill/create(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewBillingSalesInvoiceCreate',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -29,7 +29,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/sales/bill/list(\?.*$|$)' => [
|
||||
'^/sales/bill/list(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewBillingSalesList',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -40,7 +40,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/sales/bill/archive(\?.*$|$)' => [
|
||||
'^/sales/bill/archive(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewBillingSalesArchive',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -51,7 +51,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/sales/bill(\?.*$|$)' => [
|
||||
'^/sales/bill(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewBillingSalesInvoice',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -63,7 +63,7 @@ return [
|
|||
],
|
||||
],
|
||||
|
||||
'^.*/purchase/bill/create(\?.*$|$)' => [
|
||||
'^/purchase/bill/create(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewBillingPurchaseInvoiceCreate',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -74,7 +74,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/purchase/bill/list(\?.*$|$)' => [
|
||||
'^/purchase/bill/list(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewBillingPurchaseList',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -85,7 +85,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/purchase/bill/archive(\?.*$|$)' => [
|
||||
'^/purchase/bill/archive(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewBillingPurchaseArchive',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -96,7 +96,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/purchase/bill(\?.*$|$)' => [
|
||||
'^/purchase/bill(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewBillingPurchaseInvoice',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -107,7 +107,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/purchase/bill/upload(\?.*$|$)' => [
|
||||
'^/purchase/bill/upload(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewBillingPurchaseInvoiceUpload',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -119,7 +119,7 @@ return [
|
|||
],
|
||||
],
|
||||
|
||||
'^.*/warehouse/bill/create(\?.*$|$)' => [
|
||||
'^/warehouse/bill/create(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewBillingStockInvoiceCreate',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -130,7 +130,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/warehouse/bill/list(\?.*$|$)' => [
|
||||
'^/warehouse/bill/list(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewBillingStockList',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -141,7 +141,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/warehouse/bill/archive(\?.*$|$)' => [
|
||||
'^/warehouse/bill/archive(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewBillingStockArchive',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -152,7 +152,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/warehouse/bill(\?.*$|$)' => [
|
||||
'^/warehouse/bill(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewBillingStockInvoice',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -164,7 +164,7 @@ return [
|
|||
],
|
||||
],
|
||||
|
||||
'^.*/private/purchase/recognition/dashboard(\?.*$|$)' => [
|
||||
'^/private/purchase/recognition/dashboard(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewPrivatePurchaseBillDashboard',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -175,7 +175,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/private/purchase/recognition/upload(\?.*$|$)' => [
|
||||
'^/private/purchase/recognition/upload(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewPrivatePurchaseBillUpload',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -186,7 +186,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/private/purchase/recognition/bill(\?.*$|$)' => [
|
||||
'^/private/purchase/recognition/bill(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewPrivateBillingPurchaseInvoice',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -197,7 +197,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/purchase/recognition/dashboard(\?.*$|$)' => [
|
||||
'^/purchase/recognition/dashboard(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewPrivatePurchaseBillDashboard',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -208,7 +208,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/purchase/recognition/upload(\?.*$|$)' => [
|
||||
'^/purchase/recognition/upload(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewPrivatePurchaseBillUpload',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -219,7 +219,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/purchase/recognition/bill(\?.*$|$)' => [
|
||||
'^/purchase/recognition/bill(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewPrivateBillingPurchaseInvoice',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -231,7 +231,7 @@ return [
|
|||
],
|
||||
],
|
||||
|
||||
'^.*/bill/payment/list(\?.*$|$)' => [
|
||||
'^/bill/payment/list(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewPaymentList',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -242,7 +242,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/bill/payment/view(\?.*$|$)' => [
|
||||
'^/bill/payment/view(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewPaymentView',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -253,7 +253,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/bill/shipping/list(\?.*$|$)' => [
|
||||
'^/bill/shipping/list(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewShippingList',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -264,7 +264,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/bill/shipping/view(\?.*$|$)' => [
|
||||
'^/bill/shipping/view(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewShippingView',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -276,7 +276,7 @@ return [
|
|||
],
|
||||
],
|
||||
|
||||
'^.*/finance/tax/combination/list(\?.*$|$)' => [
|
||||
'^/finance/tax/combination/list(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewTaxCombinationList',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -287,7 +287,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/finance/tax/combination/create(\?.*$|$)' => [
|
||||
'^/finance/tax/combination/create(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Billing\Controller\BackendController:viewTaxCombinationCreate',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user