1
0
forked from poc/pds

Merge pull request 'Added rule and module of export dispatch' (#790) from ranjith-dev into master

Reviewed-on: poc/pds#790
This commit is contained in:
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')