Extended forms and started on recurring transactions.

This commit is contained in:
Sander Dorigo
2014-10-05 19:29:25 +02:00
parent 980d9ce885
commit 28aaea1aa3
10 changed files with 193 additions and 201 deletions

View File

@@ -35,7 +35,7 @@
@endif
<!-- ALWAYS SHOW AMOUNT -->
{{Form::ffNumber('amount',$data['amount'])}}
{{Form::ffAmount('amount',$data['amount'])}}
<!-- ALWAYS SHOW DATE -->
{{Form::ffDate('date',$data['date'])}}