Add BankAccountConnector to implement bank import methods in plugins
This commit is contained in:
parent
d476993321
commit
5d84156bd8
11 changed files with 281 additions and 22 deletions
|
|
@ -536,6 +536,13 @@ en:
|
|||
text_1: 'Here you can upload a spreadsheet to update the articles of %{supplier}. Excel (xls, xlsx) and OpenOffice (ods) spreadsheets are accepted, as well as comma-separated files (csv, columns separated by ";" with utf-8 encoding). Only the first sheet will be imported, and columns must be in the following order:'
|
||||
text_2: The rows shown here are examples. When there is an "x" in the first column, the article is outlisted and will be removed. This allows you to edit the spreadsheet and quickly remove many articles at once, for example when articles become unavailable with the supplier. The category will be matched to your Foodsoft category list (both by category name and import names).
|
||||
title: Upload articles of %{supplier}
|
||||
bank_account_connector:
|
||||
confirm_app: Please confirum the code %{code} in your app.
|
||||
fields:
|
||||
email: E-Mail
|
||||
pin: PIN
|
||||
password: Password
|
||||
username: Username
|
||||
config:
|
||||
hints:
|
||||
applepear_url: Website where the apple and pear system for tasks is explained.
|
||||
|
|
@ -806,6 +813,8 @@ en:
|
|||
import:
|
||||
notice: '%{count} new transactions have been imported'
|
||||
no_import_method: For this bank account no import method is configured.
|
||||
submit: Abschicken
|
||||
title: Import bank transactions for %{name}
|
||||
index:
|
||||
title: Bank Accounts
|
||||
bank_transactions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue