Compare commits
1 Commits
fe1e1b9918
...
renovate/l
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a3946e956 |
@@ -50,7 +50,7 @@ class AlertMailRuleResource extends Resource
|
|||||||
'InvoiceValidation' => 'InvoiceValidation',
|
'InvoiceValidation' => 'InvoiceValidation',
|
||||||
'InvoiceDataReport' => 'InvoiceDataReport',
|
'InvoiceDataReport' => 'InvoiceDataReport',
|
||||||
'ProductionQuantities' => 'ProductionQuantities',
|
'ProductionQuantities' => 'ProductionQuantities',
|
||||||
'QualityValidation' => 'QualityValidation',
|
//'Calibration' => 'Calibration',
|
||||||
]),
|
]),
|
||||||
Forms\Components\Select::make('rule_name')
|
Forms\Components\Select::make('rule_name')
|
||||||
->label('Rule Name')
|
->label('Rule Name')
|
||||||
@@ -60,7 +60,7 @@ class AlertMailRuleResource extends Resource
|
|||||||
'MaterialInvoiceMail' => 'Material Invoice Mail',
|
'MaterialInvoiceMail' => 'Material Invoice Mail',
|
||||||
'ProductionMail' => 'Production Mail',
|
'ProductionMail' => 'Production Mail',
|
||||||
'InvoiceDataMail' => 'Invoice Data Mail',
|
'InvoiceDataMail' => 'Invoice Data Mail',
|
||||||
'QualityMail' => 'Quality Mail',
|
//'CalibrationMail' => 'Calibration Mail',
|
||||||
])
|
])
|
||||||
->required(),
|
->required(),
|
||||||
Forms\Components\TextInput::make('email')
|
Forms\Components\TextInput::make('email')
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
"filament/filament": "^3.3",
|
"filament/filament": "^3.3",
|
||||||
"intervention/image": "^3.11",
|
"intervention/image": "^3.11",
|
||||||
"irazasyed/telegram-bot-sdk": "^3.15",
|
"irazasyed/telegram-bot-sdk": "^3.15",
|
||||||
"laravel/framework": "^11.31",
|
"laravel/framework": "^12.0",
|
||||||
"laravel/sanctum": "^4.0",
|
"laravel/sanctum": "^4.0",
|
||||||
"laravel/tinker": "^2.9",
|
"laravel/tinker": "^2.9",
|
||||||
"league/flysystem-sftp-v3": "^3.30",
|
"league/flysystem-sftp-v3": "^3.30",
|
||||||
|
|||||||
Reference in New Issue
Block a user