mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
First (almost) functional CSV importer.
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
</div>
|
||||
<div class="box-body">
|
||||
{{ 'csv_index_text'|_ }}
|
||||
<h4>{{ 'csv_more_information' }}</h4>
|
||||
{{ 'csv_more_information_text'|_ }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -44,6 +46,7 @@
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}" />
|
||||
|
||||
{{ ExpandedForm.checkbox('has_headers',false,null,{helpText: 'csv_header_help'|_}) }}
|
||||
{{ ExpandedForm.text('date_format','Ymd',{helpText: 'csv_date_help'|_}) }}
|
||||
|
||||
{{ ExpandedForm.file('csv') }}
|
||||
|
||||
|
Reference in New Issue
Block a user