Added rule and module of export dispatch #790

Merged
jothi merged 1 commits from ranjith-dev into master 2026-06-26 05:24:44 +00:00

View File

@@ -60,6 +60,7 @@ class AlertMailRuleResource extends Resource
'InvoiceTransit' => 'InvoiceTransit',
'ImportTransit' => 'ImportTransit',
'VehicleReport' => 'VehicleReport',
'ExportDispatchReport' => 'ExportDispatchReport'
]),
Forms\Components\Select::make('rule_name')
->label('Rule Name')
@@ -73,6 +74,7 @@ class AlertMailRuleResource extends Resource
'InvoiceTransitMail' => 'Invoice Transit Mail',
'ImportTransitMail' => 'Import Transit Mail',
'VehicleReportMail' => 'Vehicle Report Mail',
'ExportDispatchReportMail' => 'Export Dispatch Report Mail'
])
->required(),
Forms\Components\TextInput::make('email')