Xu ly giao dien San Pham
This commit is contained in:
@@ -45,6 +45,9 @@ class PaymentTemplateResource extends Resource
|
||||
TextInput::make('installment_no')->label('Đợt')->numeric()->required(),
|
||||
Select::make('type')->label('Loại')->options(PaymentType::class)->required(),
|
||||
TextInput::make('percentage')->label('%')->numeric()->required(),
|
||||
TextInput::make('days_after_signing')->label('Ngày sau ký (F0)')->numeric(),
|
||||
TextInput::make('days_after_previous')->label('Ngày sau đợt trước')->numeric(),
|
||||
\Filament\Forms\Components\DatePicker::make('due_date')->label('Ngày cố định'),
|
||||
])->columns(3),
|
||||
])
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user