Xu ly giao dien San Pham

This commit is contained in:
2026-04-19 23:50:21 +00:00
parent 10eac55520
commit 91ff4a5e4d
18 changed files with 744 additions and 196 deletions

View File

@@ -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),
])
]);