parent
9709899941
commit
0f22bdaee9
@ -27,7 +27,7 @@ class Reconciliation extends Request
|
|||||||
'account_id' => 'required|integer',
|
'account_id' => 'required|integer',
|
||||||
'started_at' => 'required|date_format:Y-m-d H:i:s',
|
'started_at' => 'required|date_format:Y-m-d H:i:s',
|
||||||
'ended_at' => 'required|date_format:Y-m-d H:i:s',
|
'ended_at' => 'required|date_format:Y-m-d H:i:s',
|
||||||
'closing_balance' => 'required|amount',
|
'closing_balance' => 'required',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -128,6 +128,7 @@
|
|||||||
decimal : '{{ $currency->decimal_mark }}',
|
decimal : '{{ $currency->decimal_mark }}',
|
||||||
precision : {{ $currency->precision }},
|
precision : {{ $currency->precision }},
|
||||||
allowZero : true,
|
allowZero : true,
|
||||||
|
allowNegative: true,
|
||||||
@if($currency->symbol_first)
|
@if($currency->symbol_first)
|
||||||
prefix : '{{ $currency->symbol }}'
|
prefix : '{{ $currency->symbol }}'
|
||||||
@else
|
@else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user