Add attachment thing to upload form.

This commit is contained in:
James Cole 2015-07-17 21:45:58 +02:00
parent 14b79cb0a4
commit 142bdc9430
3 changed files with 7 additions and 2 deletions

View File

@ -51,8 +51,8 @@ return [
'date_format' => 'Date format',
'csv_config' => 'CSV import configuration',
'specifix' => 'Bank- or file specific fixes',
'csv_import_account' => 'Default import account',
'csv_import_account' => 'Default import account',
'attachments' => 'Attachments',
'store_new_withdrawal' => 'Store new withdrawal',
'store_new_deposit' => 'Store new deposit',
'store_new_transfer' => 'Store new transfer',

View File

@ -51,6 +51,7 @@ return [
'date_format' => 'Datumformaat',
'csv_config' => 'Configuratiebestand',
'specifix' => 'Bank- or of bestandsspecifieke opties',
'attachments' => 'Bijlagen',
'store_new_withdrawal' => 'Nieuwe uitgave opslaan',
'store_new_deposit' => 'Nieuwe inkomsten opslaan',

View File

@ -71,6 +71,10 @@
<!-- RELATE THIS TRANSFER TO A PIGGY BANK -->
{{ ExpandedForm.select('piggy_bank_id',piggies) }}
<!-- ATTACHMENTS -->
{{ ExpandedForm.file('attachments', {'multiple': 'multiple'}) }}
</div>
</div>