CSV file fix for Belfius

Correct the description for outgoing recurring transactions in Belfius CSV files
This commit is contained in:
Sander Kleykens
2019-04-04 21:08:31 +02:00
parent 846fb57520
commit 251e9f9ba1
4 changed files with 185 additions and 0 deletions

View File

@@ -207,6 +207,8 @@ return [
'specific_rabo_descr' => 'Fixes potential problems with Rabobank files',
'specific_pres_name' => 'President\'s Choice Financial CA',
'specific_pres_descr' => 'Fixes potential problems with PC files',
'specific_belfius_name' => 'Belfius BE',
'specific_belfius_descr' => 'Fixes potential problems with Belfius files',
// job configuration for file provider (stage: roles)
'job_config_roles_title' => 'Import setup (3/4) - Define each column\'s role',
'job_config_roles_text' => 'Each column in your CSV file contains certain data. Please indicate what kind of data the importer should expect. The option to "map" data means that you will link each entry found in the column to a value in your database. An often mapped column is the column that contains the IBAN of the opposing account. That can be easily matched to IBAN\'s present in your database already.',