mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 13:35:21 +02:00
Allow inline account creation when importing CSV (#1291)
* Allow inline account creation when importing CSV * Sanitize numeric inputs for CSV * CSV import date validation * Lint fix
This commit is contained in:
parent
1746533842
commit
cd9f20747c
6 changed files with 44 additions and 10 deletions
|
@ -4,12 +4,21 @@ en:
|
|||
cleans:
|
||||
show:
|
||||
description: Edit your data in the table below. Red cells are invalid.
|
||||
errors_notice: You have errors in your data. Hover over the error to see details.
|
||||
title: Clean your data
|
||||
configurations:
|
||||
show:
|
||||
description: Select the columns that correspond to each field in your CSV.
|
||||
title: Configure your import
|
||||
confirms:
|
||||
mappings:
|
||||
create_account: Create account
|
||||
csv_mapping_label: "%{mapping} in CSV"
|
||||
maybe_mapping_label: "%{mapping} in Maybe"
|
||||
no_accounts: You don't have any accounts yet. Please create an account that
|
||||
we can use for (unassigned) rows in your CSV or go back to the Clean step
|
||||
and provide an account name we can use.
|
||||
rows_label: Rows
|
||||
show:
|
||||
account_mapping_description: Assign all of your imported file's accounts to
|
||||
Maybe's existing accounts. You can also add new accounts or leave them
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue