Fixed upload form, made a new form element, added some processing.

This commit is contained in:
James Cole
2015-07-03 11:52:51 +02:00
parent 86011d4ea2
commit 16374bce9b
14 changed files with 2533 additions and 78 deletions

View File

@@ -21,6 +21,13 @@ return [
// csv import:
'csv_import' => 'Import CSV file',
'csv' => 'CSV',
'csv_index_text' => 'Here be explanation.',
'csv_upload_form' => 'Upload form',
'upload_csv_file' => 'Upload CSV file',
'csv_header_help' => 'Check this when bla bla',
'csv_row' => 'row',
'upload_not_writeable' => 'Cannot write to the path mentioned here. Cannot upload',
// create new stuff:
'create_new_withdrawal' => 'Create new withdrawal',