Schedules

This commit is contained in:
Hillel Coren 2023-02-16 14:46:46 +02:00
parent c5cca49132
commit 0c362e5ee1
1 changed files with 64 additions and 63 deletions

View File

@ -139,9 +139,7 @@ class _ScheduleEditState extends State<ScheduleEdit> {
.toList()), .toList()),
], ],
), ),
FormCard( FormCard(children: [
isLast: true,
children: [
DatePicker( DatePicker(
labelText: localization.nextSendDate, labelText: localization.nextSendDate,
onSelected: (date, _) { onSelected: (date, _) {
@ -204,7 +202,10 @@ class _ScheduleEditState extends State<ScheduleEdit> {
viewModel.onChanged(schedule.rebuild( viewModel.onChanged(schedule.rebuild(
(b) => b..parameters.showPaymentsTable = value)); (b) => b..parameters.showPaymentsTable = value));
}), }),
SizedBox(height: 20), ]),
FormCard(
isLast: true,
children: [
ClientPicker( ClientPicker(
key: ValueKey('__client_picker_${_clientClearedAt}__'), key: ValueKey('__client_picker_${_clientClearedAt}__'),
isRequired: false, isRequired: false,