feat: tambah budget kegiatan dengan alur threshold approval/voting
This commit is contained in:
@@ -17,6 +17,8 @@ class ActivityForm
|
||||
Textarea::make('description')->label('Deskripsi')->rows(3)->columnSpanFull(),
|
||||
DatePicker::make('start_date')->label('Mulai')->required(),
|
||||
DatePicker::make('end_date')->label('Selesai')->required(),
|
||||
TextInput::make('budget')->label('Estimasi Budget (Rp)')->numeric()
|
||||
->helperText('Kosongkan jika tidak ada budget. < Rp500.000: langsung | Rp500.000–2.000.000: approval ketua | > Rp2.000.000: voting'),
|
||||
DateTimePicker::make('executed_at')->label('Waktu Pelaksanaan')
|
||||
->visible(fn ($record) => $record?->status === 'approved'),
|
||||
Textarea::make('execution_notes')->label('Catatan Pelaksanaan')->rows(3)->columnSpanFull()
|
||||
|
||||
Reference in New Issue
Block a user